Bug#1001107: Info received (clang-13: clang++-13 has broken std::ranges::ref_view - iterator_concepts.h:980:13: error: no matching function for call to '__begin')

2021-12-05 Thread Daniel Boles
fixed example code: -- #include #include #include #include char rot13a(const char x, const char a) { return a + (((x - a) + 13) % 26); } char rot13(const char x) { if (x >= 'A' && x <= 'Z') { return rot13a(x, 'A'); } if (x >= 'a' && x <= 'z') { return rot13a(x, 'a'); } return x; } int

Bug#1001107: clang-13: clang++-13 has broken std::ranges::ref_view - iterator_concepts.h:980:13: error: no matching function for call to '__begin'

2021-12-05 Thread Daniel Boles
in unrelated, OK code too. Not being equality preserving cannot cause my errors since that is not compiler diagnosable. Nonetheless I'll try to prepare a separate repro. On Sat, 4 Dec 2021, 13:10 Daniel Boles, wrote: > Package: clang-13 > Version: 1:13.0.0-9+b1 > Severity: important > Ta

Bug#1001107: clang-13: clang++-13 has broken std::ranges::ref_view - iterator_concepts.h:980:13: error: no matching function for call to '__begin'

2021-12-04 Thread Daniel Boles
Package: clang-13 Version: 1:13.0.0-9+b1 Severity: important Tags: upstream Dear Maintainer, clang++ 13, as of now in Debian unstable, and on Compiler Explorer, causes confusing and seemingly wrong template/constraint errors when trying to compile many pieces of code using std::ranges /

Bug#953295: Fwd: pulseaudio: Sound stops working after suspend/sleep/resume (does not appear muted but is silent)

2020-03-07 Thread Daniel Boles
Package: pulseaudio Version: 13.0-5 Severity: normal Dear Maintainer, After I resume my laptop from suspend/sleep, I have no sound. The system does not think it is muted, as I can change the volume with hotkeys or sliders, but it stops producing any sound until rebooted. I presume this is a

Bug#931474: network-manager: does not automatically connect to hidden network

2020-03-07 Thread Daniel Boles
Dear Maintainer, I can confirm this problem persists. I have to manually open the GNOME Wi-Fi Settings and choose "Connect to hidden network", despite that said network has "Connect automatically" set. I removed a previous hidden network, which I'm 99% sure worked fine (but can't be 100%), as I

Bug#911462: libgtk-3-0: Filefilter Combobox shows much too much whitespace with long lists or on bottom of screen

2018-10-20 Thread Daniel Boles
see this issue (and probably, but hopefully not, duplicates thereof) https://gitlab.gnome.org/GNOME/gtk/issues/270

Bug#887087: ftconfig.h:113:26: warning: "__SIZEOF_LONG__4" is not defined, evaluates to 0 [-Wundef]

2018-01-13 Thread Daniel Boles
Package: libfreetype6-dev Version: 2.8.1-1 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I simply updated/full-upgraded and eventually recompiled one of my own projects, which previously

Bug#862304: GtkScale: Port reverts from upstream, fixing issues with volume/font/color choosers

2017-05-10 Thread Daniel Boles
Package: libgtk-3-0 Version: 3.22.12-1 Severity: important Tags: upstream Dear Maintainer, Since a few point versions ago, in GTK+ 3.22.8, some changes were made to GtkScale such that rounding was now applied to Scales without a value drawn beside them. These patches were reviewed but the

Bug#766426: Replicated/suggested fix in Debian 8.2 w/ KDE default install

2015-10-29 Thread Daniel Boles
Replying for quick reference of Debian 8.2 users like me. There is a lot of info elsewhere, but a proper summary/solution should be collated here. So, today, I've onfirmed the issue exists - and is due to baloo being configured in ~/.kde/share/baloofilerc to search /home/user by default - yet not

Bug#777508: [Kdm] logout session don't works on KDE (Jessie).

2015-10-06 Thread Daniel Boles
Further confirmation from Debian 8/Jessie - on a default install using DVD #1 and KDE as only installed UI. Only tweaks to system are changes to colour schemes etc and a couple of startup services to do innocuous things like hdparm and set kdecache to /tmp Logout from the Launcher kills X and

Bug#777508: Info received ([Kdm] logout session don't works on KDE (Jessie).)

2015-10-06 Thread Daniel Boles
Further research suggests this might be an issue with particular gfx drivers. causing X to die on attempted logout. In case it's relevant, I run an integrated Intel HD4000 and discrete Nvidia GT650M. Several threads like this http://ubuntuforums.org/archive/index.php/t-1665405.html show that in

Bug#801006: Jessie DVD#1 fails to install KDE Phonon dependencies sound-theme-freedesktop and (possibly) libcanberra-pulse

2015-10-05 Thread Daniel Boles
Package: phonon Version: 4:4.8.0-4 Severity: normal Tags: d-i Dear Maintainer, Hello and thanks for a great Linux and an otherwise stellar KDE installation. Installing Debian 8/Jessie from the official DVD #1 with KDE chosen as the desktop environment omits some dependencies of KDE's audio

Bug#801044: Fwd: Jessie DVD#1 fails to install KDE Phonon dependencies sound-theme-freedesktop and (possibly) libcanberra-pulse

2015-10-05 Thread Daniel Boles
Package: konqueror Version: 4.14.2 Severity: normal Tags: d-i Dear Maintainer, The Konqueror installed - and set as the default browser - by Jessie 8 DVD#1 seems to have a dependency issue: * Its default rendering method is WebKit, * yet the WebKit requires gstreamer and the corresponding KDE

Bug#791474:

2015-09-07 Thread Daniel Boles
Cursory research would tell you that OpenBox has zero awareness of power events, so this can't be its fault. This would have to be solved somewhere else, such as the trackers for LXDE or Debian itself. Having said that, fwiw, I too am on Debian 8/LXDE and have never seen this, even after much