search for: perlloc

Displaying 13 results from an estimated 13 matches for "perlloc".

Did you mean: perldoc
2015 Oct 23
0
Re: Cannot install libguestfs 1.31.19 (#14)
On Fri, Oct 23, 2015 at 02:34:53AM -0700, Jean-Christophe Manciot wrote: > Compiled from github sources and installed: > > "trying to overwrite > '/usr/lib/x86_64-linux-gnu/perl/5.20.2/perllocal.pod', which is also > in package git 1:2.6.0-1" > > What should be done to overcome that incompatibility with git? First off, don't use 'make install' except when building a distro package, as you'll end up with multiple versions of libguestfs installed and that...
2015 Oct 23
1
[PATCH] perl: Switch to using Module::Build.
...9;. There's not really a huge difference here. The interfacing gymnastics that we have to do to make Makefile.am and Module::Build talk to each other is probably a little bit simpler. I compared the output of 'make install' before and after, and there's not much difference. 'perllocal.pod' is not installed (see recent bug report), and 'bindtests.pl' is also not installed. However the empty file 'Guestfs.bs' is now copied in, but in Fedora we were already removing any '*.bs' files. This is good reading (make sure to read the comments too): http://b...
2015 Jun 29
2
CPAN issues
?CPAN is a core module which can be tricky to update on the RedHat based systems. Suggest investigating: local::lib App::cpanminus Pinto? ?If you need a newer Perl, check out www.softwarecollections.org.
2015 Jun 30
0
CPAN issues
....t .......... ok All tests successful. Files=30, Tests=815, 79 wallclock secs ( 0.55 usr 0.04 sys + 57.45 cusr 6.75 csys = 64.79 CPU) Result: PASS ANDK/CPAN-2.10.tar.gz /usr/bin/make test -- OK Running make install Appending installation info to /root/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod ANDK/CPAN-2.10.tar.gz /usr/bin/make install -- OK <end> And that's it. Ran reload CPAN and it still shows v 1.98. Getting much closer? Any ideas? Thanks again, James ----- Original Message ----- From: "Kahlil Hodgson" <kahlil.hodgson at dealmax.com.au> To:...
2009 Aug 20
0
[PATCH virt-v2v] make most of "make distcheck" pass
...to the repo. Once you do that, and apply the following patch, most of "make distcheck" will work. The only remaining failure seems to be that these files are not removed by "make uninstall": ERROR: files left after uninstall: ./lib64/perl5/5.10.0/x86_64-linux-thread-multi/perllocal.pod ./lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi/auto/virtv2v/.packlist which I haven't investigated yet. >From 7d8369f1191e5c9ef3a7f3c977eb25e046c2ad1a Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Thu, 20 Aug 2009 17:01:08 +0200 Subject:...
2004 Aug 06
0
error compile Shout-2.0.1 on FreeBSD 4.9
...b/perl5/site_perl/5.6.1/mach/auto/Shout/autosplit.ix Installing /usr/local/lib/perl5/5.6.1/man/man3/Shout.3 Writing /usr/local/lib/perl5/site_perl/5.6.1/mach/auto/Shout/.packlist FreeBSD: Registering installation in the package database Appending installation info to /usr/local/lib/perl5/5.6.1/mach/perllocal.pod # ./example.pl /usr/libexec/ld-elf.so.1: /usr/local/lib/libshout.so.3: Undefined symbol "pthrea d_mutex_init" <p>I'am upgrade perl to perl-5.6.1_15 from ports, install from ports icecast2-2.0.0_2,1 and libshout2-2.0_3,1. Please help, why is't don't want compile...
2005 Jan 05
1
ASTCC Compiling Problem
...n/man3/Asterisk::Manager.3pm Installing /usr/share/man/man3/Asterisk::Outgoing.3pm Installing /usr/share/man/man3/Asterisk::AGI.3pm Writing /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/asterisk-perl/.packlist Appending installation info to /usr/lib/perl5/5.8.0/i386-linux-thread-multi/perllocal.pod
2012 Jan 22
1
Packaging GObject for Fedora (was: [rjones@fedoraproject.org: New upstream version 1.15.19.])
...TDIR=$RPM_BUILD_ROOT install # Delete static libraries, libtool files. rm $RPM_BUILD_ROOT%{_libdir}/libguestfs.a rm $RPM_BUILD_ROOT%{_libdir}/libguestfs.la +rm $RPM_BUILD_ROOT%{_libdir}/libguestfs-gobject-1.0.a +rm $RPM_BUILD_ROOT%{_libdir}/libguestfs-gobject-1.0.la find $RPM_BUILD_ROOT -name perllocal.pod -delete find $RPM_BUILD_ROOT -name .packlist -delete @@ -961,6 +1002,19 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/guestfs-erlang.3* +%files gobject +%defattr(-,root,root,-) +%{_libdir}/libguestfs-gobject-1.0.so.0* + + +%files gobject-devel +%defattr(-,root,root,-) +%{_libdir}/libguestfs...
2015 Oct 23
1
[PATCH v2] perl: Switch to using Module::Build.
version 2: - Fixed handling of clean & distclean. - Use 'all-local' instead of 'all'. - Don't use abs_* paths in Build.PL.in. Rich.
2010 Feb 04
1
Help....package "GPLOTS" will not install. Linux
...lling /tmp/R.INSTALL.Q18057/gdata/src/../inst/perl/share/man/man3/Compress::Raw::Zlib.3pm Writing /tmp/R.INSTALL.Q18057/gdata/src/../inst/perl/i386-linux-thread-multi/auto/Compress/Raw/Zlib/.packlist Appending installation info to /tmp/R.INSTALL.Q18057/gdata/src/../inst/perl/i386-linux-thread-multi/perllocal.pod make[1]: Leaving directory `/tmp/R.INSTALL.Q18057/gdata/src/Compress-Raw-Zlib-2.024' # make clean make[1]: Entering directory `/tmp/R.INSTALL.Q18057/gdata/src' rm -rf Compress-Raw-Zlib-2.024 rm -rf ../inst/perl/share make[1]: Leaving directory `/tmp/R.INSTALL.Q18057/gdata/src' cp:...
2015 Oct 23
1
[PATCH v3] perl: Switch to using Module::Build.
version 3: - Split requires into configure_requires/etc. - Use lists for extra_compiler_flags, extra_linker_flags. - Suppress .packlist file. - Set the release_status field. Rich.
2019 Mar 11
5
CPAN not working, or is it?
...ing /root/perl5/man/man3/CPAN::API::HOWTO.3pm Installing /root/perl5/man/man3/CPAN::Mirrors.3pm Installing /root/perl5/man/man3/CPAN::FirstTime.3pm Installing /root/perl5/bin/cpan-mirrors Installing /root/perl5/bin/cpan Appending installation info to /root/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod ANDK/CPAN-2.25.tar.gz /usr/bin/make install -- OK cpan[3]> reload cpan (CPAN__unchanged__v1.9800)(CPAN::Author__unchanged__v5.5001) (CPAN::CacheMgr__unchanged__v5.5001)(CPAN::Complete__unchanged__v5.5) (CPAN::Debug__unchanged__v5.5001)(CPAN::DeferredCode__unchanged__v5.50) (CPAN::Dis...
2007 Mar 22
0
Fwd: RSPerl buffer overflow
...ing /usr/lib64/R/library/RSPerl/share/man/man3/RReferences.3pm Installing /usr/lib64/R/library/RSPerl/share/man/man3/R.3pm Writing /usr/lib64/R/library/RSPerl/perl/x86_64-linux-thread-multi/auto/R/.packlist Appending installation info to /usr/lib64/R/library/RSPerl/perl/x86_64-linux-thread-multi/perllocal.pod Finished configuration ** libs gcc -std=gnu99 -I/usr/lib64/R/include -I/usr/lib64/R/include -I. ?-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm ?-I/usr/lib64/perl5/5.8....