maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   OS2008 / Maemo 4 / Chinook - Diablo (https://talk.maemo.org/forumdisplay.php?f=29)
-   -   'Fixed in Fremantle' and Diablo community SSU (https://talk.maemo.org/showthread.php?t=30648)

lma 2010-03-19 04:16

Re: 'Fixed in Fremantle' and Diablo community SSU
 
Quote:

Originally Posted by qole (Post 572791)
My hacked rotation-enabled (+ fast SD I/O) kernel and xserver-omap are blocking any version of osso-software-version-rx34 from being installed.

Ah, that would do it :-)

Quote:

Don't suppose you could include those hacks in your version? I do like my rotation...
Rotation is in the queue. I'm not convinced we should ship the 48MHz SD patch though as that mode isn't officially supported by either TI or Nokia and probably will break things with some cards out there.

But hey, it sounds like you've done the packaging already, can I grab it from somewhere?

Addison 2010-03-19 04:34

Re: 'Fixed in Fremantle' and Diablo community SSU
 
I'll just reflash when I get home later tonight and try out your latest SSU.

Goodbye my sexy looking desktop. Weep. Sob. :(

http://img510.imageshack.us/img510/4...0031900283.png

Oh well, I was thinking of doing a magical Disney theme anyway. :D

qole 2010-03-19 05:22

Re: 'Fixed in Fremantle' and Diablo community SSU
 
Just can't bring myself to hit "Y".

What about an SSU based on the "unlocked" variant of the osso-software-version package?

Code:

Millenium-Falcon:~# apt-get install osso-software-version-rx34
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  osso-software-version-rx34: Depends: kernel-diablo-flasher (= 2.6.21-200842maemo1) but 2.6.21-200842maemo1rotationfast is to be installed
                              Depends: libdb4.2 (= 4.2.52-18osso) but 4.2.52+dfsg-2 is to be installed
                              Depends: libxcomposite1 (= 1:0.3.1-2) but 1:0.4.0-3 is to be installed
                              Depends: libxml2 (= 2.6.27.dfsg-1osso4) but 2.6.27.dfsg-1.maemo1 is to be installed
                              Depends: xserver-xomap (= 1:1.3.99.0~git20070321-0osso20083801) but 1:1.3.99.0~git20070321-0osso20083801rotation is to be installed
E: Broken packages
Millenium-Falcon:~# apt-get install kernel-diablo-flasher=2.6.21-200842maemo1 xserver-xomap=1:1.3.99.0~git20070321-0osso20083801 libdb4.2=4.2.52-18osso libxcomposite1=1:0.3.1-2 libxml2=2.6.27.dfsg-1osso4 osso-software-version-rx34
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following extra packages will be installed:
  busybox kernel-diablo-flasher libdb4.2 libloudmouth1-0
  libmodest-dbus-client libtinymail-1.0-0 libtinymail-camel-1.0-0
  libtinymail-gnomevfs-1.0-0 libtinymail-maemo-1.0-0 libtinymailui-1.0-0
  libtinymailui-gtk-1.0-0 libxcomposite1 libxml2 modest osso-pdf-viewer
  xserver-xomap
Recommended packages:
  xml-core
The following packages will be REMOVED
  osso-software-version-rx34-unlocked
The following NEW packages will be installed
  osso-software-version-rx34
The following packages will be upgraded:
  busybox libloudmouth1-0 libmodest-dbus-client libtinymail-1.0-0
  libtinymail-camel-1.0-0 libtinymail-gnomevfs-1.0-0 libtinymail-maemo-1.0-0
  libtinymailui-1.0-0 libtinymailui-gtk-1.0-0 modest osso-pdf-viewer
The following packages will be DOWNGRADED:
  kernel-diablo-flasher libdb4.2 libxcomposite1 libxml2 xserver-xomap
11 upgraded, 1 newly installed, 5 downgraded, 1 to remove and 6 not upgraded.
Need to get 5394kB of archives.
After unpacking 348kB of additional disk space will be used.
Do you want to continue [Y/n]?


qole 2010-03-19 05:27

Re: 'Fixed in Fremantle' and Diablo community SSU
 
lma: I got my kernel stuff from http://outpo.st/rotate

maacruz 2010-03-19 08:16

Re: 'Fixed in Fremantle' and Diablo community SSU
 
Quote:

Originally Posted by qole (Post 572840)
Just can't bring myself to hit "Y".

What about an SSU based on the "unlocked" variant of the osso-software-version package?

I think that's a good idea.

lma 2010-03-19 10:14

Re: 'Fixed in Fremantle' and Diablo community SSU
 
Quote:

Originally Posted by qole (Post 572840)
What about an SSU based on the "unlocked" variant of the osso-software-version package?

Sounds reasonable. I think all it entails is building osso-software-version-rxXX-unlocked packages (with >= instead of = dependencies), so devices that have an -unlocked variant installed can still update.

It may still break depending on the version numbers of what's installed, and obviously if you have patches that are not in the SSU (eg the fast SD one) you will lose that functionality, but worth doing IMO.

Quote:

Code:

Depends: libdb4.2 (= 4.2.52-18osso) but 4.2.52+dfsg-2 is to be installed
Depends: libxml2 (= 2.6.27.dfsg-1osso4) but 2.6.27.dfsg-1.maemo1 is to be installed


Those come from extras (bad, but at least I think the autobuilder won't let you do that anymore) and are very easy to install accidentally with apt-get upgrade.

Maybe it's worth building a higher-version package just to get rid of the fork.

Quote:

Code:

Depends: libxcomposite1 (= 1:0.3.1-2) but 1:0.4.0-3 is to be installed

That one's interesting, do you know what the differences are from the Nokia version (or at least where it came from)? Just wondering if there's a patch worth packaging there.

Quote:

Originally Posted by qole (Post 572841)
lma: I got my kernel stuff from http://outpo.st/rotate

No source package there :-( Oh well, no biggie, there are several other kernel patches to be integrated so it wouldn't save too much work anyway.

rlinfati 2010-03-19 10:58

Re: 'Fixed in Fremantle' and Diablo community SSU
 
the community ssu do not include osso-software-version-rx34-unlocked ?, my system no update

any option before of reflash a fresh diablo ?
Code:

nokia800:~# apt-get --reinstall install libdb4.2=4.2.52-18osso libxml2=2.6.27.dfsg-1osso4 
[...]
Pacchetti raccomandati:
  xml-core
I seguenti pacchetti saranno RETROCESSI (DOWNGRADED):
  libdb4.2 libxml2
0 aggiornati, 0 installati, 2 retrocessi (downgraded), 0 da rimuovere e 11 non aggiornati.
[...]
dpkg - warning: downgrading libdb4.2 from 4.2.52+dfsg-2 to 4.2.52-18osso.
[...]
dpkg - warning: downgrading libxml2 from 2.6.27.dfsg-1.maemo1 to 2.6.27.dfsg-1osso4.
[...]
 
nokia800:~# apt-get install osso-software-version-rx34
[...]
I seguenti pacchetti verranno inoltre installati:
  busybox libloudmouth1-0 libmodest-dbus-client libtinymail-1.0-0 libtinymail-camel-1.0-0 libtinymail-gnomevfs-1.0-0 libtinymail-maemo-1.0-0 libtinymailui-1.0-0 libtinymailui-gtk-1.0-0 modest osso-pdf-viewer
I seguenti pacchetti saranno RIMOSSI:
  osso-software-version-rx34-unlocked
I seguenti pacchetti NUOVI (NEW) saranno installati:
  osso-software-version-rx34
I seguenti pacchetti saranno aggiornati:
  busybox libloudmouth1-0 libmodest-dbus-client libtinymail-1.0-0 libtinymail-camel-1.0-0 libtinymail-gnomevfs-1.0-0 libtinymail-maemo-1.0-0 libtinymailui-1.0-0 libtinymailui-gtk-1.0-0 modest osso-pdf-viewer
11 aggiornati, 1 installati, 1 da rimuovere e 2 non aggiornati.
È necessario prendere 2050kB di archivi.
[...]


lma 2010-03-19 11:12

Re: 'Fixed in Fremantle' and Diablo community SSU
 
I'll try (though no promises!) to find some time to create -unlocked packages this weekend.

qole 2010-03-19 16:31

Re: 'Fixed in Fremantle' and Diablo community SSU
 
Quote:

Originally Posted by qole (Post 572840)
Code:

Depends: libxcomposite1 (= 1:0.3.1-2) but 1:0.4.0-3 is to be installed

Quote:

Originally Posted by lma (Post 573052)
That one's interesting, do you know what the differences are from the Nokia version (or at least where it came from)? Just wondering if there's a patch worth packaging there.

That's part of the transparent desktop / random wallpaper experiment. See more about that, including links to the libxcomposite1 package, in this thread.

FRZ 2010-03-19 16:45

Re: 'Fixed in Fremantle' and Diablo community SSU
 
I want to try this on my N810. PM me. Thanks


All times are GMT. The time now is 17:43.

vBulletin® Version 3.8.8