* Matthias Klose <[email protected]>, 2015-02-12, 10:32:
mamake: *** exit code 1 making cmd/ksh93
package: make done at Sat Feb 7 09:11:22 UTC 2015 in
/ÂŤBUILDDIRÂť/ksh-93u+20120801/arch/linux.i386-64
touch build-stamp
fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_installdirs
install -p -o root -g root -m 755 -s arch/linux.i386-64/bin/ksh
debian/ksh/bin/ksh93
install: cannot stat 'arch/linux.i386-64/bin/ksh': No such file or directory
make: *** [install] Error 1
The upstream build system seems to be ignoring errors. :/
I believe the culprit appears much earlier in the build log:
+ cc -D_BLD_DLL -fPIC -D_BLD_ast -D_FORTIFY_SOURCE=2 -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -I.
-I/«BUILDDIR»/ksh-93u+20120801/src/lib/libast -Icomp
-I/«BUILDDIR»/ksh-93u+20120801/src/lib/libast/comp -Iinclude
-I/«BUILDDIR»/ksh-93u+20120801/src/lib/libast/include -Istd
-I/«BUILDDIR»/ksh-93u+20120801/src/lib/libast/std -D_PACKAGE_ast -c
/«BUILDDIR»/ksh-93u+20120801/src/lib/libast/comp/tmpnam.c
/«BUILDDIR»/ksh-93u+20120801/src/lib/libast/comp/tmpnam.c: In function 'tmpnam':
/«BUILDDIR»/ksh-93u+20120801/src/lib/libast/comp/tmpnam.c:48:14: error: storage
size of 'buf' isn't known
static char buf[L_tmpnam];
^
/«BUILDDIR»/ksh-93u+20120801/src/lib/libast/comp/tmpnam.c:50:39: error:
expected expression before ',' token
return pathtemp(s ? s : buf, L_tmpnam, NiL, "tn", NiL);
^
mamake [lib/libast]: *** exit code 1 making tmpnam.o
--
Jakub Wilk
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]