[Bug 1842133] Re: findutils shows wrong version number

2019-09-09 Thread Keith Thompson
I found the upstream fix for this issue. git://git.sv.gnu.org/findutils : commit 1cc207f6ebddd3609c995f17756f995cf8847c32 Author: Bernhard Voelker Date: 2017-10-30 21:54:19 +0100 maint: make inter-release --version output more useful Now, each snapshot has a version "number" like

[Bug 1842133] [NEW] findutils shows wrong version number

2019-08-30 Thread Keith Thompson
Public bug reported: This problem occurs on Ubuntu 18.04.3 LTS (bionic). It does not occur on Ubuntu 19.04 (disco) The "find" and "xargs" command are provided by a patched version of the GNU findutils package. The current version is based on release 4.6.0, but the "--version" option shows a versi

[Bug 1842133] Re: findutils shows wrong version number

2019-09-01 Thread Keith Thompson
> First off: Ubuntu/Debian do not ship "patched version of the GNU findutils > package [...] based on release 4.6.0". OK. When I do "apt-get source findutils" I get a "findutils_4.6.0+git+20170828-2.debian.tar.xz" file that does include two patches, but neither of them seems to be relevant to t

[Bug 1810695] [NEW] g++: M_PI is visible in conforming mode

2019-01-06 Thread Keith Thompson
Public bug reported: The macro M_PI, which expands to a constant approximating the value of pi, is defined by POSIX, but not by ISO C or ISO C++. It is not a reserved identifier, so it should be available for use as a user-defined identifier. The problem: Including causes M_PI to be defined, ev

[Bug 1739505] Re: segfault on simple script that involves eval

2019-04-17 Thread Keith Thompson
I've run into this myself in Ubuntu 18.04 and 18.10. I have not found any "eval" command that does not cause bsd-csh to die with a segmentation fault. For example: $ bsd-csh -f % eval date Segmentation fault (core dumped) I downloaded the source tarball for csh_20110502, compiled it

[Bug 1214670] [NEW] [ICH4 - Intel ICH6, playback] No sound at all

2013-08-20 Thread Keith Thompson
Public bug reported: Using Ubuntu 13.04 No sound at all. Have attempted to update ALSA drivers, however I get the message: E: Unable to locate package linux-alsa-driver-modules-3.8.0-27-generic E: Couldn't find any package by regex 'linux-alsa-driver-modules-3.8.0-27-generic' ProblemType: Bug

[Bug 1214670] Re: [ICH4 - Intel ICH6, playback] No sound at all

2013-08-21 Thread Keith Thompson
Thank you for your response! I will attempt your reccomendation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1214670 Title: [ICH4 - Intel ICH6, playback] No sound at all To manage notifications

[Bug 1214670] Re: [ICH4 - Intel ICH6, playback] No sound at all

2013-08-22 Thread Keith Thompson
Attempted to unmute master playback with: amixer sset Master mute Simple mixer control 'Master',0 Capabilities: pvolume pswitch penum Playback channels: Front Left - Front Right Limits: Playback 0 - 31 Mono: Front Left: Playback 31 [100%] [0.00dB] [off] Front Right: Playback 31 [100%]

Re: [Bug 1214670] Re: [ICH4 - Intel ICH6, playback] No sound at all

2013-08-22 Thread Keith Thompson
Thank you for your posts. Would you be able to explain how to unmute Master Mono Playback Switch? I am able to mute the Master Playback Switch with the command: amixer sset Master Playback Switch mute But, nothing happens when I try to unmute the Master Mono Playback Switch with the command: a

[Bug 177243] Re: Bash command completion puts backslash in front of beginning dollar sign

2012-04-26 Thread Keith Thompson
I'm seeing this on Ubuntu 12.04. (I installed beta2 a couple of weeks ago and have applied all updates since then). I have commented out the entire body of /etc/profile.d/bash_completion.sh (due to a different issue). With a newly created account, no changes to any $HOME/.* files : $ uname -a Li

[Bug 177243] Re: Bash command completion puts backslash in front of beginning dollar sign

2012-04-26 Thread Keith Thompson
More information: I see the same problem with bash-4.2 built from source. Restoring the original version of /etc/profile.d/bash_completion.sh doesn't change the behavior. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

Re: [Bug 1214670] Re: [ICH4 - Intel ICH6, playback] No sound at all

2013-08-29 Thread Keith Thompson
Still no luck. Your ALSA information is located at: http://www.alsa- project.org/db/?f=ab5b900d2de763cb536831c1cb13a9efb1fd93ca Thanks! On Thu, Aug 22, 2013 at 6:59 PM, Raymond <1214...@bugs.launchpad.net> wrote: > you must specify card number > > alsamixer -c 0 > > you have to ask the pulse

[Bug 1203904] [NEW] "info gcc" shows gccgo manual, not gcc manual

2013-07-22 Thread Keith Thompson
Public bug reported: Linux Mint 14, x86_64 gcc 4.7.2-2ubuntu1 gcc-doc 4.7.2-1ubuntu2 GNU texinfo 4.13 When I type "info gcc" at the command line, I get the manual for "gccgo". I should get the manual for "gcc". I haven't set a value for $INFOPATH. The problem still occurs when I set $INFOPATH to

[Bug 1739505] Re: segfault on simple script that involves eval

2019-07-25 Thread Keith Thompson
I've found the cause of the problem. It can be fixed by grabbing the latest csh sources from OpenBSD and removing one of the Debian patches. I've examined the csh sources obtained by running "apt-get source csh", and the upstream OpenBSD csh sources from https://github.com/openbsd/src . In the Op

[Bug 1739505] Re: segfault on simple script that involves eval

2019-07-26 Thread Keith Thompson
I've submitted a report for this same bug on Debian 10. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933057 ** Bug watch added: Debian Bug tracker #933057 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933057 -- You received this bug notification because you are a member of Ubuntu Bu