Public bug reported:

Binary package hint: ia32-libs-kde

Installing ia32-libs-kde and kdelibs4c2a on the same amd64 computer 
running Ubuntu 6.10 gives a conflict with or in the file 
/etc/kde3/khotnewstuffrc.

Cause this is a configuration file and not necessary for 32bit emulation
on the amd64 host, I suppose this file should be not in the ia32 package.

If I remove this file by adding an additional line in the debian/rules
file

debian/rules
##########
....
        rm -rf debian/ia32-libs-kde/usr/include \
                debian/ia32-libs-kde/usr/share \
                debian/ia32-libs-kde/usr/sbin \
                debian/ia32-libs-kde/sys \
                debian/ia32-libs-kde/sbin \
                debian/ia32-libs-kde/usr/bin \
                debian/ia32-libs-kde/kde3/khotnewstuffrc # <-- NEW

        mv debian/ia32-libs-kde/etc/qt3 debian/ia32-libs-kde/etc/qt3-32
...

and rebuild the package my own, the installation of both packages works
without problems.

** Affects: ia32-libs-kde (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
conflicts with file /etc/kde3/khotnewstuffrc 
https://launchpad.net/bugs/75885

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to