Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Help me install the Midori browser in raspberry pi computer.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
hdias
n00b
n00b


Joined: 05 Apr 2004
Posts: 16
Location: Portugal

PostPosted: Tue Jan 22, 2013 9:41 pm    Post subject: Help me install the Midori browser in raspberry pi computer. Reply with quote

I installed the Gentoo in a Raspberry pi computer without any problem. But, when I tried to install the Midori browser on raspberry pi the installation failed.
The problem is not the browser but the webkit-gtk, one of the components that I have to emerge.

The message is always the same:

make: execvp: /bin/sh: Argument list too long

I tried to fix the problem with the suggestions that I found on the Gentoo Bugzilla, but nothing work.

https://bugs.gentoo.org/show_bug.cgi?id=300867

I'm using the crossdev with distcc to compile the webkit-gtk.

If someone can help I would be grateful thanks.
Back to top
View user's profile Send private message
chithanh
Developer
Developer


Joined: 05 Aug 2006
Posts: 2158
Location: Berlin, Germany

PostPosted: Sat Jan 26, 2013 8:53 pm    Post subject: Reply with quote

You could try building without distcc. However, webkit will take very long on the Raspberry Pi to compile. Another option would be increasing your kernel's argv+env limit:
fs/exec.c:
if (size > rlim[RLIMIT_STACK].rlim_cur / 4) {
(Replace the divisor here with something smaller.)

Until you find something that helps, you can install a different lightweight browser such as netsurf.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum