|
From: Fred L. <ff...@ab...> - 2005-04-18 16:41:41
|
On Monday 18 Apr 2005 15:36, Victor Manuel J=E1quez Leal wrote:
> Hi Fred,
>
> When you download from cvs the gentoo packages, there's a makefile,
> which copies the ebuild files to the PORTDIR_OVERLAY defined in your
> make.conf file and do the digest operation with the ebuild command.
> With the digest operation it will generate the file
> (digest-librtk-2.3.0) with the right parameters (md5 key and file
> size).
Did it, but still get the same. Here is the whole output:
=2D-----------------------------------
# ACCEPT_KEYWORDS=3D"~amd64" emerge librtk
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-libs/librtk-2.3.0 to /
>>> md5 files ;-) librtk-2.3.0.ebuild
>>> md5 files ;-) files/digest-librtk-2.3.0
>>> md5 src_uri ;-) librtk-src-2.3.0.tar.gz
>>> Unpacking source...
>>> Unpacking librtk-src-2.3.0.tar.gz to /var/tmp/portage/librtk-2.3.0/work
>>> Source unpacked.
* econf: updating librtk-src-2.3.0/config.guess=20
with /usr/share/gnuconfig/config.guess
* econf: updating librtk-src-2.3.0/config.sub=20
with /usr/share/gnuconfig/config.sub
=2E/configure --prefix=3D/usr --host=3Dx86_64-pc-linux-gnu --mandir=3D/usr/=
share/man=20
=2D-infodir=3D/usr/share/info --datadir=3D/usr/share --sysconfdir=3D/etc=20
=2D-localstatedir=3D/var/lib --libdir=3D/usr/lib64 --prefix=3D/usr --enable=
=2Dpython=20
=2D-disable-libavcodec
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0... yes
checking GTK_CFLAGS... -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API=20
=2DI/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.=
0=20
=2DI/usr/include/pango-1.0 -I/usr/include/freetype2=20
=2DI/usr/include/freetype2/config -I/usr/include/glib-2.0=20
=2DI/usr/lib64/glib-2.0/include
checking GTK_LIBS... -Wl,--export-dynamic -L/usr/lib64 -lgtk-x11-2.0=20
=2Dlgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0=
=20
=2Dlpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for pthread_create in -lc_r... no
checking for stdint.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating librtk/Makefile
config.status: creating pyrtk/Makefile
config.status: creating test/Makefile
config.status: creating librtk2.pc
config.status: creating config.h
config.status: executing default-1 commands
RTK will be built on a x86_64-unknown-linux-gnu system to run
on a x86_64-pc-linux-gnu system, with the following tools:
C compiler: x86_64-pc-linux-gnu-gcc -O2 -march=3Dopteron -pipe
RTK will be installed in:
/usr/
Movie-making facilities (using ffmpeg) will NOT be included.
Try --enable-libavcodec to enable it (but be aware that it
doesn't build everywhere, incuding Solaris)
Python bindings will be built.
When you're satisfied with the configuration, type 'make install'.
make all-recursive
make[1]: Entering directory=20
`/var/tmp/portage/librtk-2.3.0/work/librtk-src-2.3.0'
Making all in librtk
make[2]: Entering directory=20
`/var/tmp/portage/librtk-2.3.0/work/librtk-src-2.3.0/librtk'
cd .. && automake --gnu --include-deps librtk/Makefile
Making all in .
make[3]: Entering directory=20
`/var/tmp/portage/librtk-2.3.0/work/librtk-src-2.3.0/librtk'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -D_REENTRA=
NT=20
=2DDXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include=20
=2DI/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2=
=20
=2DI/usr/include/freetype2/config -I/usr/include/glib-2.0=20
=2DI/usr/lib64/glib-2.0/include -O2 -march=3Dopteron -pipe -c rtk.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -D_REENTRA=
NT=20
=2DDXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include=20
=2DI/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2=
=20
=2DI/usr/include/freetype2/config -I/usr/include/glib-2.0=20
=2DI/usr/lib64/glib-2.0/include -O2 -march=3Dopteron -pipe -c rtk_canva=
s.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -D_REENTRA=
NT=20
=2DDXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include=20
=2DI/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2=
=20
=2DI/usr/include/freetype2/config -I/usr/include/glib-2.0=20
=2DI/usr/lib64/glib-2.0/include -O2 -march=3Dopteron -pipe -c=20
rtk_canvas_movie.c
In file included from rtkprivate.h:7,
from rtk_canvas.c:46:
=2E./config.h:20:1: warning: "HAVE_STDLIB_H" redefined
In file included from /usr/include/jpeglib.h:24,
from rtk_canvas.c:41:
/usr/include/jconfig.h:12:1: warning: this is the location of the previous=
=20
definition
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -D_REENTRA=
NT=20
=2DDXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include=20
=2DI/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2=
=20
=2DI/usr/include/freetype2/config -I/usr/include/glib-2.0=20
=2DI/usr/lib64/glib-2.0/include -O2 -march=3Dopteron -pipe -c rtk_fig.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -D_REENTRA=
NT=20
=2DDXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include=20
=2DI/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2=
=20
=2DI/usr/include/freetype2/config -I/usr/include/glib-2.0=20
=2DI/usr/lib64/glib-2.0/include -O2 -march=3Dopteron -pipe -c rtk_regio=
n.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -D_REENTRA=
NT=20
=2DDXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include=20
=2DI/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2=
=20
=2DI/usr/include/freetype2/config -I/usr/include/glib-2.0=20
=2DI/usr/lib64/glib-2.0/include -O2 -march=3Dopteron -pipe -c rtk_menu.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -D_REENTRA=
NT=20
=2DDXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include=20
=2DI/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2=
=20
=2DI/usr/include/freetype2/config -I/usr/include/glib-2.0=20
=2DI/usr/lib64/glib-2.0/include -O2 -march=3Dopteron -pipe -c rtk_table=
=2Ec
rm -f librtk.a
ar cru librtk.a rtk.o rtk_canvas.o rtk_canvas_movie.o rtk_fig.o rtk_region.=
o=20
rtk_menu.o rtk_table.o
x86_64-pc-linux-gnu-ranlib librtk.a
make[3]: Leaving directory=20
`/var/tmp/portage/librtk-2.3.0/work/librtk-src-2.3.0/librtk'
make[2]: Leaving directory=20
`/var/tmp/portage/librtk-2.3.0/work/librtk-src-2.3.0/librtk'
Making all in test
make[2]: Entering directory=20
`/var/tmp/portage/librtk-2.3.0/work/librtk-src-2.3.0/test'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../librtk -DXTHREAD=
S=20
=2DD_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0=20
=2DI/usr/lib64/gtk-2.0/include-I/usr/include/atk-1.0 -I/usr/include/pango-1=
=2E0=20
=2DI/usr/include/freetype2 -I/usr/include/freetype2/config=20
=2DI/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -march=3Dopte=
ron=20
=2Dpipe -c test.c
x86_64-pc-linux-gnu-gcc -O2 -march=3Dopteron -pipe -o test test.o -L../l=
ibrtk=20
=2Dlrtk -lm -ljpeg -Wl,--export-dynamic -L/usr/lib64 -lgtk-x11-2.0=20
=2Dlgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0=
=20
=2Dlpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lpthread
make[2]: Leaving directory=20
`/var/tmp/portage/librtk-2.3.0/work/librtk-src-2.3.0/test'
Making all in pyrtk
make[2]: Entering directory=20
`/var/tmp/portage/librtk-2.3.0/work/librtk-src-2.3.0/pyrtk'
python setup.py build
running build
running build_ext
building 'rtk' extension
creating build
creating build/temp.linux-x86_64-2.3
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2=20
=2Dmarch=3Dopteron -pipe -fPIC -DHAVE_SYS_TYPES_H=3D1 -DHAVE_STDINT_H=3D1 -=
I../librtk=20
=2DI/usr/include/python2.3 -c pyrtk_menuitem.c -o=20
build/temp.linux-x86_64-2.3/pyrtk_menuitem.o -I/usr/include/gtk-1.2=20
=2DI/usr/include/glib-1.2 -I/usr/lib64/glib/include
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2=20
=2Dmarch=3Dopteron -pipe -fPIC -DHAVE_SYS_TYPES_H=3D1 -DHAVE_STDINT_H=3D1 -=
I../librtk=20
=2DI/usr/include/python2.3 -c pyrtk_menu.c -o=20
build/temp.linux-x86_64-2.3/pyrtk_menu.o -I/usr/include/gtk-1.2=20
=2DI/usr/include/glib-1.2 -I/usr/lib64/glib/include
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2=20
=2Dmarch=3Dopteron -pipe -fPIC -DHAVE_SYS_TYPES_H=3D1 -DHAVE_STDINT_H=3D1 -=
I../librtk=20
=2DI/usr/include/python2.3 -c pyrtk.c -o build/temp.linux-x86_64-2.3/pyrtk.=
o=20
=2DI/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib64/glib/include
In file included from /usr/include/python2.3/Python.h:8,
from pyrtk.c:13:
/usr/include/python2.3/pyconfig.h:850:1: warning: "_POSIX_C_SOURCE" redefin=
ed
In file included from /usr/include/features.h:7,
from /usr/include/gentoo-multilib/amd64/pthread.h:18,
from /usr/include/pthread.h:7,
from pyrtk.c:12:
/usr/include/gentoo-multilib/amd64/features.h:190:1: warning: this is the=20
location of the previous definition
creating build/lib.linux-x86_64-2.3
x86_64-pc-linux-gnu-gcc -pthread -shared -O2 -march=3Dopteron -pipe=20
build/temp.linux-x86_64-2.3/pyrtk.o build/temp.linux-x86_64-2.3/pyrtk_menu.=
o=20
build/temp.linux-x86_64-2.3/pyrtk_menuitem.o -L../librtk -lrtk -o=20
build/lib.linux-x86_64-2.3/rtk.so -L/usr/lib64 -L/usr/lib64 -lgtk -lgdk=20
=2Drdynamic -lgmodule -lgthread -lglib -lpthread -lXi -lXext -lX11 -lm -ljp=
eg
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/=
ld: ../librtk/librtk.a(rtk.o):=20
relocation R_X86_64_32 against `a local symbol' can not be used when making=
a=20
shared object; recompile with -fPIC
=2E./librtk/librtk.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1
make[2]: *** [pythonbuild] Error 1
make[2]: Leaving directory=20
`/var/tmp/portage/librtk-2.3.0/work/librtk-src-2.3.0/pyrtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory=20
`/var/tmp/portage/librtk-2.3.0/work/librtk-src-2.3.0'
make: *** [all-recursive-am] Error 2
!!! ERROR: dev-libs/librtk-2.3.0 failed.
!!! Function src_compile, Line 28, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status=20
message.
=2D------------------------------------------
Sorry about the length.
=46red
|