Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 151416
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo KDE team <kde@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Peter Avramucz <muczyjoe@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 151416 depends on: Show dependency tree
Bug 151416 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-10-15 00:41 0000
...
* 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...

------- Comment #1 From LIETART Frederic 2006-10-15 02:32:05 0000 -------
Confirmed

------- Comment #2 From cucu ionut 2006-10-15 10:23:43 0000 -------
Same on ~amd64 arch 

------- Comment #3 From Taavi Ilves 2006-10-16 07:41:25 0000 -------
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)

------- Comment #4 From Taavi Ilves 2006-10-16 07:43:53 0000 -------
Sorry. I had typo in #3 .. unpack $kde-admindir-3.5.3.tar.bz2 is without
dollar-sign. 

------- Comment #5 From Ioannis Aslanidis 2006-10-16 08:22:52 0000 -------
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.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug