[Bug 1477299] Re: please fix building apt using gcc-snapshot

2015-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 1.0.9.10ubuntu7 --- apt (1.0.9.10ubuntu7) wily; urgency=medium * cherry pick 353c135 to fix build failure with gcc-snapshot (LP: #1477299) -- Michael Vogt Fri, 18 Sep 2015 10:02:55 +0200 ** Changed in: apt (Ubuntu) Status: Conf

[Bug 1477299] Re: please fix building apt using gcc-snapshot

2015-09-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/apt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1477299 Title: please fix building apt using gcc-snapshot To manage notifications about this bug go to: h

[Bug 1477299] Re: please fix building apt using gcc-snapshot

2015-07-25 Thread Matthias Klose
> Even through std=c++11 is the new default, right? No. still the same as in 4.9. GCC 6 (currently gcc-snapshot) will default to c++14. For GCC 5, please use a standard explicitly, if you need it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1477299] Re: please fix building apt using gcc-snapshot

2015-07-25 Thread David Kalnischkies
or the fix which is in the experimental branch for this issue for 2+ months now… ;) 353c135e45d3b76dbecc1ba1b2bd9266601181ee I don't think the virtual package handling CacheSetHelperAPTGet provides is really needed (nor even wanted) for download or changelog, so we can just use the default helper

[Bug 1477299] Re: please fix building apt using gcc-snapshot

2015-07-24 Thread Michael Vogt
Fix http://paste.ubuntu.com/11931797 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1477299 Title: please fix building apt using gcc-snapshot To manage notifications about this bug go to: https://bu

[Bug 1477299] Re: please fix building apt using gcc-snapshot

2015-07-22 Thread Matthias Klose
debian/rules: export CC = /usr/lib/gcc-snapshot/bin/gcc export CXX = /usr/lib/gcc-snapshot/bin/g++ export CPP = /usr/lib/gcc-snapshot/bin/gcc -E export CXXCPP = /usr/lib/gcc-snapshot/bin/g++ -E and call the check target with LD_LIBRARY_PAth=/usr/lib/gcc-snapshot/lib $(MAKE) test -- You receive