View previous topic :: View next topic |
Author |
Message |
dj-submerge n00b
Joined: 04 Jun 2002 Posts: 27
|
Posted: Wed Nov 06, 2002 2:06 pm Post subject: Emerging apache 1.3.27-r1 |
|
|
Hi there,
Since more than a week I'm unable to emerge apache onto my 1.4rc1 system. I've allready filled out a bug report, but I wan't to know how I could investigate this problem by myself.
Doing an emerge apache results in :
mod_auth_db.c: In function `get_db_pw':
mod_auth_db.c:175: warning: passing arg 2 of pointer to function from incompatible pointer type
mod_auth_db.c:175: warning: passing arg 4 of pointer to function makes pointer from integer without a cast
mod_auth_db.c:175: too few arguments to function
make[4]: *** [mod_auth_db.so] Error 1
make[4]: *** Waiting for unfinished jobs....
gcc -shared -o mod_rewrite.so mod_rewrite.lo -L/usr/lib -lm -lcrypt -ldb -lmm -lexpat -lpthread
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/var/tmp/portage/apache-1.3.27-r1/work/apache_1.3.27/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/var/tmp/portage/apache-1.3.27-r1/work/apache_1.3.27'
make: *** [build] Error 2
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 8, Exitcode 2
!!! compile problem
In the config I've got the following warning :
./Configure: ./helpers/find-dbm-lib: No such file or directory
Could this be the problem ?
My make.conf is :
USE="gphoto2 pcmcia dga pda X gtk -gnome -alsa -kde -arts evo gif jpeg png tiff
avi mpeg quicktime -esd oss dvd xmms oggvorbis encode ssl mozilla spell truetype
java mysql"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
thanks for any hint how to resolv this problem
marc |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Wed Nov 06, 2002 3:24 pm Post subject: Re: Emerging apache 1.3.27-r1 |
|
|
dj-submerge wrote: | CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer" |
Have you tried with just:
Code: | CFLAGS="-march=pentium4 -O3 -pipe" |
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
dj-submerge n00b
Joined: 04 Jun 2002 Posts: 27
|
Posted: Wed Nov 06, 2002 4:28 pm Post subject: |
|
|
Yes, I tried without -fomit-frame-pointer.
Still doesn't work
marc |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Wed Nov 06, 2002 6:40 pm Post subject: |
|
|
What version of Berkeley DB do you have installed? Does 1.3.27 compile correctly? _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
dj-submerge n00b
Joined: 04 Jun 2002 Posts: 27
|
Posted: Thu Nov 07, 2002 8:05 am Post subject: Finally resolved |
|
|
I checked the db an got the following
* sys-libs/db
Latest version available: 3.2.9-r1
Latest version installed: 4.1.24
Homepage: http://www.sleepycat.com/
Description: Berkeley DB for transaction support in MySQL
After an unmerge 4.1.24 and emerge 3.2.9-r1 the apache ebuild worked fine. I also had some problems with the perl ebuild which was fixed with this db version.
Thanks a lot !
But I don't know how I got the 4.1.24 version installed on my system ! I didn't change the package.mask file neither I'm in the unstable branch.
I'm a bit confused |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Thu Nov 07, 2002 8:24 am Post subject: Re: Finally resolved |
|
|
dj-submerge wrote: | But I don't know how I got the 4.1.24 version installed on my system ! |
There was a while that Portage was pushing that db4, but lots of people had trouble digesting it. I had difficulties with perl, mysql, and apache when it was around, and it now looks like the 4.x ebuilds are marked "-arch" for several architectures, which AFAIK means "broken on".
In summary, I'm guessing you installed or updated your system during the period of time when db4 was the flavor of the month. _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
Guybrush Tux's lil' helper
Joined: 06 Feb 2003 Posts: 99 Location: 48°27'N, 11°8'O
|
Posted: Tue Feb 25, 2003 10:35 am Post subject: Emerge of Apache 1.3.27-r1 failed |
|
|
Hi Everyone,
emerging apache 1.3.27-r1 is failing, because there seems to be a problem in getting mod_ssl-2.8.11-1.3.27.tar.gz
This package isn't available any longer on the modssl.org ftp-Server nor can it be found on the mirrors. |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
|
Back to top |
|
|
Guybrush Tux's lil' helper
Joined: 06 Feb 2003 Posts: 99 Location: 48°27'N, 11°8'O
|
Posted: Thu Mar 06, 2003 1:21 pm Post subject: |
|
|
Sorry,
just tried it again, and now it works |
|
Back to top |
|
|
|