View previous topic :: View next topic |
Author |
Message |
HalfAdder n00b

Joined: 20 Sep 2010 Posts: 15
|
Posted: Fri Sep 24, 2010 8:50 pm Post subject: [SOLVED] Glib compilation problem. |
|
|
I'm trying to compile gtk1, and one of its dependencies is the glib. So I'm trying to compile glib version 1.2.10, but I'm having no success.
This is the text output of my terminal:
Code: |
$ ./configure --prefix=/usr
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -march=athlon-xp -O2 -pipe -fomit-frame-pointer ) works... yes
checking whether the C compiler (gcc -march=athlon-xp -O2 -pipe -fomit-frame-pointer ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking if gcc static flag -static works... -static
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... i686-pc-linux-gnu
checking whether to enable memory checking... no
checking whether to enable memory profiling... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -march=athlon-xp -O2 -pipe -fomit-frame-pointer ) works... yes
checking whether the C compiler (gcc -march=athlon-xp -O2 -pipe -fomit-frame-pointer ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for a BSD compatible install... /usr/bin/install -c
checking for extra flags to get ANSI library prototypes... none needed
checking for extra flags for POSIX compliance... none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for on_exit... (cached) yes
checking size of char... (cached) 1
checking size of short... (cached) 2
checking size of long... (cached) 4
checking size of int... (cached) 4
checking size of void *... (cached) 4
checking size of long long... (cached) 8
checking for working const... (cached) yes
checking for __inline... (cached) yes
checking for __inline__... (cached) yes
checking for inline... (cached) yes
checking whether byte ordering is bigendian... (cached) no
checking for float.h... (cached) yes
checking for limits.h... (cached) yes
checking for pwd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for lstat... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) yes
checking for memmove... (cached) yes
checking for vsnprintf... (cached) yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for poll... (cached) yes
checking for sys_errlist... yes
checking for sys_siglist... yes
checking for sys_siglist declaration... yes
checking for fd_set... yes, found in sys/types.h
checking for wchar.h... yes
checking for wctype.h... yes
checking for iswalnum... (cached) yes
checking if iswalnum() and friends are properly defined... yes
checking whether realloc (NULL,) will work... (cached) yes
checking for an implementation of va_copy()... (cached) yes
checking for an implementation of __va_copy()... (cached) yes
checking whether va_lists can be copied by value... (cached) yes
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for dlsym in -ldl... (cached) yes
checking for RTLD_GLOBAL brokenness... (cached) no
checking for preceeding underscore in symbols... (cached) no
checking for dlerror... (cached) yes
checking for pthread.h... (cached) yes
checking for thread implementation... posix
checking for pthread_attr_init in -lpthread... (cached) yes
checking necessary linker options... -lpthread
checking necessary compiler options... -D_REENTRANT
checking for localtime_r... (cached) yes
checking for rand_r... (cached) yes
checking for getpwuid_r... (cached) yes
checking whether getpwuid_r is posix like... yes
checking whether pthread_getspecific is posix like... yes
checking whether pthread_mutex_trylock is posix like... yes
checking whether pthread_cond_timedwait is posix like... yes
checking size of pthread_mutex_t... (cached) 24
checking byte contents of pthread_mutex_t... (cached) 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
checking system definitions for POLLIN POLLOUT POLLPRI POLLERR POLLHUP POLLNVAL... done
creating ./config.status
creating glib.spec
creating Makefile
creating glib-config
creating gmodule/gmoduleconf.h
creating gmodule/Makefile
creating gthread/Makefile
creating docs/Makefile
creating docs/glib-config.1
creating tests/Makefile
creating glib.pc
creating gmodule.pc
creating gthread.pc
creating config.h
creating glibconfig.h
$ make
make all-recursive
make[1]: Entering directory `/home/ryu/glib-1.2.10'
Making all in .
make[2]: Entering directory `/home/ryu/glib-1.2.10'
CONFIG_FILES= CONFIG_HEADERS= CONFIG_OTHER=glibconfig.h ./config.status
creating glibconfig.h
glibconfig.h is unchanged
echo timestamp > stamp-gc-h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c garray.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c garray.c -fPIC -DPIC -o .libs/garray.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c garray.c -o garray.o >/dev/null 2>&1
mv -f .libs/garray.lo garray.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gcache.c
rm -f .libs/gcache.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gcache.c -fPIC -DPIC -o .libs/gcache.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gcache.c -o gcache.o >/dev/null 2>&1
mv -f .libs/gcache.lo gcache.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gcompletion.c
rm -f .libs/gcompletion.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gcompletion.c -fPIC -DPIC -o .libs/gcompletion.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gcompletion.c -o gcompletion.o >/dev/null 2>&1
mv -f .libs/gcompletion.lo gcompletion.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gdataset.c
rm -f .libs/gdataset.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gdataset.c -fPIC -DPIC -o .libs/gdataset.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gdataset.c -o gdataset.o >/dev/null 2>&1
mv -f .libs/gdataset.lo gdataset.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gdate.c
rm -f .libs/gdate.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gdate.c -fPIC -DPIC -o .libs/gdate.lo
gdate.c: In function 'g_date_fill_parse_tokens':
gdate.c:463: warning: pointer targets in assignment differ in signedness
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gdate.c -o gdate.o >/dev/null 2>&1
mv -f .libs/gdate.lo gdate.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gerror.c
rm -f .libs/gerror.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gerror.c -fPIC -DPIC -o .libs/gerror.lo
gerror.c: In function 'g_on_error_query':
gerror.c:116: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result
gerror.c: In function 'stack_trace':
gerror.c:218: warning: ignoring return value of 'dup', declared with attribute warn_unused_result
gerror.c:219: warning: ignoring return value of 'dup', declared with attribute warn_unused_result
gerror.c:220: warning: ignoring return value of 'dup', declared with attribute warn_unused_result
gerror.c:235: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gerror.c:236: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gerror.c:237: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gerror.c -o gerror.o >/dev/null 2>&1
mv -f .libs/gerror.lo gerror.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c ghash.c
rm -f .libs/ghash.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c ghash.c -fPIC -DPIC -o .libs/ghash.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c ghash.c -o ghash.o >/dev/null 2>&1
mv -f .libs/ghash.lo ghash.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c ghook.c
rm -f .libs/ghook.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c ghook.c -fPIC -DPIC -o .libs/ghook.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c ghook.c -o ghook.o >/dev/null 2>&1
mv -f .libs/ghook.lo ghook.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c giochannel.c
rm -f .libs/giochannel.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c giochannel.c -fPIC -DPIC -o .libs/giochannel.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c giochannel.c -o giochannel.o >/dev/null 2>&1
mv -f .libs/giochannel.lo giochannel.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c giounix.c
rm -f .libs/giounix.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c giounix.c -fPIC -DPIC -o .libs/giounix.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c giounix.c -o giounix.o >/dev/null 2>&1
mv -f .libs/giounix.lo giounix.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c glist.c
rm -f .libs/glist.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c glist.c -fPIC -DPIC -o .libs/glist.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c glist.c -o glist.o >/dev/null 2>&1
mv -f .libs/glist.lo glist.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gmain.c
rm -f .libs/gmain.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gmain.c -fPIC -DPIC -o .libs/gmain.lo
gmain.c: In function 'g_main_poll':
gmain.c:1079: warning: ignoring return value of 'read', declared with attribute warn_unused_result
gmain.c: In function 'g_main_wakeup':
gmain.c:1228: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gmain.c -o gmain.o >/dev/null 2>&1
mv -f .libs/gmain.lo gmain.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gmem.c
rm -f .libs/gmem.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gmem.c -fPIC -DPIC -o .libs/gmem.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gmem.c -o gmem.o >/dev/null 2>&1
mv -f .libs/gmem.lo gmem.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gmessages.c
rm -f .libs/gmessages.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gmessages.c -fPIC -DPIC -o .libs/gmessages.lo
gmessages.c: In function 'g_log_default_handler':
gmessages.c:464: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:465: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:466: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:469: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:471: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:473: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:474: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:476: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:478: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:484: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:485: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:486: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:489: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:491: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:493: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:494: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:496: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:498: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:510: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:511: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:512: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:515: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:517: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:519: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:520: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:522: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:524: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:536: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:537: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:540: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:542: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:543: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:545: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:547: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:553: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:554: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:557: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:559: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:560: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:562: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:564: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:570: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:571: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:574: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:576: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:577: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:579: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:581: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:590: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:592: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:594: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:597: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:599: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:613: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:616: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:617: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:619: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gmessages.c:621: warning: ignoring return value of 'write', declared with attribute warn_unused_result
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gmessages.c -o gmessages.o >/dev/null 2>&1
mv -f .libs/gmessages.lo gmessages.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gmutex.c
rm -f .libs/gmutex.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gmutex.c -fPIC -DPIC -o .libs/gmutex.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gmutex.c -o gmutex.o >/dev/null 2>&1
mv -f .libs/gmutex.lo gmutex.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gnode.c
rm -f .libs/gnode.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gnode.c -fPIC -DPIC -o .libs/gnode.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gnode.c -o gnode.o >/dev/null 2>&1
mv -f .libs/gnode.lo gnode.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gprimes.c
rm -f .libs/gprimes.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gprimes.c -fPIC -DPIC -o .libs/gprimes.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gprimes.c -o gprimes.o >/dev/null 2>&1
mv -f .libs/gprimes.lo gprimes.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c grel.c
rm -f .libs/grel.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c grel.c -fPIC -DPIC -o .libs/grel.lo
grel.c: In function 'g_relation_print_one':
grel.c:416: warning: format not a string literal and no format arguments
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c grel.c -o grel.o >/dev/null 2>&1
mv -f .libs/grel.lo grel.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gscanner.c
rm -f .libs/gscanner.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gscanner.c -fPIC -DPIC -o .libs/gscanner.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gscanner.c -o gscanner.o >/dev/null 2>&1
mv -f .libs/gscanner.lo gscanner.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gslist.c
rm -f .libs/gslist.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gslist.c -fPIC -DPIC -o .libs/gslist.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gslist.c -o gslist.o >/dev/null 2>&1
mv -f .libs/gslist.lo gslist.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gstrfuncs.c
rm -f .libs/gstrfuncs.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -D_REENTRANT -c gstrfuncs.c -fPIC -DPIC -o .libs/gstrfuncs.lo
gstrfuncs.c: In function 'g_printf_string_upper_bound':
gstrfuncs.c:870: error: expected ')' before string constant
gstrfuncs.c:1037: error: expected ')' before string constant
gstrfuncs.c:1080: error: expected ')' before string constant
gstrfuncs.c:1111: error: expected ')' before string constant
gstrfuncs.c: In function 'g_strdown':
gstrfuncs.c:1139: warning: pointer targets in assignment differ in signedness
gstrfuncs.c: In function 'g_strup':
gstrfuncs.c:1155: warning: pointer targets in assignment differ in signedness
gstrfuncs.c: In function 'g_strchug':
gstrfuncs.c:1314: warning: pointer targets in assignment differ in signedness
gstrfuncs.c:1317: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:397: note: expected 'const char *' but argument is of type 'guchar *'
make[2]: *** [gstrfuncs.lo] Error 1
make[2]: Leaving directory `/home/ryu/glib-1.2.10'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ryu/glib-1.2.10'
make: *** [all-recursive-am] Error 2
|
Someone know how I may solve this issue?
Since then, thanks.
Last edited by HalfAdder on Tue Sep 28, 2010 5:17 pm; edited 2 times in total |
|
Back to top |
|
 |
topper_harley Guru


Joined: 05 Apr 2006 Posts: 363 Location: Treviso / Udine (Italy)
|
Posted: Fri Sep 24, 2010 8:58 pm Post subject: |
|
|
Since it is slotted, why don't you just let portage do the job for you? _________________ http://topperh.ath.cx
Jabber: topper_harley@jabber.org
ICQ: 224179391
MSN: Topper_Harley80@gmail.com
Last FM |
|
Back to top |
|
 |
HalfAdder n00b

Joined: 20 Sep 2010 Posts: 15
|
Posted: Fri Sep 24, 2010 9:53 pm Post subject: |
|
|
Because there is no version 1.2.10 of the glib package.
Code: |
# emerge --search glib
!!! CONFIG_PROTECT is empty
Searching...
[ Results for search key : glib ]
[ Applications found : 22 ]
* app-emulation/emul-linux-x86-glibc-errno-compat [ Masked ]
Latest version available: 2.5
Latest version installed: [ Not Installed ]
Size of files: 15,681 kB
Homepage: http://dev.gentoo.org/~vapier/old-broken-errno-apps
Description: standalone glibc for old x86 binaries that require errno compat
License: LGPL-2
* dev-cpp/glibmm
Latest version available: 2.24.2-r1
Latest version installed: [ Not Installed ]
Size of files: 4,376 kB
Homepage: http://www.gtkmm.org
Description: C++ interface for glib2
License: || ( LGPL-2.1 GPL-2 )
* dev-dotnet/dbus-glib-sharp
Latest version available: 0.4.1
Latest version installed: [ Not Installed ]
Size of files: 83 kB
Homepage: http://www.ndesk.org/DBusSharp
Description: glib integration for DBus-Sharp
License: as-is
* dev-dotnet/glib-sharp
Latest version available: 2.12.10
Latest version installed: [ Not Installed ]
Size of files: 1,600 kB
Homepage: http://www.mono-project.com/GtkSharp
Description: GtkSharp's glib module of the gtk-sharp tarball
License: LGPL-2.1
* dev-dotnet/taglib-sharp
Latest version available: 2.0.3.7
Latest version installed: [ Not Installed ]
Size of files: 2,154 kB
Homepage: http://www.taglib-sharp.com
Description: Taglib# 2.0 - Managed tag reader/writer
License: LGPL-2.1
* dev-embedded/scratchbox-toolchain-cs2005q3_2-glibc2_5 [ Masked ]
Latest version available: 1.0.7
Latest version installed: [ Not Installed ]
Size of files: 89,471 kB
Homepage: http://www.scratchbox.org/
Description: A cross-compilation toolkit designed to make embedded Linux application development easier.
License: GPL-2
* dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5 [ Masked ]
Latest version available: 1.0.16
Latest version installed: [ Not Installed ]
Size of files: 191,951 kB
Homepage: http://www.scratchbox.org/
Description: A cross-compilation toolkit designed to make embedded Linux application development easier.
License: GPL-2
* dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8 [ Masked ]
Latest version available: 1.0.19
Latest version installed: [ Not Installed ]
Size of files: 194,753 kB
Homepage: http://www.scratchbox.org/
Description: A cross-compilation toolkit designed to make embedded Linux application development easier.
License: GPL-2
* dev-embedded/scratchbox-toolchain-cs2009q3-eglibc2_10 [ Masked ]
Latest version available: 1.0.18
Latest version installed: [ Not Installed ]
Size of files: 262,019 kB
Homepage: http://www.scratchbox.org/
Description: A cross-compilation toolkit designed to make embedded Linux application development easier.
License: GPL-2
* dev-java/cglib
Latest version available: 2.2
Latest version installed: [ Not Installed ]
Size of files: 1,485 kB
Homepage: http://cglib.sourceforge.net
Description: cglib is a powerful, high performance and quality Code Generation Library.
License: Apache-2.0
* dev-libs/bglibs
Latest version available: 1.041
Latest version installed: [ Not Installed ]
Size of files: 309 kB
Homepage: http://untroubled.org/bglibs/
Description: Bruce Guenters Libraries Collection
License: LGPL-2.1
* dev-libs/dbus-glib
Latest version available: 0.86
Latest version installed: 0.86
Size of files: 677 kB
Homepage: http://dbus.freedesktop.org/
Description: D-Bus bindings for glib
License: || ( GPL-2 AFL-2.1 )
* dev-libs/glib
Latest version available: 2.24.1-r1
Latest version installed: 2.24.1-r1
Size of files: 5,207 kB
Homepage: http://www.gtk.org/
Description: The GLib library of C routines
License: LGPL-2
* dev-libs/json-glib
Latest version available: 0.10.2
Latest version installed: [ Not Installed ]
Size of files: 407 kB
Homepage: http://live.gnome.org/JsonGlib
Description: A library providing GLib serialization and deserialization support for the JSON format
License: LGPL-2.1
* dev-perl/glib-perl
Latest version available: 1.200
Latest version installed: [ Not Installed ]
Size of files: 246 kB
Homepage: http://gtk2-perl.sf.net/
Description: Glib - Perl wrappers for the GLib utility and Object libraries
License: LGPL-2.1
* dev-ruby/ruby-glib2
Latest version available: 0.19.4
Latest version installed: [ Not Installed ]
Size of files: 2,345 kB
Homepage: http://ruby-gnome2.sourceforge.jp/
Description: Ruby Glib2 bindings
License: Ruby
* dev-ruby/ruby-taglib [ Masked ]
Latest version available: 1.1-r1
Latest version installed: [ Not Installed ]
Size of files: 9 kB
Homepage: http://www.hakubi.us/ruby-taglib/
Description: Ruby bindings for the taglib, allowing to access MP3, OGG, and FLAC tags
License: MIT
* media-libs/taglib
Latest version available: 1.6.1-r1
Latest version installed: [ Not Installed ]
Size of files: 1,078 kB
Homepage: http://developer.kde.org/~wheeler/taglib.html
Description: A library for reading and editing audio meta data
License: LGPL-2 MPL-1.1
* media-libs/taglib-extras
Latest version available: 1.0.1
Latest version installed: [ Not Installed ]
Size of files: 30 kB
Homepage: http://developer.kde.org/~wheeler/taglib.html
Description: Unofficial taglib plugins maintained by the Amarok team
License: GPL-2
* media-plugins/gst-plugins-taglib
Latest version available: 0.10.22
Latest version installed: [ Not Installed ]
Size of files: 2,637 kB
Homepage: http://gstreamer.freedesktop.org/
Description: plugin for gstreamer
License: GPL-2
* net-libs/telepathy-glib
Latest version available: 0.10.1
Latest version installed: [ Not Installed ]
Size of files: 2,022 kB
Homepage: http://telepathy.freedesktop.org
Description: GLib bindings for the Telepathy D-Bus protocol.
License: LGPL-2.1
* sys-libs/glibc
Latest version available: 2.11.2
Latest version installed: 2.11.2
Size of files: 15,995 kB
Homepage: http://www.gnu.org/software/libc/libc.html
Description: GNU libc6 (also called glibc2) C library
License: LGPL-2
|
A newer version don't works with gkt 1.2
Anyway, thanks for the reply topper_harley. |
|
Back to top |
|
 |
SamuliSuominen Retired Dev

Joined: 30 Sep 2005 Posts: 2133 Location: Finland
|
Posted: Fri Sep 24, 2010 11:19 pm Post subject: |
|
|
HalfAdder wrote: | Because there is no version 1.2.10 of the glib package.
|
Lies.
emerge -av =dev-libs/glib-1*
[ebuild NS ] dev-libs/glib-1.2.10-r5 [2.24.2] USE="-hardened" 0 kB |
|
Back to top |
|
 |
HalfAdder n00b

Joined: 20 Sep 2010 Posts: 15
|
Posted: Mon Sep 27, 2010 8:56 pm Post subject: |
|
|
Sorry people, I was wrong. And thanks by the command ssuominen, it really works. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|