Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Architectures & Platforms Gentoo on Alternative Architectures
  • Search

x11-base/xorg-server-1.4.0.90-r3, die message: emake failed

Post here for other supported architectures, or if you are interested in porting Gentoo to a currently unsupported architecture.
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
egret3
n00b
n00b
Posts: 3
Joined: Sat Feb 23, 2008 1:52 pm

x11-base/xorg-server-1.4.0.90-r3, die message: emake failed

  • Quote

Post by egret3 » Sat Feb 23, 2008 3:08 pm

:( 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! :wink:
Top
schachti
Advocate
Advocate
User avatar
Posts: 3765
Joined: Mon Jul 28, 2003 10:01 am
Location: Gifhorn, Germany

  • Quote

Post by schachti » Sat Feb 23, 2008 3:34 pm

Have a look at this bugreport about xorg-server failing to build on non glibc systems.
Never argue with an idiot. He brings you down to his level, then beats you with experience.

How-To: Daten verschlüsselt auf DVD speichern.
Top
egret3
n00b
n00b
Posts: 3
Joined: Sat Feb 23, 2008 1:52 pm

  • Quote

Post by egret3 » Sun Feb 24, 2008 8:03 am

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. :oops:
Top
mark_alec
Bodhisattva
Bodhisattva
User avatar
Posts: 6066
Joined: Sat Sep 11, 2004 6:40 am
Location: Melbourne, Australia
Contact:
Contact mark_alec
Website

  • Quote

Post by mark_alec » Sun Feb 24, 2008 8:56 am

Moved from Desktop Environments to Gentoo on Alternative Architectures.
www.gentoo.org.au || #gentoo-au
Top
otisranson
Apprentice
Apprentice
Posts: 188
Joined: Thu May 17, 2007 8:43 pm

  • Quote

Post by otisranson » Sun Apr 27, 2008 9:13 pm

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. :oops:
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.
Top
otisranson
Apprentice
Apprentice
Posts: 188
Joined: Thu May 17, 2007 8:43 pm

  • Quote

Post by otisranson » Tue Apr 29, 2008 9:06 pm

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. :oops:
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.
Top
Post Reply

6 posts • Page 1 of 1

Return to “Gentoo on Alternative Architectures”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Authors
Gentoo is a trademark of the Gentoo Foundation, Inc. and of Förderverein Gentoo e.V.
The contents of this document, unless otherwise expressly stated, are licensed under the CC-BY-SA-4.0 license.
The Gentoo Name and Logo Usage Guidelines apply.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy