Skip Menu |

This queue is for tickets about the Alien-GfsmXL CPAN distribution.

Report information
The Basics
Id: 128486
Status: resolved
Priority: 0/
Queue: Alien-GfsmXL

People
Owner: moocow [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.004
Fixed in: 0.004



Subject: Build fails on FreeBSD (because of using gnumake dialect?)
See subject. The build fails on all of my freebsd smokers: ... libtool: link: cc -Wall -O2 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -pthread -Wl,-E -fstack-protector-strong -o .libs/gfsmxl_defines gfsmxl_defines.o -L../libgfsmxl -L/usr/local/lib -L/usr/home/cpansand/.cpan/build/2019021213/Alien-Gfsm-0.002-0/blib/lib/auto/share/dist/Alien-Gfsm/lib ../libgfsmxl/.libs/libgfsmxl.so -lgfsm -lz -lglib-2.0 -lintl -lm -pthread -Wl,-rpath -Wl,/usr/home/cpansand/.cpan/build/2019021213/Alien-GfsmXL-0.004-0/blib/lib/auto/share/dist/Alien-GfsmXL/lib Making all in doc Making all in libgfsmxl make[2]: stopped in /usr/home/cpansand/.cpan/build/2019021213/Alien-GfsmXL-0.004-0/_alien/gfsmxl-0.0.16/doc/libgfsmxl make[2]: "/usr/home/cpansand/.cpan/build/2019021213/Alien-GfsmXL-0.004-0/_alien/gfsmxl-0.0.16/doc/libgfsmxl/Makefile" line 674: Need an operator make[2]: Fatal errors encountered -- cannot continue*** Error code 1 Stop. make[1]: stopped in /usr/home/cpansand/.cpan/build/2019021213/Alien-GfsmXL-0.004-0/_alien/gfsmxl-0.0.16/doc *** Error code 1 Stop. make: stopped in /usr/home/cpansand/.cpan/build/2019021213/Alien-GfsmXL-0.004-0/_alien/gfsmxl-0.0.16 External command (make) failed! Error: 256 at ./Build line 109. Failed Build not completed at ./Build line 109. ...
argh -- thanks for the report. I believe I've identified the culprit (GNU make "vpath") and fixed it in the upstream gfsmxl v0.0.17 library distribution (build succeeds here on a local freebsd VM). No change to Alien::GfsmXL itself should be required -- can you please try running the smoker build again for Alien-GfsmXL-0.004 ? marmosets, Bryan / moocow
recent cpantesters reports for Alien::GfsmXL on freebsd seem to be passing now, e.g. http://www.cpantesters.org/cpan/report/f7bb332e-2fda-11e9-8d0a-a1b304a0cb48 ... marking as resolved, thanks again for the report!