Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287489 - dev-libs/qoauth-1.0: fails to emerge due to missing libqoauth.a
Summary: dev-libs/qoauth-1.0: fails to emerge due to missing libqoauth.a
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-03 11:58 UTC by brot
Modified: 2009-10-03 14:35 UTC (History)
1 user (show)

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


Attachments
build.log of the emerge (build.log,7.56 KB, text/plain)
2009-10-03 12:01 UTC, brot
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brot 2009-10-03 11:58:45 UTC
I am trying to install dev-libs/qoauth-1.0 from portage, but the emerge fails with:  *      dolib: /var/tmp/portage/dev-libs/qoauth-1.0/work/qoauth-1.0/lib/libqoauth.a does not exist


Reproducible: Always

Steps to Reproduce:
1. emerge qoauth
2. wait





Portage 2.2_rc42 (default/linux/amd64/10.0, gcc-4.4.1, glibc-2.10.1-r0, 2.6.31 x86_64)               
=================================================================                                    
System uname: Linux-2.6.31-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T5750_@_2.00GHz-with-gentoo-2.0.1       
Timestamp of tree: Sat, 03 Oct 2009 08:15:01 +0000                                                   
ccache version 2.4 [disabled]                                                                        
app-shells/bash:     4.0_p33                                                                         
dev-java/java-config: 2.1.9-r1                                                                       
dev-lang/python:     2.6.3, 3.1.1-r1                                                                 
dev-util/ccache:     2.4-r8                                                                          
dev-util/cmake:      2.6.4-r3                                                                        
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.4.3-r3
sys-apps/sandbox:    2.1
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2, 1.11
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.30-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -fomit-frame-pointer -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=native -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests distlocks fixpackages paralell-fetch parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LDFLAGS="-Wl,--as-needed"
LINGUAS="de"
MAKEOPTS="-j4"
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"
PORTDIR_OVERLAY="/usr/local/portage/layman/qting-edge /usr/local/portage/layman/x11 /usr/local/portage/layman/jokey /usr/local/portage/layman/sunrise /usr/local/portage/layman/kde-testing"
SYNC="rsync://rsync.gentoo.stealer.net/gentoo-portage"
USE="acl acpi alsa amd64 berkdb bluetooth bzip2 cairo cli cracklib crypt cups dell dri fortran gcj gdbm gpm iconv ipv6 isdnlog jpeg kde laptop lm_sensors lqr mmx mmxext modules mudflap multilib ncurses nls nptl nptlonly opengl openmp pam pcre pdf perl png pppd python readline reflection samba session smp spl sse sse2 sse3 ssl ssse3 svg symlink sysfs tcpd threads tiff truetype unicode utf8 xcomposite xinerama xorg zlib" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw 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_groupfile authz_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" CAMERAS="canon" ELIBC="glibc" INPUT_DEVICES="synaptics mouse evdev keyboard wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="i810 intel"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 brot 2009-10-03 12:01:10 UTC
Created attachment 205912 [details]
build.log of the emerge
Comment 2 Christian Ruppert (idl0r) gentoo-dev 2009-10-03 12:10:41 UTC
The problem seems to be that some of his qt stuff has been built with debug.
So he has libqoauth_debug.a instead of libqoauth.a and regardless of with/without USE="debug".
Comment 3 Dominik Kapusta (RETIRED) gentoo-dev 2009-10-03 14:35:56 UTC
It's the upstream issue, _debug suffix was added to the library name for debug builds. Thanks for reporting, fixed in cvs and upstream :)