Re: [debian] install failure, fso-frameworkd is not going to be installed

2008-10-01 Thread Christoph Siegenthaler

Thank you both for the hints! Had to do it like Tha_Man, "dpkg -i" instead of
aptitude...
Installing fso now, hope without further interuptions :)


Tha_Man wrote:
> 
> 
> Neil Jerram wrote:
>> 
>> 2008/10/1 Tha_Man <[EMAIL PROTECTED]>:
>>>
>>> Great find! I ran into this yesterday as well, but I have another
>>> question:
>>> I'm using Om2008.9 to install Debian on my Freerunner, how do I
>>> 'install'
>>> libcaca0 and libcucul0?
>>> I know I can access the card, but how do I install these libs to it?
>> 
>> You have to chroot into the Debian rootfs, like this:
>> 
>> # chroot /mnt/debian /bin/sh
>> 
>> Then you're in a new shell, where / is actually /mnt/debian.  In this
>> shell, you can use apt-get install exactly as if you had booted
>> directly into Debian.
>> 
>> Does that answer your question, or was there something else?
>> 
>>  Neil
>> 
> That did answer my question, many thanks mate! 
> I tried using aptitude, but besides that it is slow, it couldn't
> solve the dependencies so I installed them myself by downloading them from
> http://http.us.debian.org/debian/pool/main/libc/libcaca/
> Currently installing fso-frameworkd so it's looking good; hope to have
> Debian fully installed in a bit :-)
> 

-- 
View this message in context: 
http://n2.nabble.com/-debian--install-failure%2C-fso-frameworkd-is-not-going-to-be-installed-tp1124046p1132126.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] install failure, fso-frameworkd is not going to be installed

2008-10-01 Thread Tha_Man


Neil Jerram wrote:
> 
> 2008/10/1 Tha_Man <[EMAIL PROTECTED]>:
>>
>> Great find! I ran into this yesterday as well, but I have another
>> question:
>> I'm using Om2008.9 to install Debian on my Freerunner, how do I 'install'
>> libcaca0 and libcucul0?
>> I know I can access the card, but how do I install these libs to it?
> 
> You have to chroot into the Debian rootfs, like this:
> 
> # chroot /mnt/debian /bin/sh
> 
> Then you're in a new shell, where / is actually /mnt/debian.  In this
> shell, you can use apt-get install exactly as if you had booted
> directly into Debian.
> 
> Does that answer your question, or was there something else?
> 
>  Neil
> 
That did answer my question, many thanks mate! 
I tried using aptitude, but besides that it is slow, it couldn't
solve the dependencies so I installed them myself by downloading them from
http://http.us.debian.org/debian/pool/main/libc/libcaca/
Currently installing fso-frameworkd so it's looking good; hope to have
Debian fully installed in a bit :-)
-- 
View this message in context: 
http://n2.nabble.com/-debian--install-failure%2C-fso-frameworkd-is-not-going-to-be-installed-tp1124046p1131349.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] install failure, fso-frameworkd is not going to be installed

2008-10-01 Thread Neil Jerram
2008/10/1 Tha_Man <[EMAIL PROTECTED]>:
>
> Great find! I ran into this yesterday as well, but I have another question:
> I'm using Om2008.9 to install Debian on my Freerunner, how do I 'install'
> libcaca0 and libcucul0?
> I know I can access the card, but how do I install these libs to it?

You have to chroot into the Debian rootfs, like this:

# chroot /mnt/debian /bin/sh

Then you're in a new shell, where / is actually /mnt/debian.  In this
shell, you can use apt-get install exactly as if you had booted
directly into Debian.

Does that answer your question, or was there something else?

 Neil

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] install failure, fso-frameworkd is not going to be installed

2008-09-30 Thread Tha_Man


Neil Jerram wrote:
> 
> 2008/9/28 Neil Jerram <[EMAIL PROTECTED]>:
> 
> Solution!
> - Put both testing and unstable in your sources.list.
> - Install aptitude.  (Possibly not actually necessary, but I'm used to
> it.)
> - Using aptitude:
>   - Install libcaca0 and libcucul0, taking care to choose the "14"
> versions rather than the "15" ones.
>   - Install gstreamer0.10-plugins-good.
>   - Install fso-frameworkd.
> - Now it is clear that the dependency issue is solved, so back out to
> the shell and the installer script:
>   ./install.sh fso
>   /etc/init.d/qpe stop # if you are running Qtopia, as I am
>   umount /dev/mmcblk0p1
>   umount /dev/mmcblk0p2
>   ./install.sh mount configuration kernel unmount
> 
> Regards,
>  Neil
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
> 
> 
Great find! I ran into this yesterday as well, but I have another question:
I'm using Om2008.9 to install Debian on my Freerunner, how do I 'install'
libcaca0 and libcucul0? 
I know I can access the card, but how do I install these libs to it?
-- 
View this message in context: 
http://n2.nabble.com/-debian--install-failure%2C-fso-frameworkd-is-not-going-to-be-installed-tp1124046p1130308.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] install failure, fso-frameworkd is not going to be installed

