DaemonForums  

Go Back   DaemonForums > NetBSD > NetBSD Package System (pkgsrc)

NetBSD Package System (pkgsrc) Installation and upgrading of packages on NetBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 25th May 2016
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default Browser issue

Hi,
My configuration is like this : Raspberry PI3, ARMv6 at 1200 Mherzts, 1giga of Ram and SDcard is UHS class 1, 32 giga bits, network switched !
I use Netbsd 7.0 with pkgsrc2016Q1, i have compiled xfce4 for window manager.
I've problems with the browsers :
1/ for firefox The last pkgsrc is 2014Q3 and it contains (pkgsrc2016Q1) no firefox packages.
2/ Opera ask me the licence of opensource , i don't understand. How can i do for licence activate.
3/ Epiphany issue after the commands : make deinstall, make clean-depends clean, make reinstall; this is my output :
Code:
lo
  CXX      Source/ThirdParty/ANGLE/src/compiler/libANGLE_la-Uniform.lo
  CXX      Source/ThirdParty/ANGLE/src/compiler/libANGLE_la-util.lo
  CXX      Source/ThirdParty/ANGLE/src/compiler/libANGLE_la-ValidateLimitations.lo
  CXX      Source/ThirdParty/ANGLE/src/compiler/libANGLE_la-VariableInfo.lo
  CXX      Source/ThirdParty/ANGLE/src/compiler/libANGLE_la-VariablePacker.lo
  CXX      Source/ThirdParty/ANGLE/src/compiler/libANGLE_la-VersionGLSL.lo
  CXX      Source/ThirdParty/ANGLE/src/compiler/libANGLE_la-ossource_posix.lo
  GEN      DerivedSources/ANGLE/glslang_tab.cpp
  CXX      Source/WebCore/bindings/js/libWebCoreSVG_la-JSSVGElementInstanceCustom.lo
  CXX      Source/WebCore/bindings/js/libWebCoreSVG_la-JSSVGLengthCustom.lo
  CXX      Source/WebCore/bindings/js/libWebCoreSVG_la-JSSVGPathSegCustom.lo
g++: internal compiler error: Killed (program cc1plus received signal 9)
g++: internal compiler error: Killed (program cc1plus received signal 9)
g++: internal compiler error: Killed (program cc1plus received signal 9)
no stack trace because unwind library not available
no stack trace because unwind library not available
Please submit a full bug report,
with preprocessed source if appropriate.
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://www.NetBSD.org/support/send-pr.html> for instructions.
See <http://www.NetBSD.org/support/send-pr.html> for instructions.
no stack trace because unwind library not available
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://www.NetBSD.org/support/send-pr.html> for instructions.
GNUmakefile:67361: recipe for target 'Source/WebCore/bindings/js/libWebCoreSVG_la-JSSVGLengthCustom.lo' failed
gmake[1]: *** [Source/WebCore/bindings/js/libWebCoreSVG_la-JSSVGLengthCustom.lo] Error 1
gmake[1]: *** Waiting for unfinished jobs....
GNUmakefile:67368: recipe for target 'Source/WebCore/bindings/js/libWebCoreSVG_la-JSSVGPathSegCustom.lo' failed
gmake[1]: *** [Source/WebCore/bindings/js/libWebCoreSVG_la-JSSVGPathSegCustom.lo] Error 1
GNUmakefile:67354: recipe for target 'Source/WebCore/bindings/js/libWebCoreSVG_la-JSSVGElementInstanceCustom.lo' failed
gmake[1]: *** [Source/WebCore/bindings/js/libWebCoreSVG_la-JSSVGElementInstanceCustom.lo] Error 1
gmake[1]: Leaving directory '/usr/pkgsrc/www/webkit24-gtk/work.earmv6hf/webkitgtk-2.4.10'
GNUmakefile:25837: recipe for target 'all' failed
gmake: *** [all] Error 2
*** Error code 2

Stop.
make[3]: stopped in /usr/pkgsrc/www/webkit24-gtk
*** Error code 1

Stop.
make[2]: stopped in /usr/pkgsrc/www/webkit24-gtk
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/www/webkit24-gtk
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/www/epiphany
mdc-alpha#
i ask me which chose browser work fine !

Regards
Philo
Reply With Quote
  #2   (View Single Post)  
Old 25th May 2016
bashrules's Avatar
bashrules bashrules is offline
Aspiring Unix Greybeard
 
Join Date: Mar 2010
Location: Here
Posts: 80
Default

#1: I don't understand the question.

#2: blind guess. You run out of memory. Monitor memory usage with top a/o create a swap file.

#3: add to /etc/mk.conf

ACCEPTABLE_LICENSES+=opensource
Reply With Quote
  #3   (View Single Post)  
Old 25th May 2016
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default

Thanks you Bashrules,
are you know how to do for install a swap ?
Have you procedure for it ?


Regards
Philo
Reply With Quote
  #4   (View Single Post)  
Old 25th May 2016
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

Adding more swap to a running system
Reply With Quote
  #5   (View Single Post)  
Old 26th May 2016
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default

Hi,
for opera's browser i have issue, after acceptable licence, this is my output :
Code:
mdc-alpha# make reinstall
=> Bootstrap dependency digest>=20010302: found digest-20160304
ERROR: This package has set PKG_SKIP_REASON:
ERROR: opera-12.16 requires emulation that is not available for NetBSD-7.99.29-earmv6hf
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/www/opera
mdc-alpha#
Regards
Philo
Reply With Quote
  #6   (View Single Post)  
Old 26th May 2016
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Opera 12 was a closed-source application produced by Opera Software ASA. Opera 12 would only run on operating systems and hardware architectures which Opera Software ASA targeted for binary packages, or on systems which can emulate one of those platforms (example: Linux, 32-bit Intel).

Last edited by jggimi; 26th May 2016 at 04:02 PM. Reason: typo
Reply With Quote
  #7   (View Single Post)  
Old 26th May 2016
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default

Quote:
Originally Posted by IdOp View Post
Thanks you !!!
Reply With Quote
  #8   (View Single Post)  
Old 1st June 2016
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default

Hi,*
i've adding swap partition, and compile epiphany, all work fine !

Post/thread solved

Regards
philo
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
your browser choice in 5.7? shep OpenBSD Packages and Ports 42 7th July 2015 05:24 PM
What's the best browser in OpenBSD ? sw2wolf OpenBSD Packages and Ports 51 2nd May 2014 05:04 PM
Chromium browser mechanic OpenBSD Packages and Ports 5 3rd September 2010 02:00 PM
Browser Security shep OpenBSD Security 4 4th January 2010 02:48 PM
Best web browser for *BSD systems JMJ_coder Other BSD and UNIX/UNIX-like 92 2nd January 2009 09:27 PM


All times are GMT. The time now is 09:40 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick