Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cant emerge MySQL
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
TUX2k
n00b
n00b


Joined: 16 May 2002
Posts: 62
Location: Purmerend, The Netherlands

PostPosted: Sun Nov 10, 2002 9:58 pm    Post subject: Cant emerge MySQL Reply with quote

Code:
 DSHAREDIR="\"/usr/share/mysql\""                       -DHAVE_CONFIG_H -I../bdb/build_unix                     -I./../include                  -I./../regex                    -I. -I../include -I.. -I.    -O3 -DDBUG_OFF -march=i686 -mcpu=i686  -pipe -O3 -felide-constructors -fno-exceptions -fno-rtti  -fno-implicit-templates -fno-exceptions -fno-rtti -c item_func.cc
{standard input}: Assembler messages:
{standard input}:12459: g++: Warning: end of file not at end of a line; newline inserted
Internal error: Terminated (program cc1plus)
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
{standard input}:13054: make[3]: *** [item_func.o] Error 1
Error: no such instruction: `mo'
make[3]: Leaving directory `/var/tmp/portage/mysql-3.23.52-r1/work/mysql-3.23.52/sql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/mysql-3.23.52-r1/work/mysql-3.23.52/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mysql-3.23.52-r1/work/mysql-3.23.52'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -86, Exitcode 2
!!! compile problem


Cant find out whats going wrong.
Does any one no :?
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Sun Nov 10, 2002 10:50 pm    Post subject: Reply with quote

It almost looks like the partition that holds /var/tmp is out of disk space. Is this possible?
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
TUX2k
n00b
n00b


Joined: 16 May 2002
Posts: 62
Location: Purmerend, The Netherlands

PostPosted: Sun Nov 10, 2002 11:19 pm    Post subject: Reply with quote

no not realy
Back to top
View user's profile Send private message
DAzN
n00b
n00b


Joined: 20 Apr 2002
Posts: 4
Location: The Hague

PostPosted: Wed Nov 13, 2002 5:54 pm    Post subject: Reply with quote

Same problem over here

Code:
-DHAVE_CONFIG_H -I../bdb/build_unix                      -I./../include                  -I./../regex                        -I. -I../include -I.. -I.    -O3 -DDBUG_OFF -march=athlon  -pipe -fomit-frame-pointer -O3 -felide-constructors -fno-exceptions -fno-rtti  -fno-implicit-templates -fno-exceptions -fno-rtti -c mysqld.cc
/usr/include/tcpd.h: In function `void* handle_connections_sockets(void*)':
/usr/include/tcpd.h:135: too many arguments to function `void sock_host()'
mysqld.cc:2444: at this point in file
/usr/include/tcpd.h:73: too many arguments to function `int hosts_access()'
mysqld.cc:2445: at this point in file
/usr/include/tcpd.h:128: too many arguments to function `char* eval_client()'
mysqld.cc:2453: at this point in file
make[3]: *** [mysqld.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/mysql-3.23.52-r1/work/mysql-3.23.52/sql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/mysql-3.23.52-r1/work/mysql-3.23.52/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mysql-3.23.52-r1/work/mysql-3.23.52'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -86, Exitcode 2
!!! compile problem


It all happened after an Gentoo upgrade 1.2 -> 1.4 emerge -e world

/var/tmp/:
Code:

df -h /var/tmp
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda2             9.7G  2.4G  6.8G  27% /
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Wed Nov 13, 2002 9:50 pm    Post subject: Reply with quote

DAzn, your issue looks different to me. Try
Code:
# USE="-tcpd" emerge mysql

_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
DAzN
n00b
n00b


Joined: 20 Apr 2002
Posts: 4
Location: The Hague

PostPosted: Thu Nov 14, 2002 9:58 pm    Post subject: Reply with quote

rac wrote:
DAzn, your issue looks different to me.


Well, it sure helped! Thanks alot!! Problem is, why did it help?
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Thu Nov 14, 2002 10:04 pm    Post subject: Reply with quote

DAzN wrote:
Problem is, why did it help?

Because there seems to be some conflict between the tcpwrappers libraries and the current state of the MySQL ebuild. I switched to MySQL 4 a couple of months ago, and don't have any 3.x machines lying around to research it further. USE="-tcpd" tells the MySQL ebuild to forget about tcpwrappers support. Not optimal, I realize, but at least it compiles.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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