maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [N900] Mozilla Fennec browser builds (only for CSSU Thumb) (https://talk.maemo.org/showthread.php?t=88682)

bennypr0fane 2013-03-24 02:48

Re: [N900] Mozilla Fennec browser builds (only for CSSU Thumb)
 
Hi,
I downloaded the version with pixman from first post, but it doesn't install.
It lists some unfulfilled libqt4 dependencies and libpixman, but the libqt4 ones are acutally there on my system, I am on CSSU-thumb ver 21.2011.38-1Tmaemo7.2+thumb0

tanago 2013-03-24 08:18

Re: [N900] Mozilla Fennec browser builds (only for CSSU Thumb)
 
Quote:

Originally Posted by bennypr0fane (Post 1331252)
Hi,
I downloaded the version with pixman from first post, but it doesn't install.
It lists some unfulfilled libqt4 dependencies and libpixman, but the libqt4 ones are acutally there on my system, I am on CSSU-thumb ver 21.2011.38-1Tmaemo7.2+thumb0

go to Hildon Application Manager, open Application Catalogues and enable all "Community SSU" repositories. Wait to update. Quit HAM. Go to Terminal and:
Code:

sudo gainroot
apt-get update
apt-get upgrade


mrbee 2013-03-24 10:30

Re: [N900] Mozilla Fennec browser builds (only for CSSU Thumb)
 
Fennec crashes each time i want to start it. I hv tried to run it frm xterm and this wot i got:



BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ fennec
XPCOMGlueLoad error for file /opt/fennec-17.0a1/libxpcom.so:
/lib/libgcc_s.so.1: version `GCC_4.3.0' not found (required by /opt/fennec-17.0a1/libxul.so)
Couldn't load XPCOM.
~ $

Please wot should i do?

thedead1440 2013-03-24 11:38

Re: [N900] Mozilla Fennec browser builds (only for CSSU Thumb)
 
I've fennec crashing too but its due to seg fault and when uninstalling it there seems to be a problem in the prerm:

Code:

dpkg -i /home/user/MyDocs/Downloads/fennec_17.0_armel.deb
Selecting previously deselected package fennec.
(Reading database ... 48968 files and directories currently installed.)
Unpacking fennec (from .../fennec_17.0_armel.deb) ...
Setting up fennec (17.0) ...
[1|root@N900|~]fennec
###################################### forms.js loaded
###################################### content loaded
Segmentation fault
[1|root@N900|~]dpkg --purge --force-remove-reinstreq fennec
(Reading database ... 49334 files and directories currently installed.)
Removing fennec ...
dpkg: error processing fennec (--purge):
 subprocess pre-removal script returned error exit status 1
Errors were encountered while processing:
 fennec


Edit: Reading thru the prerm, its simply ensuring fennec is killed; i did a check again and there isn't any fennec process running but still the removal fails with the same error as above. Please let me know if there is any other log to look at. Running C-thumb here so that shouldn't be an issue. Thanks!

tanago 2013-03-24 11:54

Re: [N900] Mozilla Fennec browser builds (only for CSSU Thumb)
 
Quote:

Originally Posted by mrbee (Post 1331311)
Fennec crashes each time i want to start it. I hv tried to run it frm xterm and this wot i got:...

You are using 'fennec-17.0a1' which is the version from cssu-devel, this version doesn't load on my phone too. Download and install my version from the first post of this thread. .

Quote:

Originally Posted by thedead1440 (Post 1331323)
I've fennec crashing too but its due to seg fault and when uninstalling it there seems to be a problem in the prerm:

Hm, I've never ran into seg-faults...try
'apt-get remove fennec' if that doesnt work

'killall fennec'; 'killall plugin-container' then check again for any remaining fennec or plugin-container processes in 'top or htop' and try uninstalling, if again doesnt work

reboot and try uninstalling and if that doesnt work

delete prerm and should be able to be removed

tanago 2013-03-24 11:57

Re: [N900] Mozilla Fennec browser builds (only for CSSU Thumb)
 
Quote:

Originally Posted by thedead1440 (Post 1331325)
Your output shows a missing lib. Download mine from here and place it in /lib/ then try again...

He's using the version from cssu-devel repo, look at the previous post :)

thedead1440 2013-03-24 12:03

Re: [N900] Mozilla Fennec browser builds (only for CSSU Thumb)
 
Its the same:

Code:

[1|root@N900|~]killall fennec
killall: fennec: no process killed
[1|root@N900|~]killall plugin-container
killall: plugin-container: no process killed
[1|root@N900|~]apt-get remove fennec
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  fennec
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 37.3MB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 49334 files and directories currently installed.)
Removing fennec ...
dpkg: error processing fennec (--remove):
 subprocess pre-removal script returned error exit status 1
Errors were encountered while processing:
 fennec
E: Sub-process /usr/bin/dpkg returned an error code (1)

The only way to remove is to manually remove the prerm script first (which may have consequences?):
Code:

[1|root@N900|~]rm -rf /var/lib/dpkg/info/fennec.prerm
[1|root@N900|~]apt-get remove fennec
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following packages will be REMOVED:
  fennec
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 37.3MB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 49334 files and directories currently installed.)
Removing fennec ...

Manually removed ~/.config/mozilla then installed again and still seg fault:
Code:

[1|root@N900|~]rm -rf /home/user/.mo
.modest/  .mozilla/
[1|root@N900|~]rm -rf /home/user/.mozilla
[1|root@N900|~]dpkg -i /home/user/MyDocs/Downloads/fennec_17.0_armel.deb
Selecting previously deselected package fennec.
(Reading database ... 48968 files and directories currently installed.)
Unpacking fennec (from .../fennec_17.0_armel.deb) ...
Setting up fennec (17.0) ...
[1|root@N900|~]fennec
###################################### forms.js loaded
###################################### content loaded
Segmentation fault

If I'm the only one having this issue I think it can be ignored; must be something borked in my set-up :D

tanago 2013-03-24 12:13

Re: [N900] Mozilla Fennec browser builds (only for CSSU Thumb)
 
Quote:

Originally Posted by thedead1440 (Post 1331329)
Code:

[1|root@N900|~]rm -rf /home/user/.mozilla

ouch, this directory has files for MicroB, Ovi Maps, extensions and plugins, you shouldnt have removed it. Only "fennec" folder inside it...
I dont know what else is broken to produce a segfault...

hugh.jf.chen 2013-03-24 14:41

Re: [N900] Mozilla Fennec browser builds (only for CSSU Thumb)
 
I've been trying to install the Fennec 17+pixman, but got unmet dependence problem. Looks like Fennec need libpixman-1-0 0.25.2,however the version of libpixman-1-0 in the repo is 0.16. Where can I get the libpixman-1-0 0.25.2 package?

tanago 2013-03-24 14:45

Re: [N900] Mozilla Fennec browser builds (only for CSSU Thumb)
 
Look at post #42

http://talk.maemo.org/showpost.php?p...3&postcount=42


All times are GMT. The time now is 04:08.

vBulletin® Version 3.8.8