Re: [maemo-developers] OBEX server

2006-11-01 Thread Marius Gedminas
On Wed, Nov 01, 2006 at 05:11:26PM -0500, Andrew Barr wrote: > Is there documentation somewhere on using OBEX servers on the Nokia 770? I > have installed sobexsrv and am having difficulties connecting to the device > from my laptop. There doesn't seem to be any documentation on the Maemo wiki >

[maemo-developers] OBEX server

2006-11-01 Thread Andrew Barr
Is there documentation somewhere on using OBEX servers on the Nokia 770? I have installed sobexsrv and am having difficulties connecting to the device from my laptop. There doesn't seem to be any documentation on the Maemo wiki for this usage mode. -- Andrew Barr Men go crazy in congregations

[maemo-developers] i386 dbus init.d script checks for an ARM cpu

2006-11-01 Thread Rafael Espíndola
The /etc/init.d/dbus script contain the line echo `uname -m` | grep "^armv" > /dev/null This causes the script to fail when run on a i386 (because of a "set -e" at the top). Best Regards, Rafael ___ maemo-developers mailing list maemo-developers@maemo

[maemo-developers] small changes to the dependencies to make debootstrap work

2006-11-01 Thread Rafael Espíndola
debootstrap dependency computation is not very smart, so I had to make some changes to get debootstrap to work: 1) remove debconf dependency on debconf-i18n (only debconf-english is available) 2) replace sysvinit dependency on coreutils with busybox 3) replace osso-af-utils dependency on osso-ico

Re: [maemo-developers] unused packages marked as required

2006-11-01 Thread Rafael Espíndola
I think both problems stem from the fact that the repository is primarily set up for scratchbox environment not the device and those are things that differ. In scratchbox busybox is not used. Instead same job is done by those conflicting utilities. Yes. After having lots of problems trying to r

Re: [maemo-developers] unused packages marked as required

2006-11-01 Thread Frantisek Dufka
Rafael Espíndola wrote: The packages bash, coreutils, debianutils, gzip, sed, tar, util-linux and procps are not used, but they are marked as required. This breaks the bootstrap since busybox conflicts with them. I think both problems stem from the fact that the repository is primarily set u

[maemo-developers] unused packages marked as required

2006-11-01 Thread Rafael Espíndola
The packages bash, coreutils, debianutils, gzip, sed, tar, util-linux and procps are not used, but they are marked as required. This breaks the bootstrap since busybox conflicts with them. Best Regards, Rafael ___ maemo-developers mailing list maemo-dev

[maemo-developers] busybox shold be required, not optional

2006-11-01 Thread Rafael Espíndola
busybox is marked as optional, but the mount command is provided by busybox. This causes debootstrap to fail when it tries to mount /proc. Making busybox a required package solves the problem. Rafael ___ maemo-developers mailing list maemo-developers@m

[maemo-developers] [i386] wrong output for "dpkg --print-architecture"

2006-11-01 Thread Rafael Espíndola
dpkg from the i386 package prints "gnu-linux-i386" instead of "i386" when executed with the --print-architecture option. This breaks a debootstrap. Best Regards, Rafael ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mail

[maemo-developers] Hildon Desktop portability

2006-11-01 Thread Johan Bilien
Hi, I just started an attempt at compiling and run the Hildon Desktop on a regular Desktop environment. I will keep track of the process and problems on http://maemo.org/maemowiki/HildonDesktopPortability. The aim is to see how much things break, in particular improve our scalability. I remember

Re: [maemo-developers] RE: Boot to a different look?

2006-11-01 Thread Kimmo Hämäläinen
Hi, On Thu, 2006-10-26 at 16:43 -0400, ext Andrew J. Barr wrote: > On Thursday 26 October 2006 16:33, Ng, Cheon-woei wrote: > > No, not kidding. : ( > > > > I am actually being asked to look into this possibility. Like boot to a > > blank screen with just several buttons. I would need to report

[maemo-developers] invalid Release files in repository.maemo.org

2006-11-01 Thread Rafael Espíndola
The Release files (http://repository.maemo.org/dists/mistral/Release for example) don't include the necessary checksums. The Release files in tableteer are ok (http://catalogue.tableteer.nokia.com/certified/dists/mistral/Release). Not having the checksums breaks debootstrap. Best Regards, Rafae