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



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