Debian Bug report logs -
#263762
/usr/bin/oggdec: oggdec manpage error: oggdec - doesn't write to stdout
Reported by: Reuben Thomas <rrt@sc3d.org>
Date: Thu, 5 Aug 2004 16:33:04 UTC
Severity: minor
Tags: confirmed
Found in versions vorbis-tools/1.4.0-6, 1.0.1-1
Fixed in version vorbis-tools/1.4.0-8
Done: Petter Reinholdtsen <pere@debian.org>
Bug is archived. No further changes may be made.
Forwarded to https://trac.xiph.org/ticket/1678
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, Christopher L Cheney <ccheney@debian.org>:
Bug#263762; Package vorbis-tools.
(full text, mbox, link).
Acknowledgement sent to Reuben Thomas <rrt@sc3d.org>:
New Bug report received and forwarded. Copy sent to Christopher L Cheney <ccheney@debian.org>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: vorbis-tools
Version: 1.0.1-1
Severity: minor
File: /usr/bin/oggdec
The man page says:
If the input file is specified as ‐ , then oggdec will read
from stdin, and write to stdout unless an output filename is
specified.
This doesn't seem to be true. It writes to "-.wav" if no filename is
specified, e.g. for
oggdec - < foo.ogg
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8
Versions of packages vorbis-tools depends on:
ii libao2 0.8.5-1 Cross Platform Audio Output Librar
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii libcurl2 7.11.2-1 Multi-protocol file transfer libra
ii libflac4 1.1.0-11 Free Lossless Audio Codec - runtim
ii libogg0 1.1.0-1 Ogg Bitstream Library
ii liboggflac1 1.1.0-11 Free Lossless Audio Codec - runtim
ii libspeex1 1.0.rel.3-1 The Speex Speech Codec
ii libssl0.9.7 0.9.7d-4 SSL shared libraries
ii libvorbis0a 1.0.1-1 The Vorbis General Audio Compressi
ii libvorbisenc2 1.0.1-1 The Vorbis General Audio Compressi
ii libvorbisfile3 1.0.1-1 The Vorbis General Audio Compressi
ii zlib1g 1:1.2.1.1-5 compression library - runtime
-- no debconf information
Added tag(s) confirmed.
Request was from John Ferlito <johnf@inodes.org>
to control@bugs.debian.org.
(Sat, 03 Apr 2010 12:21:05 GMT) (full text, mbox, link).
Marked as found in versions vorbis-tools/1.4.0-6.
Request was from Martin Steghöfer <martin@steghoefer.eu>
to control@bugs.debian.org.
(Mon, 08 Dec 2014 18:51:13 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>:
Bug#263762; Package vorbis-tools.
(Mon, 08 Dec 2014 19:03:10 GMT) (full text, mbox, link).
Acknowledgement sent
to Martin Steghöfer <martin@steghoefer.eu>:
Extra info received and forwarded to list. Copy sent to Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>.
(Mon, 08 Dec 2014 19:03:10 GMT) (full text, mbox, link).
Message #16 received at 263762@bugs.debian.org (full text, mbox, reply):
Thanks for reporting this issue!
I think it's the "oggdec" executable that needs fixing rather than the
documentation. Writing to "-.wav" is probably a quite undesired behavior
for most users. Will look into it...
Cheers,
Martin
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>:
Bug#263762; Package vorbis-tools.
(Thu, 08 Oct 2015 20:39:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Martin Steghöfer <martin@steghoefer.eu>:
Extra info received and forwarded to list. Copy sent to Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>.
(Thu, 08 Oct 2015 20:39:04 GMT) (full text, mbox, link).
Message #21 received at 263762@bugs.debian.org (full text, mbox, reply):
tags 263762 + pending
thanks
Dear Reuben,
I've fixed this by adjusting oggdec's behavior to the one specified in
the man page (instead of adjusting the information in the man page). I
think that's the behavior that most users would expect. A trivial code
change did the trick.
New behavior:
/
| mast@biene-maja$ cat hogans-heroes.ogg | oggdec - | wc -c
| oggdec from vorbis-tools 1.4.0
| 4321342
| mast@biene-maja$ cat hogans-heroes.ogg | oggdec - -o - | wc -c
| oggdec from vorbis-tools 1.4.0
| 4321342
| mast@biene-maja$ cat hogans-heroes.ogg | oggdec - -o hogans-heroes.wav
&& wc -c hogans-heroes.wav
| oggdec from vorbis-tools 1.4.0
| 4321342 hogans-heroes.wav
| mast@biene-maja$ rm hogans-heroes.wav
| mast@biene-maja$ oggdec hogans-heroes.ogg && wc -c hogans-heroes.wav
| oggdec from vorbis-tools 1.4.0
| Decoding "hogans-heroes.ogg" to "hogans-heroes.wav"
| [100,0%]
| 4321342 hogans-heroes.wav
\
Cheers,
Martin
Added tag(s) pending.
Request was from Martin Steghöfer <martin@steghoefer.eu>
to control@bugs.debian.org.
(Thu, 08 Oct 2015 20:39:06 GMT) (full text, mbox, link).
Reply sent
to Petter Reinholdtsen <pere@debian.org>:
You have taken responsibility.
(Thu, 11 Feb 2016 09:57:09 GMT) (full text, mbox, link).
Notification sent
to Reuben Thomas <rrt@sc3d.org>:
Bug acknowledged by developer.
(Thu, 11 Feb 2016 09:57:09 GMT) (full text, mbox, link).
Message #28 received at 263762-close@bugs.debian.org (full text, mbox, reply):
Source: vorbis-tools
Source-Version: 1.4.0-8
We believe that the bug you reported is fixed in the latest version of
vorbis-tools, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 263762@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Petter Reinholdtsen <pere@debian.org> (supplier of updated vorbis-tools package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 11 Feb 2016 09:10:51 +0000
Source: vorbis-tools
Binary: vorbis-tools vorbis-tools-dbg
Architecture: source
Version: 1.4.0-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>
Changed-By: Petter Reinholdtsen <pere@debian.org>
Description:
vorbis-tools - several Ogg Vorbis tools
vorbis-tools-dbg - several Ogg Vorbis tools (debug files)
Closes: 263762 572491
Changes:
vorbis-tools (1.4.0-8) unstable; urgency=medium
.
[ Martin Steghöfer ]
* oggdec: Write to stdout instead of "-.wav" when reading from stdin
and not output file name is given (Closes: #263762).
* ogg123: Mention FLAC capabilities in man page. (Closes: #572491)
.
[ Petter Reinholdtsen ]
* Added Ralph Giles as uploader.
Checksums-Sha1:
4bb01f193d2d5b5f39752dd46fe64a4be22adc29 2277 vorbis-tools_1.4.0-8.dsc
43158ccb5e01f16106cf7a712fc2689a705406ce 21908 vorbis-tools_1.4.0-8.debian.tar.xz
Checksums-Sha256:
e248083c466f3961a62c82653e5c0b7b73eaca6c797ed453a03a1538497be94f 2277 vorbis-tools_1.4.0-8.dsc
03d465c9b5d2d4fd60a382402893e89bb6bf30b1cb4dc3712c56565923c212ad 21908 vorbis-tools_1.4.0-8.debian.tar.xz
Files:
84975f4c6607e5c9fffddb28af10a39c 2277 sound optional vorbis-tools_1.4.0-8.dsc
29c74f0889dd067f36f43e070af9d9da 21908 sound optional vorbis-tools_1.4.0-8.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJWvFJmAAoJEIEoCqCHuvsOO7UQAL6urrZvEYDJp9BghsV6+2iN
w8qF7IDSCu6TPot9LA4M6Y1hstWi9AObX6tZVmiC9sWx/fGUUnnbLnnj4TUoIsMI
7mpohDAgpjRM2jUBkbwiW88iM3cnLWaLoLkxFyA8JBQNLm3GG5caDvka5TxMEIvL
2Pbjf3tG9DY3nrjp0pCLQ+pe3RZAH+KcjqN0w5kU2hPkLhXz+Ic+SBrzfvgx2jGg
Ck97yskmHaxkBTFAUYGAVFYCG4aMPfK09mNqjKrOYHpu6Mm2TJBQD5QiZRzf8ZpV
BLxkIW5NmjY2VwJCoIwQGIX8sZuAEJdnM51Yi7HVnPNV4hXbwG0JnD4Gqw+/yoPU
xQ2C1EZvrGFCUXc+qbTzmGY0f+pWuok73aNuEuiKTkq61K2SLpMH9JWrItFave34
L2CsUh64hYY/zeJVQqeE+bMPIv92ohKfq2cEBjCJXnQ9rHHnEvNKUqIc1uWYJhfl
J86OIgwebrbXT2T3yVr0VcasVnZ90O8Wah+b164b1RX4crjB08PAgBkjIIIlakaf
HoHSR8iTqRrxW6PMU+hpnMLjJr7KBUO8NnwINpQWIHVU8xcTEc5w0IazFVeE1Thp
gvRJ1+n7ExU8fTaEfih8udN6pi2oTDxCqyo2PZK2i+HJkZClAr/pQvU4zLuNW+60
np5Bkbji63QwSDgTm2rR
=juvi
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Wed, 16 Mar 2016 07:31:39 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 00:15:08 2023;
Machine Name:
bembo
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.