Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472710 - dev-ruby/hike - src_prepare(): cp: all/hike-1.2.2/test/fixtures/app/views/.#application.js.coffee.erb: No such file or directory
Summary: dev-ruby/hike - src_prepare(): cp: all/hike-1.2.2/test/fixtures/app/views/.#a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-09 04:47 UTC by Doug Miller
Modified: 2014-01-16 07:58 UTC (History)
6 users (show)

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


Attachments
remove unused files (remove_unused_files.patch,566 bytes, patch)
2014-01-03 20:18 UTC, dmitry
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Miller 2013-06-09 04:47:44 UTC
When trying to emerge hike, I get the following error:

 * hike-1.2.2.tgz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                        [ ok ]
>>> Unpacking source...
 * Running unpack phase for all ...
>>> Unpacking hike-1.2.2.tgz to /var/tmp/portage/dev-ruby/hike-1.2.2/work/all
>>> Source unpacked in /var/tmp/portage/dev-ruby/hike-1.2.2/work
>>> Preparing source in /var/tmp/portage/dev-ruby/hike-1.2.2/work ...
 * Running prepare phase for all ...
 * Running source copy phase for ruby19 ...
cp: all/hike-1.2.2/test/fixtures/app/views/.#application.js.coffee.erb: No such file or directory
 * ERROR: dev-ruby/hike-1.2.2 failed (prepare phase):
 *   Unable to copy ruby19 environment
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 4442:  Called ruby-ng_src_prepare
 *   environment, line 4117:  Called _ruby_each_implementation '_ruby_source_copy'
 *   environment, line  385:  Called _ruby_invoke_environment 'ruby19' '_ruby_source_copy'
 *   environment, line  437:  Called _ruby_source_copy
 *   environment, line  443:  Called die
 * The specific snippet of code:
 *       cp -prl all ${_ruby_implementation} || die "Unable to copy ${_ruby_implementation} environment"
 *
 * If you need support, post the output of `emerge --info '=dev-ruby/hike-1.2.2'`,
 * the complete build log and the output of `emerge -pqv '=dev-ruby/hike-1.2.2'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME=""
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =hike-1.2.2
 * The complete build log is located at '/var/tmp/portage/dev-ruby/hike-1.2.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-ruby/hike-1.2.2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-ruby/hike-1.2.2/work'
 * S: '/var/tmp/portage/dev-ruby/hike-1.2.2/work/ruby19/hike-1.2.2'


This appears to be caused by a bad symlink (.#application.js.coffee.erb). Removing the file allows the build to succeed.

Reproducible: Always
Comment 1 Bertrand Jacquin 2013-12-30 17:58:37 UTC
This bug is reproducatble on GNU/Linux with dev-ruby/hike-1.2.3-r1
Comment 2 Hans de Graaff gentoo-dev Security 2014-01-03 06:48:02 UTC
I can't reproduce this bug. Which version of coreutils is installed? Is this a prefix install or a regular Gentoo install?
Comment 3 Bertrand Jacquin 2014-01-03 14:42:08 UTC
(In reply to Hans de Graaff from comment #2)
> I can't reproduce this bug. Which version of coreutils is installed? Is this
> a prefix install or a regular Gentoo install?

sys-apps/coreutils-8.22 installed here on a regular Gentoo.
Comment 4 dmitry 2014-01-03 20:18:14 UTC
Created attachment 366886 [details, diff]
remove unused files

There is an upstream bug with a pull request:
https://github.com/sstephenson/hike/issues/27
Comment 5 Hans de Graaff gentoo-dev Security 2014-01-11 09:42:14 UTC
What filesystem is being used for /var/tmp/portage?

Given that there is a wide variety of these temporary editor files I'm assuming that they are part of the testing strategy, so I assume the pull request will not be included.
Comment 6 dmitry 2014-01-11 10:19:56 UTC
> What filesystem is being used for /var/tmp/portage?
tmpfs 
> Given that there is a wide variety of these temporary editor files I'm
> assuming that they are part of the testing strategy
You probably are right. There is a commit that explicitly adds that files ( https://github.com/sstephenson/hike/commit5da94b818b6a1850b18b4a9ca02db481bf1c8f91 ). Sorry, I got that wrong.
Comment 7 dmitry 2014-01-11 10:23:00 UTC
> tmpfs 
Oops... Wrong again, ext4
Comment 8 dmitry 2014-01-11 10:28:09 UTC
The bug reproduces with tmpfs used for /var/tmp/portage
Comment 9 Johannes Hirte 2014-01-15 21:57:16 UTC
can confirm this here:

>>> Unpacking hike-1.2.3.tgz to /var/tmp/portage/dev-ruby/hike-1.2.3-r1/work/all
>>> Source unpacked in /var/tmp/portage/dev-ruby/hike-1.2.3-r1/work
>>> Preparing source in /var/tmp/portage/dev-ruby/hike-1.2.3-r1/work ...
 * Running prepare phase for all ...
 * Running source copy phase for ruby19 ...
cp: cannot stat ‘all/hike-1.2.3/test/fixtures/app/views/.#application.js.coffee.erb’: No such file or directory
 * ERROR: dev-ruby/hike-1.2.3-r1::gentoo failed (prepare phase):
 *   Unable to copy ruby19 environment
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 4162:  Called ruby-ng_src_prepare
 *   environment, line 3829:  Called _ruby_each_implementation '_ruby_source_copy'
 *   environment, line  393:  Called _ruby_invoke_environment 'ruby19' '_ruby_source_copy'
 *   environment, line  445:  Called _ruby_source_copy
 *   environment, line  451:  Called die
 * The specific snippet of code:
 *       cp -prl all ${_ruby_implementation} || die "Unable to copy ${_ruby_implementation} environment"
 * 
 * If you need support, post the output of `emerge --info '=dev-ruby/hike-1.2.3-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-ruby/hike-1.2.3-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME=""
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =hike-1.2.3
 * The complete build log is located at '/var/tmp/portage/dev-ruby/hike-1.2.3-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-ruby/hike-1.2.3-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-ruby/hike-1.2.3-r1/work'
 * S: '/var/tmp/portage/dev-ruby/hike-1.2.3-r1/work/ruby19/hike-1.2.3'

