Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72810 - version bump : sys-apps/dmidecode : 2.4 => 2.5
Summary: version bump : sys-apps/dmidecode : 2.4 => 2.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Tony Vroon (RETIRED)
URL: http://www.nongnu.org/dmidecode/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-29 06:00 UTC by Stephane Loeuillet
Modified: 2004-11-29 12:08 UTC (History)
1 user (show)

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


Attachments
dmidecode-2.5.ebuild (dmidecode-2.5.ebuild,937 bytes, text/plain)
2004-11-29 12:01 UTC, Tony Vroon (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephane Loeuillet 2004-11-29 06:00:11 UTC
2.5 went out on 11-Nov-2004

it has a broken install (it tries to install everything in /usr/local, not honoring usual PREFIX)

of course, it breaks with sandboxing :

install -d /usr/local/sbin /usr/local/man/man8
ACCESS DENIED  chmod:     /usr/local/sbin
install: Ne peut changer les permissions de `/usr/local/sbin': Permission non accord
Comment 1 Stephane Loeuillet 2004-11-29 06:00:11 UTC
2.5 went out on 11-Nov-2004

it has a broken install (it tries to install everything in /usr/local, not honoring usual PREFIX)

of course, it breaks with sandboxing :

install -d /usr/local/sbin /usr/local/man/man8
ACCESS DENIED  chmod:     /usr/local/sbin
install: Ne peut changer les permissions de `/usr/local/sbin': Permission non accordée
ACCESS DENIED  mkdir:     /usr/local/share/man/man8
install: Ne peut créer le répertoire `/usr/local/man/man8': Permission non accordée


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2004-11-29 12:01:41 UTC
Created attachment 44949 [details]
dmidecode-2.5.ebuild

SED-magic to hardcode prefix, removed PREFIX=${D}/usr from make install.
Compiled and running fine on x86.
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2004-11-29 12:08:13 UTC
Please wait two hours then sync, and you will be able to merge the new dmidecode.

Thank you for your report.