Notices


Reply
Thread Tools
Posts: 466 | Thanked: 335 times | Joined on Jan 2010 @ Vienna, Austria
#41
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
 

The Following 2 Users Say Thank You to bennypr0fane For This Useful Post:
tanago's Avatar
Posts: 215 | Thanked: 448 times | Joined on Aug 2012 @ Burgas, Bulgaria
#42
Originally Posted by bennypr0fane View Post
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
 

The Following 3 Users Say Thank You to tanago For This Useful Post:
Posts: 60 | Thanked: 24 times | Joined on May 2012 @ port harcourt
#43
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?
 

The Following 2 Users Say Thank You to mrbee For This Useful Post:
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#44
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!

Last edited by thedead1440; 2013-03-24 at 11:47. Reason: s/postrm/prerm/
 

The Following 3 Users Say Thank You to thedead1440 For This Useful Post:
tanago's Avatar
Posts: 215 | Thanked: 448 times | Joined on Aug 2012 @ Burgas, Bulgaria
#45
Originally Posted by mrbee View Post
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. .

Originally Posted by thedead1440 View Post
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

Last edited by tanago; 2013-03-24 at 12:00.
 

The Following User Says Thank You to tanago For This Useful Post:
tanago's Avatar
Posts: 215 | Thanked: 448 times | Joined on Aug 2012 @ Burgas, Bulgaria
#46
Originally Posted by thedead1440 View Post
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
 

The Following 2 Users Say Thank You to tanago For This Useful Post:
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#47
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
 

The Following 2 Users Say Thank You to thedead1440 For This Useful Post:
tanago's Avatar
Posts: 215 | Thanked: 448 times | Joined on Aug 2012 @ Burgas, Bulgaria
#48
Originally Posted by thedead1440 View Post
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...
 

The Following User Says Thank You to tanago For This Useful Post:
Posts: 12 | Thanked: 1 time | Joined on Sep 2011 @ China
#49
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?
 

The Following User Says Thank You to hugh.jf.chen For This Useful Post:
tanago's Avatar
Posts: 215 | Thanked: 448 times | Joined on Aug 2012 @ Burgas, Bulgaria
#50
 

The Following 2 Users Say Thank You to tanago For This Useful Post:
Reply

Tags
cssu thumb2, fennec


 
Forum Jump


All times are GMT. The time now is 21:50.