[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 4.6-131-219-gda920ee,
which indicates that it is built using the 131st change set
(in _some_ repository) following the "v4.6" tag, and that da920ee
is a prefix of the commit SHA1.

Prior to this commit, "find --version" reported "4.7.0-git".
As of that commit, it reports "4.6.0.157-1cc2"
The very latest as of today reports "4.7.0.12-6975a".

*If* this were to be addressed for Ubuntu 18.04, it could be done
by backporting this patch from upstream.  I express no opinion on
whether that would be worth doing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842133

Title:
  findutils shows wrong version number

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/findutils/+bug/1842133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 
this issue.

The "findutils_4.6.0+git+20170828.orig.tar.xz" file I get from the same apt-get 
command
unpacks to a "findutils-4.7.0-gitfindutils-4.7.0-git" directory.

I just built findutils revision febde26dd0e66dda5d4060fa29b85443ddc6a865 from 
source, and
the resulting "find" command does print "find (GNU findutils) 4.7.0-git" when 
invoked with
"--version".  So it seems to be an upstream issue.  "info findutils", which 
loads
/usr/share/info/find.info.gz, also reports version 4.7.0-git.

Whatever the cause, I suggest that "4.7.0-git" is misleading, since release 
4.7.0 did not
yet exist.

I could submit a bug report against the upstream findutils component.
Should I do so?

(To be clear, I'm not saying this is a major, or even necessarily
significant, problem.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842133

Title:
  findutils shows wrong version number

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/findutils/+bug/1842133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 version number of "4.7.0-git".

As you can see, the "/usr/bin/find" executable is dated Nov 5 2017.
findutils release 4.7.0 was released just yesterday, Aug 29 2017.

Ubuntu 19.04 has findutils 4.6.0+git+20190209-2, and "find --version"
shows "find (GNU findutils) 4.6.0.225-235f".

Expected: "findutils --version" shows a version number based on 4.6.0
Actual:   "findutils --version" shows a version number based on 4.7.0,
  which had not yet been released

Demonstration:

$ lsb_release -rd
Description:Ubuntu 18.04.3 LTS  
Release:18.04
$ apt-cache policy findutils
findutils:
  Installed: 4.6.0+git+20170828-2
  Candidate: 4.6.0+git+20170828-2
  Version table:
 *** 4.6.0+git+20170828-2 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
$ ls -l /usr/bin/find
-rwxr-xr-x 1 root root 238080 Nov  5  2017 /usr/bin/find
$ /usr/bin/find --version
find (GNU findutils) 4.7.0-git
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later .
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Eric B. Decker, James Youngman, and Kevin Dalley.
Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS(FTS_CWDFD) 
CBO(level=2)
$

** Affects: findutils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842133

Title:
  findutils shows wrong version number

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/findutils/+bug/1842133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1739505

Title:
  segfault on simple script that involves eval

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/csh/+bug/1739505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2019-07-26 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 OpenBSD version from which the Debian/Ubuntu version was copied,
lex.c contains the following lines:

if ((evalp = *evalvec) != '\0') {
evalvec++;
goto top;
}

evalp is a pointer, so the comparison should be to NULL, not '\0'.

debian/patches/pointer_deref_comparison.patch changes the first line to:

if (*(evalp = *evalvec) != '\0') {

This fixes the compiler warning for comparing a pointer to '\0', but
it causes a segmentation fault if  is a null pointer -- which
happens whenever the "eval" command is invoked.  It's line 1330 of lex.c
in the patched csh 20110502-3 sources on Ubuntu 18.04.2 LTS package.

A later OpenBSD version of the csh sources changes that line to:

if ((evalp = *evalvec) != NULL) {

The change was made in commit bdb0dae4088 in
https://github.com/openbsd/src on 2018-09-19

The same problem occurs with csh 20110502-4 on Debian 10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1739505

Title:
  segfault on simple script that involves eval

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/csh/+bug/1739505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 with "gcc
-g", and reproduced the problem under gdb:

$ gdb ./csh 
GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./csh...done.
(gdb) run -f
Starting program: /home/kst/src/csh/csh-20110502/csh -f
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
% eval date

Program received signal SIGSEGV, Segmentation fault.
0x5556e369 in readc (wanteof=0) at lex.c:1330
1330if (*(evalp = *evalvec) != '\0') {
(gdb) where
#0  0x5556e369 in readc (wanteof=0) at lex.c:1330
#1  0x5556b66f in getC1 (flag=3) at lex.c:384
#2  0x5556b440 in word () at lex.c:329
#3  0x5556ac94 in lex (hp=0x55783450 ) at lex.c:164
#4  0xa9f0 in process (catch=0) at csh.c:1046
#5  0x55567f44 in doeval (v=0x5578af60, t=0x5578ae80) at 
func.c:1396
#6  0x55564daf in func (t=0x5578ae80, bp=0x55781018 
) at func.c:113
#7  0x5557589b in execute (t=0x5578ae80, wanttty=6242, 
pipein=0x0, pipeout=0x0) at sem.c:370
#8  0x55575b78 in execute (t=0x5578ae40, wanttty=6242, 
pipein=0x0, pipeout=0x0) at sem.c:418
#9  0xab48 in process (catch=1) at csh.c:1088
#10 0x9375 in main (argc=0, argv=0x7fffe638) at csh.c:553
(gdb) quit
A debugging session is active.

Inferior 1 [process 6242] will be killed.

Quit anyway? (y or n) y
$ 

I'll note that this problem has not inconvenienced me, and I expect that
most csh users would be using tcsh, which is not affected by this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1739505

Title:
  segfault on simple script that involves eval

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/csh/+bug/1739505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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, even when
the C++ compiler is invoked in what should be a conforming mode.

EXPECTED: Program compiles without error and prints "3".
OBSERVED: Program is rejected at compile time.

(The program is rejected when g++ or clang++ is invoked without
options.  That's not a bug.)

Using  rather than  doesn't change the symptom.

A similar program in C does not exhibit the problem.

I *think* the problem is in the "math.h" header, which should arrange
for M_PI and similar macros not to be defined in conforming mode.
It's also possible that a fix might involve updates to g++ and/or
clang++.  I haven't fully investigated the twisty maze of macro
definitions and nested #includes in math.h.

(I acknowledge that writing your own definition of M_PI is not a
good idea, and that the definition in this program is particularly
poor style.)

Output illustrating the problem follows:

$ lsb_release -rd
Description:Ubuntu 18.04.1 LTS
Release:18.04

$ uname -a
Linux bomb20 4.15.0-42-generic #45-Ubuntu SMP Thu Nov 15 19:32:57 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

$ dpkg -l g++ clang libc6-dev:amd64 | grep '^ii'
ii  clang   1:6.0-41~exp5~ubuntu1 amd64C, C++ and Objective-C 
compiler (LLVM based)
ii  g++ 4:7.3.0-3ubuntu2.1amd64GNU C++ compiler
ii  libc6-dev:amd64 2.27-3ubuntu1 amd64GNU C Library: 
Development Libraries and Header Files

$ g++ --version | head -1
g++ (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0

$ clang++ --version
clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

$ cat M_PI_bug.cpp 
#include 
#include 
int main() {
const int M_PI = 22/7;
std::cout << M_PI << '\n';
}

// This is not reasonable code.
// The issue is that a conforming C++ compiler must accept it.

// Expected output: 3

$ g++ -std=c++17 -pedantic-errors -c M_PI_bug.cpp 
In file included from /usr/include/c++/7/cmath:45:0,
 from M_PI_bug.cpp:2:
M_PI_bug.cpp: In function ‘int main()’:
M_PI_bug.cpp:4:15: error: expected unqualified-id before numeric constant
 const int M_PI = 22/7;
   ^

$ clang++ -std=c++17 -pedantic-errors -c M_PI_bug.cpp 
M_PI_bug.cpp:4:15: error: expected unqualified-id
const int M_PI = 22/7;
  ^
/usr/include/math.h:777:16: note: expanded from macro 'M_PI'
# define M_PI   3.14159265358979323846  /* pi */
^
1 error generated.

** Affects: glibc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810695

Title:
  g++: M_PI is visible in conforming mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1810695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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 pulseaudio developer about the definition of analog-
 output-mono port when the sound card only support stereo

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1214670

 Title:
   [ICH4 - Intel ICH6, playback] No sound at all

 Status in “alsa-driver” package in Ubuntu:
   Incomplete

 Bug description:
   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
   DistroRelease: Ubuntu 13.04
   Package: alsa-base 1.0.25+dfsg-0ubuntu4
   ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
   Uname: Linux 3.8.0-27-generic i686
   ApportVersion: 2.9.2-0ubuntu8.3
   Architecture: i386
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  keith  1328 F pulseaudio
   CurrentDmesg: [   24.994030] input: TPPS/2 IBM TrackPoint as
 /devices/platform/i8042/serio1/serio2/input/input7
   Date: Tue Aug 20 21:12:07 2013
   InstallationDate: Installed on 2013-08-18 (2 days ago)
   InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386
 (20130424)
   MarkForUpload: True
   PackageArchitecture: all
   ProcEnviron:
TERM=xterm
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: alsa-driver
   Symptom: audio
   Symptom_AlsaPlaybackTest: ALSA playback test through plughw:ICH6 failed
   Symptom_Card: Built-in Audio - Intel ICH6
   Symptom_DevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  keith  1328 F pulseaudio
   Symptom_Type: No sound at all
   Title: [ICH4 - Intel ICH6, playback] No sound at all
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 02/14/2006
   dmi.bios.vendor: IBM
   dmi.bios.version: 76ET63WW (1.23 )
   dmi.board.name: 1848W2S
   dmi.board.vendor: IBM
   dmi.board.version: Not Available
   dmi.chassis.asset.tag: No Asset Information
   dmi.chassis.type: 10
   dmi.chassis.vendor: IBM
   dmi.chassis.version: Not Available
   dmi.modalias:
 dmi:bvnIBM:bvr76ET63WW(1.23):bd02/14/2006:svnIBM:pn1848W2S:pvrThinkPadR52:rvnIBM:rn1848W2S:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
   dmi.product.name: 1848W2S
   dmi.product.version: ThinkPad R52
   dmi.sys.vendor: IBM

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1214670/+subscriptions


-- 
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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1214670/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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%] [0.00dB] [off]
keith@keith-ThinkPad-R52:~$ amixer sset Master unmute
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] [on]
  Front Right: Playback 31 [100%] [0.00dB] [on]

Still no sound.

I have attached the PulseAudio log as instructed at:
https://wiki.ubuntu.com/PulseAudio/Log

I appreciate any help.


** Attachment added: pulseverbose.log
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1214670/+attachment/3782296/+files/pulseverbose.log

-- 
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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1214670/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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:

amixer sset Master Mono Playback Switch unmute

Thank you for your help!


On Thu, Aug 22, 2013 at 12:14 PM, Raymond 1214...@bugs.launchpad.netwrote:

 active port: analog-output-mono;output-amplifier-off

 as analog-output-mono is selected, pulseaudio unmute master mono
 playback switch but mute master playback switch

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1214670

 Title:
   [ICH4 - Intel ICH6, playback] No sound at all

 Status in “alsa-driver” package in Ubuntu:
   Incomplete

 Bug description:
   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
   DistroRelease: Ubuntu 13.04
   Package: alsa-base 1.0.25+dfsg-0ubuntu4
   ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
   Uname: Linux 3.8.0-27-generic i686
   ApportVersion: 2.9.2-0ubuntu8.3
   Architecture: i386
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  keith  1328 F pulseaudio
   CurrentDmesg: [   24.994030] input: TPPS/2 IBM TrackPoint as
 /devices/platform/i8042/serio1/serio2/input/input7
   Date: Tue Aug 20 21:12:07 2013
   InstallationDate: Installed on 2013-08-18 (2 days ago)
   InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386
 (20130424)
   MarkForUpload: True
   PackageArchitecture: all
   ProcEnviron:
TERM=xterm
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: alsa-driver
   Symptom: audio
   Symptom_AlsaPlaybackTest: ALSA playback test through plughw:ICH6 failed
   Symptom_Card: Built-in Audio - Intel ICH6
   Symptom_DevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  keith  1328 F pulseaudio
   Symptom_Type: No sound at all
   Title: [ICH4 - Intel ICH6, playback] No sound at all
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 02/14/2006
   dmi.bios.vendor: IBM
   dmi.bios.version: 76ET63WW (1.23 )
   dmi.board.name: 1848W2S
   dmi.board.vendor: IBM
   dmi.board.version: Not Available
   dmi.chassis.asset.tag: No Asset Information
   dmi.chassis.type: 10
   dmi.chassis.vendor: IBM
   dmi.chassis.version: Not Available
   dmi.modalias:
 dmi:bvnIBM:bvr76ET63WW(1.23):bd02/14/2006:svnIBM:pn1848W2S:pvrThinkPadR52:rvnIBM:rn1848W2S:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
   dmi.product.name: 1848W2S
   dmi.product.version: ThinkPad R52
   dmi.sys.vendor: IBM

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1214670/+subscriptions


-- 
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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1214670/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1214670/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
DistroRelease: Ubuntu 13.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
Uname: Linux 3.8.0-27-generic i686
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  keith  1328 F pulseaudio
CurrentDmesg: [   24.994030] input: TPPS/2 IBM TrackPoint as 
/devices/platform/i8042/serio1/serio2/input/input7
Date: Tue Aug 20 21:12:07 2013
InstallationDate: Installed on 2013-08-18 (2 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:ICH6 failed
Symptom_Card: Built-in Audio - Intel ICH6
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  keith  1328 F pulseaudio
Symptom_Type: No sound at all
Title: [ICH4 - Intel ICH6, playback] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/14/2006
dmi.bios.vendor: IBM
dmi.bios.version: 76ET63WW (1.23 )
dmi.board.name: 1848W2S
dmi.board.vendor: IBM
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: IBM
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnIBM:bvr76ET63WW(1.23):bd02/14/2006:svnIBM:pn1848W2S:pvrThinkPadR52:rvnIBM:rn1848W2S:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
dmi.product.name: 1848W2S
dmi.product.version: ThinkPad R52
dmi.sys.vendor: IBM

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 raring

-- 
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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1214670/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 /usr/share/info.

As a workaround, I can type info gcc-4.7, info gcc.info, or info
gcc-.

$ cd /usr/share/info
$ ls -l gcc*
-rw-r--r-- 1 root root 523080 Sep 21  2012 gcc-4.7.info.gz
lrwxrwxrwx 1 root root 15 Sep 21  2012 gcc.info.gz - gcc-4.7.info.gz
-rw-r--r-- 1 root root  24002 Sep 21  2012 gccgo.info.gz
-rw-r--r-- 1 root root 538706 Sep 21  2012 gccint-4.7.info.gz
lrwxrwxrwx 1 root root 18 Sep 21  2012 gccint.info.gz - gccint-4.7.info.gz
$ grep gcc dir
* Gccgo: (gccgo).   A GCC-based compiler for the Go language
* g++-4.7: (gcc-4.7).   The GNU C++ compiler.
* gcc-4.7: (gcc-4.7).   The GNU Compiler Collection.
* gccint-4.7: (gccint-4.7). Internals of the GNU Compiler Collection.


The problem: There is no entry for gcc. info gcc shows the *first* entry 
whose name starts with gcc -- which happens to be gccgo.

Note that the gccgo documentation is installed as part of the gcc-doc
package; it's not even necessary to install gccgo for the problem to
occur.

Manually editing /usr/share/info/dir so that the line for gccgo comes
*after* the line for gcc-4.7 fixes the problem (at least until the
next time something updates the dir file).

Suggested fix:

When installing the gcc-doc or gcc-4.7-doc package, ensure that an
entry named gcc is added to /usr/local/share/info.

Alternative:

Ensure that the entry for gccgo appears after the entry for gcc-4.7.
(This seems less clean.)

** Affects: linuxmint
 Importance: Undecided
 Status: New

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Also affects: ubuntu
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1203904

Title:
  info gcc shows gccgo manual, not gcc manual

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1203904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Linux kvetch 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012 
i686 i686 i386 GNU/Linux
$ echo $BASH_VERSION
4.2.24(1)-release
$ dpkg -l bash bash-completion
[SNIP]
ii  bash   4.2-2ubuntu2   GNU Bourne Again SHell
ii  bash-completio 1:1.3-1ubuntu8 programmable completion for the bash shell
$ echo $HOME/tab

produces

$ echo \$HOME/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/177243

Title:
  Bash command completion puts backslash in front of beginning dollar
  sign

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/177243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.launchpad.net/bugs/177243

Title:
  Bash command completion puts backslash in front of beginning dollar
  sign

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/177243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs