View Single Post
Posts: 6 | Thanked: 0 times | Joined on Apr 2009
#316
Hi,

I don't use scratchbox repos. Here is my sources.list

#maemo:essential
deb http://catalogue.tableteer.nokia.com/certified/ bora user
#maemo:name Nokia Catalogue (3rd party software)
deb http://catalogue.tableteer.nokia.com/non-certified/ bora user
#maemo:name Debian
deb http://repository.maemo.org/extras bora free non-free
#maemo:name Maemo
deb http://repository.maemo.org mistral free non-free
#maemo:name Maemo3
deb http://repository.maemo.org bora free non-free
#maemo:name Quinput chinook
deb http://quinput.eu/debfarm chinook user770

These are the results of the commands you asked:

Nokia-770-36:~# apt-cache policy libc6
libc6:
Installed: 2.3.5cs2005q3.2-5.osso12
Candidate: 2.3.5cs2005q3.2-5.osso12
Version table:
*** 2.3.5cs2005q3.2-5.osso12 0
500 http://repository.maemo.org bora/free Packages
100 /var/lib/dpkg/status
2.3.5cs2005q3.2-4.osso10 0
500 http://repository.maemo.org mistral/free Packages

Nokia-770-36:~# apt-cache policy libgtk1.2
libgtk1.2:
Installed: (none)
Candidate: 1.2.10-18.1-maemo.2.n770
Version table:
1.2.10-18.1-maemo.2.n770 0
500 http://quinput.eu chinook/user770 Packages

Nokia-770-36:~# apt-get -s install libgtk1.2
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libgtk1.2: Depends: libc6 (>= 2.5.0-1) but 2.3.5cs2005q3.2-5.osso12 is to be installed
Depends: libglib1.2ldbl (>= 1.2.10-18) but it is not going to be installed
E: Broken packages


Thanks for your help!