Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Ivan Kuten <ivan.kuten@promwad.com>
To: buildroot@busybox.net
Subject: [Buildroot] x11r7 build error
Date: Tue, 02 Oct 2007 00:15:00 +0300	[thread overview]
Message-ID: <47016354.9000203@promwad.com> (raw)
In-Reply-To: <200710011537.03174.rafael@riseup.net>

rafael2k ?????:
> I'm triyng to compile x11r7 in a i386 host to a i386 target.
> 
> the following error appears to me:
> 
> (cd /home/rafael2k/programs/gnuden/buildroot/build_i386/libxcb-1.0/src; /bin/sh ../libtool  --tag=CC --mode=relink /home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir/usr/bin/i386-linux-uclibc-gcc -Os -pipe -I/home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir/usr/include -I/home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir/include --sysroot=/home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir/ -isysroot /home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir -mtune=i386 -march=i386 -Wall -pedantic -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wnested-externs -I/home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir/usr/include -I/home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir/usr/include -g -O2 -version-info 
> 0:0:0 -o libxcb-xvmc.la -rpath /usr/lib xvmc.lo 
> libxcb.la -inst-prefix-dir /home/rafael2k/programs/gnuden/buildroot/project_build_i386/gnudenberg/root)
> /home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir/usr/bin/i386-linux-uclibc-gcc -Os -pipe  -I/home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir/usr/include -I/home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir/include --sysroot=/home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir/ -isysroot /home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir -mtune=i386 -march=i386 -shared  .libs/xvmc.o  -L/home/rafael2k/programs/gnuden/buildroot/project_build_i386/gnudenberg/root/usr/lib -L/usr/lib -lxcb -L/home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir/usr/lib  -mtune=i386 -march=i386 -Wl,-soname -Wl,libxcb-xvmc.so.0 -o .libs/libxcb-xvmc.so.0.0.0
> /home/rafael2k/programs/gnuden/buildroot/build_i386/staging_dir/usr/bin/../lib/gcc/i386-linux-uclibc/4.2.1/../../../../i386-linux-uclibc/bin/ld: 
> cannot find /lib/libc.so.0
> collect2: ld returned 1 exit status
> libtool: install: error: relink `libxcb-xvmc.la' with the above command before 
> installing it
> make[2]: *** [install-libLTLIBRARIES] Error 1
> make[2]: Leaving directory 
> `/home/rafael2k/programs/gnuden/buildroot/build_i386/libxcb-1.0/src'
> make[1]: *** [install-exec-recursive] Error 1
> make[1]: Leaving directory 
> `/home/rafael2k/programs/gnuden/buildroot/build_i386/libxcb-1.0'
> make: *** 
> [/home/rafael2k/programs/gnuden/buildroot/build_i386/libxcb-1.0/.stamp_target_installed] 
> Error 2
> 
> 
> anyone has some light to me?
> 
> thx!
> rafael diniz

This is what I get for arm arch: when relinking it looks in wrong location /usr/lib for libc library,
however I do not get error because linker recognizes incompatible format and skips library:

libtool: install: warning: relinking `libxcb-xvmc.la'
(cd /opt/buildroot/build_arm/libxcb-1.0/src; /bin/sh ../libtool  --tag=CC --mode=relink /opt/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-gcc -Os -pipe
-I/opt/buildroot/build_arm/staging_dir/usr/include -I/opt/buildroot/build_arm/staging_dir/include --sysroot=/opt/buildroot/build_arm/staging_dir/ -isysroot /opt/buildroot/build_arm/staging_dir
-mtune=arm920t -Wall -pedantic -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wnested-externs -I/opt/buildroot/build_arm/staging_dir/usr/include
-I/opt/buildroot/build_arm/staging_dir/usr/include -g -O2 -version-info 0:0:0 -o libxcb-xvmc.la -rpath /usr/lib xvmc.lo libxcb.la -inst-prefix-dir /opt/buildroot/project_build_arm/uclibc/root)
/opt/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-gcc -Os -pipe  -I/opt/buildroot/build_arm/staging_dir/usr/include -I/opt/buildroot/build_arm/staging_dir/include
--sysroot=/opt/buildroot/build_arm/staging_dir/ -isysroot /opt/buildroot/build_arm/staging_dir -mtune=arm920t -shared  .libs/xvmc.o  -L/opt/buildroot/project_build_arm/uclibc/root/usr/lib -L/usr/lib
-lxcb -L/opt/buildroot/build_arm/staging_dir/usr/lib  -mtune=arm920t -Wl,-soname -Wl,libxcb-xvmc.so.0 -o .libs/libxcb-xvmc.so.0.0.0
/opt/buildroot/build_arm/staging_dir/usr/bin/../lib/gcc/arm-linux-uclibc/4.2.1/../../../../arm-linux-uclibc/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/opt/buildroot/build_arm/staging_dir/usr/bin/../lib/gcc/arm-linux-uclibc/4.2.1/../../../../arm-linux-uclibc/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/bin/install -c .libs/libxcb-xvmc.so.0.0.0T /opt/buildroot/project_build_arm/uclibc/root/usr/lib/libxcb-xvmc.so.0.0.0
(cd /opt/buildroot/project_build_arm/uclibc/root/usr/lib && { ln -s -f libxcb-xvmc.so.0.0.0 libxcb-xvmc.so.0 || { rm -f libxcb-xvmc.so.0 && ln -s libxcb-xvmc.so.0.0.0 libxcb-xvmc.so.0; }; })
(cd /opt/buildroot/project_build_arm/uclibc/root/usr/lib && { ln -s -f libxcb-xvmc.so.0.0.0 libxcb-xvmc.so || { rm -f libxcb-xvmc.so && ln -s libxcb-xvmc.so.0.0.0 libxcb-xvmc.so; }; })
/usr/bin/install -c .libs/libxcb-xvmc.lai /opt/buildroot/project_build_arm/uclibc/root/usr/lib/libxcb-xvmc.la
/usr/bin/install -c .libs/libxcb-xvmc.a /opt/buildroot/project_build_arm/uclibc/root/usr/lib/libxcb-xvmc.a


Best regards,
Ivan

--------------------------------
Embedded Linux engineer,
Promwad Company: http://www.promwad.com/
Homepage : http://www.ivankuten.com/
--------------------------------

  reply	other threads:[~2007-10-01 21:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-01 18:37 [Buildroot] x11r7 build error rafael2k
2007-10-01 21:15 ` Ivan Kuten [this message]
2007-10-01 20:40   ` rafael2k
2007-10-02 10:26     ` Kuten Ivan
2007-10-04  2:42       ` rafael2k

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=47016354.9000203@promwad.com \
    --to=ivan.kuten@promwad.com \
    --cc=buildroot@busybox.net \
    /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