Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477692 - bash-completion-r1.eclass: fails to install: newins failed 'You should not use ${EPREFIX} with helpers'
Summary: bash-completion-r1.eclass: fails to install: newins failed 'You should not us...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Samuli Suominen (RETIRED)
URL:
Whiteboard:
Keywords:
: 477694 477696 477698 477892 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-22 05:20 UTC by Andrew Udvare
Modified: 2013-07-23 15:58 UTC (History)
4 users (show)

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


Attachments
build log (build.log,12.07 KB, application/octet-stream)
2013-07-22 05:20 UTC, Andrew Udvare
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Udvare 2013-07-22 05:20:04 UTC
'Compiles' fine but does not install:

-------------------------------------------------------
You should not use ${EPREFIX} with helpers.
  --> /Users/tatsh/gentoo/usr/share/bash-completion/completions
-------------------------------------------------------
 * ERROR: app-admin/eselect-1.3.7 failed (install phase):
 *   newins failed

Reproducible: Always

Steps to Reproduce:
1. emerge --sync
2. emerge eselect
Actual Results:  
Fails to install

Expected Results:  
Should install

Portage 2.2.01.22124-prefix (prefix/darwin/macos/10.8/x64, gcc-4.2.1, unavailable, 12.4.0 x86_64)
=================================================================
System uname: Darwin-12.4.0-x86_64-i386-64bit
Timestamp of tree: Sun, 21 Jul 2013 21:36:09 +0000
app-shells/bash:      4.2_p39-r1
dev-lang/python:      2.7.5, 3.3.2
dev-util/cmake:       2.8.11.1
dev-util/pkgconfig:   0.28
sys-devel/autoconf:   2.69
sys-devel/automake:   1.12.4
sys-devel/gcc-config: 1.8-r00.1
sys-devel/libtool:    2.4.2
sys-devel/make:       3.82-r4
Repositories: gentoo_prefix
ACCEPT_KEYWORDS="~x64-macos"
ACCEPT_LICENSE="*"
CBUILD="x86_64-apple-darwin12"
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-apple-darwin12"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=nocona -O2 -pipe"
DISTDIR="/Users/tatsh/gentoo/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 userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-dead_strip_dylibs"
MAKEOPTS="-j4"
PKGDIR="/Users/tatsh/gentoo/usr/portage/packages"
PORTAGE_CONFIGROOT="/Users/tatsh/gentoo/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/Users/tatsh/gentoo/var/tmp"
PORTDIR="/Users/tatsh/gentoo/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"
USE="aqua bash-completion cjk consolekit coreaudio cracklib cxx ipv6 mmx mmxext modules ncurses nls objc objc++ policykit prefix readline semantic-desktop sse sse2 ssl unicode vim-syntax x64-macos 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 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" LINGUAS="en_GB en" NGINX_MODULES_HTTP="access auth_basic autoindex browser charset empty_gif fastcgi gzip headers limit_req limit_zone memcached proxy referer rewrite scgi split_clients ssi upstream_ip_hash userid uwsgi flv gzip_static stub_status headers_more sub dav map perl mp4 fancyindex upload upload_progress push_stream" NGINX_MODULES_MAIL="smtp imap" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-4" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19" 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, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Andrew Udvare 2013-07-22 05:20:19 UTC
Created attachment 353824 [details]
build log
Comment 2 Fabian Groffen gentoo-dev 2013-07-22 08:34:40 UTC
*** Bug 477694 has been marked as a duplicate of this bug. ***
Comment 3 Fabian Groffen gentoo-dev 2013-07-22 08:34:57 UTC
*** Bug 477696 has been marked as a duplicate of this bug. ***
Comment 4 Fabian Groffen gentoo-dev 2013-07-22 08:35:30 UTC
*** Bug 477698 has been marked as a duplicate of this bug. ***
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-07-22 08:50:01 UTC
@Samuli, I think you'll need to strip it off pkg-config.

Also, you've introduced *a lot* of indentation errors and random spaces, please fix that.
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2013-07-22 11:29:35 UTC
(In reply to Michał Górny from comment #5)
> @Samuli, I think you'll need to strip it off pkg-config.

My bad, I don't have a prefix installation available :-/

+  22 Jul 2013; Samuli Suominen <ssuominen@gentoo.org>
+  bash-completion-r1.eclass:
+  Remove use of EPREFIX wrt #477692 to avoid collision with Portage helpers


> Also, you've introduced *a lot* of indentation errors and random spaces,
> please fix that.

I found some. I hope I got everything you meant.
Comment 7 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-07-22 11:43:47 UTC
You've broken it more. get_*() were fine.

It's pkg-config returning paths with EPREFIX embedded. You need to strip them to return proper paths from _*() helpers. Otherwise they can't be used with dobashcomp() and friends.
Comment 8 Fabian Groffen gentoo-dev 2013-07-22 17:45:44 UTC
(In reply to Michał Górny from comment #7)
> You've broken it more. get_*() were fine.
> 
> It's pkg-config returning paths with EPREFIX embedded. You need to strip
> them to return proper paths from _*() helpers. Otherwise they can't be used
> with dobashcomp() and friends.

Thanks for looking into it, I had that suspicion about the above.  Since this breaks a load of packages, do you mind if I revert Samuli's fix and just do what you said above?
Comment 9 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-07-22 19:58:41 UTC
(In reply to Fabian Groffen from comment #8)
> (In reply to Michał Górny from comment #7)
> > You've broken it more. get_*() were fine.
> > 
> > It's pkg-config returning paths with EPREFIX embedded. You need to strip
> > them to return proper paths from _*() helpers. Otherwise they can't be used
> > with dobashcomp() and friends.
> 
> Thanks for looking into it, I had that suspicion about the above.  Since
> this breaks a load of packages, do you mind if I revert Samuli's fix and
> just do what you said above?

Feel free to.
Comment 10 Fabian Groffen gentoo-dev 2013-07-22 20:07:10 UTC
Ok, committed in 1.8
Comment 11 Alexander Tsoy 2013-07-23 13:27:45 UTC
Please fix eclass. All completions gets installed in / now. :(

-	echo "${pcdb#${EPREFIX}}"
+	echo "${pcbc#${EPREFIX}}"
Comment 12 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-07-23 13:48:36 UTC
Thanks. I've changed it to 'path' to avoid typos in the future.
Comment 13 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-07-23 15:58:18 UTC
*** Bug 477892 has been marked as a duplicate of this bug. ***