From: bernhard@bwalle.de
To: ptxdist@pengutronix.de
Cc: Bernhard Walle <walle@corscience.de>
Subject: [ptxdist] [PATCH] host-e2fsprogs: Build libraries as shared libraries
Date: Thu, 16 Feb 2012 12:47:58 +0100 [thread overview]
Message-ID: <1329392878-13680-1-git-send-email-bernhard@bwalle.de> (raw)
In-Reply-To: <20120216101508.GB16742@pengutronix.de>
From: Bernhard Walle <walle@corscience.de>
If both the host-e2fsprogs and host-util-linux-ng are enabled (both
provide libuuid), I get following link error on a x86-64 Linux host when
host-e2fsprogs is built before host-util-linux-ng:
------------- 8< --------------
libtool: install: (cd /home/bwalle/devel/xxxx/linux_rootfs/platform-yyyy/build-host/util-linux-2.19.1/shlibs/mount/src;
/bin/sh /home/bwalle/devel/xxxx/linux_rootfs/platform-yyyy/build-host/util-linux-2.19.1/libtool --silent --tag CC
--mode=relink gcc -std=gnu99 -fsigned-char -g -O2 -Wl,--version-script=../../../shlibs/mount/src/libmount.sym
-version-info 2:0:1 -L/home/bwalle/devel/xxxx/linux_rootfs/platform-yyyy/sysroot-host/lib
-Wl,-rpath -Wl,/home/bwalle/devel/xxxx/linux_rootfs/platform-yyyy/sysroot-host/lib
-Wl,-rpath -Wl,/this/is/a/long/path/to/make/host/tools/relocateable/with/chrpath/when/using/dev/packages
-o libmount.la -rpath /lib version.lo utils.lo test.lo init.lo cache.lo optstr.lo optmap.lo
iter.lo lock.lo fs.lo tab.lo tab_parse.lo tab_update.lo context.lo context_mount.lo
context_umount.lo at.lo mangle.lo canonicalize.lo strutils.lo env.lo
../../../shlibs/blkid/src/libblkid.la -inst-prefix-dir
/home/bwalle/devel/xxxx/linux_rootfs/platform-yyyy/packages/host-util-linux-2.19.1)
/usr/bin/ld: /home/bwalle/devel/xxxx/linux_rootfs/platform-yyyy/sysroot-host/lib/libblkid.a(cache.o):
relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
------------- >8 --------------
The problem is fixed when the libraries of host-e2fsprogs are not
installed.
Signed-off-by: Bernhard Walle <walle@corscience.de>
---
rules/host-e2fsprogs.make | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rules/host-e2fsprogs.make b/rules/host-e2fsprogs.make
index a32ff3c..156a4e0 100644
--- a/rules/host-e2fsprogs.make
+++ b/rules/host-e2fsprogs.make
@@ -30,7 +30,7 @@ HOST_E2FSPROGS_ENV := $(HOST_ENV)
# autoconf
#
HOST_E2FSPROGS_AUTOCONF := $(HOST_AUTOCONF)
-HOST_E2FSPROGS_INSTALL_OPT := install install-libs
+HOST_E2FSPROGS_INSTALL_OPT := install
# vim: syntax=make
--
1.7.9.1
--
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2012-02-16 11:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-16 9:52 bernhard
2012-02-16 10:15 ` Michael Olbrich
2012-02-16 11:47 ` bernhard [this message]
2012-02-27 15:44 ` [ptxdist] [PATCH] generic/os-release: Quote ANSI_COLOR bernhard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1329392878-13680-1-git-send-email-bernhard@bwalle.de \
--to=bernhard@bwalle.de \
--cc=ptxdist@pengutronix.de \
--cc=walle@corscience.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox