public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Anyone seeing tons of build errors while compiling sys-devel/autogen ?
@ 2020-05-27  2:31 Francisco Ares
  2020-05-27  3:03 ` Ashley Dixon
  0 siblings, 1 reply; 5+ messages in thread
From: Francisco Ares @ 2020-05-27  2:31 UTC (permalink / raw
  To: gentoo-user

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

Hi all,

Just to make sure this ain't purely local: while building
sys-devel/autogen, the build process shows a lot (really) of error messages
from the compiler.

Is there anyone seeing something like this?

Thanks!
Francisco Ares

[-- Attachment #2: Type: text/html, Size: 354 bytes --]

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

* Re: [gentoo-user] Anyone seeing tons of build errors while compiling sys-devel/autogen ?
  2020-05-27  2:31 [gentoo-user] Anyone seeing tons of build errors while compiling sys-devel/autogen ? Francisco Ares
@ 2020-05-27  3:03 ` Ashley Dixon
  2020-05-27 12:22   ` Francisco Ares
  0 siblings, 1 reply; 5+ messages in thread
From: Ashley Dixon @ 2020-05-27  3:03 UTC (permalink / raw
  To: gentoo-user


[-- Attachment #1.1: Type: text/plain, Size: 757 bytes --]

On Tue, May 26, 2020 at 11:31:57PM -0300, Francisco Ares wrote:
> Just to make sure this ain't purely local: while building
> sys-devel/autogen, the build process shows a lot (really) of error messages
> from the compiler.
> 
> Is there anyone seeing something like this?

Which version of autogen ?  Are these build errors preventing the  package  from
being installed, or are they merely errors ?  The fact you are seeing a  lot  of
them suggests  they're  not  fatal.   Building  5.18.16-r1  with  {-libopts  and
-static-libs}, I get a few warnings on amd64, but nothing I would  interpret  as
severely unusual.

The build script is attached.

-- 

Ashley Dixon
suugaku.co.uk

2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA


[-- Attachment #1.2: script-out.gz --]
[-- Type: application/octet-stream, Size: 10698 bytes --]

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

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

* Re: [gentoo-user] Anyone seeing tons of build errors while compiling sys-devel/autogen ?
  2020-05-27  3:03 ` Ashley Dixon
@ 2020-05-27 12:22   ` Francisco Ares
  2020-05-27 12:48     ` Ashley Dixon
  0 siblings, 1 reply; 5+ messages in thread
