My home project (simtex) successed to build some weeks ago (revision 53)
But 4 days ago I wanted to update my soft :
I change the source tar and the version number (in the .dsc and spec files)
but everything failed.
I try to change the version number again, to change X the version revision : 0.2.1-X, to update the changelog, to do all those tries at the same times but nothing…
It failed before building the soft, here is the end of the log : (full log)
63s] -----------------------------------------------------------------
63s] ----- building simtex.dsc (user abuild)
63s] -----------------------------------------------------------------
63s] -----------------------------------------------------------------
64s] dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
64s] dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
64s] dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
64s] dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
64s] dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
65s] dpkg-buildpackage: source package simtex
65s] dpkg-buildpackage: source version 0.2.2-2
65s] dpkg-buildpackage: source changed by debtransform <build@opensuse.org>
65s] dpkg-source --before-build BUILD
65s] dpkg-buildpackage: host architecture i386
65s] fakeroot-tcp debian/rules clean
66s] make:
: No such file or directory
66s] make: *** No rule to make target `
'. Stop.
66s] dpkg-buildpackage: error: fakeroot-tcp debian/rules clean gave error exit status 2 68s] 51.533549] Power down.
Hello, I solved it!!
The error comes from the source. I forgot some old Makefile, moc_ and .o files. After clean up my source, everythings build fine.
I still not understand the log!!