pkgsrc-Bugs archive

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

Re: pkg/54686: cwrappers fail to configure on NetBSD 9.0 BETA / evbarm



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

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/54686: cwrappers fail to configure on NetBSD 9.0 BETA /
 evbarm
Date: Sat, 9 Nov 2019 13:16:27 +0100

 I modified config.guess and added a few echos, here is the output:
 
 ./config.guess
 UNAME_MACHINE_ARCH: earm
 os: netbsdelf
 abi: earm
 earm-unknown-netbsdelf9.0earm
 
 This seems to come from line 1507ff of config.guess:
 
         # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
         # contains redundant information, the shorter form:
         # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
         echo "$machine-${os}${release}${abi-}"
         exit ;; 
 
 and all the values extracted seem to be correct, but I don't understand why
 $abi is appended to the tuple (when it also is already part of
 UNAME_MACHINE_ARCH).
 
 Martin
 


Home | Main Index | Thread Index | Old Index