fet-5.37.2 does not build on Slackware64 14.2

Started by Anand, October 10, 2018, 07:04:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Anand

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

Volker Dirr

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.

Volker Dirr

#2
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.

Liviu Lalescu

I am sorry, I don't know. Maybe unpack with "tar -jxvf fet-5.37.2.tar.bz2".