Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 426416 - dev-libs/libpcre-8.31 fails cross-compile for x86_64-w64-mingw32: "unable to read SONAME from libpcre.dll"
Summary: dev-libs/libpcre-8.31 fails cross-compile for x86_64-w64-mingw32: "unable to ...
Status: RESOLVED DUPLICATE of bug 417451
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-13 11:05 UTC by Matt Whitlock
Modified: 2012-07-20 21:16 UTC (History)
0 users

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


Attachments
/usr/x86_64-w64-mingw32/tmp/portage/dev-libs/libpcre-8.31/temp/build.log (build.log,40.60 KB, text/plain)
2012-07-13 11:05 UTC, Matt Whitlock
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Whitlock 2012-07-13 11:05:20 UTC
Created attachment 318084 [details]
/usr/x86_64-w64-mingw32/tmp/portage/dev-libs/libpcre-8.31/temp/build.log

The build gets all the way to the install phase, but then it fails:

 * ERROR: dev-libs/libpcre-8.31 failed (install phase):
 *   unable to read SONAME from libpcre.dll
 * 
 * Call stack:
 *     ebuild.sh, line   85:  Called src_install
 *   environment, line 2693:  Called gen_usr_ldscript '-a' 'pcre'
 *   environment, line 1749:  Called die
 * The specific snippet of code:
 *                       [[ -z ${tlib} ]] && die "unable to read SONAME from ${lib}";


Portage 2.1.10.65 (embedded, gcc-4.5.3, unavailable, 3.3.8-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-3.3.8-gentoo-x86_64-Intel-R-_Atom-TM-_CPU_D525_@_1.80GHz-with-gentoo-2.1
Timestamp of tree: Fri, 13 Jul 2012 10:00:01 +0000
app-shells/bash:          4.2_p20
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.7.3-r2, 3.2.3
dev-util/cmake:           2.8.7-r5
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.9.8.4
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.68
sys-devel/automake:       1.11.1
sys-devel/binutils:       2.21.1-r1
sys-devel/gcc:            4.5.3-r2
sys-devel/gcc-config:     1.6
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 3.1 (virtual/os-headers)
sys-libs/glibc:           2.14.1-r3
Repositories: gentoo x-overlay
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe  -fomit-frame-pointer -I/usr/x86_64-w64-mingw32/usr/include/ -I/usr/x86_64-w64-mingw32/include/"
CHOST="x86_64-w64-mingw32"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe  -fomit-frame-pointer -I/usr/x86_64-w64-mingw32/usr/include/ -I/usr/x86_64-w64-mingw32/include/"
DISTDIR="/usr/local/portage/distfiles"
FCFLAGS="-Os -pipe"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles news nodoc noinfo noman parallel-fetch parse-eapi-ebuild-head protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-Os -pipe"
GENTOO_MIRRORS="http://gentoo.mirrors.hoobly.com/ http://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://mirror.its.uidaho.edu/pub/gentoo/"
LANG="en_US.UTF-8"
LDFLAGS="-L/usr/x86_64-w64-mingw32/lib -L/usr/x86_64-w64-mingw32/usr/lib"
LINGUAS="en"
MAKEOPTS="-j5"
PKGDIR="/usr/x86_64-w64-mingw32/packages/"
PORTAGE_CONFIGROOT="/usr/x86_64-w64-mingw32/"
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="/usr/x86_64-w64-mingw32/tmp/"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 bindist kdrive make-symlinks minimal modules multicall zlib" ELIBC="__LIBC__" INPUT_DEVICES="evdev mouse keyboard tslib" KERNEL="linux" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="fbdev"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON


[ebuild     U ] dev-libs/libpcre-8.31 [8.30-r2] to /usr/x86_64-w64-mingw32/ USE="cxx jit recursion-limit static-libs -bzip2 -libedit% -pcre16 -readline -unicode -zlib"
Comment 1 SpanKY gentoo-dev 2012-07-20 21:16:04 UTC

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