Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 192829
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: C++ Team <cpp@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: meka <meka@ns-linux.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 192829 depends on: Show dependency tree
Bug 192829 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: 2007-09-17 16:34 0000
Currently, ebuild has this line:
S=${WORKDIR}/${MY_PN}

Should be changed to:
S=${WORKDIR}/${MY_P}

Reproducible: Always

Steps to Reproduce:

------- Comment #1 From Tiziano Müller 2007-12-19 10:03:18 0000 -------
Well, I don't think so.

After unpacking you get this:
/var/tmp/portage/dev-libs/xerces-c-2.7.0-r1/work/xerces-c-src/

And S is:
S=${WORKDIR}/${MY_PN}

where:
MY_PN="xerces-c-src"
and
WORKDIR=/var/tmp/portage/dev-libs/xerces-c-2.7.0-r1/work/

which is correct.

------- Comment #2 From meka 2007-12-19 10:30:48 0000 -------
First, checksum is invalid, so it could be that we don't have the same tarball.
Second, when it's unpacked (the one that is fetched when I'm trying to emerge
it) I get this: xerces-c-src_2_7_0. Is this a tarball fuckup or something else?

------- Comment #3 From Tiziano Müller 2007-12-19 19:48:55 0000 -------
jup, it is. The tarball I have here from the Gentoo Mirrors is definitely
different than the one from the apache mirrors.

------- Comment #4 From Tiziano Müller 2007-12-19 20:37:47 0000 -------
re-uploaded the package, re-digested the ebuild and made the change you
suggested.
I hope that is fixed now.

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