elfmz / far2l

Linux port of FAR v2
GNU General Public License v2.0
1.8k stars 173 forks source link

`make` after `cmake -DCMAKE_BUILD_TYPE=Debug` fails with error 2 on Ubuntu 18.04.x #1048

Open asmexcaliburwoods opened 3 years ago

asmexcaliburwoods commented 3 years ago

apt get ... (as in README.md) apt get ... v3 ... (for recent ubuntus) cmake -DUSEWX=yes -DPYTHON=yes -DCMAKE_BUILD_TYPE=Debug .. make -j7

make failed with error 2

i haven't tried to check logs yet, too busy for now. maybe i'll contribute to a project, incl. PRs as an experienced polyglot programmer, currently unsure whether i'll find time...

lsb_release -dc
Description:    Ubuntu 18.04.5 LTS
Codename:       bionic
Ok
uname -a
Linux x 5.4.0-77-generic #86~18.04.1-Ubuntu SMP Fri Jun 18 01:23:22 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Ok
mate-about --version
MATE Desktop Environment 1.20.1
Ok
gcc --version|head -1
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Ok
g++ --version|head -1
g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Ok
cmake --version|head -1
cmake version 3.10.2
Ok
make --version|head -1
GNU Make 4.1
Ok

details pending, TBD

elfmz commented 3 years ago

not reproduced for me, please run make >build.log 2>&1 and share build.log

alexmyczko commented 3 years ago

likewise, works for me:

-rw-r--r-- 1 root root  1028841 Aug 17 09:35 far2l_2.2+git20210816-1_amd64.build
-rw-r--r-- 1 root root    12133 Aug 17 09:35 far2l_2.2+git20210816-1_amd64.buildinfo
-rw-r--r-- 1 root root     2546 Aug 17 09:35 far2l_2.2+git20210816-1_amd64.changes
-rw-r--r-- 1 root root  2050472 Aug 17 09:35 far2l_2.2+git20210816-1_amd64.deb
-rw-rw-r-- 1 root root     3484 Aug 17 09:34 far2l_2.2+git20210816-1.debian.tar.xz
-rw-rw-r-- 1 root root     1109 Aug 17 09:34 far2l_2.2+git20210816-1.dsc
-rw-rw-r-- 1 root root  5426511 Aug 17 09:33 far2l_2.2+git20210816.orig.tar.gz
-rw-r--r-- 1 root root  1113164 Aug 17 09:35 far2l-data_2.2+git20210816-1_amd64.deb
-rw-r--r-- 1 root root 33219916 Aug 17 09:35 far2l-dbgsym_2.2+git20210816-1_amd64.ddeb

are you using wx gtk2 or gtk3?

haven't tried with -DPYTHON=yes yet, meanwhile did, all your 3 flags used, builds fine with yesterdays master version

any reason you stay with 18.04, when 20.04 is out for quite some time already, and 22.04 short before release?