Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 265004 - sys-fs/device-mapper-1.02.28 build fails with die "add those ldscripts"
Summary: sys-fs/device-mapper-1.02.28 build fails with die "add those ldscripts"
Status: RESOLVED DUPLICATE of bug 264940
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-05 18:59 UTC by Dan Johnson
Modified: 2009-04-05 19:17 UTC (History)
0 users

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


Attachments
tle log of the failed build (device-mapper-1.02.28-build.log,36.88 KB, text/plain)
2009-04-05 19:00 UTC, Dan Johnson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Johnson 2009-04-05 18:59:41 UTC
Upon emerging device-mapper, the following error is produced:

 * QA Notice: Missing gen_usr_ldscript for libdevmapper-event.so

 * QA Notice: Missing gen_usr_ldscript for libdevmapper.so
 *
 * ERROR: sys-fs/device-mapper-1.02.28 failed.
 * Call stack:
 *       misc-functions.sh, line 729:  Called install_qa_check
 *       misc-functions.sh, line 336:  Called die
 * The specific snippet of code:
 *      [[ ${abort} == "yes" ]] && die "add those ldscripts"

Oddly, the referenced gen_usr_ldscript calls ARE present in the ebuild, but are failing. (Maybe this is caused by no-multilib profile?)

emerge --info:
Portage 2.2_rc28 (default/linux/amd64/2008.0/no-multilib, gcc-4.3.3, glibc-2.9_p20081201-r2, 2.6.29-gentoo-r1 x86_64)                                                                           
=================================================================                               
System uname: Linux-2.6.29-gentoo-r1-x86_64-Intel-R-_Pentium-R-_Dual_CPU_T2330_@_1.60GHz-with-glibc2.2.5                                                                                        
Timestamp of tree: Sun, 05 Apr 2009 04:00:01 +0000                                              
app-shells/bash:     4.0_p10-r1                                                                 
dev-lang/python:     2.5.4-r2                                                                   
sys-apps/baselayout: 2.0.0                                                                      
sys-apps/openrc:     0.4.3-r1                                                                   
sys-apps/sandbox:    1.7                                                                        
sys-devel/autoconf:  2.13, 2.63                                                                 
sys-devel/automake:  1.5, 1.9.6-r2, 1.10.2                                                      
sys-devel/binutils:  2.19.1-r1                                                                  
sys-devel/gcc-config: 1.4.1                                                                     
sys-devel/libtool:   2.2.6a                                                                     
virtual/os-headers:  2.6.28-r1                                                                  
ACCEPT_KEYWORDS="amd64 ~amd64"                                                                  
CBUILD="x86_64-pc-linux-gnu"                                                                    
CFLAGS="-march=core2 -O2 -pipe"                                                                 
CHOST="x86_64-pc-linux-gnu"                                                                     
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=core2 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1"
LINGUAS="en en_US"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://hyperion/gentoo-portage"
USE="acl amd64 bash-completion berkdb bzip2 cli consolekit cracklib crypt cups doc dri fontconfig fortran gcj gdbm gpm iconv ipv6 isdnlog jadetex jpeg jpeg2k latex midi mmx mudflap ncurses nls nptl nptlonly openmp pam pcre perl png pppd python readline reflection session spl sse sse2 ssl sysfs tcpd truetype unicode vim-syntax xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emulmulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfileauthz_host authz_owner authz_user autoindex cache 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" ELIBC="glibc" INPUT_DEVICES="synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_US" USERLAND="GNU" VIDEO_CARDS="intel"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Dan Johnson 2009-04-05 19:00:30 UTC
Created attachment 187394 [details]
tle log of the failed build
Comment 2 Dan Johnson 2009-04-05 19:05:08 UTC
also happens with portage-2.1.6.11
Comment 3 Rafał Mużyło 2009-04-05 19:05:27 UTC

*** This bug has been marked as a duplicate of bug 264940 ***

*** This bug has been marked as a duplicate of bug 264940 ***
Comment 4 Dan Johnson 2009-04-05 19:17:39 UTC
thanks, I should have noticed that