BrowserUk has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to build the latest Archive::Zip from CPAN and I'm getting the following errors:
C:\perl64\packages\Archive-Zip-1.48>makefile Checking if your kit is complete... Looks good Bareword found where operator expected at ./Makefile.PL line 1, near " +17 gid" (Missing operator before gid?) Number found where operator expected at ./Makefile.PL line 2, near "18 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 2, near " +18 uid" (Missing operator before uid?) Number found where operator expected at ./Makefile.PL line 3, near "20 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 3, near " +20 ctime" (Missing operator before ctime?) Number found where operator expected at ./Makefile.PL line 4, near "20 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 4, near " +20 atime" (Missing operator before atime?) Number found where operator expected at ./Makefile.PL line 5, near "23 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 5, near " +23 SCHILY" (Missing operator before SCHILY?) Number found where operator expected at ./Makefile.PL line 6, near "23 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 6, near " +23 SCHILY" (Missing operator before SCHILY?) Number found where operator expected at ./Makefile.PL line 7, near "18 +" (Missing semicolon on previous line?) Bareword found where operator expected at ./Makefile.PL line 7, near " +18 SCHILY" (Missing operator before SCHILY?) ERROR from evaluation of C:\perl64\packages\Archive-Zip-1.48\PaxHeader +/Makefile.PL: syntax error at ./Makefile.PL line 1, near "17 gid"
The file Archive-Zip-1.48/PaxHeader/Makefile.PL:
17 gid=859227846 18 uid=1209014870 20 ctime=1434661972 20 atime=1434661969 23 SCHILY.dev=16777220 23 SCHILY.ino=10610141 18 SCHILY.nlink=2
Obviously isn't a perl script let alone a makefile.pl, but I'm not invoking that script, I'm running the makefile.pl in the top level subdirectory of the distribution, and I cannot follow how, when or why that file is being invoked.
Does any of this mean anything to anyone?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Build problems with Archive::Zip?
by marto (Cardinal) on Jul 08, 2015 at 18:56 UTC | |
by BrowserUk (Patriarch) on Jul 08, 2015 at 19:18 UTC | |
by Anonymous Monk on Jul 08, 2015 at 19:22 UTC | |
|
Re: Build problems with Archive::Zip?
by GotToBTru (Prior) on Jul 08, 2015 at 19:00 UTC | |
by BrowserUk (Patriarch) on Jul 08, 2015 at 19:06 UTC | |
|
Re: Build problems with Archive::Zip?
by fishmonger (Chaplain) on Jul 08, 2015 at 18:26 UTC | |
by BrowserUk (Patriarch) on Jul 08, 2015 at 18:46 UTC | |
by fishmonger (Chaplain) on Jul 08, 2015 at 19:22 UTC | |
by marto (Cardinal) on Jul 08, 2015 at 19:30 UTC | |
| |
by BrowserUk (Patriarch) on Jul 08, 2015 at 19:29 UTC | |
by fishmonger (Chaplain) on Jul 08, 2015 at 20:13 UTC | |
| |
|
Re: Build problems with Archive::Zip?
by Anonymous Monk on Jul 08, 2015 at 22:33 UTC |