Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91441 - buggy dpkg-1.10.27 ebuild
Summary: buggy dpkg-1.10.27 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-04 07:43 UTC by Stéphane Gimenez
Modified: 2005-05-05 11:19 UTC (History)
0 users

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


Attachments
corrected dpkg ebuild (dpkg-1.10.27.ebuild,1.07 KB, text/plain)
2005-05-04 07:47 UTC, Stéphane Gimenez
Details
patch allowing dpkg to compile against gcc4. (dpkg-1.10.27.gcc4.patch,1.25 KB, patch)
2005-05-04 07:52 UTC, Stéphane Gimenez
Details | Diff
patch for dpkg-1.10.27.ebuild (dpkg-1.10.27.diff,499 bytes, patch)
2005-05-04 11:54 UTC, Stéphane Gimenez
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stéphane Gimenez 2005-05-04 07:43:39 UTC
Hi,

Obviously src_compile() in dpkg-1.10.27.ebuild contains code which should be in src_unpack().

I noticed it after a
  FEATURES="keepwork keeptmp" emerge -u dpkg
which failed.

Here's a more correct ebuild.
Comment 1 Stéphane Gimenez 2005-05-04 07:47:57 UTC
Created attachment 58036 [details]
corrected dpkg ebuild
Comment 2 Stéphane Gimenez 2005-05-04 07:52:03 UTC
Created attachment 58037 [details, diff]
patch allowing dpkg to compile against gcc4.

By the way, I was doing FEATURES="keepwork" after a failled compile with gcc-4.

Here's the patch I came with, maybe you're interested.
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2005-05-04 10:19:28 UTC
please only post a patch to the ebuild
Comment 4 Stéphane Gimenez 2005-05-04 11:54:09 UTC
Created attachment 58051 [details, diff]
patch for dpkg-1.10.27.ebuild

Ok, I understand patches are easier to deal with.
I'll remember that ;)
Comment 5 Heinrich Wendel (RETIRED) gentoo-dev 2005-05-05 11:19:28 UTC
thx, applied
Comment 6 Heinrich Wendel (RETIRED) gentoo-dev 2005-05-05 11:19:55 UTC
thx, applied