By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 814 - Upgrading natty 3.5.12 to 3.5.13 cannot be completed
Summary: Upgrading natty 3.5.12 to 3.5.13 cannot be completed
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: ubuntu (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: i386 Linux
: P5 major
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-01-23 15:40 CST by Jeff Taylor
Modified: 2014-03-05 01:01 CST (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Taylor 2012-01-23 15:40:24 CST
Starting with a fresh trinity maverick install, I performed a release upgrade to natty.  I was then directed to http://trinitydesktop.org/installation.php for instructions on adding new lines to sources.list for upgrading my system to trinity 3.5.13.  These lines were added and "apt-get update" was performed.

The first issue encountered when performing an "apt-get upgrade" is that there are 865 conflicts detected.  After working at it for over 8 hours, apt was still unable to finish creating a list of possible conflict resolutions and was stopped.

To try manually resolving this problem, I first installed kubuntu-desktop-trinity.  This completed with the following:

> Errors were encountered while processing:
>  kubuntu-desktop-trinity
>  kdebase-trinity
>  kdebase-runtime-data-common-trinity

I had to run the following two commands, then I was able to install the packages without error:

# dpkg-divert --remove /usr/bin/plasma-desktop
# dpkg-divert --remove /usr/bin/plasma

I then manually installed kubuntu-default-settings-trinity, which completed without errors.  Rebooting my system at this time and attempting to start kdm-trinity presented the following error in kdm.log:

> kwin: symbol lookup error: /opt/trinity/lib/libkdeinit_kwin.so: undefined symbol: _Z14set_tqt_x_timem
> /opt/trinity/bin/kdm_greet: symbol lookup error: /opt/trinity/bin/kdm_greet: undefined symbol: _ZN7QObject18childrenListObjectEv

I was still unable to run "apt-get upgrade" at this point due to the large number of conflicts.  Believing these conflicts may be due to the kde3 packages still installed, I started removing them.  I used the following to remove packages, 50 at a time, because apt was not able to handle the entire package list in a single round:

# aptitude search kde3 | grep ^i | grep -m50 Transitional | awk '{print $2}' | xargs aptitude -y remove

One package remained due to the long filename being cut off, and I removed it:
# apt-get -r kdemultimedia-kfile-plugins-kde3

With the old packages out of the way, I was now able to run "apt-get upgrade" successfully, and kdm-trinity started without the previous kwin error.  To complete the upgrade, I went to my home folder and moved the kde3 folder to triniry:

# mv .kde3 .trinity

This completed the upgrade process, and I am now able to log into my original desktop setup under the new trinity 3.5.13 environment.
Comment 1 Timothy Pearson 2012-01-23 15:46:01 CST
Part of this bug is related to Bug 109 and Bug 567.
Comment 2 Michele Calgaro 2014-03-05 01:01:06 CST
Closing this bug. 3.5.13 is quite old and AFAIK can be installed without major problem.
Feel free to reopen the bug if the problem persists.
You may want to consider updating to 3.5.13.2 though.