pkgsrc-Bugs archive

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

Re: pkg/59002: Bootstrapping pkgsrc on HP-UX 11.11/PA-RISC fails due to lack of stdint.h



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

From: nia <nia%NetBSD.org@localhost>
To: Thom Holwerda <thomholwerda%osnews.com@localhost>
Cc: "gnats-bugs%netbsd.org@localhost" <gnats-bugs%netbsd.org@localhost>
Subject: Re: pkg/59002: Bootstrapping pkgsrc on HP-UX 11.11/PA-RISC fails due
 to lack of stdint.h
Date: Sun, 19 Jan 2025 11:08:05 +0000

 On Sat, Jan 18, 2025 at 12:22:33PM +0100, Thom Holwerda wrote:
 > The patch works, and gets us beyond awk. However, when bootstrap compiles
 > libarchive, it throws up the same error, so I think that one, too, needs
 > the same or at least similar patch.
 > 
 > 
 > Thom
 > 
 
 What about this?
 
 Index: bootstrap
 ===================================================================
 RCS file: /cvsroot/pkgsrc/bootstrap/bootstrap,v
 retrieving revision 1.325
 diff -u -r1.325 bootstrap
 --- bootstrap	29 Apr 2024 12:37:25 -0000	1.325
 +++ bootstrap	19 Jan 2025 11:07:09 -0000
 @@ -666,6 +666,8 @@
  	esac
  	;;
  HPUX)
 +	CFLAGS="-std=gnu99 ${CFLAGS}"
 +	export CFLAGS
  	root_group=sys
  	need_bsd_install=yes
  	need_awk=yes
 


Home | Main Index | Thread Index | Old Index