Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2009 04:43:47 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/131180: devel/zziplib: places garbage files into / during installation on CURRENT
Message-ID:  <20090131044347.576C5108838@hades.panopticon>
Resent-Message-ID: <200901310150.n0V1o37p095785@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         131180
>Category:       ports
>Synopsis:       devel/zziplib: places garbage files into / during installation on CURRENT
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 31 01:50:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sat Jan 24 06:27:03 UTC 2009 amdmi3@chrysalis.panopticon:/mnt/usr/obj/mnt/usr/src/sys/HADES i386


>Description:
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
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090131044347.576C5108838>