FS#4483 - lprng doesn't build with make 3.81

Attached to Project: Arch Linux
Opened by francesco arillotta (ciccio.a) - Wednesday, 19 April 2006, 21:40 GMT
Last edited by arjan timmerman (blaasvis) - Saturday, 03 June 2006, 13:37 GMT
Task Type Bug Report
Category System
Status Closed
Assigned To dorphell (dorphell)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

package lprng-3.8.28-2 doesn't seem to build with make 3.81. It builds successfully using make 3.80.
Here are the last lines of output from makepkg:

-----------------------------------------------------
config.status: creating po/Makefile
config.status: executing default commands
if [ "UTILS" = po ] ; then \
for i in po/Makefile* ; do \
if [ -f "$i" ] ; then \
if grep '^mkinstalldirs.*=.*case' $i ; then \
echo "fixing broken $i which causes wrong path to mkinstalldirs to be used"; \
perl -spi -e 's:^mkinstalldirs\s*=\s*.*:mkinstalldirs = \$(SHELL) \$(MKINSTALLDIRS):' $i; \
fi \
fi \
done \
fi
/bin/sh: -c: line 1: syntax error: unexpected end of file
/bin/sh: line 1: for i in po/Makefile* ; do \: No such file or directory
/bin/sh: line 2: if [ -f "$i" ] ; then \: command not found
/bin/sh: line 3: if grep '^mkinstalldirs.*=.*case' $i ; then \: command not found
/bin/sh: line 4: echo "fixing broken $i which causes wrong path to mkinstalldirs to be used"; \: command not found
/bin/sh: line 5: perl -spi -e 's:^mkinstalldirs\s*=\s*.*:mkinstalldirs = \$(SHELL) \$(MKINSTALLDIRS):' $i; \: command not found
/bin/sh: line 6: fi \: command not found
/bin/sh: line 7: fi \: command not found
/bin/sh: line 8: done \: command not found
/bin/sh: -c: line 9: syntax error near unexpected token `fi'
/bin/sh: -c: line 9: `fi'
make: *** [UTILS] Error 2
-----------------------------------------------------
This task depends upon

Closed by  arjan timmerman (blaasvis)
Saturday, 03 June 2006, 13:38 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in testing

Loading...