Bug 131180

Summary: devel/zziplib: places garbage files into / during installation on CURRENT
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dmitry Marakasov freebsd_committer freebsd_triage 2009-01-31 01:50:03 UTC
zziplib installation is broken, so it places bunch of numbered (with man-related contents) files to the root directory

---
% ls /[0-9]*     
zsh: no matches found: /[0-9]*
% cd /usr/ports/devel/zziplib && sudo make install
(see http://people.freebsd.org/~amdmi3/zziplib-0.13.50.log)
% ls /[0-9]*
/0	/1037	/1080	/1134	/1172	/142	/18	/210	/275	/336	/36	/396	/442	/483	/520	/558	/602	/623	/662	/709	/756	/79	/828	/873	/921	/957	/98
/1016	/1060	/1103	/1152	/124	/166	/185	/244	/302	/356	/374	/419	/464	/502	/538	/576	/61	/642	/685	/733	/776	/796	/847	/902	/939	/975	/993
% file /[0-9]*
/0:    troff or preprocessor input text
/1016: troff or preprocessor input text
/1037: ASCII text
/1060: ASCII text
/1080: ASCII text
...
---

0 seems to be zzip_compr_str manual page, 1016 zzip_inflate_init man page, 1037 is text file consisting of single string ".so man3/zzip_opendir.3" etc.

How-To-Repeat: install zziplib on -current
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-31 01:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2009-02-01 09:21:04 UTC
State Changed
From-To: open->closed

BSD ar bug, fixed in r187975. 
http://svn.freebsd.org/viewvc/base/head/lib/libarchive/archive_read_support_format_ar.c?r1=186244&r2=187975&sortby=date