unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* unused return values causing build failures in HEAD
@ 2008-11-29 21:37 Julian Graham
  2008-11-30 16:35 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Julian Graham @ 2008-11-29 21:37 UTC (permalink / raw)
  To: guile-devel

Hey everyone,

So I'm trying to build Guile from HEAD after a hard drive wipe, and it
looks like the version of gcc that ships with Ubuntu 8.10, 4.3.2, now
warns when you don't check function return values, which of course
breaks Guile's warnings-as-errors build.  There are several offending
instances of this, and the functions they use are write, read, pipe,
and nice.  I'm happy to submit a patch that raises SCM_SYSERROR or
whatever in the appropriate places -- unless there's some other way
around this.


Regards,
Julian




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

* Re: unused return values causing build failures in HEAD
  2008-11-29 21:37 unused return values causing build failures in HEAD Julian Graham
@ 2008-11-30 16:35 ` Ludovic Courtès
  2008-11-30 19:45   ` Julian Graham
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2008-11-30 16:35 UTC (permalink / raw)
  To: guile-devel

Hi Julian,

"Julian Graham" <joolean@gmail.com> writes:

> So I'm trying to build Guile from HEAD after a hard drive wipe, and it
> looks like the version of gcc that ships with Ubuntu 8.10, 4.3.2, now
> warns when you don't check function return values, which of course
> breaks Guile's warnings-as-errors build.  There are several offending
> instances of this, and the functions they use are write, read, pipe,
> and nice.  I'm happy to submit a patch that raises SCM_SYSERROR or
> whatever in the appropriate places -- unless there's some other way
> around this.

You report appears to be similar to #24009:

  https://savannah.gnu.org/bugs/?24009

I'll see what can be done.

Thanks,
Ludo'.





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

* Re: unused return values causing build failures in HEAD
  2008-11-30 16:35 ` Ludovic Courtès
@ 2008-11-30 19:45   ` Julian Graham
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Graham @ 2008-11-30 19:45 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guile-devel

Oops, should've checked Savannah first.  Thanks for fixing that!


On Sun, Nov 30, 2008 at 11:35 AM, Ludovic Courtès <ludo@gnu.org> wrote:
> Hi Julian,
>
> "Julian Graham" <joolean@gmail.com> writes:
>
>> So I'm trying to build Guile from HEAD after a hard drive wipe, and it
>> looks like the version of gcc that ships with Ubuntu 8.10, 4.3.2, now
>> warns when you don't check function return values, which of course
>> breaks Guile's warnings-as-errors build.  There are several offending
>> instances of this, and the functions they use are write, read, pipe,
>> and nice.  I'm happy to submit a patch that raises SCM_SYSERROR or
>> whatever in the appropriate places -- unless there's some other way
>> around this.
>
> You report appears to be similar to #24009:
>
>  https://savannah.gnu.org/bugs/?24009
>
> I'll see what can be done.




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

end of thread, other threads:[~2008-11-30 19:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-29 21:37 unused return values causing build failures in HEAD Julian Graham
2008-11-30 16:35 ` Ludovic Courtès
2008-11-30 19:45   ` Julian Graham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).