Skip Menu |

This queue is for tickets about the XML-LibXSLT CPAN distribution.

Report information
The Basics
Id: 124460
Status: rejected
Priority: 0/
Queue: XML-LibXSLT

People
Owner: Nobody in particular
Requestors: niels.seidel [...] nise81.com
Cc:
AdminCc:

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



Subject: make / install fails, no makefile
Date: Sun, 18 Feb 2018 16:41:21 +0100
To: bug-XML-LibXSLT [...] rt.cpan.org
From: niels seidel <niels.seidel [...] nise81.com>
Hello, I am new to Perl and wanted to install XML::LibXSLT because it is required for a module called biber. When trying to make and install the module LibXSLT I get the following error: make XML::LibXSLT Running make for module 'XML::LibXSLT' Checksum for /home/abb/.local/share/.cpan/sources/authors/id/S/SH/SHLOMIF/XML-LibXSLT-1.95.tar.gz ok Scanning cache /home/abb/.local/share/.cpan/build for sizes ............................................................................DONE Configuring S/SH/SHLOMIF/XML-LibXSLT-1.95.tar.gz with Makefile.PL running xslt-config... failed using fallback values for LIBS and INC options: LIBS='-L/usr/local/lib -L/usr/lib -lxslt -lxml2 -lz -lm' INC='-I/usr/local/include -I/usr/include' If this is wrong, Re-run as: $ /usr/local/bin/perl Makefile.PL LIBS='-L/path/to/lib' INC='-I/path/to/include' looking for -lxslt... no libxslt not found Try setting LIBS and INC values on the command line Or get libxslt and libxml2 from http://www.libxml.org/ If you install via RPMs, make sure you also install the -devel RPMs, as this is where the headers (.h files) are. No 'Makefile' created SHLOMIF/XML-LibXSLT-1.95.tar.gz /usr/local/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK Failed during this command: SHLOMIF/XML-LibXSLT-1.95.tar.gz : writemakefile NO -- No 'Makefile' created cpan[8]> install XML::LibXSLT Running install for module 'XML::LibXSLT' SHLOMIF/XML-LibXSLT-1.95.tar.gz Has already been unwrapped into directory /home/abb/.local/share/.cpan/build/XML-LibXSLT-1.95-11 SHLOMIF/XML-LibXSLT-1.95.tar.gz No 'Makefile' created , not re-running ============================================0 Are there further dependencies? BTW. "clean XML::LibXSLT" doesn't change anything. Any help and recommondation welcome. Niels
On 2018-02-18 10:47:19, niels.seidel@nise81.com wrote: Show quoted text
> Hello, > > I am new to Perl and wanted to install XML::LibXSLT because it is > required for a module called biber. When trying to make and install > the > module LibXSLT I get the following error: > > make XML::LibXSLT > Running make for module 'XML::LibXSLT' > Checksum for > /home/abb/.local/share/.cpan/sources/authors/id/S/SH/SHLOMIF/XML- > LibXSLT-1.95.tar.gz > ok > Scanning cache /home/abb/.local/share/.cpan/build for sizes > ............................................................................DONE > Configuring S/SH/SHLOMIF/XML-LibXSLT-1.95.tar.gz with Makefile.PL > running xslt-config... failed > using fallback values for LIBS and INC > options: > LIBS='-L/usr/local/lib -L/usr/lib -lxslt -lxml2 -lz -lm' > INC='-I/usr/local/include -I/usr/include' > If this is wrong, Re-run as: > $ /usr/local/bin/perl Makefile.PL LIBS='-L/path/to/lib' > INC='-I/path/to/include' > > looking for -lxslt... no > libxslt not found > Try setting LIBS and INC values on the command line > Or get libxslt and libxml2 from > http://www.libxml.org/ > If you install via RPMs, make sure you also install the -devel > RPMs, as this is where the headers (.h files) are. > No 'Makefile' created SHLOMIF/XML-LibXSLT-1.95.tar.gz > /usr/local/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK > Failed during this command: > SHLOMIF/XML-LibXSLT-1.95.tar.gz : writemakefile NO -- > No > 'Makefile' created > > > cpan[8]> install XML::LibXSLT > Running install for module 'XML::LibXSLT' > SHLOMIF/XML-LibXSLT-1.95.tar.gz > Has already been unwrapped into directory > /home/abb/.local/share/.cpan/build/XML-LibXSLT-1.95-11 > SHLOMIF/XML-LibXSLT-1.95.tar.gz > No 'Makefile' created > , not re-running > > ============================================0 > > Are there further dependencies? BTW. "clean XML::LibXSLT" doesn't > change > anything. > > Any help and recommondation welcome. > > Niels
You need on install additional OS packages first, namely libxslt with devel headers. Depending on your OS these are differently named. CPAN::Plugin::Sysdeps lists the following package names for some popular OS: [os_freebsd, [package => 'libxslt']], [like_debian, [package => ['libxslt1-dev', 'libgdbm-dev']]], [like_fedora, [package => 'libxslt-devel']]],
Subject: Re: [rt.cpan.org #124460] make / install fails, no makefile
Date: Sun, 18 Feb 2018 22:43:44 +0100
To: bug-XML-LibXSLT [...] rt.cpan.org
From: niels seidel <niels.seidel [...] nise81.com>
On 18/02/18 21:58, Slaven_Rezic via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=124460 > > > On 2018-02-18 10:47:19, niels.seidel@nise81.com wrote:
>> Hello, >> >> I am new to Perl and wanted to install XML::LibXSLT because it is >> required for a module called biber. When trying to make and install >> the >> module LibXSLT I get the following error: >> >> make XML::LibXSLT >> Running make for module 'XML::LibXSLT' >> Checksum for >> /home/abb/.local/share/.cpan/sources/authors/id/S/SH/SHLOMIF/XML- >> LibXSLT-1.95.tar.gz >> ok >> Scanning cache /home/abb/.local/share/.cpan/build for sizes >> ............................................................................DONE >> Configuring S/SH/SHLOMIF/XML-LibXSLT-1.95.tar.gz with Makefile.PL >> running xslt-config... failed >> using fallback values for LIBS and INC >> options: >> LIBS='-L/usr/local/lib -L/usr/lib -lxslt -lxml2 -lz -lm' >> INC='-I/usr/local/include -I/usr/include' >> If this is wrong, Re-run as: >> $ /usr/local/bin/perl Makefile.PL LIBS='-L/path/to/lib' >> INC='-I/path/to/include' >> >> looking for -lxslt... no >> libxslt not found >> Try setting LIBS and INC values on the command line >> Or get libxslt and libxml2 from >> http://www.libxml.org/ >> If you install via RPMs, make sure you also install the -devel >> RPMs, as this is where the headers (.h files) are. >> No 'Makefile' created SHLOMIF/XML-LibXSLT-1.95.tar.gz >> /usr/local/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK >> Failed during this command: >> SHLOMIF/XML-LibXSLT-1.95.tar.gz : writemakefile NO -- >> No >> 'Makefile' created >> >> >> cpan[8]> install XML::LibXSLT >> Running install for module 'XML::LibXSLT' >> SHLOMIF/XML-LibXSLT-1.95.tar.gz >> Has already been unwrapped into directory >> /home/abb/.local/share/.cpan/build/XML-LibXSLT-1.95-11 >> SHLOMIF/XML-LibXSLT-1.95.tar.gz >> No 'Makefile' created >> , not re-running >> >> ============================================0 >> >> Are there further dependencies? BTW. "clean XML::LibXSLT" doesn't >> change >> anything. >> >> Any help and recommondation welcome. >> >> Niels
> > You need on install additional OS packages first, namely libxslt with devel headers. Depending on your OS these are differently named. CPAN::Plugin::Sysdeps lists the following package names for some popular OS: > > [os_freebsd, > [package => 'libxslt']], > [like_debian, > [package => ['libxslt1-dev', 'libgdbm-dev']]], > [like_fedora, > [package => 'libxslt-devel']]], >
Hi Slaven, after installing libxslt1-dev the XML:LibXSLT could be installed. Thank you! -ns
closing then.
Subject: Re: [rt.cpan.org #124460] make / install fails, no makefile
Date: Sun, 18 Feb 2018 20:02:41 +0200
To: bug-XML-LibXSLT [...] rt.cpan.org
From: Shlomi Fish <shlomif [...] shlomifish.org>
Hi Niels, the build process has give you some meaningful errors. To help you further, please specify the OS, distribution and its version that you are using. Also see http://perl-begin.org/topics/cpan/ . -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Let’s talk about restores instead of backups - http://is.gd/WatQqu The only reason some jokes never die is because Chuck Norris is not interested in killing them. — http://www.shlomifish.org/humour/bits/facts/Chuck-Norris/ Please reply to list if it's a mailing list post - http://shlom.in/reply .