pkgsrc-Bugs archive

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

Re: pkg/54653: firefox 70 crashes



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

From: Ryo ONODERA <ryo%tetera.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, ng0%n0.is@localhost
Cc: 
Subject: Re: pkg/54653: firefox 70 crashes
Date: Tue, 29 Oct 2019 19:00:11 +0900

 Hi,
 
 www/firefox-70.0 should not be built with GCC.
 
 Could you post the content of the following file?
 
 ${WRKDIR}/.cwrapper/config/c++
 
 This file should have like following.
 (In my case, WRKDIR is /usr/tmp/pkgsrc/www/firefox/work)
 
 (snip)
 exec_path=/usr/tmp/pkgsrc/www/firefox/work/.cwrapper/bin/c++
 exec=clang++
 (snip)
 
 And could you post the output of following command?
 
 $ ldd /usr/pkg/lib/firefox/firefox
 
 In my case the output is here:
 $ ldd /usr/pkg/lib/firefox/firefox
 /usr/pkg/lib/firefox/firefox:
         -lpthread.1 => /usr/lib/libpthread.so.1
         -lc.12 => /usr/lib/libc.so.12
         -lstdc++.9 => /usr/lib/libstdc++.so.9
         -lm.0 => /usr/lib/libm.so.0
         -lgcc_s.1 => /usr/lib/libgcc_s.so.1
 
 Thank you.
 
 -- 
 Ryo ONODERA // ryo%tetera.org@localhost
 PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3
 


Home | Main Index | Thread Index | Old Index