Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513614 - app-admin/pass-9999 emerge fails due to files outside of prefix and prefixing issues
Summary: app-admin/pass-9999 emerge fails due to files outside of prefix and prefixing...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-17 22:25 UTC by Hugh Nowlan
Modified: 2014-07-19 07:40 UTC (History)
0 users

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


Attachments
patch fixing emerge path issues for pass-9999 (pass-9999.ebuild.patch,437 bytes, patch)
2014-06-17 22:28 UTC, Hugh Nowlan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hugh Nowlan 2014-06-17 22:25:36 UTC
When app-admin/pass-9999 is emerged, it attempts to install files outside of the prefix. When this is corrected for by using DESTDIR=${D} and the package installs correctly, the scripts that the `pass` command uses internally have the path set incorrectly and will fail when run. If `emake` is told to use PREFIX=${EPREFIX} the package installs correctly and the commands do not cause any path issues. 

Reproducible: Always

Steps to Reproduce:
1. emerge app-admin/pass-9999

Actual Results:  
emerge of the package failed

Expected Results:  
for the package to emerge successfully. 

Portage HEAD (prefix/darwin/macos/10.9/x64, gcc-4.2.1, unavailable, 13.2.0 x86_64)
=================================================================
System uname: Darwin-13.2.0-x86_64-i386-64bit
Timestamp of tree: Tue, 17 Jun 2014 22:07:02 +0000
app-shells/bash:      4.2_p45-r1
dev-lang/python:      2.7.5-r4, 3.3.3
dev-util/cmake:       2.8.12.2-r1
dev-util/pkgconfig:   0.28
sys-devel/autoconf:   2.69
sys-devel/automake:   1.14
sys-devel/gcc-config: 1.8-r00.1
sys-devel/libtool:    2.4.2
sys-devel/make:       4.0-r1
Repositories: gentoo_prefix
ACCEPT_KEYWORDS="~x64-macos"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-apple-darwin13"
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-apple-darwin13"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=nocona -O2 -pipe"
DISTDIR="/Users/nosmo/Portage64/usr/portage/distfiles"
FCFLAGS=""
FEATURES="assume-digests binpkg-logs collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles force-prefix merge-sync news nostrip parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_IE.UTF-8"
LDFLAGS="-Wl,-dead_strip_dylibs"
MAKEOPTS="-j5"
PKGDIR="/Users/nosmo/Portage64/usr/portage/packages"
PORTAGE_CONFIGROOT="/Users/nosmo/Portage64/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/Users/nosmo/Portage64/var/tmp"
PORTDIR="/Users/nosmo/Portage64/usr/portage"
PORTDIR_OVERLAY=""
USE="X aac aalib aim aqua bash-completion cddb cdparanoia coreaudio cracklib crypt curl cxx dvd emacs flac ftp gif icq ipv6 jabber jpeg mmx mmxext modules mp3 mpeg msn ncurses nls objc objc++ ogg oscar perl png prefix python rar readline real sqlite sqlite3 sse sse2 ssl unicode win32codecs x64-macos xvid zlib" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="Darwin" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse" KERNEL="Darwin" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON
Comment 1 Hugh Nowlan 2014-06-17 22:28:10 UTC
Created attachment 379152 [details, diff]
patch fixing emerge path issues for pass-9999

A patch implementing a possible fix for this issue. Not sure if this is the correct way to address this issue, interested in correction
Comment 2 Fabian Groffen gentoo-dev 2014-07-19 07:40:23 UTC
You forgot /usr after $EPREFIX, but it's committed now, thanks!