Subject: Re: pkgsrc NetBSD 1.6.2/i386 bulk build results 2005-04-09
To: None <pkgsrc-bulk@NetBSD.org>
From: Roland Illig <roland.illig@gmx.de>
List: pkgsrc-bulk
Date: 04/12/2005 23:06:39
Thomas Klausner wrote:
> On Tue, Apr 12, 2005 at 04:16:59AM +0200, Roland Illig wrote:
> 
>>>>editors/abiword            1       tech-pkg@NetBSD.org
>>>
>>>===> Building binary package for abiword-2.2.6
>>>*** Error code 1
>>
>>This is caused by a bug in pkg_install (missing error checking; SIGPIPE).
> 
> 
> Could you please give more details, and/or a fix? :)

I choose the "more details".

The package's file list contains these entries:

...
share/AbiSuite-2.2/AbiWord/help/fr-FR/dialogreplace.html
share/AbiSuite-2.2/AbiWord/help/fr-FR/dialogreplace.html_files/F:\134AbiSource\134abiword-docs\134ABW\134fr-FR\134interface\134replace_0.png
...

The last file that reaches the tar archive is the dialogreplace.html 
file. After that, tar quits, and pkg_create tries to write further 
filenames to tar's stdin, which results in a SIGPIPE.

I don't know how to fix it at the moment, but I'm trying to construct a 
"Minimalbeispiel".

Roland