First, the latter mentioned Edgy issue was reported as defect #60981. Trying to get openoffice debug in Dapper fails:
$ sudo wajig search openoffice | grep -i dbg $ sudo wajig search openoffice | grep -i debug No results searching for a -dbg or -debug openoffice package. I then tried to get the build-deps: $ sudo apt-get build-dep openoffice.org2 Reading package lists... Done Building dependency tree... Done E: Build-dependencies for openoffice.org2 could not be satisfied. $ sudo apt-get build-dep openoffice.org Reading package lists... Done Building dependency tree... Done E: Build-dependencies for openoffice.org could not be satisfied. No joy there. I then went right ahead to see if maybe I could just simply do: $export DEB_BUILD_OPTIONS="debug nostrip noopt" $sudo apt-get source -b openoffice.org After waiting some time: Reading package lists... Done Building dependency tree... Done Need to get 279MB of source archives. Get: 1 http://security.ubuntu.com dapper-security/main openoffice.org 2.0.2-2ubuntu12.1 (dsc) [3266B] Get: 2 http://security.ubuntu.com dapper-security/main openoffice.org 2.0.2-2ubuntu12.1 (tar) [206MB] Get: 3 http://security.ubuntu.com dapper-security/main openoffice.org 2.0.2-2ubuntu12.1 (diff) [73.0MB] Fetched 279MB in 5m25s (859kB/s) dpkg-source: extracting openoffice.org in openoffice.org-2.0.2 dpkg-source: unpacking openoffice.org_2.0.2.orig.tar.gz dpkg-source: applying ./openoffice.org_2.0.2-2ubuntu12.1.diff.gz dpkg-buildpackage: source package is openoffice.org dpkg-buildpackage: source version is 2.0.2-2ubuntu12.1 dpkg-buildpackage: source changed by Matthias Klose <[EMAIL PROTECTED]> dpkg-buildpackage: host architecture i386 dpkg-checkbuilddeps: Unmet build dependencies: libpam0g-dev | libpam-dev libxaw7-dev tcsh sharutils libsane-dev libcurl3-openssl-dev | libcurl3-dev render-dev libneon25-dev libstartup-notification0-dev dmake (>= 4.3-1) libxkbfile-dev | xlibs-static-dev (<< 4.3.0.dfsg.1-15) libldap2-dev libsndfile1-dev libdb4.3-dev unixodbc-dev fdupes translate-toolkit (>= 0.8.rel) java-gcj-compat-dev (>= 1.0.28-8) libdb4.3-java firefox-dev (>= 1.5.dfsg+1.5.0.1-1ubuntu7) libnspr-dev libnss-dev (>= 1.7.5) libstlport4.6-dev (>= 4.6.2-3) libboost-dev libportaudio-dev libwpd8-dev (>= 0.8.3-3) libicu34-dev libxmlsec1-dev (>= 1.2.9) libglitz-glx1-dev mdbtools-dev (>= 0.5.99.0.6pre1.0.20050409-1) dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting. dpkg-buildpackage: (Use -d flag to override.) Build command ‘cd openoffice.org-2.0.2 && dpkg-buildpackage -b -uc’ failed. E: Child process failed So I manually try to see what I can do. After installing most of the dependancies, and checking their version numbers, I came to the final group, and as a result filed defect #62065. -- Openoffice on Ubuntu x86 crashes when tables clicked https://launchpad.net/bugs/60979 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
