Hello,

when I build jalimo (icedtea) for openembedded with bitbake (1.8.12) I get this 
error:



NOTE: Fetch hg://icedtea.classpath.org;module=hg/icedtea6;rev=bb7ad7d43804
abort: No such file or directory: hg/icedtea6
NOTE: Task failed: Fetch failed: Fetch command export
SSH_AUTH_SOCK=/tmp/keyring-J8gFA7/socket.ssh; export
PATH=/stuff/tmp/staging/i686-linux/usr/bin/armv5te-angstrom-linux-gnueabi:/stuff/tmp/staging/i686-linux/usr/bin/armv5te-angstrom-linux-gnueabi:/stuff/tmp/staging/i686-linux/usr/sbin:/stuff/tmp/staging/i686-linux/usr/bin:/stuff/tmp/cross/armv5te/bin:/stuff/tmp/staging/i686-linux/sbin:/stuff/tmp/staging/i686-linux/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games;
/usr/bin/env hg clone -r bb7ad7d43804
http://icedtea.classpath.org/hg/icedtea6 hg/icedtea6 failed with signal
255, output:
abort: No such file or directory: hg/icedtea6



When I create the hg/icedtea6 directory at 
/stuff/sources/hg/icedtea.classpath.org/ I get this error:



NOTE: Fetch hg://icedtea.classpath.org;module=hg/icedtea6;rev=bb7ad7d43804
abort: destination 'hg/icedtea6' already exists
NOTE: Task failed: Fetch failed: Fetch command export
SSH_AUTH_SOCK=/tmp/keyring-J8gFA7/socket.ssh; export
PATH=/stuff/tmp/staging/i686-linux/usr/bin/armv5te-angstrom-linux-gnueabi:/stuff/tmp/staging/i686-linux/usr/bin/armv5te-angstrom-linux-gnueabi:/stuff/tmp/staging/i686-linux/usr/sbin:/stuff/tmp/staging/i686-linux/usr/bin:/stuff/tmp/cross/armv5te/bin:/stuff/tmp/staging/i686-linux/sbin:/stuff/tmp/staging/i686-linux/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games;
/usr/bin/env hg clone -r bb7ad7d43804
http://icedtea.classpath.org/hg/icedtea6 hg/icedtea6 failed with signal
255, output:
abort: destination 'hg/icedtea6' already exists



It only works when I delete the hg/icedtea6 directory I added before and create 
only the hg directory at /stuff/sources/hg/icedtea.classpath.org/

Is this a bug?

I believe the problem is that the hg tool doesn't like a destination directory 
parameter with a subdirectory (hg/icedtea6).

In the /stuff/sources directory bitbake creates an hg directory and I believe 
that jalimo should create the icedtea6 directory there and not in 
/stuff/sources/hg/icedtea.classpath.org/hg/icedtea6 :) ?

Xerxes from the jalimo mailing list said:

"This is a bug.
The bug are located in bitbake's hg url fetching, and this bug should be 
reported to the bitbake team.
I guess the best way to raise the issue are to post a mail to 
https://lists.berlios.de/pipermail/bitbake-dev/ and telling them something are 
broken with the bitbake Mercurial fetcher.
jalimo only tells bitbake to fetch the sources and bitbake for some reason 
screws up the folder creation while doing so."

Greetings!

Martin

_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to