Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
... * checking krusader-1.70.1.tar.gz ;-) ... [ ok ] * checking kde-admindir-3.5.3.tar.bz2 ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking krusader-1.70.1.tar.gz kde-admindir-3.5.3.tar.bz2 to /var/tmp/portage/kde-misc/krusader-1.70.1/work !!! ERROR: kde-misc/krusader-1.70.1 failed. Call stack: ebuild.sh, line 1564: Called dyn_unpack ebuild.sh, line 708: Called src_unpack krusader-1.70.1.ebuild, line 55: Called unpack 'krusader-1.70.1.tar.gz kde-admindir-3.5.3.tar.bz2' ebuild.sh, line 369: Called die !!! krusader-1.70.1.tar.gz kde-admindir-3.5.3.tar.bz2 does not exist !!! If you need support, post the topmost build error, and the call stack if relevant. Done. I'm using ~x86. Perhaps, the 3.5.5 kde things cause this...
Confirmed
Same on ~amd64 arch
Same here. I did a quick hack to overcome this problem temporary, because I couldn't wait for bugfix: 1. Copied kde-misc/krusader to portage overlay 2. Modified ebuild like that. Commenteted out 'unpack "${A}"' and added 2 lines: unpack ${MY_P}.tar.gz unpack $kde-admindir-3.5.3.tar.bz2 3. Created new digest (ebuild krusader*.ebuild digest)
Sorry. I had typo in #3 .. unpack $kde-admindir-3.5.3.tar.bz2 is without dollar-sign.
The problem was that in src_unpack it said: unpack "${A}" when it should say: unpack ${A} unpack was taking the concatenation of both filenames together with the space as if it was a single file. Fixed in CVS. Thanks for reporting.