Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85346 - net-www/mod_auth_mysql-2.0.0_pre20030510 seems to work on amd64
Summary: net-www/mod_auth_mysql-2.0.0_pre20030510 seems to work on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-15 07:09 UTC by Yassen Damyanov
Modified: 2005-03-25 13:23 UTC (History)
0 users

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 Yassen Damyanov 2005-03-15 07:09:39 UTC
works for me using apache-2.0.52-r1. The build produced a couple more warnings on amd64 than it does on x86; here are those that made me hesitate at first that the build was successfull:

/usr/lib/apache2/build/libtool --silent --mode=compile x86_64-pc-linux-gnu-gcc -prefer-pic -march=athlon64 -O2 -frename-registers -fforce-addr -pipe -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -pthread -I/usr/include/apache2  -I/usr/include/apache2   -I/usr/include/apache2  -DAPACHE2  -c -o mod_auth_mysql.lo mod_auth_mysql.c && touch mod_auth_mysql.slo
mod_auth_mysql.c: In function `get_mysql_pw':
mod_auth_mysql.c:514: warning: cast to pointer from integer of different size
mod_auth_mysql.c: In function `get_mysql_groups':
mod_auth_mysql.c:594: warning: cast to pointer from integer of different size

But this seems not fatal.

Reproducible: Didn't try
Steps to Reproduce:
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2005-03-25 06:28:05 UTC
i sticked 2.8.1 into testing
Comment 2 Yassen Damyanov 2005-03-25 13:23:11 UTC
blubb: good that you didn't mark *this* ebuild for testing.

Unfortunately, I discovered that an apache2 process segfaults during longer subversion check-outs using mod_dav_svn, and finaly I discovered that the newly compiled mod_auth_mysql was the reason! Sorry that I dod not update this issue earlier. (BTW, replacing mod_auth_mysql.so with one taken out of the Mandrake-10 precompiled package (x86_64) worked just fine.)