search for: blib

Displaying 20 results from an estimated 176 matches for "blib".

2017 Jan 23
2
sanbooting FreeBSD ISO under UEFI
...header file where many of the image types are disabled, including IMAGE_PXE, which seems to be the image type necessary for PXE booting. However, uncommenting and building the resulting code via: # pwd /ipxe/src # make bin-x86_64-efi/ipxe.efi produces the following error: [AR] bin-x86_64-efi/blib.a ar: creating bin-x86_64-efi/blib.a [HOSTCC] util/elf2efi64 [VERSION] bin-x86_64-efi/version.ipxe.efi.o [LD] bin-x86_64-efi/ipxe.efi.tmp bin-x86_64-efi/blib.a(librm.o): In function `pm_esp': (.data.pm_esp+0x0): relocation truncated to fit: R_X86_64_32 against symbol `_estack' defined...
2011 Apr 21
1
Installing Search::xapian
...buffer-size=4 -m64 -mtune=generic -DVERSION=\"1.2.5.0\" -DXS_VERSION=\"1.2.5.0\" -fPIC -I/usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi/CORE handle_exception.cc -o handle_exception.o >/dev/null 2>&1 Running Mkbootstrap for Search::Xapian () chmod 644 Xapian.bs rm -f blib/arch/auto/Search/Xapian/Xapian.la /localtemp/amit/rohit/FinalProj/xapian-core-1.2.5/libtool --tag=CXX --mode=link g++ -avoid-version -module -rpath /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi/auto/Search/Xapian -shrext .so -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fsta...
2004 Aug 06
1
libshout-perl compilation error
Hi - got this from both the CVS source and the tarball: (libshout compiled and installed cleanly) [root@hunter stream]# cd Shout-1.0 [root@hunter Shout-1.0]# perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Shout [root@hunter Shout-1.0]# make mkdir blib mkdir blib/lib mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/Shout mkdir blib/lib/auto mkdir blib/lib/auto/Shout mkdir blib/man3 cp example2.pl blib/lib/example2.pl cp example.pl blib/lib/example.pl cp Shout.pm blib/lib/Shout.pm AutoSplitting blib/lib/Shout.pm (blib/lib/auto/Shout) /usr...
2019 Mar 11
5
CPAN not working, or is it?
...pm: Building A/AN/ANDK/CPAN-2.25.tar.gz Importing PAUSE public key into your GnuPG keychain... done! (You may wish to trust it locally with 'gpg --lsign-key 450F89EC') Checking if your kit is complete... Looks good Writing Makefile for CPAN Writing MYMETA.yml and MYMETA.json cp lib/CPAN.pm blib/lib/CPAN.pm cp lib/CPAN/CacheMgr.pm blib/lib/CPAN/CacheMgr.pm cp lib/CPAN/FTP/netrc.pm blib/lib/CPAN/FTP/netrc.pm cp lib/CPAN/LWP/UserAgent.pm blib/lib/CPAN/LWP/UserAgent.pm cp lib/CPAN/FTP.pm blib/lib/CPAN/FTP.pm cp lib/CPAN/Queue.pm blib/lib/CPAN/Queue.pm cp lib/CPAN/Distroprefs.pm blib/lib/CPAN/...
2017 Jan 23
0
[ipxe-devel] sanbooting FreeBSD ISO under UEFI
...isabled, including IMAGE_PXE, which seems to be the image type > necessary for PXE booting. However, uncommenting and building the > resulting code via: > > # pwd > /ipxe/src > # make bin-x86_64-efi/ipxe.efi > > produces the following error: > > [AR] bin-x86_64-efi/blib.a > ar: creating bin-x86_64-efi/blib.a > [HOSTCC] util/elf2efi64 > [VERSION] bin-x86_64-efi/version.ipxe.efi.o > [LD] bin-x86_64-efi/ipxe.efi.tmp > bin-x86_64-efi/blib.a(librm.o): In function `pm_esp': > (.data.pm_esp+0x0): relocation truncated to fit: R_X86_64_32 aga...
2017 Jan 23
0
[ipxe-devel] sanbooting FreeBSD ISO under UEFI
...s to be the image type >> necessary for PXE booting. However, uncommenting and building the >> resulting code via: >> >> # pwd >> /ipxe/src >> # make bin-x86_64-efi/ipxe.efi >> >> produces the following error: >> >> [AR] bin-x86_64-efi/blib.a >> ar: creating bin-x86_64-efi/blib.a >> [HOSTCC] util/elf2efi64 >> [VERSION] bin-x86_64-efi/version.ipxe.efi.o >> [LD] bin-x86_64-efi/ipxe.efi.tmp >> bin-x86_64-efi/blib.a(librm.o): In function `pm_esp': >> (.data.pm_esp+0x0): relocation truncated...
2004 Aug 06
0
error compile Shout-2.0.1 on FreeBSD 4.9
Hello, All! Sorry for my english, I'am from Ukraine. I trying install Shout 2.0.1 module on my server: # perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Shout # make cp example2.pl blib/lib/example2.pl cp example.pl blib/lib/example.pl cp Shout.pm blib/lib/Shout.pm AutoSplitting blib/lib/Shout.pm (blib/lib/auto/Shout) /usr/bin/perl -I/usr/local/lib/perl5/5.6.1/mach -I/usr/local/lib/perl5/5.6.1/BSD PAN /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5. 6.1...
2011 Nov 23
1
[PATCH] run script: Don't overwrite LD_LIBRARY_PATH and PERL5LIB
...ex 9388398..7cef715 100755 --- a/run.in +++ b/run.in @@ -37,9 +37,19 @@ b=@abs_builddir@ export TMPDIR="$b" # Set local environment relative to this script. -export LD_LIBRARY_PATH="$b/src/.libs" -export LIBGUESTFS_PATH="$b/appliance" -export PERL5LIB="$b/perl/blib/lib:$b/perl/blib/arch" +if [ -z "$LD_LIBRARY_PATH" ]; then + LD_LIBRARY_PATH="$b/src/.libs" +else + LD_LIBRARY_PATH="$b/src/.libs:$LD_LIBRARY_PATH" +fi +if [ -z "$PERL5LIB" ]; then + PERL5LIB="$b/perl/blib/lib:$b/perl/blib/arch" +else + PER...
2013 May 28
3
[PATCH 1/2] Revert "perl: Fix build and test to work with separated builds."
...8 insertions(+), 41 deletions(-) create mode 100755 perl/run-perl-tests delete mode 100755 perl/run-perl-tests.in diff --git a/.gitignore b/.gitignore index 135e80b..bf9d280 100644 --- a/.gitignore +++ b/.gitignore @@ -287,7 +287,6 @@ Makefile.in /perl/MYMETA.json /perl/MYMETA.yml /perl/pm_to_blib -/perl/run-perl-tests /php/extension/acinclude.m4 /php/extension/aclocal.m4 /php/extension/autom4te.cache diff --git a/configure.ac b/configure.ac index d1f91ab..32eb255 100644 --- a/configure.ac +++ b/configure.ac @@ -1557,8 +1557,6 @@ AC_CONFIG_FILES([appliance/libguestfs-make-fixed-appliance]...
2005 Jan 05
1
ASTCC Compiling Problem
...pbx astcc]# I have also installed asterisk-perl from http://asterisk.gnuinter.net/ but i get same error ... any idea?? Rafael -- rrgv PS: [root@pbx asterisk-perl-0.08]# perl Makefile.PL Writing Makefile for asterisk-perl [root@pbx asterisk-perl-0.08]# make all cp lib/Asterisk/Manager.pm blib/lib/Asterisk/Manager.pm cp lib/Asterisk/Voicemail.pm blib/lib/Asterisk/Voicemail.pm cp lib/Asterisk/Outgoing.pm blib/lib/Asterisk/Outgoing.pm cp lib/Asterisk/QCall.pm blib/lib/Asterisk/QCall.pm cp lib/Asterisk.pm blib/lib/Asterisk.pm cp lib/Asterisk/AGI.pm blib/lib/Asterisk/AGI.pm Manifying blib/ma...
2015 Jun 29
2
CPAN issues
Hello List, Running CentOS Linux release 7.0.1406 (Core), and trying to update CPAN from version 1.98 to version 2.10, but it fails. <snip> t/97-process_setup_options.t .. ok t/97-return_values.t .......... 6/10 # Failed test 'blib/script/cpan -j t/97-lib_cpan1/CPAN/Config.pm Local::Prereq::Fails' # at t/97-return_values.t line 49. # got: '2' # expected: '1' # Failed test 'blib/script/cpan -j t/97-lib_cpan1/CPAN/Config.pm Local::Make::Fails' # at t/97-return_values.t line 49. #...
2009 Jul 15
0
[PATCH] Make Perl strings translatable
...+ die __x("guest image {imagename} does not exist or is not readable", + imagename => $_) unless -r $_; The second case causes a note to be added to the PO file, so hopefully the translators will understand not to change the placeholders inside braces: +#: perl/blib/lib/Sys/Guestfs/Lib.pm:142 perl/lib/Sys/Guestfs/Lib.pm:142 +#, perl-brace-format +msgid "guest image {imagename} does not exist or is not readable" +msgstr "" The patch is otherwise fairly simple. I've changed po/POTFILES.in so that it is now generated automatically,...
2010 Feb 04
1
Help....package "GPLOTS" will not install. Linux
...Gzip OS Code.. Setting Gzip OS Code to 3 [Unix/Default] Looks Good. Up/Downgrade not needed. Checking if your kit is complete... Looks good Writing Makefile for Compress::Raw::Zlib make[1]: Entering directory `/tmp/R.INSTALL.Q18057/gdata/src/Compress-Raw-Zlib-2.024' cp lib/Compress/Raw/Zlib.pm blib/lib/Compress/Raw/Zlib.pm AutoSplitting blib/lib/Compress/Raw/Zlib.pm (blib/lib/auto/Compress/Raw/Zlib) /usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap Zlib.xs > Zlib.xsc && mv Zlib.xsc Zlib.c gcc -c -I./zlib-src -D_REEN...
2003 Mar 26
1
RSPerl, R-1.6.2 and Perl-5.8.0
Hi, I tried to run the test (after installing the pacakge), but ran into an error: [laurent at ym151011 tests]$ perl -I../share/blib/arch -I../share/blib/lib test.pl 1..1 Can't load '../share/blib/arch/auto/R/R.so' for module R: /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/ModPerl/Global/Global.so: undefined symbol: modperl_perl_global_avcv_call at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLo...
2019 Mar 11
2
CPAN not working, or is it?
...ing if your kit is complete... Looks good Warning: prerequisite bareword::filehandles 0 not found. Warning: prerequisite indirect 0 not found. Warning: prerequisite multidimensional 0 not found. Writing Makefile for strictures Writing MYMETA.yml and MYMETA.json + make -j2 cp lib/strictures/extra.pm blib/lib/strictures/extra.pm cp lib/strictures.pm blib/lib/strictures.pm Manifying blib/man3/strictures::extra.3pm Manifying blib/man3/strictures.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pxcIGj + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/perl-strictu...
2004 Nov 11
1
RSPerl problem with testing
...and i have some problems trying to test it. I've tried to contact with the author but the e-mail address seems not to exist. Hope that anyone in this list could explain me a little about this problem. I have a bash shell and what i do is the following: #PERLLIB=/usr/lib/R/library/RSPerl/share/blib/arch:/usr/lib/R/library/RSPerl/share/blib/lib # export PERLLIB # LD_LIBRARY_PATH=/usr/lib/R/bin:/usr/lib/R/library/RSPerl/libs # export LD_LIBRARY_PATH # perl test.pl 1..1 Can't load '/usr/lib/R/library/RSPerl/share/blib/arch/auto/R/R.so' for module R: /usr/lib/R/library/RSPerl/libs/lib...
2005 Oct 13
2
rrd compilation on Centos
Hi, i am trying to compile the latest version of orca source code on CentOS 4.0 system running amd64 bit processor. I am getting the following error: make[5]: Entering directory `/usr/local/src/orca-snapshot-r407/packages/rrdtool-1.0.49/perl-shared' cp RRDs.pm blib/lib/RRDs.pm cp ntmake.pl blib/lib/ntmake.pl /usr/bin/perl /usr/lib/perl5/5.8.5/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.5/ExtUtils/typemap RRDs.xs > RRDs.xsc && mv RRDs.xsc RRDs.c gcc -c -I.. -I../src -I../gd1.3 -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -...
2008 Oct 15
1
Problem building Perl net-snmp
...rying to build instead of using the one available in the repos because I'll build in other platforms and also in nagios-plugins. Thanks Marcelo [1] Failed 17/17 tests, 0.00% okay t/getnext.....Can't load '/users/newt2/mgarcia/Downloads/Nagios-3.0.3/net-snmp-5.4.2/perl/SNMP/../blib/arch/auto/NetSNMP/default_store/default_store.so' for module NetSNMP::default_store: libnetsnmp.so.15: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230. at /users/newt2/mgarcia/Downloads/Nagios-3.0.3/net-snmp-...
2003 Dec 18
1
RSPerl
...gure --enable-R-shlib # make # make install and R seems to work fine ... Then I do # R INSTALL --clean --configure-args='--with-in-perl' RSPerl_0.5-7.tar.gz # export R_HOME=/usr/local/lib/R # cd /usr/local/lib/R/library/RSPerl/examples/ # perl -I /usr/local/lib/R/library/RSPerl/share/blib/arch -I /usr/local/lib/R/library/RSPerl/share/blib/lib ./test.pl and I get 1..1 Can't load '/usr/local/lib/R/library/RSPerl/share/blib/arch/auto/R/R.so' for module R: /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/ModPerl/Global/Global.so: undefined symbol: modperl_p...
2015 Jun 29
0
CPAN issues
...t; wrote: > Hello List, > > Running CentOS Linux release 7.0.1406 (Core), and trying to update CPAN > from version 1.98 to version 2.10, but it fails. > > > <snip> > t/97-process_setup_options.t .. ok > t/97-return_values.t .......... 6/10 > # Failed test 'blib/script/cpan -j t/97-lib_cpan1/CPAN/Config.pm > Local::Prereq::Fails' > # at t/97-return_values.t line 49. > # got: '2' > # expected: '1' > > # Failed test 'blib/script/cpan -j t/97-lib_cpan1/CPAN/Config.pm > Local::Make::Fails' >...