Bug#877838: clang-5.0: c++17 std::get(std::variant) fails to compile with libstdc++

2017-10-06 Thread Daniele Di Proietto
It appears that clang is ignoring a friend declaration, while gcc is not. This simplified version of the program shows the problem: $ cat variant.cpp namespace __detail { namespace __variant { template decltype(auto) __get(const T ) { return t.i_; } } } template class variant { public:

Bug#877838: clang-5.0: c++17 std::get(std::variant) fails to compile with libstdc++

2017-10-05 Thread Daniele Di Proietto
Package: clang-5.0 Version: 1:5.0~+rc2-1 Severity: normal Dear Maintainer, I'm trying to compile c++17 code that uses `std::get(std::variant)`. It appears to work with g++-7, but it fails with clang++-5.0. $ cat variant.cc #include int main() { std::variant v{42}; int i =

Bug#767668: gcc-4.9: gcc internal compiler error with atomic_compare_exchange_weak_explicit

2014-11-01 Thread Daniele Di Proietto
Package: gcc-4.9 Version: 4.9.1-16 Severity: normal Dear Maintainer, the attached code leads to an internal compiler error. I didn't try it with upstream GCC, only with GCC from debian testing. I'm attaching both a minimal version of the source to trigger the bug and the preprocessed source.

Bug#742347: node-jsdom: require(jsdom) does not work in nodejs: missing cssstyle module

2014-03-22 Thread Daniele Di Proietto
Package: node-jsdom Version: 0.8.10+dfsg1-1 Severity: normal Dear Maintainer, When trying to execute the line var jsdom = require(jsdom) in nodejs, the following error shows up: module.js:340 throw err; ^ Error: Cannot find module

Bug#737142: seabios: FreeBSD 9.1 does not boot

2014-02-04 Thread Daniele Di Proietto
Hi, I think I can confirm this issue. I was happily using a qemu-kvm virtual machine with FreeBSD 9.1 (frontend gnome-boxes) and then, after the upgrade to SeaBIOS 1.7.4-1, it stopped booting. Downgrading SeaBIOS to 1.7.3-3 solved the problem. I did not investigate further, but I am quite

Bug#693408: libqtwebkit4: fails to install i386 version when amd64 installed

2012-11-15 Thread Daniele Di Proietto
Package: libqtwebkit4 Version: 2.2.1-4+b1 Severity: important Dear Maintainer, I was installing skype 4.1. It depends on libqtwebkit4:i386. On my system libqtwebkit4:amd64 is installed (as a dependency by other packages). The installation of the package fails, as it tries to overwrite

Bug#607653: libcurl3: libcurl does not honor CURLOPT_PROXYTYPE when used with multi interface

2010-12-20 Thread Daniele Di Proietto
Package: libcurl3 Version: 7.21.0-1 Severity: normal I have noticed that when used with multi interface libcurl tries to use the proxy as a http proxy even if it is clearly specified that it is a socks5 proxy. This problem disappears if the easy interface of the library is used. I can provide

Bug#460691: Bug #460691

2009-06-20 Thread Daniele Di Proietto
Hi, I'm a debian user with not much experience. I'm using debian testing (squeeze) with gnome. Since gnome depends on gnome-system-tools, and gnome-system-tools depends on gnome-network-admin, if i try to install network-manager-gnome aptitude tiies to remove gnome. I need network-manager