Creature XL
Active Member
I am not sure if we should talk it about her eor via PM. Maybe others have similar problems or know the solutionviridior said:Took me a little bit to figure out how bzr works, hope this helps get you started
$mkdir -p /usr/local/build;cd /usr/local/build
$bzr whoami "John Doe <john.doe@gmail.com>"
$bzr branch lp:gentoo-arm-pandora
Once you have synced with the latest trunk branch you can check out the ./gentoo-arm-pandora/README for the guide to get you going. I have tried very hard to document every step I've taken along the way, if you see any discrepencies and/or get different results let me know and preferably add a bug on LaunchPad. javaJake made a nice little script ./gentoo-arm-pandora/bzr-update that we use to maintain our branches. ./gentoo-arm-pandora/docs/README should get you going for crossdev and base-system install. Please let me know if you have any problems... **ducks and hides**
I want to say, that I am not new to programming and not new to LiNUX in generell. However, I am new to bazaar, gentoo and launchpad. My world is SVN/CVS and Fedora
I got that far that I setup a VirtualBox with a running gentoo and networking. From there I followed your instructions and even managed to do the edit of the package.keywords directory (hint: for a gentoo newbie it is not clear at first what shoiuld be done) I did NOT succedded in doing hte step with editing the unmask directoy!!! however, I don't get any mask-package-erros. I have done step 2 and 3 (LOL, check the docs for that joke!)
Step 4 gives m a headache. It is relaly simple: crossdev armv7a-softfloat-linux-gnueabi -P -v
I even read the embedded handbook you link to and understand what SHOULD happen there (to a degree at least) but I get this error:
CODE
>>> Unpacking gentoo-headers-base-2.6.27.tar.lzma to /var/tmp/cross/armv7a-softfloat-linux-gnueabi/portage/cross-armv7a-softfloat-linux-gnueabi/linux-headers-2.6.27-r2/work
LZMA 4.57 Copyright (c) 1999-2007 Igor Pavlov 2007-12-06
Error: Incorrect command
Usage: LZMA <e|d> inputFile outputFile [<switches>...]
The command which was issued is NOT given so it is hard for me to look for the problem
Hope to get some help from somebody
In the meantime I look to get the packages.unmaks thing working.
EDITFound the ebuild file. lzma is called with "lzma -dc" which is not a valid parameter. I checked on Fedora (they use still old lzma 4.32), -dc was valid back then
Last edited by a moderator: