Skip Menu |

This queue is for tickets about the Xmms-Perl CPAN distribution.

Report information
The Basics
Id: 2158
Status: new
Priority: 0/
Queue: Xmms-Perl

People
Owner: Nobody in particular
Requestors: ross [...] wander-lust.org
Cc:
AdminCc:

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



Subject: unsuccesful make on install with CPAN
Hi sorry to bother but I am getting consistent make errors under solaris when using CPAN to install the xmms-perl module. I have installed every dependancie that strikes as being missing. The load log is attached to the report. Apologies if I am being stupid and missing something important/silly. # perl -v This is perl, v5.8.0 built for sun4-solaris Copyright 1987-2002, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. # uname -a SunOS kali 5.8 Generic_108528-12 sun4u sparc SUNW,Ultra-5_10 Thanks Ross
Removing previously used /usr/local/build/Xmms-Perl-0.12 CPAN.pm: Going to build D/DO/DOUGM/Xmms-Perl-0.12.tar.gz Checking if your kit is complete... Looks good Warning: prerequisite MPEG::MP3Info 0 not found. Note (probably harmless): No library found for -lgtk Note (probably harmless): No library found for -lgdk Writing Makefile for Xmms::Config Note (probably harmless): No library found for -lgtk Note (probably harmless): No library found for -lgdk Writing Makefile for Xmms::Remote Note (probably harmless): No library found for -lgtk Note (probably harmless): No library found for -lgdk Writing Makefile for Xmms::SongChange Writing Makefile for Xmms-Perl cp lib/Xmms/ExtUtils.pm blib/lib/Xmms/ExtUtils.pm cp lib/Bundle/Xmms.pm blib/lib/Bundle/Xmms.pm cp lib/Xmms.pm blib/lib/Xmms.pm make[1]: Entering directory `/u01/local/build/Xmms-Perl-0.12/Config' cp Config.pm ../blib/lib/Xmms/Config.pm /usr/local/bin/perl /usr/local/lib/perl5/5.8.0/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.8.0/ExtUtils/typemap Config.xs > Config.xsc && mv Config.xsc Config.c gcc -B/usr/ccs/bin/ -c -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/local/lib/perl5/5.8.0/sun4-solaris/CORE" Config.c Config.xs:5:29: xmms/configfile.h: No such file or directory Config.xs:7: parse error before '*' token Config.xs:7: warning: data definition has no type or storage class Config.c: In function `XS_Xmms__Config_new': Config.c:70: `gchar' undeclared (first use in this function) Config.c:70: (Each undeclared identifier is reported only once Config.c:70: for each function it appears in.) Config.c:70: `filename' undeclared (first use in this function) Config.c:71: parse error before "RETVAL" Config.c:76: parse error before ')' token Config.xs:44: `RETVAL' undeclared (first use in this function) Config.c: In function `XS_Xmms__Config_DESTROY': Config.c:101: parse error before "cfg" Config.c:105: `cfg' undeclared (first use in this function) Config.c:105: called object is not a function Config.c: In function `XS_Xmms__Config_write_file': Config.c:122: parse error before "cfg" Config.c:123: `gchar' undeclared (first use in this function) Config.c:123: `filename' undeclared (first use in this function) Config.c:123: parse error before ')' token Config.c:124: `gboolean' undeclared (first use in this function) Config.c:124: parse error before "RETVAL" Config.c:129: `cfg' undeclared (first use in this function) Config.c:129: called object is not a function Config.c:134: `RETVAL' undeclared (first use in this function) Config.c: In function `XS_Xmms__Config_remove_key': Config.c:147: parse error before "cfg" Config.c:148: `gchar' undeclared (first use in this function) Config.c:148: `section' undeclared (first use in this function) Config.c:148: parse error before ')' token Config.c:149: `key' undeclared (first use in this function) Config.c:149: parse error before ')' token Config.c:153: `cfg' undeclared (first use in this function) Config.c:153: called object is not a function Config.c: In function `XS_Xmms__Config_read': Config.c:170: parse error before "cfg" Config.c:171: `gchar' undeclared (first use in this function) Config.c:171: `section' undeclared (first use in this function) Config.c:171: parse error before ')' token Config.c:172: `key' undeclared (first use in this function) Config.c:172: parse error before ')' token Config.xs:77: `value' undeclared (first use in this function) Config.c:181: `cfg' undeclared (first use in this function) Config.c:181: called object is not a function Config.c: In function `XS_Xmms__Config_write': Config.c:207: parse error before "cfg" Config.c:208: `gchar' undeclared (first use in this function) Config.c:208: `section' undeclared (first use in this function) Config.c:208: parse error before ')' token Config.c:209: `key' undeclared (first use in this function) Config.c:209: parse error before ')' token Config.c:210: `value' undeclared (first use in this function) Config.c:210: parse error before ')' token Config.c:214: `cfg' undeclared (first use in this function) Config.c:214: called object is not a function make[1]: *** [Config.o] Error 1 make[1]: Leaving directory `/u01/local/build/Xmms-Perl-0.12/Config' make: *** [subdirs] Error 2 /usr/local/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Bundle summary: The following items in bundle Bundle::Xmms had installation problems:
From: KuroiShi
I had the same problem on Fedora Core 1, it was fixed by installing the XMMS-devel package. Check with your vendor for a package containing the XMMS development headers and libraries. --Dave Koppel [guest - Wed Feb 26 08:18:10 2003]: Show quoted text
> Hi sorry to bother but I am getting consistent make errors under > solaris when using CPAN to install the xmms-perl module. I have > installed every dependancie that strikes as being missing. The load > log is attached to the report. Apologies if I am being stupid and > missing something important/silly. > > # perl -v > > This is perl, v5.8.0 built for sun4-solaris > > Copyright 1987-2002, Larry Wall > > Perl may be copied only under the terms of either the Artistic License > or the > GNU General Public License, which may be found in the Perl 5 source > kit. > > Complete documentation for Perl, including FAQ lists, should be found > on > this system using `man perl' or `perldoc perl'. If you have access to > the > Internet, point your browser at http://www.perl.com/, the Perl Home > Page. > > # uname -a > SunOS kali 5.8 Generic_108528-12 sun4u sparc SUNW,Ultra-5_10 > > > > Thanks > > Ross