From: Francisco Ares @ 2020-05-27 12:22 UTC (permalink / raw
  To: gentoo-user

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

Em qua., 27 de mai. de 2020 às 00:04, Ashley Dixon <ash@suugaku.co.uk>
escreveu:

> On Tue, May 26, 2020 at 11:31:57PM -0300, Francisco Ares wrote:
> > Just to make sure this ain't purely local: while building
> > sys-devel/autogen, the build process shows a lot (really) of error
> messages
> > from the compiler.
> >
> > Is there anyone seeing something like this?
>
> Which version of autogen ?  Are these build errors preventing the
> package  from
> being installed, or are they merely errors ?  The fact you are seeing a
> lot  of
> them suggests  they're  not  fatal.   Building  5.18.16-r1  with
> {-libopts  and
> -static-libs}, I get a few warnings on amd64, but nothing I would
> interpret  as
> severely unusual.
>
> The build script is attached.
>
> --
>
> Ashley Dixon
> suugaku.co.uk
>
> 2A9A 4117
> DA96 D18A
> 8A7B B0D2
> A30E BF25
> F290 A8AA
>
>
Thank you for your reply, Ashley.

In fact they are really errors, not warnings. It doesn't build to the end.
But that's something weird, the compilation don't stop at the first error.

Here is the set of files recommended in such cases, including the build
log, environment, etc.:

https://drive.google.com/open?id=1puc5-tj1a1-joQ0dDiL5ls17BOjjhwzh - they
are just plain text files, just the build log contains escape characters to
show colors in a terminal.

I suppose I should fill out a bug report.

Thank you all for viewing
Francisco

[-- Attachment #2: Type: text/html, Size: 2134 bytes --]

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

* Re: [gentoo-user] Anyone seeing tons of build errors while compiling sys-devel/autogen ?
  2020-05-27 12:22   ` Francisco Ares
@ 2020-05-27 12:48     ` Ashley Dixon
  2020-05-27 13:31       ` Francisco Ares
  0 siblings, 1 reply; 5+ messages in thread
From: Ashley Dixon @ 2020-05-27 12:48 UTC (permalink / raw
  To: gentoo-user

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

On Wed, May 27, 2020 at 09:22:25AM -0300, Francisco Ares wrote:
> In fact they are really errors, not warnings. It doesn't build to the end.
> But that's something weird, the compilation don't stop at the first error.
> 
> Here is the set of files recommended in such cases, including the build
> log, environment, etc.:

Please attach logs and extra information directly to the e-mail, compressing  if
necessary.  Google Drive is very inconvenient for those not running a  windowing
environment.

> [G. Drive link clipped] - they are just plain text files, just the build log
> contains escape characters to show colors in a terminal.

You can use `app-text/ansifilter` to remove those if the command doesn't support
a "no colour" argument (such as the `script` utility). Example usage (-T outputs
control-code-free text): `ansifilter -i infile -o outfile -T`. The same tool can
also output (La)TeX, H.T.M.L., and various other rich formats;  it  has  a  very
comprehensive man page.

> I suppose I should fill out a bug report.

Yes, please do. Looking at your logs, something is seriously wrong.

-- 

Ashley Dixon
suugaku.co.uk

2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA


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

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

* Re: [gentoo-user] Anyone seeing tons of build errors while compiling sys-devel/autogen ?
  2020-05-27 12:48     ` Ashley Dixon
@ 2020-05-27 13:31       ` Francisco Ares
  0 siblings, 0 replies; 5+ messages in thread
From: Francisco Ares @ 2020-05-27 13:31 UTC (permalink / raw
  To: gentoo-user

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

Em qua., 27 de mai. de 2020 às 09:49, Ashley Dixon <ash@suugaku.co.uk> escreveu:
>
> On Wed, May 27, 2020 at 09:22:25AM -0300, Francisco Ares wrote:
> > In fact they are really errors, not warnings. It doesn't build to the end.
> > But that's something weird, the compilation don't stop at the first error.
> >
> > Here is the set of files recommended in such cases, including the build
> > log, environment, etc.:
>
> Please attach logs and extra information directly to the e-mail, compressing  if
> necessary.  Google Drive is very inconvenient for those not running a  windowing
> environment.
>
> > [G. Drive link clipped] - they are just plain text files, just the build log
> > contains escape characters to show colors in a terminal.
>
> You can use `app-text/ansifilter` to remove those if the command doesn't support
> a "no colour" argument (such as the `script` utility). Example usage (-T outputs
> control-code-free text): `ansifilter -i infile -o outfile -T`. The same tool can
> also output (La)TeX, H.T.M.L., and various other rich formats;  it  has  a  very
> comprehensive man page.
>
> > I suppose I should fill out a bug report.
>
> Yes, please do. Looking at your logs, something is seriously wrong.
>
> --
>
> Ashley Dixon
> suugaku.co.uk
>
> 2A9A 4117
> DA96 D18A
> 8A7B B0D2
> A30E BF25
> F290 A8AA
>

Sorry!  And thanks a lot for the tips.

Best regards,
Francisco

[-- Attachment #2: autogen_emerge_results.tbz --]
[-- Type: application/x-bzip-compressed-tar, Size: 88537 bytes --]

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

end of thread, other threads:[~2020-05-27 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-27  2:31 [gentoo-user] Anyone seeing tons of build errors while compiling sys-devel/autogen ? Francisco Ares
2020-05-27  3:03 ` Ashley Dixon
2020-05-27 12:22   ` Francisco Ares
2020-05-27 12:48     ` Ashley Dixon
2020-05-27 13:31       ` Francisco Ares

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