Activity log for bug #1364890

Date Who What changed Old value New value Message
2014-09-03 10:38:09 Michał Sawicz bug added bug
2014-09-03 10:38:09 Michał Sawicz attachment added history.log https://bugs.launchpad.net/bugs/1364890/+attachment/4194181/+files/history.log
2014-09-03 15:48:36 Andreas Pokorny description I'm getting: unity-system-compositor: symbol lookup error: /usr/lib/arm-linux-gnueabihf/libmirserver.so.24: undefined symbol: _ZTIN7android7RefBaseE $ system-image-cli -i current build number: 13 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2014-09-03 07:58:22 version version: 13 version ubuntu: 20140903 version device: 20140902-42bae3c Installing unity8-autopilot from a silo pulled in libmircommon1 (see attached excerpt from apt history.log), but I'm left with a mix of Mir 0.6.1 and 0.7.0: $ LANG=C apt-cache policy libmirserver24 libmircommon1 libmirclient8 libmirserver24: Installed: 0.6.1+14.10.20140814-0ubuntu1 Candidate: 0.6.1+14.10.20140814-0ubuntu1 Version table: *** 0.6.1+14.10.20140814-0ubuntu1 0 500 http://derived.archive.canonical.com/ubuntu-rtm/ 14.09/main armhf Packages 100 /var/lib/dpkg/status libmircommon1: Installed: 0.7.0+14.10.20140829~rtm-0ubuntu1 Candidate: 0.7.0+14.10.20140829~rtm-0ubuntu1 Version table: *** 0.7.0+14.10.20140829~rtm-0ubuntu1 0 500 http://derived.archive.canonical.com/ubuntu-rtm/ 14.09/main armhf Packages 100 /var/lib/dpkg/status libmirclient8: Installed: 0.6.1+14.10.20140814-0ubuntu1 Candidate: 0.7.0+14.10.20140829~rtm-0ubuntu1 Version table: 0.7.0+14.10.20140829~rtm-0ubuntu1 0 500 http://derived.archive.canonical.com/ubuntu-rtm/ 14.09/main armhf Packages *** 0.6.1+14.10.20140814-0ubuntu1 0 100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu RTM 14.09 Package: libmircommon1 0.7.0+14.10.20140829~rtm-0ubuntu1 Uname: Linux 3.4.67 armv7l ApportVersion: 2.14.7-0ubuntu1 Architecture: armhf Date: Wed Sep 3 10:33:53 2014 InstallationDate: Installed on 2014-09-03 (0 days ago) InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf (20140903-030204) SourcePackage: mir UpgradeStatus: No upgrade log present (probably fresh install) I'm getting: unity-system-compositor: symbol lookup error: /usr/lib/arm-linux-gnueabihf/libmirserver.so.24: undefined symbol: _ZTIN7android7RefBaseE $ system-image-cli -i current build number: 13 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2014-09-03 07:58:22 version version: 13 version ubuntu: 20140903 version device: 20140902-42bae3c Installing unity8-autopilot from a silo pulled in libmircommon1 (see attached excerpt from apt history.log), but I'm left with a mix of Mir 0.6.1 and 0.7.0: $ LANG=C apt-cache policy libmirserver24 libmircommon1 libmirclient8 libmirserver24:   Installed: 0.6.1+14.10.20140814-0ubuntu1   Candidate: 0.6.1+14.10.20140814-0ubuntu1   Version table:  *** 0.6.1+14.10.20140814-0ubuntu1 0         500 http://derived.archive.canonical.com/ubuntu-rtm/ 14.09/main armhf Packages         100 /var/lib/dpkg/status libmircommon1:   Installed: 0.7.0+14.10.20140829~rtm-0ubuntu1   Candidate: 0.7.0+14.10.20140829~rtm-0ubuntu1   Version table:  *** 0.7.0+14.10.20140829~rtm-0ubuntu1 0         500 http://derived.archive.canonical.com/ubuntu-rtm/ 14.09/main armhf Packages         100 /var/lib/dpkg/status libmirclient8:   Installed: 0.6.1+14.10.20140814-0ubuntu1   Candidate: 0.7.0+14.10.20140829~rtm-0ubuntu1   Version table:      0.7.0+14.10.20140829~rtm-0ubuntu1 0         500 http://derived.archive.canonical.com/ubuntu-rtm/ 14.09/main armhf Packages  *** 0.6.1+14.10.20140814-0ubuntu1 0         100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu RTM 14.09 Package: libmircommon1 0.7.0+14.10.20140829~rtm-0ubuntu1 Uname: Linux 3.4.67 armv7l ApportVersion: 2.14.7-0ubuntu1 Architecture: armhf Date: Wed Sep 3 10:33:53 2014 InstallationDate: Installed on 2014-09-03 (0 days ago) InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf (20140903-030204) SourcePackage: mir UpgradeStatus: No upgrade log present (probably fresh install) ------ The package that was upgraded pulled in a new version of qtdeclarative5-qtmir-plugin which pulled in the new version of mircommon1 but not the current version of mirserver. The qtmir plugin only contains the qml bindings to mir server and hence only needs mircommon (compared to the qtmir-{desktop,android} packages). So the system ends up with a 0.7 mircommon and 0.6.1 mirserver. With the last mirocmmon1 exported symbols were further reduced. The missing symbol is the intrusive android shared pointer base class constructor.
2014-09-04 01:30:29 Daniel van Vugt bug task added mir
2014-09-04 01:31:01 Daniel van Vugt summary Some dependency or missed SONAME bump causes missing symbols [regression] Some dependency or missed SONAME bump causes missing symbols
2014-09-04 01:31:08 Daniel van Vugt summary [regression] Some dependency or missed SONAME bump causes missing symbols [regression] symbol lookup error: /usr/lib/arm-linux-gnueabihf/libmirserver.so.24: undefined symbol: _ZTIN7android7RefBaseE
2014-09-04 01:31:11 Daniel van Vugt mir: milestone 0.8.0
2014-09-04 01:31:15 Daniel van Vugt mir: importance Undecided High
2014-09-04 02:03:45 Daniel van Vugt description I'm getting: unity-system-compositor: symbol lookup error: /usr/lib/arm-linux-gnueabihf/libmirserver.so.24: undefined symbol: _ZTIN7android7RefBaseE $ system-image-cli -i current build number: 13 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2014-09-03 07:58:22 version version: 13 version ubuntu: 20140903 version device: 20140902-42bae3c Installing unity8-autopilot from a silo pulled in libmircommon1 (see attached excerpt from apt history.log), but I'm left with a mix of Mir 0.6.1 and 0.7.0: $ LANG=C apt-cache policy libmirserver24 libmircommon1 libmirclient8 libmirserver24:   Installed: 0.6.1+14.10.20140814-0ubuntu1   Candidate: 0.6.1+14.10.20140814-0ubuntu1   Version table:  *** 0.6.1+14.10.20140814-0ubuntu1 0         500 http://derived.archive.canonical.com/ubuntu-rtm/ 14.09/main armhf Packages         100 /var/lib/dpkg/status libmircommon1:   Installed: 0.7.0+14.10.20140829~rtm-0ubuntu1   Candidate: 0.7.0+14.10.20140829~rtm-0ubuntu1   Version table:  *** 0.7.0+14.10.20140829~rtm-0ubuntu1 0         500 http://derived.archive.canonical.com/ubuntu-rtm/ 14.09/main armhf Packages         100 /var/lib/dpkg/status libmirclient8:   Installed: 0.6.1+14.10.20140814-0ubuntu1   Candidate: 0.7.0+14.10.20140829~rtm-0ubuntu1   Version table:      0.7.0+14.10.20140829~rtm-0ubuntu1 0         500 http://derived.archive.canonical.com/ubuntu-rtm/ 14.09/main armhf Packages  *** 0.6.1+14.10.20140814-0ubuntu1 0         100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu RTM 14.09 Package: libmircommon1 0.7.0+14.10.20140829~rtm-0ubuntu1 Uname: Linux 3.4.67 armv7l ApportVersion: 2.14.7-0ubuntu1 Architecture: armhf Date: Wed Sep 3 10:33:53 2014 InstallationDate: Installed on 2014-09-03 (0 days ago) InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf (20140903-030204) SourcePackage: mir UpgradeStatus: No upgrade log present (probably fresh install) ------ The package that was upgraded pulled in a new version of qtdeclarative5-qtmir-plugin which pulled in the new version of mircommon1 but not the current version of mirserver. The qtmir plugin only contains the qml bindings to mir server and hence only needs mircommon (compared to the qtmir-{desktop,android} packages). So the system ends up with a 0.7 mircommon and 0.6.1 mirserver. With the last mirocmmon1 exported symbols were further reduced. The missing symbol is the intrusive android shared pointer base class constructor. I'm getting: unity-system-compositor: symbol lookup error: /usr/lib/arm-linux-gnueabihf/libmirserver.so.24: undefined symbol: _ZTIN7android7RefBaseE $ system-image-cli -i current build number: 13 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2014-09-03 07:58:22 version version: 13 version ubuntu: 20140903 version device: 20140902-42bae3c Installing unity8-autopilot from a silo pulled in libmircommon1 (see attached excerpt from apt history.log), but I'm left with a mix of Mir 0.6.1 and 0.7.0: $ LANG=C apt-cache policy libmirserver24 libmircommon1 libmirclient8 libmirserver24:   Installed: 0.6.1+14.10.20140814-0ubuntu1   Candidate: 0.6.1+14.10.20140814-0ubuntu1   Version table:  *** 0.6.1+14.10.20140814-0ubuntu1 0         500 http://derived.archive.canonical.com/ubuntu-rtm/ 14.09/main armhf Packages         100 /var/lib/dpkg/status libmircommon1:   Installed: 0.7.0+14.10.20140829~rtm-0ubuntu1   Candidate: 0.7.0+14.10.20140829~rtm-0ubuntu1   Version table:  *** 0.7.0+14.10.20140829~rtm-0ubuntu1 0         500 http://derived.archive.canonical.com/ubuntu-rtm/ 14.09/main armhf Packages         100 /var/lib/dpkg/status libmirclient8:   Installed: 0.6.1+14.10.20140814-0ubuntu1   Candidate: 0.7.0+14.10.20140829~rtm-0ubuntu1   Version table:      0.7.0+14.10.20140829~rtm-0ubuntu1 0         500 http://derived.archive.canonical.com/ubuntu-rtm/ 14.09/main armhf Packages  *** 0.6.1+14.10.20140814-0ubuntu1 0         100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu RTM 14.09 Package: libmircommon1 0.7.0+14.10.20140829~rtm-0ubuntu1 Uname: Linux 3.4.67 armv7l ApportVersion: 2.14.7-0ubuntu1 Architecture: armhf Date: Wed Sep 3 10:33:53 2014 InstallationDate: Installed on 2014-09-03 (0 days ago) InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf (20140903-030204) SourcePackage: mir UpgradeStatus: No upgrade log present (probably fresh install) ------ The package that was upgraded pulled in a new version of qtdeclarative5-qtmir-plugin which pulled in the new version of mircommon1 but not the current version of mirserver. The qtmir plugin only contains the qml bindings to mir server and hence only needs mircommon (compared to the qtmir-{desktop,android} packages). So the system ends up with a 0.7 mircommon1 and 0.6.1 mirserver. With the last mircommon1 exported symbols were further reduced. The missing symbol is the intrusive android shared pointer base class constructor.
2014-09-04 02:07:05 Daniel van Vugt summary [regression] symbol lookup error: /usr/lib/arm-linux-gnueabihf/libmirserver.so.24: undefined symbol: _ZTIN7android7RefBaseE [regression] symbol lookup error: /usr/lib/arm-linux-gnueabihf/libmirserver.so.24: undefined symbol: _ZTIN7android7RefBaseE (libmirserver 0.6.1 doesn't work with libmircommon 0.7.0)
2014-09-04 02:07:29 Daniel van Vugt tags 14.09 apport-bug armhf 14.09 apport-bug armhf regression
2014-09-04 06:55:20 Daniel van Vugt mir: assignee Daniel van Vugt (vanvugt)
2014-09-04 06:55:54 Daniel van Vugt nominated for series mir/0.7
2014-09-04 06:55:54 Daniel van Vugt bug task added mir/0.7
2014-09-04 06:56:01 Daniel van Vugt mir/0.7: importance Undecided High
2014-09-04 06:56:47 Daniel van Vugt mir/0.7: milestone 0.7.1
2014-09-04 07:09:47 Daniel van Vugt mir/0.7: status New Triaged
2014-09-04 07:09:54 Daniel van Vugt mir: status New In Progress
2014-09-04 07:16:14 Daniel van Vugt mir/0.7: status Triaged Won't Fix
2014-09-04 07:16:18 Daniel van Vugt mir/0.7: milestone 0.7.1
2014-09-04 07:17:49 Daniel van Vugt mir (Ubuntu): status New Triaged
2014-09-04 07:17:54 Daniel van Vugt mir (Ubuntu): importance Undecided High
2014-09-04 07:39:12 Daniel van Vugt branch linked lp:~vanvugt/mir/mircommon2
2014-09-05 18:23:14 PS Jenkins bot mir: status In Progress Fix Committed
2014-10-09 02:29:53 Daniel van Vugt mir: status Fix Committed Fix Released
2014-10-09 06:08:03 Daniel van Vugt bug task added mir (Ubuntu RTM)
2014-10-09 06:11:31 Daniel van Vugt mir (Ubuntu RTM): importance Undecided High
2014-10-09 06:11:31 Daniel van Vugt mir (Ubuntu RTM): status New Triaged
2014-10-10 20:38:35 Launchpad Janitor branch linked lp:ubuntu/utopic-proposed/mir
2014-10-10 22:15:36 Launchpad Janitor mir (Ubuntu): status Triaged Fix Released
2014-10-10 22:21:19 Launchpad Janitor mir (Ubuntu RTM): status Triaged Fix Released