Re: perl/experimental FTBFS on m68k, sh4
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.debian.ports.68k,gmane.linux.debian.ports.superh |
|---|---|
| Message-ID | <[email protected]> |
On 7/2/19 12:31 PM, John Paul Adrian Glaubitz wrote: > So, I have rebuilt coreutils with 64-bit offsets now but that didn't help. > > Will build a patched version of glibc now with the workaround to see if this > is actually bug I am suspecting. Maybe I need other build flags for coreutils > to sort this issue out. Doesn't help either. There must be something else afoul. I wish the error message would be more meaningful: Doing variable substitutions on .SH files... /bin/sh: 67: cannot create _cflags.c: Permission denied cflags.SH: cc = m68k-linux-gnu-gcc cflags.SH: ccflags = -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 cflags.SH: stdflags = cflags.SH: optimize = -O2 -g cflags.SH: warn = -Wall Extracting cflags (with variable substitutions) /bin/sh: 424: cannot create cflags: Permission denied /bin/sh: 446: cannot create cflags: Permission denied ./chmod: cannot access 'cflags': No such file or directory This will be fun trying to find out where the regression is coming from. *sigh* Adrian