public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] Apache Tools fails to compile
@ 2009-11-10 17:41 Carlos Benevides
  2009-11-10 19:24 ` Arttu V.
  0 siblings, 1 reply; 3+ messages in thread
From: Carlos Benevides @ 2009-11-10 17:41 UTC (permalink / raw
  To: gentoo-amd64

Hello,

I'm doing an emerge -auDv.  One of the packages slated for an upgrade is 
apache-tools, but I get the following error.

/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: 
cannot find -ldb-4.6
collect2: ld returned 1 exit status
make[1]: *** [htpasswd] Error 1
make[1]: Leaving directory 
`/u2/var/tmp/portage/app-admin/apache-tools-2.2.14/work/httpd-2.2.14/support'
make: *** [all-recursive] Error 1
 *
 * ERROR: app-admin/apache-tools-2.2.14 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2622:  Called die
 * The specific snippet of code:
 *       emake || die "emake support/ failed!"


It seems to be looking for berkdb 4.6.  I only have the following installed.

[I] sys-libs/db
     Available versions:
        (1)     1.85-r3
        (3)     3.2.9-r11 3.2.9_p2
        (4.2)   4.2.52_p4-r2 ~4.2.52_p5 4.2.52_p5-r1
        (4.3)   4.3.29-r2 ~4.3.29_p1 4.3.29_p1-r1
        (4.4)   ~4.4.20_p4 ~4.4.20_p4-r1
        (4.5)   4.5.20_p2 4.5.20_p2-r1
        (4.6)   4.6.21_p4
        (4.7)   ~4.7.25_p3 4.7.25_p4
        (4.8)   ~4.8.24
        {doc elibc_FreeBSD java nocxx tcl test}
     Installed versions:  4.2.52_p5-r1(4.2)(18:57:52 05/22/09)(-doc 
-elibc_FreeBSD -java -nocxx -tcl -test)
                          4.5.20_p2-r1(4.5)(19:12:56 05/22/09)(-doc 
-elibc_FreeBSD -java -nocxx -tcl -test)
                          4.7.25_p4(4.7)(11:31:23 10/17/09)(-doc 
-elibc_FreeBSD -java -nocxx -tcl -test)
     Homepage:            
http://www.oracle.com/technology/software/products/berkeley-db/index.html
     Description:         Oracle Berkeley DB

Why does it need 4.6.  If it needs it how I can install it 
specifically.  I can't seem to get emerge to install that specific version.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-amd64] Apache Tools fails to compile
  2009-11-10 17:41 [gentoo-amd64] Apache Tools fails to compile Carlos Benevides
@ 2009-11-10 19:24 ` Arttu V.
  2009-11-10 19:29   ` Carlos Benevides
  0 siblings, 1 reply; 3+ messages in thread
From: Arttu V. @ 2009-11-10 19:24 UTC (permalink / raw
  To: gentoo-amd64

On 11/10/09, Carlos Benevides <carlos@carlosbenevides.com> wrote:
> Hello,
>
> I'm doing an emerge -auDv.  One of the packages slated for an upgrade is
> apache-tools, but I get the following error.
>
> /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld:
> cannot find -ldb-4.6
> collect2: ld returned 1 exit status
> make[1]: *** [htpasswd] Error 1
> make[1]: Leaving directory
> `/u2/var/tmp/portage/app-admin/apache-tools-2.2.14/work/httpd-2.2.14/support'
> make: *** [all-recursive] Error 1
>  *
>  * ERROR: app-admin/apache-tools-2.2.14 failed.
>  * Call stack:
>  *               ebuild.sh, line   49:  Called src_compile
>  *             environment, line 2622:  Called die
>  * The specific snippet of code:
>  *       emake || die "emake support/ failed!"
>
>
> It seems to be looking for berkdb 4.6.  I only have the following installed.
>
> [I] sys-libs/db
>      Available versions:
>         (1)     1.85-r3
>         (3)     3.2.9-r11 3.2.9_p2
>         (4.2)   4.2.52_p4-r2 ~4.2.52_p5 4.2.52_p5-r1
>         (4.3)   4.3.29-r2 ~4.3.29_p1 4.3.29_p1-r1
>         (4.4)   ~4.4.20_p4 ~4.4.20_p4-r1
>         (4.5)   4.5.20_p2 4.5.20_p2-r1
>         (4.6)   4.6.21_p4
>         (4.7)   ~4.7.25_p3 4.7.25_p4
>         (4.8)   ~4.8.24
>         {doc elibc_FreeBSD java nocxx tcl test}
>      Installed versions:  4.2.52_p5-r1(4.2)(18:57:52 05/22/09)(-doc
> -elibc_FreeBSD -java -nocxx -tcl -test)
>                           4.5.20_p2-r1(4.5)(19:12:56 05/22/09)(-doc
> -elibc_FreeBSD -java -nocxx -tcl -test)
>                           4.7.25_p4(4.7)(11:31:23 10/17/09)(-doc
> -elibc_FreeBSD -java -nocxx -tcl -test)
>      Homepage:
> http://www.oracle.com/technology/software/products/berkeley-db/index.html
>      Description:         Oracle Berkeley DB
>
> Why does it need 4.6.  If it needs it how I can install it
> specifically.  I can't seem to get emerge to install that specific version.

Try re-merging apr-util, then go for the world (or whatever) again. Did it help?

-- 
Arttu V.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-amd64] Apache Tools fails to compile
  2009-11-10 19:24 ` Arttu V.
@ 2009-11-10 19:29   ` Carlos Benevides
  0 siblings, 0 replies; 3+ messages in thread
From: Carlos Benevides @ 2009-11-10 19:29 UTC (permalink / raw
  To: gentoo-amd64

Yes!  That did it.  Thanks a bunch.

Arttu V. wrote:
> On 11/10/09, Carlos Benevides <carlos@carlosbenevides.com> wrote:
>   
>> Hello,
>>
>> I'm doing an emerge -auDv.  One of the packages slated for an upgrade is
>> apache-tools, but I get the following error.
>>
>> /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld:
>> cannot find -ldb-4.6
>> collect2: ld returned 1 exit status
>> make[1]: *** [htpasswd] Error 1
>> make[1]: Leaving directory
>> `/u2/var/tmp/portage/app-admin/apache-tools-2.2.14/work/httpd-2.2.14/support'
>> make: *** [all-recursive] Error 1
>>  *
>>  * ERROR: app-admin/apache-tools-2.2.14 failed.
>>  * Call stack:
>>  *               ebuild.sh, line   49:  Called src_compile
>>  *             environment, line 2622:  Called die
>>  * The specific snippet of code:
>>  *       emake || die "emake support/ failed!"
>>
>>
>> It seems to be looking for berkdb 4.6.  I only have the following installed.
>>
>> [I] sys-libs/db
>>      Available versions:
>>         (1)     1.85-r3
>>         (3)     3.2.9-r11 3.2.9_p2
>>         (4.2)   4.2.52_p4-r2 ~4.2.52_p5 4.2.52_p5-r1
>>         (4.3)   4.3.29-r2 ~4.3.29_p1 4.3.29_p1-r1
>>         (4.4)   ~4.4.20_p4 ~4.4.20_p4-r1
>>         (4.5)   4.5.20_p2 4.5.20_p2-r1
>>         (4.6)   4.6.21_p4
>>         (4.7)   ~4.7.25_p3 4.7.25_p4
>>         (4.8)   ~4.8.24
>>         {doc elibc_FreeBSD java nocxx tcl test}
>>      Installed versions:  4.2.52_p5-r1(4.2)(18:57:52 05/22/09)(-doc
>> -elibc_FreeBSD -java -nocxx -tcl -test)
>>                           4.5.20_p2-r1(4.5)(19:12:56 05/22/09)(-doc
>> -elibc_FreeBSD -java -nocxx -tcl -test)
>>                           4.7.25_p4(4.7)(11:31:23 10/17/09)(-doc
>> -elibc_FreeBSD -java -nocxx -tcl -test)
>>      Homepage:
>> http://www.oracle.com/technology/software/products/berkeley-db/index.html
>>      Description:         Oracle Berkeley DB
>>
>> Why does it need 4.6.  If it needs it how I can install it
>> specifically.  I can't seem to get emerge to install that specific version.
>>     
>
> Try re-merging apr-util, then go for the world (or whatever) again. Did it help?
>
>   



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-10 19:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-10 17:41 [gentoo-amd64] Apache Tools fails to compile Carlos Benevides
2009-11-10 19:24 ` Arttu V.
2009-11-10 19:29   ` Carlos Benevides

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox