Skip Menu |

This queue is for tickets about the DCOP-Amarok-Playlist CPAN distribution.

Report information
The Basics
Id: 24118
Status: resolved
Priority: 0/
Queue: DCOP-Amarok-Playlist

People
Owner: Nobody in particular
Requestors: pmontepagano [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Problem compiling DCOP-Amarok-Playlist
Date: Thu, 28 Dec 2006 02:09:04 -0300
To: bug-DCOP-Amarok-Playlist [...] rt.cpan.org
From: Pablo Montepagano <pmontepagano [...] gmail.com>
I couldn't compile the module for gentoo. Info: -Operating system: Linux pablo 2.6.15-gentoo-r1 #5 Sat Aug 26 02:05:15 ART 2006 i686 AMD Duron(tm) processor AuthenticAMD GNU/Linux -perl, v5.8.8 built for i686-linux -I use gentoo with KDE enviroment. I have Amarok 1.4.4 and KDE 3.5.5 This is my output when I try to compile the module DCOP::Amarok::Playlist pablo ~ # g-cpan -i DCOP::Amarok::Playlist CPAN: Storable loaded ok Going to read /var/tmp/g-cpan/.cpan/Metadata Database was generated on Wed, 27 Dec 2006 10:25:24 GMT * g-cpan: Ebuild already exists for DCOP-Amarok-Playlist Calculating dependencies... done! Show quoted text
>>> Emerging (1 of 1) perl-gcpan/DCOP-Amarok-Playlist-0.007 to /
* DCOP-Amarok-Playlist-0.007.tar.gz MD5 ;-) ... [ ok ] * DCOP-Amarok-Playlist-0.007.tar.gz RMD160 ;-) ... [ ok ] * DCOP-Amarok-Playlist-0.007.tar.gz SHA1 ;-) ... [ ok ] * DCOP-Amarok-Playlist-0.007.tar.gz SHA256 ;-) ... [ ok ] * DCOP-Amarok-Playlist-0.007.tar.gz size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * checking DCOP-Amarok-Playlist-0.007.tar.gz ;-) ... [ ok ] Show quoted text
>>> Unpacking source... >>> Unpacking DCOP-Amarok-Playlist-0.007.tar.gz to /var/tmp/portage/DCOP-Amarok-Playlist-0.007/work >>> Source unpacked. >>> Compiling source in /var/tmp/portage/DCOP-Amarok-Playlist-0.007/work/DCOP-Amarok-Playlist-0.007 ...
/var/tmp/portage/DCOP-Amarok-Playlist-0.007/work/DCOP-Amarok-Playlist-0.007 * Using ExtUtils::MakeMaker Checking if your kit is complete... Looks good Writing Makefile for DCOP::Amarok::Playlist cp ._Playlist.pm blib/lib/DCOP/Amarok/._Playlist.pm cp Playlist.pm blib/lib/DCOP/Amarok/Playlist.pm /usr/bin/perl5.8.8 "-Iblib/arch" "-Iblib/lib" ._Makefile.PL ._Makefile Unrecognized character \x05 at ._Makefile.PL line 1. make: *** [._Makefile] Error 255 !!! ERROR: perl-gcpan/DCOP-Amarok-Playlist-0.007 failed. Call stack: ebuild.sh, line 1546: Called dyn_compile ebuild.sh, line 937: Called src_compile ebuild.sh, line 1255: Called perl-module_src_compile perl-module.eclass, line 138: Called die !!! compilation failed !!! If you need support, post the topmost build error, and the call stack if relevant. !!! This ebuild is from an overlay: '/usr/local/portage'
From: bitcard [...] ninkasi.com
On Wed Dec 27 23:59:02 2006, pmontepagano@gmail.com wrote: Show quoted text
> * Using ExtUtils::MakeMaker > Checking if your kit is complete... > Looks good > Writing Makefile for DCOP::Amarok::Playlist > cp ._Playlist.pm blib/lib/DCOP/Amarok/._Playlist.pm > cp Playlist.pm blib/lib/DCOP/Amarok/Playlist.pm > /usr/bin/perl5.8.8 "-Iblib/arch" "-Iblib/lib" ._Makefile.PL ._Makefile > Unrecognized character \x05 at ._Makefile.PL line 1. > make: *** [._Makefile] Error 255
The issue appears to be with the Makefile process. (Temporary) Resolution is to do the following: 1. Do a make Makefile.PL 2. Edit Makefile and rename references to ._Makefile.PL to Makefile.PL 3. Do a make 4. Repeat 2 5. Do a make install Cheers
From: bitcard [...] ninkasi.com
On Wed Apr 25 09:20:02 2007, ninkasi wrote: Show quoted text
> On Wed Dec 27 23:59:02 2006, pmontepagano@gmail.com wrote: >
> > * Using ExtUtils::MakeMaker > > Checking if your kit is complete... > > Looks good > > Writing Makefile for DCOP::Amarok::Playlist > > cp ._Playlist.pm blib/lib/DCOP/Amarok/._Playlist.pm > > cp Playlist.pm blib/lib/DCOP/Amarok/Playlist.pm > > /usr/bin/perl5.8.8 "-Iblib/arch" "-Iblib/lib" ._Makefile.PL ._Makefile > > Unrecognized character \x05 at ._Makefile.PL line 1. > > make: *** [._Makefile] Error 255
> > The issue appears to be with the Makefile process. (Temporary) > Resolution is to do the following: > > 1. Do a make Makefile.PL > 2. Edit Makefile and rename references to ._Makefile.PL to Makefile.PL > 3. Do a make > 4. Repeat 2 > 5. Do a make install > > Cheers
of course you all knew I meant "perl Makefile.PL" <grin>