FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Debian > Debian User

 
 
LinkBack Thread Tools
 
Old 12-22-2008, 04:38 PM
Csanyi Pal
 
Default installing lazarus from debian backports - Broken package

Hi,

I setup source.list for the debian backports:

deb http://www.backports.org/debian etch-backports main contrib
non-free
deb http://www.hu.freepascal.org/lazarus/ lazarus-stable universe

and want to install lazarus-ide

I have installed fpc, fpc-source, fp-compiler, fp-ide, fp-units-base,
..., fp-utils, all these are versions 2.2.2-3.

When I try to install lazarus 0.9.26-0, I get error messages:

---------------->
$ sudo aptitude install lazarus
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages are BROKEN:
lazarus-ide
The following NEW packages will be automatically installed:
lazarus-doc
The following NEW packages will be installed:
lazarus lazarus-doc
0 packages upgraded, 3 newly installed, 0 to remove and 0 not
upgraded.
Need to get 37.2MB of archives. After unpacking 167MB will be used.
The following packages have unmet dependencies:
lazarus-ide: Depends: libglib1.2ldbl (>= 1.2.10-18) which is a
virtual package.
Resolving dependencies...
The following actions will resolve these dependencies:

Keep the following packages at their current version:
lazarus [Not Installed]
lazarus-ide [Not Installed]

Score is -9992

Accept this solution? [Y/n/q/?]

------------------<

>From where can I install libglib1.2ldbl?
What can I do to solve this problem?

--
Regards, Paul Csanyi
http://www.freewebs.com/csanyi-pal/index.htm


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 12-22-2008, 05:04 PM
Ron Johnson
 
Default installing lazarus from debian backports - Broken package

On 12/22/08 11:38, Csanyi Pal wrote:

Hi,

I setup source.list for the debian backports:

deb http://www.backports.org/debian etch-backports main contrib
non-free
deb http://www.hu.freepascal.org/lazarus/ lazarus-stable universe


Did you "apt-get update" after modifying sources.list?

(Yes, it's a dumb question, but often it's the obvious stuff which
we forget.)



and want to install lazarus-ide

I have installed fpc, fpc-source, fp-compiler, fp-ide, fp-units-base,
..., fp-utils, all these are versions 2.2.2-3.

When I try to install lazarus 0.9.26-0, I get error messages:

---------------->
$ sudo aptitude install lazarus
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages are BROKEN:
lazarus-ide
The following NEW packages will be automatically installed:
lazarus-doc
The following NEW packages will be installed:
lazarus lazarus-doc
0 packages upgraded, 3 newly installed, 0 to remove and 0 not
upgraded.
Need to get 37.2MB of archives. After unpacking 167MB will be used.

The following packages have unmet dependencies:
lazarus-ide: Depends: libglib1.2ldbl (>= 1.2.10-18) which is a
virtual package.
Resolving dependencies...

The following actions will resolve these dependencies:

Keep the following packages at their current version:
lazarus [Not Installed]
lazarus-ide [Not Installed]

Score is -9992

Accept this solution? [Y/n/q/?]

------------------<


From where can I install libglib1.2ldbl?

What can I do to solve this problem?


First step is:
$ apt-cache show libglib1.2ldbl

--
Ron Johnson, Jr.
Jefferson LA USA

I like my women like I like my coffee - purchased at above-market
rates from eco-friendly organic farming cooperatives in Latin America.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 12-22-2008, 07:26 PM
Csanyi Pal
 
Default installing lazarus from debian backports - Broken package

Ron Johnson <ron.l.johnson@cox.net> writes:

> On 12/22/08 11:38, Csanyi Pal wrote:
>> Hi,
>>
>> I setup source.list for the debian backports:
>>
>> deb http://www.backports.org/debian etch-backports main contrib
>> non-free
>> deb http://www.hu.freepascal.org/lazarus/ lazarus-stable universe
>
> Did you "apt-get update" after modifying sources.list?

Yes, I did.

>> and want to install lazarus-ide
>>
>> I have installed fpc, fpc-source, fp-compiler, fp-ide, fp-units-base,
>> ..., fp-utils, all these are versions 2.2.2-3.
>>
>> When I try to install lazarus 0.9.26-0, I get error messages:
>>
>> ---------------->
>> $ sudo aptitude install lazarus
>> Reading package lists... Done
>> Building dependency tree... Done
>> Reading extended state information Initializing package
>> states... Done
>> Building tag database... Done The following packages are
>> BROKEN:
>> lazarus-ide The following NEW packages will be automatically
>> installed:
>> lazarus-doc The following NEW packages will be installed:
>> lazarus lazarus-doc 0 packages upgraded, 3 newly installed, 0 to
>> remove and 0 not
>> upgraded. Need to get 37.2MB of archives. After unpacking 167MB will
>> be used.
>> The following packages have unmet dependencies:
>> lazarus-ide: Depends: libglib1.2ldbl (>= 1.2.10-18) which is a
>> virtual package. Resolving dependencies...
>> The following actions will resolve these dependencies:
>>
>> Keep the following packages at their current version:
>> lazarus [Not Installed]
>> lazarus-ide [Not Installed]
>>
>> Score is -9992
>>
>> Accept this solution? [Y/n/q/?]
>>
>> ------------------<
>>
>>>From where can I install libglib1.2ldbl?
>> What can I do to solve this problem?
>
> First step is:
> $ apt-cache show libglib1.2ldbl

apt-cache show nothing about libglib1.2ldbl

--
Regards, Paul Csanyi
http://www.freewebs.com/csanyi-pal/index.htm


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 12-22-2008, 08:44 PM
Ron Johnson
 
Default installing lazarus from debian backports - Broken package

On 12/22/08 14:26, Csanyi Pal wrote:

Ron Johnson <ron.l.johnson@cox.net> writes:


On 12/22/08 11:38, Csanyi Pal wrote:

Hi,

I setup source.list for the debian backports:

deb http://www.backports.org/debian etch-backports main contrib
non-free
deb http://www.hu.freepascal.org/lazarus/ lazarus-stable universe

Did you "apt-get update" after modifying sources.list?


Yes, I did.


Had to ask. You understand...

[snip]

>From where can I install libglib1.2ldbl?
What can I do to solve this problem?

First step is:
$ apt-cache show libglib1.2ldbl


apt-cache show nothing about libglib1.2ldbl


Then I think I'd ask freepascal.org.

--
Ron Johnson, Jr.
Jefferson LA USA

I like my women like I like my coffee - purchased at above-market
rates from eco-friendly organic farming cooperatives in Latin America.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 

Thread Tools




All times are GMT. The time now is 01:34 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org