2008-09-30 Thread Neil Jerram
2008/9/28 Neil Jerram <[EMAIL PROTECTED]>:
> 2008/9/28 Neil Jerram <[EMAIL PROTECTED]>:
>
> No, it doesn't.  Now I get:
>
> The following packages have unmet dependencies: [...]
> E: Broken packages
>
> Hmm.  I'll try again tomorrow.

Solution!
- Put both testing and unstable in your sources.list.
- Install aptitude.  (Possibly not actually necessary, but I'm used to it.)
- Using aptitude:
  - Install libcaca0 and libcucul0, taking care to choose the "14"
versions rather than the "15" ones.
  - Install gstreamer0.10-plugins-good.
  - Install fso-frameworkd.
- Now it is clear that the dependency issue is solved, so back out to
the shell and the installer script:
  ./install.sh fso
  /etc/init.d/qpe stop # if you are running Qtopia, as I am
  umount /dev/mmcblk0p1
  umount /dev/mmcblk0p2
  ./install.sh mount configuration kernel unmount

Regards,
 Neil

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] install failure, fso-frameworkd is not going to be installed

2008-09-28 Thread Neil Jerram
2008/9/28 Neil Jerram <[EMAIL PROTECTED]>:
>
> But it's taking forever to unzip the testing Packages file...

That was caused by Qtopia mounting /dev/mmcblk0p2 with the sync
option.  If you unmount and remount, apt-get update runs much faster.

>  I'll
> report back if it works.

No, it doesn't.  Now I get:

The following packages have unmet dependencies:
  x11-xserver-utils: Depends: cpp but it is not going to be installed
  xinit: Depends: cpp but it is not going to be installed
  xserver-xorg-input-tslib: Depends: xserver-xorg-core (>= 2:1.4) but
it is not going to be installed
  xserver-xorg-video-fbdev: Depends: xserver-xorg-core (>= 2:1.4) but
it is not going to be installed
  zhone-session: Depends: fso-frameworkd but it is not going to be installed
E: Broken packages

Hmm.  I'll try again tomorrow.

Neil

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] install failure, fso-frameworkd is not going to be installed

2008-09-28 Thread Neil Jerram
2008/9/28 Nathan Kinkade <[EMAIL PROTECTED]>:
>
> Just for the record, I'm seeing precisely the same thing.

Thanks.  It's a Debian unstable issue, not Free Runner specific; see
"Testing status" here:
http://packages.qa.debian.org/libc/libcaca.html.

I'm in the process of trying to complete the install with Debian
testing, instead of unstable - i.e. with sources.list like this:

deb http://ftp2.de.debian.org/debian testing main
deb http://ftp2.de.debian.org/debian experimental main
deb http://pkg-fso.alioth.debian.org/debian unstable main

But it's taking forever to unzip the testing Packages file...  I'll
report back if it works.

Regards,
   Neil

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] install failure, fso-frameworkd is not going to be installed

2008-09-28 Thread Nathan Kinkade
2008/9/28 Neil Jerram <[EMAIL PROTECTED]>:
> 2008/9/28 Neil Jerram <[EMAIL PROTECTED]>:
>>
>> The following packages have unmet dependencies:
>>  zhone-session: Depends: fso-frameworkd but it is not going to be installed
>> E: Broken packages
>
> The root cause of this seems to be a dependency loop between libcaca0
> and libcucul0.
>
> The available libcaca0 version is 0.99.beta14-1, and this depends on
> libcucul0 >= 0.99.beta14-1.
>
> The available libcucul0 version is 0.99.beta15-1, and this depends on
> libcaca0 >= 0.99.beta15-1.
>
> Google indicates upload activity today, so perhaps the solution is
> just to wait a bit...  but any other solutions would be appreciated
> too.
>
> Regards,
>  Neil

Just for the record, I'm seeing precisely the same thing.

Nathan

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] install failure, fso-frameworkd is not going to be installed

2008-09-28 Thread Neil Jerram
2008/9/28 Neil Jerram <[EMAIL PROTECTED]>:
>
> The following packages have unmet dependencies:
>  zhone-session: Depends: fso-frameworkd but it is not going to be installed
> E: Broken packages

The root cause of this seems to be a dependency loop between libcaca0
and libcucul0.

The available libcaca0 version is 0.99.beta14-1, and this depends on
libcucul0 >= 0.99.beta14-1.

The available libcucul0 version is 0.99.beta15-1, and this depends on
libcaca0 >= 0.99.beta15-1.

Google indicates upload activity today, so perhaps the solution is
just to wait a bit...  but any other solutions would be appreciated
too.

Regards,
  Neil

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[debian] install failure, fso-frameworkd is not going to be installed

2008-09-28 Thread Neil Jerram
Just reinstalling debian, and the fso stage fails with:

[EMAIL PROTECTED]:~# ./install.sh fso
Running stage fso
Installing FSO-specific packages
Reading package lists... Done
Building dependency tree
Reading state information... Done
pkg-fso-keyring is already the newest version.
Package xserver-xorg-input-all is not installed, so not removed
[... repeat for lots of other xserver-xorg-input-* packages ...]
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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  zhone-session: Depends: fso-frameworkd but it is not going to be installed
E: Broken packages

(I originally ran ./install.sh all, and that failed in exactly the
same way.  I then ran ./install.sh fso, to be sure, and to get the
exact output to copy here.)

Any solution?

Thanks,
  Neil

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community