View previous topic :: View next topic |
Author |
Message |
egret3 n00b
Joined: 23 Feb 2008 Posts: 3
|
Posted: Sat Feb 23, 2008 3:08 pm Post subject: x11-base/xorg-server-1.4.0.90-r3, die message: emake failed |
|
|
When i attempt to emerge x11-base/xorg-server-1.4.0.90-r3 in Gentoo/FreeBSD, it displays errors, look like this (build.log):
/bin/bash ../libtool --tag=CC --mode=compile i686-gentoo-freebsd6.2-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -D_THREAD_SAFE -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -O2 -mtune=i686 -pipe -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.c
i686-gentoo-freebsd6.2-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -D_THREAD_SAFE -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -O2 -mtune=i686 -pipe -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c -fPIC -DPIC -o .libs/utils.o
utils.c:1723: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'old_alarm'
utils.c: In function 'Popen':
utils.c:1747: error: 'old_alarm' undeclared (first use in this function)
utils.c:1747: error: (Each undeclared identifier is reported only once
utils.c:1747: error: for each function it appears in.)
utils.c: In function 'Pclose':
utils.c:1930: error: 'old_alarm' undeclared (first use in this function)
gmake[1]: *** [utils.lo] Error 1
gmake[1]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.4.0.90-r3/work/xorg-server-1.4.0.90/os'
gmake: *** [all-recursive] Error 1
[31;01m*[0m
[31;01m*[0m ERROR: x11-base/xorg-server-1.4.0.90-r3 failed.
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 49: Called src_compile
[31;01m*[0m environment, line 3062: Called x-modular_src_compile
[31;01m*[0m environment, line 3832: Called x-modular_src_make
[31;01m*[0m environment, line 3868: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m emake || die "emake failed"
[31;01m*[0m The die message:
[31;01m*[0m emake failed
[31;01m*[0m
[31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant.
[31;01m*[0m A complete build log is located at '/var/tmp/portage/x11-base/xorg-server-1.4.0.90-r3/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/x11-base/xorg-server-1.4.0.90-r3/temp/environment'.
[31;01m*[0m
==================================================================================================
I'll appreciate if you are able to help, thanks! |
|
Back to top |
|
|
schachti Advocate
Joined: 28 Jul 2003 Posts: 3765 Location: Gifhorn, Germany
|
|
Back to top |
|
|
egret3 n00b
Joined: 23 Feb 2008 Posts: 3
|
Posted: Sun Feb 24, 2008 8:03 am Post subject: |
|
|
I'm terribly sorry to say that my Gentoo/FreeBSD is unable to apply patch file that provided by Jose Quinteiro which is
1.4.0.90-compile-non-glibc.patch for x11-base/xorg-server-1.4.0.90-r3 while i am compiling this package manually (./configure && make && make install) and it still displays same error and as the bug report mentions that freebsd is lack of glibc which is masked because it requires certain linux features. |
|
Back to top |
|
|
mark_alec Bodhisattva
Joined: 11 Sep 2004 Posts: 6066 Location: Melbourne, Australia
|
Posted: Sun Feb 24, 2008 8:56 am Post subject: |
|
|
Moved from Desktop Environments to Gentoo on Alternative Architectures. _________________ www.gentoo.org.au || #gentoo-au |
|
Back to top |
|
|
otisranson Apprentice
Joined: 17 May 2007 Posts: 188
|
Posted: Sun Apr 27, 2008 9:13 pm Post subject: |
|
|
egret3 wrote: | I'm terribly sorry to say that my Gentoo/FreeBSD is unable to apply patch file that provided by Jose Quinteiro which is
1.4.0.90-compile-non-glibc.patch for x11-base/xorg-server-1.4.0.90-r3 while i am compiling this package manually (./configure && make && make install) and it still displays same error and as the bug report mentions that freebsd is lack of glibc which is masked because it requires certain linux features. |
Check out:
http://www.gentoo.org/proj/en/gentoo-alt/bsd/fbsd/
Did you make a cross compiler? I'm having the same troubles. I created a cross compiler, though I still get the exact same error message as the first post. |
|
Back to top |
|
|
otisranson Apprentice
Joined: 17 May 2007 Posts: 188
|
Posted: Tue Apr 29, 2008 9:06 pm Post subject: |
|
|
otisranson wrote: | egret3 wrote: | I'm terribly sorry to say that my Gentoo/FreeBSD is unable to apply patch file that provided by Jose Quinteiro which is
1.4.0.90-compile-non-glibc.patch for x11-base/xorg-server-1.4.0.90-r3 while i am compiling this package manually (./configure && make && make install) and it still displays same error and as the bug report mentions that freebsd is lack of glibc which is masked because it requires certain linux features. |
Check out:
http://www.gentoo.org/proj/en/gentoo-alt/bsd/fbsd/
Did you make a cross compiler? I'm having the same troubles. I created a cross compiler, though I still get the exact same error message as the first post. |
Did you ever get it to compile? I've almost got it to work with the patch. Not quite though. |
|
Back to top |
|
|
|