[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#728805: marked as done (mpg123-el: error on ogg with no artist tag)



Your message dated Sun, 17 May 2020 05:15:13 +0000
with message-id <[🔎] E1jaBdp-0003DO-EX@fasolo.debian.org>
and subject line Bug#960813: Removed package(s) from unstable
has caused the Debian Bug report #728805,
regarding mpg123-el: error on ogg with no artist tag
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
728805: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728805
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: mpg123-el
Version: 1:1.58-1
Severity: normal
Tags: patch
File: /usr/share/emacs/site-lisp/mpg123-el/mpg123.el

If an ogg file does not have an artist tag then M-x mpg123 gets an
error.

    oggenc /usr/share/sounds/alsa/Front_Center.wav -o /tmp/foo.ogg

    M-x mpg123 /tmp/foo.ogg
    =>
    mpg123:ogg123-tag-by-ogginfo: Wrong type argument: stringp, nil

Perhaps it could default to empty per below.

--- mpg123.el.orig	2011-02-13 19:48:27.000000000 +1100
+++ mpg123.el	2013-11-03 18:38:13.000000000 +1100
@@ -2429,7 +2429,8 @@
 	(process-coding-system-alist
 	 (list (cons mpg123-program-ogginfo (cons eucjp eucjp))))
 	(buf (get-buffer-create " *mpg123tmp"))
-	title artist
+	(title "")
+	(artist "")
 	(oldenv (getenv "LC_CTYPE")))
     (unwind-protect
 	(progn

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mpg123-el depends on:
ii  aumix                    2.9.1-2
ii  emacs                    45.0
ii  emacs23-lucid [emacsen]  23.4+1-4.1
ii  emacs24-lucid [emacsen]  24.3+1-1
ii  emacsen-common           2.0.5
ii  mpg123                   1.16.0-1
ii  mpg321 [mpg123]          0.3.2-1.1
ii  vorbis-tools             1.4.0-1

mpg123-el recommends no packages.

mpg123-el suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1:1.58-2+rm

Dear submitter,

as the package mpg123-el has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/960813

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: