pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/49959: Cannot bootstrap due to pkg_install build errors on Linux



The following reply was made to PR pkg/49959; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: kamil%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost,
	n54%gmx.com@localhost
Subject: Re: pkg/49959: Cannot bootstrap due to pkg_install build errors on
 Linux
Date: Sun, 1 May 2016 20:49:44 +0200

 On Sun, May 01, 2016 at 04:45:01AM +0000, David Holland wrote:
 >  On Wed, Jun 10, 2015 at 07:35:00AM +0000, n54%gmx.com@localhost wrote:
 >   > @@ -828,7 +828,7 @@
 >   >  	if (!NoRecord)
 >   >  		pkgdb_close();
 >   >  	archive_write_close(writer);
 >   > -	archive_write_finish(writer);
 >   > +	archive_write_close(writer);
 >  
 >  surely calling archive_write_close() twice isn't what you intended...
 
 I have a correct patch around, but the motivation for not committing it
 was avoiding work for in-tree pkg_install. The original issue of incorrect
 warning sets on Linux has long been fixed.
 
 Joerg
 


Home | Main Index | Thread Index | Old Index