FET Forum

FET Support (English) => Programming Help => Topic started by: Anand on October 10, 2018, 07:04:59 PM

Title: fet-5.37.2 does not build on Slackware64 14.2
Post by: Anand on October 10, 2018, 07:04:59 PM
Hello,

I am maintaining the fet build script and SlackBuilds.org. fet-5.37.2 fails to build on Slackware64 14.2. Any hints to correct this. Build logs are attached.

Anand
Title: Re: fet-5.37.2 does not build on Slackware64 14.2
Post by: Volker Dirr on October 10, 2018, 08:34:01 PM
hmm... strange. Sadly no explicit error.

i suggest 2 things:
a) try to "make" once again without deleting the "tmp" folder and check if you can compile.

b) delete the whole "tmp" folder and the makefiles. Do qmake once again and make.

if the problem is solved by a) i guess you compiled on many cores and there is maybe a missing object file since it wasn't compiled in time. should be fixed by "include" the missing file. i will try to search for the missing file if the problem is solved by a).

if it it solved by b) i sadly don't know the problem.

if you can't solve the bug maybe also attach the "makefile". i hope Liviu will have an idea how to solve that problem.
Title: Re: fet-5.37.2 does not build on Slackware64 14.2
Post by: Volker Dirr on October 10, 2018, 08:41:15 PM
if a) and b) fails maybe do this:
make -d
or
make VERBOSE=1

i hope there will be more information about the bug if debug mode or verbose is on.
Title: Re: fet-5.37.2 does not build on Slackware64 14.2
Post by: Liviu Lalescu on October 10, 2018, 09:36:20 PM
I am sorry, I don't know. Maybe unpack with "tar -jxvf fet-5.37.2.tar.bz2".