Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274536 - dev-libs/xmlrpc-c-1.18.02: shared libraries not installed
Summary: dev-libs/xmlrpc-c-1.18.02: shared libraries not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: ARM Linux
: High normal (vote)
Assignee: Peter Alfredsen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-17 18:50 UTC by Ambroz Bizjak
Modified: 2011-10-01 21:43 UTC (History)
0 users

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


Attachments
build log for version 1.18.02 (broken) (xmlrpc-1.18.02-build.log,311.38 KB, text/plain)
2009-06-17 19:39 UTC, Ambroz Bizjak
Details
build log for version 1.06.27 (good) (xmlrpc-1.06.27-build.log,416.77 KB, text/plain)
2009-06-17 19:40 UTC, Ambroz Bizjak
Details
Search for string linux-gnu instead of matching exactly (xmlrpc-1.18.02-shared-libs.patch,501 bytes, patch)
2009-06-21 20:27 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ambroz Bizjak 2009-06-17 18:50:04 UTC
Emerging dev-libs/xmlrpc-c-1.18.02 results in only static libraries being installed, no shared libraries. This causes compilation failures in programs using xmlrpc-c, like net-p2p/rtorrent.

This is happening on my ARM board but not on my x86_64 PC.

Reproducible: Always

Steps to Reproduce:




Portage 2.2_rc33 (default/linux/arm/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.30 armv5tel)
=================================================================                      
System uname: Linux-2.6.30-armv5tel-Feroceon_rev_0_-v5l-with-glibc2.4                  
Timestamp of tree: Tue, 16 Jun 2009 15:30:01 +0000                                     
distcc 3.1 armv5tel-softfloat-linux-gnueabi [disabled]                                 
app-shells/bash:     3.2_p39                                                           
dev-lang/python:     2.5.4-r2                                                          
sys-apps/baselayout: 2.0.1                                                             
sys-apps/openrc:     0.4.3-r3                                                          
sys-apps/sandbox:    1.6-r2                                                            
sys-devel/autoconf:  2.63                                                              
sys-devel/automake:  1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="arm"
CBUILD="armv5tel-softfloat-linux-gnueabi"
CFLAGS="-Os -march=armv5te -mtune=arm926ej-s"
CHOST="armv5tel-softfloat-linux-gnueabi"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-Os -march=armv5te -mtune=arm926ej-s"
DISTDIR="/usr/portage/distfiles"
FEATURES="buildpkg 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"
MAKEOPTS="-j1"
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://rsync.gentoo.org/gentoo-portage"
USE="acl arm berkdb bzip2 cli cracklib crypt cups fortran gdbm gpm iconv ipv6 isdnlog midi mudflap ncurses nls nptl nptlonly openmp pam pcre perl pppd python readline reflection session spl ssl sysfs tcpd unicode 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" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="fbdev glint mach64 mga nv r128 radeon savage sis tdfx trident   vga voodoo"
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 Rafał Mużyło 2009-06-17 18:55:58 UTC
I'd say build.log is the minimum of what you need to attach.
Comment 2 Ambroz Bizjak 2009-06-17 19:39:24 UTC
Created attachment 195018 [details]
build log for version 1.18.02 (broken)
Comment 3 Ambroz Bizjak 2009-06-17 19:40:00 UTC
Created attachment 195019 [details]
build log for version 1.06.27 (good)
Comment 4 Rafał Mużyło 2009-06-17 22:15:09 UTC
This looks like an upstream problem -
it seems that upstream decided it's smarter than libtool
and can handle all the cases by itself
It seems, however, that shared libs on arm is one of the cases they've missed.
Comment 5 Peter Alfredsen (RETIRED) gentoo-dev 2009-06-21 20:27:56 UTC
Created attachment 195396 [details, diff]
Search for string linux-gnu instead of matching exactly

Please test if this patch fixes the problem.
Comment 6 Ambroz Bizjak 2009-06-21 21:40:44 UTC
(In reply to comment #5)
> Created an attachment (id=195396) [edit]
> Search for string linux-gnu instead of matching exactly
> 
> Please test if this patch fixes the problem.
> 

Yes, that fixed it!
Comment 7 Peter Volkov (RETIRED) gentoo-dev 2011-10-01 21:43:46 UTC
Thank you for report. Fixed in xmlrpc-c-1.28.00.ebuild.