pkgsrc-Bugs archive

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

Re: bin/57820: devel/rcs fails on 10.0_RC2 works on 9.3



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

From: George Georgalis <george%galis.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/57820: devel/rcs fails on 10.0_RC2 works on 9.3
Date: Fri, 5 Jan 2024 00:42:02 -0800

 On Fri, Jan 5, 2024 at 12:20=E2=80=AFAM Martin Husemann <martin%duskware.de@localhost=
 > wrote:
 >
 > The following reply was made to PR pkg/57820; it has been noted by GNATS.
 >
 > From: Martin Husemann <martin%duskware.de@localhost>
 > To: gnats-bugs%netbsd.org@localhost
 > Cc:
 > Subject: Re: bin/57820: devel/rcs fails on 10.0_RC2 works on 9.3
 > Date: Fri, 5 Jan 2024 09:17:10 +0100
 >
 >  On Fri, Jan 05, 2024 at 06:40:00AM +0000, george%galis.org@localhost wrote:
 >  > /usr/bin/make --version
 >  > cd: can't cd to ..
 >
 >  This depends on where you start the command and what Makefile says.
 >  The "--version" argument is basically ignored.
 >
 >  Nothing (as far as I can tell) is wrong in base / make for 10.0 RC2.
 
 noteworthy... I've not found any problems with base make, I only
 stumbled on this behavior when trying to resolve an rcs build issue.
 Would you confirm the make cksum from comp sets? Per below, Makefile
 is a factor, but why would base make have the odd output vs bmake???
 
 nb10rc2$ m=3D/nfs-pkg/pkg-2023Q4-NetBSD_10.0_RC2_amd64/bin/bmake ; pwd ;
 cksum $m ; $m --version 2>&1 | head
 /nfs-pkg/pkgsrc-release/tmpdir
 2574102248 208016 /nfs-pkg/pkg-2023Q4-NetBSD_10.0_RC2_amd64/bin/bmake
 
 nb10rc2$ m=3D/usr/bin/make ; pwd ; cksum $m ; $m --version 2>&1 | head
 /nfs-pkg/pkgsrc-release/tmpdir
 1759555249 243976 /usr/bin/make
 
 nb10rc2$ cd ..
 nb10rc2$ m=3D/nfs-pkg/pkg-2023Q4-NetBSD_10.0_RC2_amd64/bin/bmake ; pwd ;
 cksum $m ; $m --version 2>&1 | head
 /nfs-pkg/pkgsrc-release
 2574102248 208016 /nfs-pkg/pkg-2023Q4-NetBSD_10.0_RC2_amd64/bin/bmake
 
 nb10rc2$ m=3D/usr/bin/make ; pwd ; cksum $m ; $m --version 2>&1 | head
 /nfs-pkg/pkgsrc-release
 1759555249 243976 /usr/bin/make
 cd: can't cd to ..
 cd: can't cd to ..
 cd: can't cd to ..
 cd: can't cd to ..
 cd: can't cd to ..
 cd: can't cd to ..
 cd: can't cd to ..
 cd: can't cd to ..
 cd: can't cd to ..
 cd: can't cd to ..
 
 
 
 --=20
 George Georgalis, (415) 894-2710, http://www.galis.org/
 


Home | Main Index | Thread Index | Old Index