Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192829 - xerces-c-2.7.0-r1 tarball mess
Summary: xerces-c-2.7.0-r1 tarball mess
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-17 16:34 UTC by Goran Mekić
Modified: 2007-12-19 20:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Goran Mekić 2007-09-17 16:34:26 UTC
Currently, ebuild has this line:
S=${WORKDIR}/${MY_PN}

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

Reproducible: Always

Steps to Reproduce:
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2007-12-19 10:03:18 UTC
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 Goran Mekić 2007-12-19 10:30:48 UTC
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 Tiziano Müller (RETIRED) gentoo-dev 2007-12-19 19:48:55 UTC
jup, it is. The tarball I have here from the Gentoo Mirrors is definitely different than the one from the apache mirrors.
Comment 4 Tiziano Müller (RETIRED) gentoo-dev 2007-12-19 20:37:47 UTC
re-uploaded the package, re-digested the ebuild and made the change you suggested.
I hope that is fixed now.