pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/59444 (textproc/ruby-nokogiri fails to install)
The following reply was made to PR pkg/59444; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: triaxx%netbsd.org@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/59444 (textproc/ruby-nokogiri fails to install)
Date: Thu, 29 May 2025 00:59:19 +0900
> The patch below try to set ARFLAGS to 'r' on NetBSD for binutils
> starting from 2.39 (NetBSD 10.0_RC1 / NetBSD 10.99.3).
>
> Do you think pkgsrc-users@ this patch can be applied?
Maybe we can simply remove 'l' from ${ARFLAGS} in all cases.
It looks 'l' flag in binutils ar has been no-op since it was imported
into the NetBSD tree (as binutils 2.1) before NetBSD 1.4:
https://github.com/NetBSD/src/blob/netbsd-1-4/gnu/dist/binutils/ar.1#L405-L406
The 'l' option seems used as 'undocumented' to set temporary directory
in 4.xBSD derived a.out ar(1):
https://github.com/NetBSD/src/blob/netbsd-1-2/usr.bin/ar/ar.c#L119-L120
https://github.com/NetBSD/src/blob/netbsd-1-2/usr.bin/ar/misc.c#L78-L81
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index