NetBSD-Bugs archive

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

Re: port-amd64/54031: Failed to build FireFox 65 from pkgsrc



The following reply was made to PR port-amd64/54031; it has been noted by GNATS.

From: Rami <freebsd%posteo.co@localhost>
To: gnats-bugs%netbsd.org@localhost, Port amd64 maintainer
 <port-amd64-maintainer%netbsd.org@localhost>
Cc: 
Subject: Re: port-amd64/54031: Failed to build FireFox 65 from pkgsrc
Date: Sat, 02 Mar 2019 20:49:47 +1100

 Hi Martin,
 The GNU assembler doesn't seem to work on the netbsd
 
 netbsd-ws$ type as
 as is a tracked alias for /usr/bin/as
 netbsd-ws$ /usr/bin/as --version
 [1] Bus error /usr/bin/as --version
 
 I tried to compile a simple c program (hello world) and got  cc: 
 internal compiler error: Bus error (program as received signal 10)
 Having said that today I built gcc8 from pkgsrc and worked fine, and as 
 you can see rust and the other dependencies for Firefox where built 
 properly.
 My question though does pkgsrc use the same gcc as base (in FreeBSD it 
 does use the same clang, you can change it but it is not recommended) 
 However from what I read netBSD has 2 gcc instances base and one for 
 pkgsrc (I might be totally wrong here as I am still reading and learning 
 netBSD).
 
 Note: I asked the netBSD irc channel what is the netBSD equivalent to 
 freebsd-update tool, which checks and installs security patches and was 
 told to use sysupgrade. So I have been updating my system as "sudo 
 sysupgrade auto 
 http://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-8/latest/amd64"; and 
 realised I ended up on a  development snapshot of the 8 stable branch.
 
 Thanks so much
 Rami
 
 
 
 ---
 
 On 02-03-2019 07:55 PM, Martin Husemann wrote:
 
 > The following reply was made to PR port-amd64/54031; it has been noted 
 > by GNATS.
 > 
 > From: Martin Husemann <martin%duskware.de@localhost>
 > To: gnats-bugs%NetBSD.org@localhost
 > Cc:
 > Subject: Re: port-amd64/54031: Failed to build FireFox 65 from pkgsrc
 > Date: Sat, 2 Mar 2019 09:54:03 +0100
 > 
 > On Sat, Mar 02, 2019 at 08:50:01AM +0000, Rami wrote:
 >> netbsd-ws$ as --version
 >> [1] Bus error as --version
 > 
 > So something went wrong with your installed as - check which one it is
 > first (if you are using sh/bash/similar: use "type as", for {t,}csh
 > use: "where as").
 > 
 > If that does not point to /usr/bin/as, try that explicitly:
 > 
 > /usr/bin/as --version
 > 
 > Martin
 



Home | Main Index | Thread Index | Old Index