Active Topics

 


Reply
Thread Tools
Posts: 141 | Thanked: 313 times | Joined on May 2012 @ Czech Republic
#71
Originally Posted by colin.stephane View Post
I have updated CSSU devel today, and after rebooting the device, the desktop try to start many time (applets appearing/disappearing many time like blinking) and died, that put the N900 in reboot loop.

After switching R&D mode ON to see what happened, here is the '/var/log/syslog' part looking interesting:
This sounds like old libxml2 with the new zlib. Can you please post what version of libxml2 and zlib1g do you have?
And also how did you update cssu devel?

(don_falcone: the same questions)
 

The Following 2 Users Say Thank You to luf For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#72
Any news about my merge request which enables meego-specific libs?
When is it gonna be merged?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following User Says Thank You to marmistrz For This Useful Post:
Posts: 404 | Thanked: 186 times | Joined on Oct 2010 @ Dehradun,India
#73
No hildon-desktop problem here so far.

Not brave enough to test the new qt libraries

Also though not related to devel.

I uninstalled wine using terminal with

apt-get remove wine*

And it tried to remove 3 system packages along with wine and its dependencies that manages gprs connections and 1 other(libicd-network-gprs,connui-conndlgs-cellular and matchbox-window-manager).
Anybody faced such problem?

Last edited by raaj13; 2013-01-07 at 12:42.
 
Posts: 458 | Thanked: 783 times | Joined on Jan 2010 @ France
#74
Originally Posted by luf View Post
This sounds like old libxml2 with the new zlib. Can you please post what version of libxml2 and zlib1g do you have?
And also how did you update cssu devel?

(don_falcone: the same questions)
Well, here is the actual versions :

Code:
-bash-2.05b# dpkg -l libxml2 zlib1g
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                              Version                           Description
+++-=================================-=================================-==================================================================================
ii  libxml2                           2.6.32.dfsg-5maemo4+0m5+0cssu0-th GNOME XML library
ii  zlib1g                            1:1.2.7.dfsg-13maemo1+0cssu1+thum compression library - runtime
-bash-2.05b#
Do you see anything wrong ?

A++
 

The Following User Says Thank You to colin.stephane For This Useful Post:
Posts: 141 | Thanked: 313 times | Joined on May 2012 @ Czech Republic
#75
Originally Posted by colin.stephane View Post
Well, here is the actual versions :

Code:
ii  libxml2                           2.6.32.dfsg-5maemo4+0m5+0cssu0-th GNOME XML library
ii  zlib1g                            1:1.2.7.dfsg-13maemo1+0cssu1+thum compression library - runtime
Do you see anything wrong ?
Sure I see. As I expected you have old libxml2 package. When and how did you updated cssu-devel? I fixed this yesterday (at least I hope) ...

You can fix this with apt-get install libxml2 (from cssu-devel):

libxml2_2.6.32.dfsg-5maemo4+0m5+0cssu1_armel.deb (the difference is cssu0 versus cssu1).

Now the zlib1g package has Conflicts with libxml2 less then the newest ...

EDIT: The problem is that libxml2 < 2.7.7 is using zlib internal stucture which changed in zlib 1.2.4. It's a bug in libxml2 so I backported the fix into maemo's libxml2.

Last edited by luf; 2013-01-07 at 16:39.
 

The Following 6 Users Say Thank You to luf For This Useful Post:
Posts: 458 | Thanked: 783 times | Joined on Jan 2010 @ France
#76
Originally Posted by luf View Post
Sure I see. As I expected you have old libxml2 package. When and how did you updated cssu-devel? I fixed this yesterday (at least I hope) ...

You can fix this with apt-get install libxml2 (from cssu-devel):

libxml2_2.6.32.dfsg-5maemo4+0m5+0cssu1_armel.deb (the difference is cssu0 versus cssu1).

Now the zlib1g package has Conflicts with libxml2 less then the newest ...

EDIT: The problem is that libxml2 < 2.7.7 is using zlib internal stucture which changed in zlib 1.2.4. It's a bug in libxml2 so I backported the fix into maemo's libxml2.
Thanks luf !!!

I have installed the package with :

Code:
-bash-2.05b# apt-get install libxml2=2.6.32.dfsg-5maemo4+0m5+0cssu1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libqtm-serviceframework libqtm-multimedia libqt4-test libqtm-publishsubscribe libconninet0 dsme-thermalobject-surface libqtm-versit libconnsettings0
  libqtm-bearer libqt4-translations libqtm-sensors
Use 'apt-get autoremove' to remove them.
Recommended packages:
  xml-core
The following packages will be REMOVED:
  mp-fremantle-community-pr
The following packages will be DOWNGRADED:
  libxml2
0 upgraded, 0 newly installed, 1 downgraded, 1 to remove and 19 not upgraded.
Need to get 773kB of archives.
After this operation, 303kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://maemo.merlin1991.at fremantle/free libxml2 2.6.32.dfsg-5maemo4+0m5+0cssu1 [773kB]
Fetched 773kB in 5s (141kB/s)   
(Reading database ... 47574 files and directories currently installed.)
Removing mp-fremantle-community-pr ...
dpkg - warning: downgrading libxml2 from 2.6.32.dfsg-5maemo4+0m5+0cssu0-thumb0 to 2.6.32.dfsg-5maemo4+0m5+0cssu1.
(Reading database ... 47574 files and directories currently installed.)
Preparing to replace libxml2 2.6.32.dfsg-5maemo4+0m5+0cssu0-thumb0 (using .../libxml2_2.6.32.dfsg-5maemo4+0m5+0cssu1_armel.deb) ...
Unpacking replacement libxml2 ...
Setting up libxml2 (2.6.32.dfsg-5maemo4+0m5+0cssu1) ...
-bash-2.05b#
I have these 2 repositories installed :

Code:
/etc/apt/sources.list.d/hildon-application-manager.list:deb http://maemo.merlin1991.at/cssu/community-devel/ fremantle free non-free
/etc/apt/sources.list.d/hildon-application-manager.list:deb http://maemo.merlin1991.at/cssu/community-thumb/ fremantle free non-free
Do you think 'community-thumb' repo can cause troubles if it was mixed with 'community-devel' ???

PS : Obviously the installation of the libxml2 version '2.6.32.dfsg-5maemo4+0m5+0cssu1' fixed the problem.

A++

Last edited by colin.stephane; 2013-01-07 at 16:59.
 

The Following 3 Users Say Thank You to colin.stephane For This Useful Post:
Posts: 141 | Thanked: 313 times | Joined on May 2012 @ Czech Republic
#77
Originally Posted by colin.stephane View Post
I have installed the package with :

Code:
-bash-2.05b# apt-get install libxml2=2.6.32.dfsg-5maemo4+0m5+0cssu1
Ups, I think freemangordon also put the new libxml2 into the latest thumb. Let's try to find the corresponding thumb package (I guess 2.6.32.dfsg-5maemo4+0m5+0cssu1-thumb0).
However it's important that it fixed the issue.

Originally Posted by colin.stephane View Post
Do you think 'community-thumb' repo can cause troubles if it was mixed with 'community-devel' ???
No I don't think it should break something. You currentli have mix of stock (non-thumb + thumb cssu)
 

The Following 2 Users Say Thank You to luf For This Useful Post:
Posts: 3,074 | Thanked: 12,964 times | Joined on Mar 2010 @ Sofia,Bulgaria
#78
new version of tklock (osso-systemui-tklock 0.3.1.0+0cssu0) is in the repo, that one pretends to be a release candidate, please test and report if something is not as it should be
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 

The Following 4 Users Say Thank You to freemangordon For This Useful Post:
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#79
Originally Posted by luf View Post
This sounds like old libxml2 with the new zlib. Can you please post what version of libxml2 and zlib1g do you have?
And also how did you update cssu devel?

(don_falcone: the same questions)
libxml2 2.6.32.dfsg-5maemo4+0m5+0cssu0-thumb0
zlib1g 1:1.2.7.dfsg-13maemo1+0cssu1+thumb0

Last update was yesterday, with FAM as usual (i always use "Advanced" category).

Edit: Hey there's a desktop after downgrade. Just all widgets are missing. Maybe i should keep it that way for now; to further test for alarm issue.

Last edited by don_falcone; 2013-01-09 at 19:11.
 

The Following User Says Thank You to don_falcone For This Useful Post:
Posts: 141 | Thanked: 313 times | Joined on May 2012 @ Czech Republic
#80
Originally Posted by don_falcone View Post
libxml2 2.6.32.dfsg-5maemo4+0m5+0cssu0-thumb0
zlib1g 1:1.2.7.dfsg-13maemo1+0cssu1+thumb0

Last update was yesterday, with FAM as usual (i always use "Advanced" category).

Edit: Hey there's a desktop after downgrade. Just all widgets are missing. Maybe i should keep it that way for now; to further test for alarm issue.
FAM isn't supported however the problem was also with apt-get. As I wrote yesterday. You have old libxml2. Pleasu update it to the new version (0cssu1).

apt-get clean; apt-get update; apt-get install libxml2 should help you.
 

The Following 3 Users Say Thank You to luf For This Useful Post:
Reply

Tags
easter egg, lockslider


 
Forum Jump


All times are GMT. The time now is 20:41.