Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
help! cant emerge xfree
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
disct
n00b
n00b


Joined: 21 Jan 2004
Posts: 7

PostPosted: Fri Jan 23, 2004 10:21 am    Post subject: help! cant emerge xfree Reply with quote

i just finished gentoo installation from stage1, compiled kernel2.6.1 and boot in gentoo, when i try to "emerge xfree" it failed
Code:
make: *** [ttmkfdir.o] error 1

!!! error:x11-misc/ttmkfdir-3.0.9 failed.
!!! function src_compile, line 30, exitcode 2
!!! (no error message)


what should i do to fix it?thanks
Back to top
View user's profile Send private message
scout
Veteran
Veteran


Joined: 08 Mar 2003
Posts: 1991
Location: France, Paris en Semaine / Metz le W-E

PostPosted: Fri Jan 23, 2004 12:58 pm    Post subject: Reply with quote

could you please post a little more output ... like the last 30 lines
_________________
http://petition.eurolinux.org/ - Petition against ePatents
L'essence de la finesse
Back to top
View user's profile Send private message
disct
n00b
n00b


Joined: 21 Jan 2004
Posts: 7

PostPosted: Fri Jan 23, 2004 2:30 pm    Post subject: Reply with quote

here is the code

Code:

In file included from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/stdio.h:683,
                 from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3/cstdio:52,
                 from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3/i686-pc-linux-gnu/bits/c++io.h:35,
                 from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3/bits/fpos.h:44,
                 from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3/iosfwd:46,
                 from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3/ios:44,
                 from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3/ostream:45,
                 from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3/iostream:45,
                 from ttmkfdir.cpp:2:

/usr/include/bits/stdio.h: In function `int getchar()':
/usr/include/bits/stdio.h:42: declaration of `int getchar()' throws different
   exceptions
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/stdio.h:394: than previous
   declaration `int getchar() throw ()'
/usr/include/bits/stdio.h: In function `int getc_unlocked(FILE*)':
/usr/include/bits/stdio.h:51: declaration of `int getc_unlocked(FILE*)' throws
   different exceptions
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/stdio.h:403: than previous
   declaration `int getc_unlocked(FILE*) throw ()'
/usr/include/bits/stdio.h: In function `int getchar_unlocked()':
/usr/include/bits/stdio.h:58: declaration of `int getchar_unlocked()' throws
   different exceptions
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/stdio.h:404: than previous
   declaration `int getchar_unlocked() throw ()'
/usr/include/bits/stdio.h: In function `int putchar(int)':
/usr/include/bits/stdio.h:67: declaration of `int putchar(int)' throws
   different exceptions
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/stdio.h:419: than previous
   declaration `int putchar(int) throw ()'
/usr/include/bits/stdio.h: In function `int fputc_unlocked(int, FILE*)':
/usr/include/bits/stdio.h:76: declaration of `int fputc_unlocked(int, FILE*)'
   throws different exceptions
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/stdio.h:428: than previous
   declaration `int fputc_unlocked(int, FILE*) throw ()'
/usr/include/bits/stdio.h: In function `int putc_unlocked(int, FILE*)':
/usr/include/bits/stdio.h:86: declaration of `int putc_unlocked(int, FILE*)'
   throws different exceptions
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/stdio.h:433: than previous
   declaration `int putc_unlocked(int, FILE*) throw ()'
/usr/include/bits/stdio.h: In function `int putchar_unlocked(int)':
/usr/include/bits/stdio.h:93: declaration of `int putchar_unlocked(int)' throws
   different exceptions
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/stdio.h:434: than previous
   declaration `int putchar_unlocked(int) throw ()'
/usr/include/bits/stdio.h: In function `__ssize_t getline(char**, size_t*,
   FILE*)':
/usr/include/bits/stdio.h:103: declaration of `__ssize_t getline(char**,
   size_t*, FILE*)' throws different exceptions
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/stdio.h:480: than previous
   declaration `__ssize_t getline(char**, size_t*, FILE*) throw ()'
make: *** [ttmkfdir.o] error 1

!!! ERROR: x11-misc/ttmkfdir-3.0.9 failed.
!!! Function src_compile, Line 30, Exitcode 2
!!! (no error message)


thanks for your help!
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Sat Jan 24, 2004 5:12 am    Post subject: Reply with quote

Moved from Installing Gentoo.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
darrylcousins
n00b
n00b


Joined: 24 Jan 2004
Posts: 6

PostPosted: Sat Jan 24, 2004 1:19 pm    Post subject: Reply with quote

You'll find this answer elsewhere in the foums:

Code:
emerge gcc


Then all will be well. :)

Greets.
Back to top
View user's profile Send private message
Decode
n00b
n00b


Joined: 26 Apr 2003
Posts: 12

PostPosted: Mon Jan 26, 2004 4:23 am    Post subject: Speed up the emerge of CCC Reply with quote

darrylcousins wrote:
You'll find this answer elsewhere in the foums:

Code:
emerge gcc


Then all will be well. :)

Greets.


To save time on the re-emerge of gcc, add -java to your use variable before emerging.

I know there's a way to do this on the command line just for this emerge, but I can't remember :/

Decode
_________________
/--------------------------------------------------\
x ∈ U ∆ V ↔ ( x ∈ U ∪ V ∧ x ¬∈ U ∩ V )
\--------------------------------------------------/
Back to top
View user's profile Send private message
reptile
Guru
Guru


Joined: 19 Nov 2002
Posts: 363

PostPosted: Mon Jan 26, 2004 8:43 am    Post subject: Reply with quote

about

Code:

prompt # USE="-java" emerge gcc xfree


reptile
Back to top
View user's profile Send private message
disct
n00b
n00b


Joined: 21 Jan 2004
Posts: 7

PostPosted: Tue Jan 27, 2004 5:58 pm    Post subject: Reply with quote

i dont know this thread had been moved to this forum. after i emgered gcc, xfree was installed smoothly, thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
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