[Bug 1811296] Re: libc++ files version mismatch

2020-03-30 Thread Mike Purvis
Not sure about older released, but it's actually broken again already— currently in Sid, the versions of gcc-arm-none-eabi and libstdc++-arm- none-eabi are both 15:8-2019-q3-1: https://packages.debian.org/sid/devel/gcc-arm-none-eabi

[Bug 1865209] Re: Boost 1.71 missing python3/numpy3 symlinks

2020-03-08 Thread Mike Purvis
Upstream has now merged the change to support python3 as a component. This will release in Boost 1.73, but it's a small patch and should be possible to backport to 1.71: https://github.com/boostorg/boost_install/commit/7d2b3bf3a25ecce33e256370e47d776d75685f7e -- You received this bug

[Bug 1865209] Re: Boost 1.71 missing python3/numpy3 symlinks

2020-02-29 Thread Mike Purvis
** Description changed: As of Boost 1.71, the exact version of python is coded into the library name: $ ls -1 /usr/lib/x86_64-linux-gnu/libboost_*py*.so /usr/lib/x86_64-linux-gnu/libboost_numpy38.so /usr/lib/x86_64-linux-gnu/libboost_python38.so This is pretty

[Bug 1865225] Re: Eigen 3.3.7 headers throw deprecated-copy warnings in GCC9

2020-02-28 Thread Mike Purvis
I'll give that a try, but my concern was basically that they wouldn't care because for them the problem only exists in unstable and will be resolved in a few months when Eigen 3.4 comes out. For Ubuntu, the problem is more urgent because an LTS commitment is about to happen. -- You received this

[Bug 1865225] [NEW] Eigen 3.3.7 headers throw deprecated-copy warnings in GCC9

2020-02-28 Thread Mike Purvis
Public bug reported: Under Ubuntu Focal / GCC9, packages which use the Eigen3 headers from the current newest version (released Dec 2018) will get compiler warnings which must be silenced or they may interfere with the use of the -Werror flag, for example. Upstream had patched this issue on

[Bug 1865209] Re: Boost 1.71 missing python3/numpy3 symlinks

2020-02-28 Thread Mike Purvis
Having looked into this a bit further, it appears the new hotness is that this is actually being handled in the Boost-shipped CMake module: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake >From my read of that, the expectation *now* is that you just do: find_package(Boost

[Bug 1865209] [NEW] Boost 1.71 missing python3/numpy3 symlinks

2020-02-28 Thread Mike Purvis
Public bug reported: As of Boost 1.71, the exact version of python is coded into the library name: $ ls -1 /usr/lib/x86_64-linux-gnu/libboost_*py*.so /usr/lib/x86_64-linux-gnu/libboost_numpy38.so /usr/lib/x86_64-linux-gnu/libboost_python38.so This is pretty inconvenient compared to

[Bug 1811296] Re: libc++ files version mismatch

2020-02-26 Thread Mike Purvis
This was working correctly on Ubuntu Focal with gcc-arm-none-eabi (15:7-2018-q2-6) and libstdc++-arm-none-eabi-newlib (15:7-2018-q2-5+12). However, now that gcc-arm-none-eabi is at 15:8-2019-q3-1, it's broken again. Hopefully the newlib package will get a rebuild prior to release which should

[Bug 1847347] [NEW] 1.42.13-1ubuntu1.1 breaks debootstrap in Xenial

2019-10-08 Thread Mike Purvis
Public bug reported: At my company we prepare system disk images which start from deboostrap pointing at an internal mirror containing packages from xenial, xenial- updates, and elsewhere. As of September 30, our image preparation begun failing during the initial debootstrap. We narrowed it down

[Bug 1596296] Re: CeresConfig.cmake is not installed

2016-07-07 Thread Mike Purvis
This is affecting me too; it is a major packaging oversight to have excluded this file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1596296 Title: CeresConfig.cmake is not installed To manage

[Bug 1313787] Re: Multistrap is broken in 14.04

2016-03-30 Thread Mike Purvis
Almost two full years! In the meantime, there are PPAs for this: https://launchpad.net/~keyz182/+archive/ubuntu/multistrap-forceyes-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1313787 Title:

[Bug 1361902] Re: 14.04 /etc/network/interfaces is always overwritten by Preseed

2015-01-16 Thread Mike Purvis
I tried adding d-i netcfg/target_network_config string ifupdown to my preseed file, but I'm still getting /etc/network/interfaces being overwritten by the trusty netboot installer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1293024] Re: package doesn't provide c++ library

2014-07-31 Thread Mike Purvis
Yes, please bring libstdc++-arm-none-eabi-newlib into Trusty! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1293024 Title: package doesn't provide c++ library To manage notifications about this

[Bug 944271] Re: iwlwifi: Microcode SW error detected. Restarting 0x2000000

2014-07-14 Thread Mike Purvis
I'm seeing this crash on 14.04, running 3.13.0-23-generic. Hardware is Centrino Advanced-N 6235. Log here: https://gist.github.com/f6ce150f833b2cef3f21 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1247905] [NEW] update-grub fails in the face of overlayroot

2013-11-04 Thread Mike Purvis
Public bug reported: Info on overlayroot: http://blog.dustinkirkland.com/2012/08/introducing- overlayroot-overlayfs.html Mount configuration for an overlayroot-configured box: $ mount overlayroot on / type overlayfs (rw,errors=remount-ro) /dev/sda5 on /media/root-ro type ext3