Bug#597757: nama: update_send_bus_cooked command fails due to illegal method call

Joel Roth jroth at pobox.com
Wed Sep 22 20:07:00 UTC 2010


Package: nama
Version: 1.064-3
Severity: normal


nama> add_send_bus_cooked MyBus destination
nama> add_track vocal
nama> update_send_bus MyBus

Can't locate object method "destination_id" via package
"Audio::Nama::SendBusCooked" at ../lib/Audio/Nama.pm line
5284.

The patch is a one-line fix, changing the method call

	->destination_id
to
    ->send_id

and removing meaningless void string "dummy"

sub update_send_bus {
    my $name = shift;
        add_send_bus( $name,
            $::Bus::by_name{$name}->destination_id), "dummy",
}



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages nama depends on:
ii  libanyevent-perl         5.271-1         Perl framework to handle multiple 
ii  libdata-section-perl     0.101620-1      module to read chunks of data from
ii  libevent-perl            1.12-1          generic Perl event loop module
ii  libfile-copy-link-perl   0.112-1         Perl extension for replacing a lin
ii  libfile-find-rule-perl   0.32-1          module to search for files based o
ii  libfile-homedir-perl     0.86-1          Get the home directory for yoursel
ii  libgraph-perl            1:0.91-1        Perl module for graph data structu
ii  libio-all-perl           0.39-2          Perl module for unified IO operati
ii  libmodern-perl-perl      1.03-3          Enable all of the features of Mode
ii  libparse-recdescent-perl 1.965001+dfsg-1 Perl module to create and use recu
ii  libterm-readline-gnu-per 1.20-1          Perl extension for the GNU ReadLin
ii  libtext-format-perl      0.52-21         Perl module for formatting (text) 
ii  libyaml-tiny-perl        1.43-1          Read/Write YAML files with as litt
ii  perl                     5.10.1-14       Larry Wall's Practical Extraction 

nama recommends no packages.

Versions of packages nama suggests:
ii  perl-tk                      1:804.029-1 Perl module providing the Tk graph

-- no debconf information





More information about the pkg-perl-maintainers mailing list