>>> Failed to emerge dev-ruby/hike-1.2.3-r1, Log file:

>>>  '/var/tmp/portage/dev-ruby/hike-1.2.3-r1/temp/build.log'

 * Messages for package dev-lang/ruby-1.9.3_p484:

 * 
 * To switch between available Ruby profiles, execute as root:
 *      eselect ruby set ruby(18|19|...)
 * 

 * Messages for package dev-ruby/rubygems-2.0.14:

 * 
 * To switch between available Ruby profiles, execute as root:
 *      eselect ruby set ruby(18|19|...)
 * 

 * Messages for package dev-ruby/hike-1.2.3-r1:

 * ERROR: dev-ruby/hike-1.2.3-r1::gentoo failed (prepare phase):
 *   Unable to copy ruby19 environment
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 4162:  Called ruby-ng_src_prepare
 *   environment, line 3829:  Called _ruby_each_implementation '_ruby_source_copy'
 *   environment, line  393:  Called _ruby_invoke_environment 'ruby19' '_ruby_source_copy'
 *   environment, line  445:  Called _ruby_source_copy
 *   environment, line  451:  Called die
 * The specific snippet of code:
 *       cp -prl all ${_ruby_implementation} || die "Unable to copy ${_ruby_implementation} environment"
 * 
 * If you need support, post the output of `emerge --info '=dev-ruby/hike-1.2.3-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-ruby/hike-1.2.3-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-ruby/hike-1.2.3-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-ruby/hike-1.2.3-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-ruby/hike-1.2.3-r1/work'
 * S: '/var/tmp/portage/dev-ruby/hike-1.2.3-r1/work/ruby19/hike-1.2.3'

 * GNU info directory index is up-to-date.


emerge --info
Portage 2.2.8 (default/linux/x86/13.0, gcc-4.8.2, glibc-2.17, 3.13.0-rc7-00126-g228fdc0 i686)
=================================================================
System uname: Linux-3.13.0-rc7-00126-g228fdc0-i686-Intel-R-_Atom-TM-_CPU_N270_@_1.60GHz-with-gentoo-2.2
KiB Mem:     2063584 total,    418148 free
KiB Swap:    2105340 total,   2101684 free
Timestamp of tree: Tue, 14 Jan 2014 15:00:01 +0000
ld GNU ld (GNU Binutils) 2.24
app-shells/bash:          4.2_p45-r1
dev-lang/python:          2.7.6, 3.3.3
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.69
sys-devel/automake:       1.12.6, 1.14.1
sys-devel/binutils:       2.24-r1
sys-devel/gcc:            4.8.2
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.12 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo local
ACCEPT_KEYWORDS="x86 ~x86"
ACCEPT_LICENSE="* -@EULA AdobeFlash-10 AdobeFlash-10.1 AdobeFlash-10.3 dlj-1.1 skype-eula"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=atom -mfpmath=sse -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-vectorize -ftracer -fvect-cost-model -fomit-frame-pointer -mstackrealign -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=atom -mfpmath=sse -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-vectorize -ftracer -fvect-cost-model -fomit-frame-pointer -mstackrealign -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--quiet-build=n --with-bdeps=y"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync metadata-transfer news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,-z,combreloc"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
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="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
USE="aac acl acpi aio alsa amr audiofile bash-completion berkdb bzip2 caps caps-ng cdda cddb cdparanoia cli cracklib crypt cvs cxx dbus dirac dri dv dvd eap-tls enca encode expat faac faad ffmpeg fftw flac fortran gdbm git glibc-omitfp gmp iconv icu inotify ipv6 lame libffi libkms libsamplerate lm_sensors lzma lzo mad matroska md5sum mjpeg mmap mmx modules mp3 mpeg mpfr mplayer mudflap musicbrainz ncurses nls npp nptl ntp ogg openal opencore-amr openmp opus oscar pam pcre perl policykit python python3 quicktime readline schroedinger session smp sndfile speex sqlite sse sse2 ssl ssse3 stream subversion tcpd theora threads timezone truetype twolame udev unicode usb v4l vim-syntax vlc vorbis vpx wavpack wps x264 x86 xattr xine xml xv xvid yv12 zip zlib" ABI_X86="32" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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="glibc" 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" GRUB_PLATFORMS="pc" INPUT_DEVICES="evdev synaptics" KERNEL="linux" 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" USERLAND="GNU" VIDEO_CARDS="i915 intel" 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, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON

Filesystem is btrfs
Comment 10 Dmitry T. 2014-01-15 22:14:52 UTC
one more confirmation:

 * Package:    dev-ruby/hike-1.2.3-r1
 * Repository: gentoo
 * Maintainer: ruby@gentoo.org
 * USE:        elibc_glibc kernel_linux ruby_targets_ruby19 userland_GNU x86
 * FEATURES:   distcc preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
 * Running unpack phase for all ...
>>> Unpacking hike-1.2.3.tgz to /var/tmp/portage/dev-ruby/hike-1.2.3-r1/work/all
>>> Source unpacked in /var/tmp/portage/dev-ruby/hike-1.2.3-r1/work
>>> Preparing source in /var/tmp/portage/dev-ruby/hike-1.2.3-r1/work ...
 * Running prepare phase for all ...
 * Running source copy phase for ruby19 ...
cp: cannot stat ‘all/hike-1.2.3/test/fixtures/app/views/.#application.js.coffee.erb’: No such file or directory
 * ERROR: dev-ruby/hike-1.2.3-r1::gentoo failed (prepare phase):
 *   Unable to copy ruby19 environment
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 4178:  Called ruby-ng_src_prepare
 *   environment, line 3845:  Called _ruby_each_implementation '_ruby_source_copy'
 *   environment, line  409:  Called _ruby_invoke_environment 'ruby19' '_ruby_source_copy'
 *   environment, line  461:  Called _ruby_source_copy
 *   environment, line  467:  Called die
 * The specific snippet of code:
 *       cp -prl all ${_ruby_implementation} || die "Unable to copy ${_ruby_implementation} environment"
 *
 * If you need support, post the output of `emerge --info '=dev-ruby/hike-1.2.3-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-ruby/hike-1.2.3-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME=""
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =hike-1.2.3
 * The complete build log is located at '/var/tmp/portage/dev-ruby/hike-1.2.3-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-ruby/hike-1.2.3-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-ruby/hike-1.2.3-r1/work'
 * S: '/var/tmp/portage/dev-ruby/hike-1.2.3-r1/work/ruby19/hike-1.2.3'

