pkgsrc-Bugs archive

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

Re: pkg/58152: libarchive 3.7.3 fails to build on Solaris 10 SPARC



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

From: "David H. Gutteridge" <david%gutteridge.ca@localhost>
To: Gnats Bugs <gnats-bugs%netbsd.org@localhost>
Cc: 
Subject: Re: pkg/58152: libarchive 3.7.3 fails to build on Solaris 10 SPARC
Date: Sun, 14 Apr 2024 23:00:48 -0400

 Simplest way to fix this is probably this patch.
 
 Index: archive_pack_dev.c
 ===================================================================
 RCS file: 
 /cvsroot/pkgsrc/archivers/libarchive/files/libarchive/archive_pack_dev.c,v
 retrieving revision 1.9
 diff -u -r1.9 archive_pack_dev.c
 --- archive_pack_dev.c	18 Jan 2024 18:00:17 -0000	1.9
 +++ archive_pack_dev.c	15 Apr 2024 02:51:56 -0000
 @@ -36,9 +36,6 @@
   #if HAVE_SYS_CDEFS_H
   #include <sys/cdefs.h>
   #endif
 -#if !defined(lint)
 -__RCSID("$NetBSD: archive_pack_dev.c,v 1.9 2024/01/18 18:00:17 adam Exp 
 $");
 -#endif /* not lint */
 
   #ifdef HAVE_LIMITS_H
   #include <limits.h>
 
 
 (sys/cdefs.h might not be necessary if we're dropping __RCSID.)
 
 Something elsewhere in the 3.7.3 import has evidently changed things so
 this particular line (unchanged from the 3.7.2 import) has now become a
 problem. That would take a bit more looking (and repo conversions are
 behind again, so my preferred means isn't available yet).
 
 Dave
 


Home | Main Index | Thread Index | Old Index