Custom Query (19643 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 19643)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#1385 invalid zip-2.31 "make install" fails blfs-book@… slyfox@…
Description

file :

unix/Makefile has undefined in BLFS $(INSTALL) var

if we

make prefix=/usr -f unix/Makefile install && install -v -m644 man/zip.1 /usr/share/man/man1

change to

INSTALL=install make prefix=/usr -f unix/Makefile install

all make errors disappear

thanks for your work

#1253 fixed zip-2.31 Randy McMurchy matthew@…
Description

Version increment (2.31) including a fix for security vuln CAN-2004-1010. There appears to be a bug in the Makefile though, leading to problems installing the man page (zip.1). This fixes it for me:

sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' unix/Makefile

Cheers,

Matt.

#110 fixed zip 2.3 larry@… larry@…
Description

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.