bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* m4 bug
@ 2019-08-02 23:55 carl hansen
  2019-08-03  1:12 ` Bruno Haible
  0 siblings, 1 reply; 2+ messages in thread
From: carl hansen @ 2019-08-02 23:55 UTC (permalink / raw)
  To: bug-gnulib

building m4 from source gcc version 8.3.0 (Debian 8.3.0-19)
debian bullseye

depbase=`echo freadahead.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.     -g -O2 -MT freadahead.o -MD -MP -MF $depbase.Tpo -c -o
freadahead.o freadahead.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fseeko.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.     -g -O2 -MT fseeko.o -MD -MP -MF $depbase.Tpo -c -o
fseeko.o fseeko.c &&\
mv -f $depbase.Tpo $depbase.Po
fseeko.c: In function 'rpl_fseeko':
fseeko.c:110:4: error: #error "Please port gnulib fseeko.c to your
platform! Look at the code in fseeko.c, then report this to
bug-gnulib."
   #error "Please port gnulib fseeko.c to your platform! Look at the
code in fseeko.c, then report this to bug-gnulib."
    ^~~~~
make[4]: *** [Makefile:1910: fseeko.o] Error 1
make[4]: *** Waiting for unfinished jobs....
freadahead.c: In function 'freadahead':
freadahead.c:92:3: error: #error "Please port gnulib freadahead.c to
your platform! Look at the definition of fflush, fread, ungetc on your
system, then report this to bug-gnulib."
  #error "Please port gnulib freadahead.c to your platform! Look at
the definition of fflush, fread, ungetc on your system, then report
this to bug-gnulib."
   ^~~~~
make[4]: *** [Makefile:1910: freadahead.o] Error 1


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

* Re: m4 bug
  2019-08-02 23:55 m4 bug carl hansen
@ 2019-08-03  1:12 ` Bruno Haible
  0 siblings, 0 replies; 2+ messages in thread
From: Bruno Haible @ 2019-08-03  1:12 UTC (permalink / raw)
  To: bug-gnulib; +Cc: carl hansen

carl hansen wrote:
> building m4 from source gcc version 8.3.0 (Debian 8.3.0-19)
> debian bullseye
> 
> depbase=`echo freadahead.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc  -I.     -g -O2 -MT freadahead.o -MD -MP -MF $depbase.Tpo -c -o
> freadahead.o freadahead.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo fseeko.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc  -I.     -g -O2 -MT fseeko.o -MD -MP -MF $depbase.Tpo -c -o
> fseeko.o fseeko.c &&\
> mv -f $depbase.Tpo $depbase.Po
> fseeko.c: In function 'rpl_fseeko':
> fseeko.c:110:4: error: #error "Please port gnulib fseeko.c to your
> platform! Look at the code in fseeko.c, then report this to
> bug-gnulib."
>    #error "Please port gnulib fseeko.c to your platform! Look at the
> code in fseeko.c, then report this to bug-gnulib."
>     ^~~~~
> make[4]: *** [Makefile:1910: fseeko.o] Error 1

Unfortunately this is a known issue.
<https://lists.gnu.org/archive/html/bug-m4/2018-08/msg00002.html>

Bruno



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

end of thread, other threads:[~2019-08-03  1:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-02 23:55 m4 bug carl hansen
2019-08-03  1:12 ` Bruno Haible

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).