# emerge --info
Portage 2.2.8 (default/linux/x86/13.0/desktop, gcc-4.7.3, glibc-2.17, 3.12.4-gentoo.hogus.40 i686)
=================================================================
System uname: Linux-3.12.4-gentoo.hogus.40-i686-Intel-R-_Core-TM-2_Duo_CPU_E4600_@_2.40GHz-with-gentoo-2.2
KiB Mem:     4147276 total,    255420 free
KiB Swap:    8388604 total,   6961620 free
Timestamp of tree: Wed, 15 Jan 2014 01:00:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
distcc[2335] (dcc_trace_version) distcc 3.1 i686-pc-linux-gnu; built Sep 23 2013 20:26:58 [enabled]
ccache version 3.1.9 [disabled]
app-shells/bash:          4.2_p45-r1
dev-lang/python:          2.7.6, 3.2.5-r3, 3.3.3
dev-util/ccache:          3.1.9-r3
dev-util/cmake:           2.8.12.1-r2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r3, 1.10.3, 1.11.6, 1.12.6, 1.13.4, 1.14
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.4.6-r1, 4.5.3-r2, 4.6.3, 4.7.3-r1, 4.8.2
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.12 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo rion funroll-loops stuff belak
Installed sets: @system
ACCEPT_KEYWORDS="x86 ~x86"
ACCEPT_LICENSE="* -@EULA dlj-1.1 skype-eula AdobeFlash-10.1 AdobeFlash-10.3 google-talkplugin Oracle-BCLA-JavaSE skype-4.0.0.7-copyright AdobeFlash-11.x TeamViewer"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=nocona -msse2 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=nocona -msse2 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--nospinner --quiet-build"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distcc distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userpriv usersandbox usersync"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://de-mirror.org/distro/gentoo/"
LANG="ru_UA.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
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="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/rion /var/lib/layman/funroll-loops /var/lib/layman/stuff /var/lib/layman/belak"
USE="X a52 aac acl acpi alsa apache2 apm asf audiofile avi bash-completion bcmath berkdb bitmap-fonts branding bzip2 cairo cdda cdr chroot cli consolekit cracklib crypt ctype cups curl cxx dba dbus dri dts dvd dvdr dvdread eds emboss encode ethereal exif expat fam fbcon firefox flac foomaticdb force-cgi-redirect fortran ftp gd gdbm gif glut gmp gpm gvim iconv icq id3 idn imap imlib javascript jpeg jpeg2k kde kdepim lcms libg++ libnotify libwww logitech-mouse mad memlimit mikmod mime minizip mmx mng modules motif mp3 mp4 mp4live mpeg mpeg2 mplayer mudflap mysqli ncurses network nls nptl nptlonly nvidia ogg opengl openmp openssh oss pam pango pcre pdf pdflib perl png policykit posix postfix ppds python qt qt3support qt4 quicktime readline rss samba sdl session sftp simplexml slang soap sockets spell sse sse2 sse3 ssl ssse3 startup-notification stream svg tcpd tiff tokenizer truetype truetype-fonts type1-fonts udev udisks unicode upower usb utf8 v4l v4l2 vim vim-with-x vorbis vpx win32codecs wma wxwidgets x264 x86 xcb xcomposite xfs xinerama xml xml2 xsl xv xvid zlib" ABI_X86="32" ALSA_CARDS="hda-intel" 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="canon directory ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" 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="mouse keyboard evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="ru uk" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5 php5-4" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19" USERLAND="GNU" VIDEO_CARDS="nouveau fbdev nv" 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, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON
Comment 11 Hans de Graaff gentoo-dev Security 2014-01-16 07:58:29 UTC
This is a change in coreutils 8.22:

** Changes in behavior

  cp --link now dereferences a symbolic link as source before creating the
  hard link in the destination unless the -P,--no-deref option is specified.
  Previously, it would create a hard link of the symbolic link, even when
  the dereferencing options -L or -H were specified.


Now fixed in the eclass by setting the -P option explicitly.