Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Other Things Gentoo
  • Search

Cant emerge MySQL

Still need help with Gentoo, and your question doesn't fit in the above forums? Here is your last bastion of hope.
Post Reply
Advanced search
7 posts • Page 1 of 1
Author
Message
TUX2k
n00b
n00b
User avatar
Posts: 62
Joined: Thu May 16, 2002 2:21 pm
Location: Purmerend, The Netherlands
Contact:
Contact TUX2k
Website

Cant emerge MySQL

  • Quote

Post by TUX2k » Sun Nov 10, 2002 9:58 pm

Code: Select all

 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 :?
Top
rac
Bodhisattva
Bodhisattva
User avatar
Posts: 6553
Joined: Thu May 30, 2002 6:19 am
Location: Japanifornia
Contact:
Contact rac
Website

  • Quote

Post by rac » Sun Nov 10, 2002 10:50 pm

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
Top
TUX2k
n00b
n00b
User avatar
Posts: 62
Joined: Thu May 16, 2002 2:21 pm
Location: Purmerend, The Netherlands
Contact:
Contact TUX2k
Website

  • Quote

Post by TUX2k » Sun Nov 10, 2002 11:19 pm

no not realy
Top
DAzN
n00b
n00b
Posts: 4
Joined: Sat Apr 20, 2002 11:07 am
Location: The Hague

  • Quote

Post by DAzN » Wed Nov 13, 2002 5:54 pm

Same problem over here

Code: Select all

-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: Select all

df -h /var/tmp
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda2             9.7G  2.4G  6.8G  27% /
Top
rac
Bodhisattva
Bodhisattva
User avatar
Posts: 6553
Joined: Thu May 30, 2002 6:19 am
Location: Japanifornia
Contact:
Contact rac
Website

  • Quote

Post by rac » Wed Nov 13, 2002 9:50 pm

DAzn, your issue looks different to me. Try

Code: Select all

# USE="-tcpd" emerge mysql
For every higher wall, there is a taller ladder
Top
DAzN
n00b
n00b
Posts: 4
Joined: Sat Apr 20, 2002 11:07 am
Location: The Hague

  • Quote

Post by DAzN » Thu Nov 14, 2002 9:58 pm

rac wrote:DAzn, your issue looks different to me.
Well, it sure helped! Thanks alot!! Problem is, why did it help?
Top
rac
Bodhisattva
Bodhisattva
User avatar
Posts: 6553
Joined: Thu May 30, 2002 6:19 am
Location: Japanifornia
Contact:
Contact rac
Website

  • Quote

Post by rac » Thu Nov 14, 2002 10:04 pm

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
Top
Post Reply

7 posts • Page 1 of 1

Return to “Other Things Gentoo”

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 Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic