public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] bind-9.8.1_p1 recompilation failed...
@ 2012-03-01 17:55 Jarry
  2012-03-01 19:17 ` Michael Mol
  2012-03-01 20:29 ` [gentoo-user] " walt
  0 siblings, 2 replies; 7+ messages in thread
From: Jarry @ 2012-03-01 17:55 UTC (permalink / raw
  To: gentoo-user

Hi,
I just updated portage tree and as a result of that bind wanted
to be recompilled (the only difference is "-static-libs%"):

[ebuild   R    ] net-dns/bind-9.8.1_p1  USE="berkdb dlz idn ipv6 ssl 
urandom -caps -doc -geoip -gost -gssapi -ldap -mysql -odbc -pkcs11 
-postgres -rpz -sdb-ldap (-selinux) -static-libs% -threads -xml" 0 kB

But compilation failed with these messages:

==============================================
libtool: compile:  x86_64-pc-linux-gnu-gcc 
-I/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1 
-I/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/lib/dns/include 
-I../../../../lib/dns/include 
-I/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/lib/isc/include 
-I../../../../lib/isc -I../../../../lib/isc/include 
-I../../../../lib/isc/unix/include 
-I../../../../lib/isc/nothreads/include 
-I../../../../lib/isc/x86_32/include -I/usr/include -D_GNU_SOURCE 
-march=athlon64 -O2 -pipe -I/usr/include/db4.8 -fPIC -W -Wall 
-Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat 
-Wpointer-arith -fno-strict-aliasing -c driver.c  -fPIC -DPIC -o 
.libs/driver.o
x86_64-pc-linux-gnu-gcc -shared -o driver.so driver.o
x86_64-pc-linux-gnu-gcc: driver.o: No such file or directory
x86_64-pc-linux-gnu-gcc: no input files
make[4]: *** [driver.so] Error 1
make[4]: Leaving directory 
`/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin/tests/system/dlzexternal'
make[3]: *** [subdirs] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin/tests/system'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin/tests'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin'
make: *** [subdirs] Error 1

  * ERROR: net-dns/bind-9.8.1_p1 failed (compile phase):
  *   emake failed
  *
  * If you need support, post the output of 'emerge --info 
=net-dns/bind-9.8.1_p1',
  * the complete build log and the output of 'emerge -pqv 
=net-dns/bind-9.8.1_p1'.
  * The complete build log is located at 
'/var/tmp/portage/net-dns/bind-9.8.1_p1/temp/build.log'.
  * The ebuild environment file is located at 
'/var/tmp/portage/net-dns/bind-9.8.1_p1/temp/environment'.
  * S: '/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1'

 >>> Failed to emerge net-dns/bind-9.8.1_p1, Log file:
 >>>  '/var/tmp/portage/net-dns/bind-9.8.1_p1/temp/build.log'

  * Messages for package net-dns/bind-9.8.1_p1:
  * ERROR: net-dns/bind-9.8.1_p1 failed (compile phase):
  *   emake failed
==============================================

What could be the problem? I remember just yesterday I updated
bind from 9.7.4_p1 to 9.8.1_p1, but today recompilation simply
failed...

Jarry

-- 
_______________________________________________________________
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



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

* Re: [gentoo-user] bind-9.8.1_p1 recompilation failed...
  2012-03-01 17:55 [gentoo-user] bind-9.8.1_p1 recompilation failed Jarry
@ 2012-03-01 19:17 ` Michael Mol
  2012-03-01 19:35   ` Jarry
  2012-03-01 20:29 ` [gentoo-user] " walt
  1 sibling, 1 reply; 7+ messages in thread
From: Michael Mol @ 2012-03-01 19:17 UTC (permalink / raw
  To: gentoo-user

On Thu, Mar 1, 2012 at 12:55 PM, Jarry <mr.jarry@gmail.com> wrote:
> Hi,
> I just updated portage tree and as a result of that bind wanted
> to be recompilled (the only difference is "-static-libs%"):
>
> [ebuild   R    ] net-dns/bind-9.8.1_p1  USE="berkdb dlz idn ipv6 ssl urandom
> -caps -doc -geoip -gost -gssapi -ldap -mysql -odbc -pkcs11 -postgres -rpz
> -sdb-ldap (-selinux) -static-libs% -threads -xml" 0 kB
>
> But compilation failed with these messages:
>
> ==============================================
> libtool: compile:  x86_64-pc-linux-gnu-gcc
> -I/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1
> -I/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/lib/dns/include
> -I../../../../lib/dns/include
> -I/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/lib/isc/include
> -I../../../../lib/isc -I../../../../lib/isc/include
> -I../../../../lib/isc/unix/include -I../../../../lib/isc/nothreads/include
> -I../../../../lib/isc/x86_32/include -I/usr/include -D_GNU_SOURCE
> -march=athlon64 -O2 -pipe -I/usr/include/db4.8 -fPIC -W -Wall
> -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith
> -fno-strict-aliasing -c driver.c  -fPIC -DPIC -o .libs/driver.o
> x86_64-pc-linux-gnu-gcc -shared -o driver.so driver.o
> x86_64-pc-linux-gnu-gcc: driver.o: No such file or directory
> x86_64-pc-linux-gnu-gcc: no input files
> make[4]: *** [driver.so] Error 1
> make[4]: Leaving directory
> `/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin/tests/system/dlzexternal'
> make[3]: *** [subdirs] Error 1
> make[3]: Leaving directory
> `/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin/tests/system'
> make[2]: *** [subdirs] Error 1
> make[2]: Leaving directory
> `/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin/tests'
> make[1]: *** [subdirs] Error 1
> make[1]: Leaving directory
> `/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin'
> make: *** [subdirs] Error 1
>
>  * ERROR: net-dns/bind-9.8.1_p1 failed (compile phase):
>  *   emake failed
>  *
>  * If you need support, post the output of 'emerge --info
> =net-dns/bind-9.8.1_p1',
>  * the complete build log and the output of 'emerge -pqv
> =net-dns/bind-9.8.1_p1'.
>  * The complete build log is located at
> '/var/tmp/portage/net-dns/bind-9.8.1_p1/temp/build.log'.
>  * The ebuild environment file is located at
> '/var/tmp/portage/net-dns/bind-9.8.1_p1/temp/environment'.
>  * S: '/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1'
>
>>>> Failed to emerge net-dns/bind-9.8.1_p1, Log file:
>>>>  '/var/tmp/portage/net-dns/bind-9.8.1_p1/temp/build.log'
>
>  * Messages for package net-dns/bind-9.8.1_p1:
>  * ERROR: net-dns/bind-9.8.1_p1 failed (compile phase):
>  *   emake failed
> ==============================================
>
> What could be the problem? I remember just yesterday I updated
> bind from 9.7.4_p1 to 9.8.1_p1, but today recompilation simply
> failed...

First guess: Parallel build error. Try:

emerge --resume

and see if it gets around it. If not, try

MAKEOPTS="-j1" emerge --resume

and see if that fixes it.

-- 
:wq



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

* Re: [gentoo-user] bind-9.8.1_p1 recompilation failed...
  2012-03-01 19:17 ` Michael Mol
@ 2012-03-01 19:35   ` Jarry
  0 siblings, 0 replies; 7+ messages in thread
From: Jarry @ 2012-03-01 19:35 UTC (permalink / raw
  To: gentoo-user

On 01-Mar-12 20:17, Michael Mol wrote:
> On Thu, Mar 1, 2012 at 12:55 PM, Jarry<mr.jarry@gmail.com>  wrote:
>> Hi,
>> I just updated portage tree and as a result of that bind wanted
>> to be recompilled (the only difference is "-static-libs%"):
>>
>> [ebuild   R    ] net-dns/bind-9.8.1_p1  USE="berkdb dlz idn ipv6 ssl urandom
>> -caps -doc -geoip -gost -gssapi -ldap -mysql -odbc -pkcs11 -postgres -rpz
>> -sdb-ldap (-selinux) -static-libs% -threads -xml" 0 kB
>>
>> But compilation failed with these messages:
>>
>> ==============================================
>> libtool: compile:  x86_64-pc-linux-gnu-gcc
>> -I/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1
>> -I/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/lib/dns/include
>> -I../../../../lib/dns/include
>> -I/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/lib/isc/include
>> -I../../../../lib/isc -I../../../../lib/isc/include
>> -I../../../../lib/isc/unix/include -I../../../../lib/isc/nothreads/include
>> -I../../../../lib/isc/x86_32/include -I/usr/include -D_GNU_SOURCE
>> -march=athlon64 -O2 -pipe -I/usr/include/db4.8 -fPIC -W -Wall
>> -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith
>> -fno-strict-aliasing -c driver.c  -fPIC -DPIC -o .libs/driver.o
>> x86_64-pc-linux-gnu-gcc -shared -o driver.so driver.o
>> x86_64-pc-linux-gnu-gcc: driver.o: No such file or directory
>> x86_64-pc-linux-gnu-gcc: no input files
>> make[4]: *** [driver.so] Error 1
>> make[4]: Leaving directory
>> `/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin/tests/system/dlzexternal'
>> make[3]: *** [subdirs] Error 1
>> make[3]: Leaving directory
>> `/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin/tests/system'
>> make[2]: *** [subdirs] Error 1
>> make[2]: Leaving directory
>> `/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin/tests'
>> make[1]: *** [subdirs] Error 1
>> make[1]: Leaving directory
>> `/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1/bin'
>> make: *** [subdirs] Error 1
>>
>>   * ERROR: net-dns/bind-9.8.1_p1 failed (compile phase):
>>   *   emake failed
>>   *
>>   * If you need support, post the output of 'emerge --info
>> =net-dns/bind-9.8.1_p1',
>>   * the complete build log and the output of 'emerge -pqv
>> =net-dns/bind-9.8.1_p1'.
>>   * The complete build log is located at
>> '/var/tmp/portage/net-dns/bind-9.8.1_p1/temp/build.log'.
>>   * The ebuild environment file is located at
>> '/var/tmp/portage/net-dns/bind-9.8.1_p1/temp/environment'.
>>   * S: '/var/tmp/portage/net-dns/bind-9.8.1_p1/work/bind-9.8.1-P1'
>>
>>>>> Failed to emerge net-dns/bind-9.8.1_p1, Log file:
>>>>>   '/var/tmp/portage/net-dns/bind-9.8.1_p1/temp/build.log'
>>
>>   * Messages for package net-dns/bind-9.8.1_p1:
>>   * ERROR: net-dns/bind-9.8.1_p1 failed (compile phase):
>>   *   emake failed
>> ==============================================
>>
>> What could be the problem? I remember just yesterday I updated
>> bind from 9.7.4_p1 to 9.8.1_p1, but today recompilation simply
>> failed...
>
> First guess: Parallel build error. Try:
>
> emerge --resume
> and see if it gets around it. If not, try
>
> MAKEOPTS="-j1" emerge --resume
> and see if that fixes it.

I tried but it failed again, at the same moment, with the same
messages. BTW, I have 'MAKEOPTS="-j1"' in /etc/make.conf so my
compilations are not done in parallel.

I masked 9.8.1_p1 and "downgraded" bind to 9.7.4_p1. No problem.
Then I unmasked 9.8.1_p1 and tried again. The same error...

Jarry
-- 
_______________________________________________________________
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



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

* [gentoo-user] Re: bind-9.8.1_p1 recompilation failed...
  2012-03-01 17:55 [gentoo-user] bind-9.8.1_p1 recompilation failed Jarry
  2012-03-01 19:17 ` Michael Mol
@ 2012-03-01 20:29 ` walt
  2012-03-03 19:15   ` Jarry
  1 sibling, 1 reply; 7+ messages in thread
From: walt @ 2012-03-01 20:29 UTC (permalink / raw
  To: gentoo-user

On 03/01/2012 09:55 AM, Jarry wrote:
> What could be the problem? I remember just yesterday I updated
> bind from 9.7.4_p1 to 9.8.1_p1, but today recompilation simply
> failed...

I'm getting exactly the same error, so I'd say the ebuild is broken.






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

* Re: [gentoo-user] Re: bind-9.8.1_p1 recompilation failed...
  2012-03-01 20:29 ` [gentoo-user] " walt
@ 2012-03-03 19:15   ` Jarry
  2012-03-04 16:34     ` covici
  0 siblings, 1 reply; 7+ messages in thread
From: Jarry @ 2012-03-03 19:15 UTC (permalink / raw
  To: gentoo-user

On 01-Mar-12 21:29, walt wrote:
> On 03/01/2012 09:55 AM, Jarry wrote:
>> What could be the problem? I remember just yesterday I updated
>> bind from 9.7.4_p1 to 9.8.1_p1, but today recompilation simply
>> failed...
>
> I'm getting exactly the same error, so I'd say the ebuild is broken.

You might be right. After resyncing portage today bind does not
want to be re-emerged (yet I did it just to be sure it works).
Short check revealed that "-static-libs%" has been removed from
use-flags...

<OT>: recently I noticed many times that a certain use-flag has
been activated for application, but removed a after a few days.
Not a big problem for "small" applications, but might be quite
annoying if I have to recompile gcc two times in two days, for
all of my servers. Seems to me like insufficient testing and
this should never happen in case of stable releases...</OT>

Jarry

-- 
_______________________________________________________________
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



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

* Re: [gentoo-user] Re: bind-9.8.1_p1 recompilation failed...
  2012-03-03 19:15   ` Jarry
@ 2012-03-04 16:34     ` covici
  2012-03-04 16:58       ` Sergei Trofimovich
  0 siblings, 1 reply; 7+ messages in thread
From: covici @ 2012-03-04 16:34 UTC (permalink / raw
  To: gentoo-user

Jarry <mr.jarry@gmail.com> wrote:

> On 01-Mar-12 21:29, walt wrote:
> > On 03/01/2012 09:55 AM, Jarry wrote:
> >> What could be the problem? I remember just yesterday I updated
> >> bind from 9.7.4_p1 to 9.8.1_p1, but today recompilation simply
> >> failed...
> >
> > I'm getting exactly the same error, so I'd say the ebuild is broken.
> 
> You might be right. After resyncing portage today bind does not
> want to be re-emerged (yet I did it just to be sure it works).
> Short check revealed that "-static-libs%" has been removed from
> use-flags...
> 
> <OT>: recently I noticed many times that a certain use-flag has
> been activated for application, but removed a after a few days.
> Not a big problem for "small" applications, but might be quite
> annoying if I have to recompile gcc two times in two days, for
> all of my servers. Seems to me like insufficient testing and
> this should never happen in case of stable releases...</OT>
> 
> Jarry
In bind 9.9.0 I am getting undefined access to main, so things seem to
be getting much worse.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



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

* Re: [gentoo-user] Re: bind-9.8.1_p1 recompilation failed...
  2012-03-04 16:34     ` covici
@ 2012-03-04 16:58       ` Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2012-03-04 16:58 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1356 bytes --]

On Sun, 04 Mar 2012 11:34:54 -0500
covici@ccs.covici.com wrote:

> Jarry <mr.jarry@gmail.com> wrote:
> 
> > On 01-Mar-12 21:29, walt wrote:
> > > On 03/01/2012 09:55 AM, Jarry wrote:
> > >> What could be the problem? I remember just yesterday I updated
> > >> bind from 9.7.4_p1 to 9.8.1_p1, but today recompilation simply
> > >> failed...
> > >
> > > I'm getting exactly the same error, so I'd say the ebuild is broken.
> > 
> > You might be right. After resyncing portage today bind does not
> > want to be re-emerged (yet I did it just to be sure it works).
> > Short check revealed that "-static-libs%" has been removed from
> > use-flags...
> > 
> > <OT>: recently I noticed many times that a certain use-flag has
> > been activated for application, but removed a after a few days.
> > Not a big problem for "small" applications, but might be quite
> > annoying if I have to recompile gcc two times in two days, for
> > all of my servers. Seems to me like insufficient testing and
> > this should never happen in case of stable releases...</OT>
> > 
> > Jarry
> In bind 9.9.0 I am getting undefined access to main, so things seem to
> be getting much worse.

Can you fill a bug report to bugs.gentoo.org about it or lookup existing one
with your problem? Build problems are usually easies to resolve.

-- 

  Sergei

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

end of thread, other threads:[~2012-03-04 16:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 17:55 [gentoo-user] bind-9.8.1_p1 recompilation failed Jarry
2012-03-01 19:17 ` Michael Mol
2012-03-01 19:35   ` Jarry
2012-03-01 20:29 ` [gentoo-user] " walt
2012-03-03 19:15   ` Jarry
2012-03-04 16:34     ` covici
2012-03-04 16:58       ` Sergei Trofimovich

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