[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: facing problem while compiling buildroot
From: |
Bruno Haible |
Subject: |
Re: facing problem while compiling buildroot |
Date: |
Tue, 16 Feb 2021 18:19:19 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-201-generic; KDE/5.18.0; x86_64; ; ) |
Hi,
tejas wrote:
> error as follows: when type make command
>
> freadahead.c: In function 'freadahead':
> freadahead.c:91: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."
> 91 | #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."
> | ^~~~~
> fseeko.c: In function 'rpl_fseeko':
> fseeko.c:109:4: error: #error "Please port gnulib fseeko.c to your
> platform! Look at the code in fseeko.c, then report this to bug-gnulib."
> 109 | #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:1842: fseeko.o] Error 1
> make[4]: *** Waiting for unfinished jobs....
> make[4]: *** [Makefile:1842: freadahead.o] Error 1
> make[4]: Leaving directory
> '/home/engineer/Downloads/buildroot-2015.02/output/build/host-m4-1.4.17/lib'
> make[3]: *** [Makefile:1602: all] Error 2
Unfortunately this is a known issue. For this reason, we are offering snapshot
tarballs.
The newest created (snapshot) tarball is available through the Gitlab UI
https://gitlab.com/gnu-m4/ci-distcheck
> CI/CD > Jobs > Finished (check-optimized)
> Job artifacts > Browse > m4-snapshot.tar
or directly through the following command sequence:
wget -O m4-snapshot.tar
'https://gitlab.com/gnu-m4/ci-distcheck/-/jobs/artifacts/master/raw/m4-snapshot.tar?job=check-optimized'
tar xf m4-snapshot.tar
Bruno