Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156320 - virtual/mysql missing ebuild for mysql-3.23
Summary: virtual/mysql missing ebuild for mysql-3.23
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-26 09:36 UTC by Matt Rutherford
Modified: 2006-12-09 18:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Rutherford 2006-11-26 09:36:12 UTC
please add an ebuild for 3.23 similar to the others for 4.0, 4.1, etc so that dev-db/mysql-3.23 can satisfy virtual/mysql
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-26 11:14:38 UTC
mysql-3.23 is completely unsupported and just plain needs to die...
Comment 2 dallas.morlock 2006-11-29 11:39:21 UTC
I agree, but those of us still migrating were really put in a bind by this change.
Comment 3 Matt Rutherford 2006-11-29 13:03:19 UTC
A way to get around this (assuming you have a portage overlay configured in make.conf):

mkdir -p $PORTDIR_OVERLAY/virtual/mysql

cp /usr/portage/virtual/mysql/mysql-4.0.ebuild $PORTDIR_OVERLAY/virtual/mysql/mysql-3.23.ebuild
Comment 4 dallas.morlock 2006-11-29 13:48:28 UTC
It looks like the patch 020_all_gentoo-nptl.patch is no longer being applied.


checking "LinuxThreads"... "Not found"
configure: error: This is a linux system and Linuxthreads was not
found. On linux Linuxthreads should be used.  Please install Linuxthreads
(or a new glibc) and try again.  See the Installation chapter in the
Reference Manual for more information.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/mysql-3.23.58-r1/work/mysql-3.23.58/config.log

!!! ERROR: dev-db/mysql-3.23.58-r1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  mysql-3.23.58-r1.ebuild, line 101:   Called econf '--libexecdir=/usr/sbin' '--sysconfdir=/etc/mysql' '--localstatedir=/var/lib/mysql' '--with-raid' '--with-low-memory' '--enable-assembler' '--with-charset=latin1' '--enable-local-infile' '--with-mysqld-user=mysql' '--with-extra-charsets=all' '--enable-thread-safe-client' '--with-client-ldflags=-lstdc++' '--with-comment=Gentoo Linux mysql-3.23.58-r1' '--with-unix-socket-path=/var/run/mysqld/mysqld.sock' '--with-berkeley-db=./bdb' '--without-readline' '--enable-shared' '--enable-static' '--with-libwrap' '--without-innodb' '--with-vio' '--with-openssl' '--without-debug'
  ebuild.sh, line 540:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 5 Matt Rutherford 2006-11-30 16:12:41 UTC
(In reply to comment #3)
> A way to get around this (assuming you have a portage overlay configured in
> make.conf):
> 
> mkdir -p $PORTDIR_OVERLAY/virtual/mysql
> 
> cp /usr/portage/virtual/mysql/mysql-4.0.ebuild
> $PORTDIR_OVERLAY/virtual/mysql/mysql-3.23.ebuild
> 

forgot one thing:

ebuild $PORTDIR_OVERLAY/virtual/mysql/mysql-3.23.ebuild digest

Comment 6 Francesco R. (RETIRED) gentoo-dev 2006-12-09 18:46:51 UTC
c#1
As an experienced bug wrangler Jakub is also a developer-mind-reader ...

c#2 see c#3 unless issue mentioned in replay c#4 is solved

c#4,c#5
It's fixed now (and has been broken for more than one year) but it still _fail_ to compile (kernel headers), look like there is not very much interest in having a working ebuild (one year is looong)

If someone volenterous to fix it I'll add the virtual in the tree (because Xmas is near ;)

Regards,
Francesco