pkgsrc-Bugs archive

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

Re: pkg/57838: Solaris 10 pkgsrc bootstrap broken due to libnbcompat bug in strndup.c



Yes, I just tried removing that line entirely and was able to run a clean bootstrap on the Solaris host.

I also tested against a fresh Debian 12 amd64 container and was able to compile that without the sys/cdefs.h include.

Thanks,
Dan

On Fri, Jan 12, 2024 at 12:50 AM Thomas Klausner <wiz%netbsd.org@localhost> wrote:
The following reply was made to PR pkg/57838; 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/57838: Solaris 10 pkgsrc bootstrap broken due to libnbcompat
 bug in strndup.c
Date: Fri, 12 Jan 2024 07:48:33 +0100

 On Fri, Jan 12, 2024 at 02:30:01AM +0000, dclough%gmail.com@localhost wrote:
 The file already includes

 #include <nbcompat/cdefs.h>

 so does removing the line

 #include <sys/cdefs.h>

 completely work too?
  Thomas




Home | Main Index | Thread Index | Old Index