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: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc: 
Subject: Re: pkg/49959: Cannot bootstrap due to pkg_install build errors on
 Linux
Date: Wed, 10 Jun 2015 10:26:15 +0200

 On Wed, Jun 10, 2015 at 07:35:00AM +0000, n54%gmx.com@localhost wrote:
 > Index: pkg_install/files/add/perform.c
 > ===================================================================
 > RCS file: /home/kamil/netbsd-cvs/netbsd/pkgsrc/pkgtools/pkg_install/files/add/perform.c,v
 > retrieving revision 1.106
 > diff -u -r1.106 perform.c
 > --- pkg_install/files/add/perform.c	30 Dec 2014 15:13:20 -0000	1.106
 > +++ pkg_install/files/add/perform.c	8 Jun 2015 09:38:27 -0000
 > @@ -828,7 +828,7 @@
 >  	if (!NoRecord)
 >  		pkgdb_close();
 >  	archive_write_close(writer);
 > -	archive_write_finish(writer);
 > +	archive_write_close(writer);
 >  
 >  	return r;
 >  }
 
 This looks wrong. Why call archive_write_close twice on the same argument?
  Thomas
 


Home | Main Index | Thread Index | Old Index