bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bugs when building openwrt linux 18.06


From: Lachlan Peter
Subject: bugs when building openwrt linux 18.06
Date: Fri, 26 Feb 2021 12:50:47 +1030

Building Linux for Omega Onion with Openwrt and get the bugs listed in the
attached document.

The setup uses Ubuntu 20.04.2 LTS x64 on intel i5 and the following steps
$ git clone https://github.com/OnionIoT/source.git                 // get
source
$ cd source
$ sh scripts/onion-feed-setup.sh
 // setup feeds
$ rm -r ./package/feeds/onion/transmission-console-app     // creates
errors - remove
$ rm -r ./package/feeds/onion/zeromq                                  //
creates errors - remove
$ python scripts/onion-setup-build.py                                  //
setup build
$ vi /usr/include/asm-generic/int-ll64.h
      Edit line 31    to prevent errors:
                            from: __extension__ typedef unsigned long long
__64;
                            to:   typedef uint64_t __64;
$ make -j1 V=s

Final output is:
checking for BEOS mounted file system support functions... no
checking whether it is possible to resort to fread on /etc/mnttab... no
configure: error: could not determine how to read list of mounted file
systems
make[3]: *** [Makefile:22:
/home/lachlan/omega/source/build_dir/host/findutils-4.6.0/.configured]
Error 1
make[3]: Leaving directory '/home/lachlan/omega/source/tools/findutils'
Command exited with non-zero status 2
time: tools/findutils/compile#25.09#7.82#59.48
make[2]: *** [tools/Makefile:154: tools/findutils/compile] Error 2

There are many references to findutils bugs in the attached subset of the
output: bug-report.txt

Lachlan Peter

Attachment: bug-report.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]