|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||
2016年03月19日(土) 旧暦 [n年日記] [更新:"2016/03/19 00:15:16"]#1 [pkgsrc] fonts/p5-Fonts-FreeType
0.3 を 0.7 に
上げようとしたのだが、
devel/p5-Devel-CheckLib を一ヶ所変更して、
--- lib/Devel/CheckLib.pm.orig 2016-02-20 01:23:39.000000000 +0900
+++ lib/Devel/CheckLib.pm 2016-03-18 21:13:02.000000000 +0900
@@ -272,7 +272,7 @@ sub assert_lib {
# using special form of split to trim whitespace
if(defined($args{LIBS})) {
foreach my $arg (split(' ', $args{LIBS})) {
- die("LIBS argument badly-formed: $arg\n") unless($arg =~ /^-[lLR]/);
+ die("LIBS argument badly-formed: $arg\n") unless($arg =~ /^-[lLRW]/);
push @{$arg =~ /^-l/ ? \@libs : \@libpaths}, substr($arg, 2);
}
}
=> Checking for portability problems in extracted files Shared object "libfreetype.so.18" not found Build config: ft_config Build flag LIB: -L/usr/X11R7/lib -lfreetype -Wl,-rpath,/usr/X11R7/lib Build flag INC: -I/usr/X11R7/include/freetype2 Before Shared object "libfreetype.so.18" not foundp5-Fonts-FreeType の Makefile.PL に次のように print 文を入れると 52 print "Before\n"; 53 # finally use check_lib_or_exit so that it gives appropriate warnings to the user 54 check_lib_or_exit( 55 %MakeMakerFlags, 56 %header_config, 57 ); 58 print "After\n";After まで到達しない ===> Creating toolchain wrappers for p5-Font-FreeType-0.07 ===> Configuring for p5-Font-FreeType-0.07 => Fix PREFIX for freetype-config INFO: [subst.mk:fc] Nothing changed in ./Makefile.PL. => Checking for portability problems in extracted files Shared object "libfreetype.so.18" not found Build config: ft_config Build flag LIB: -L/usr/X11R7/lib -lfreetype -Wl,-rpath,/usr/X11R7/lib Build flag INC: -I/usr/X11R7/include/freetype2 Before Shared object "libfreetype.so.18" not found wrong result: 'freetype' ===> Building for p5-Font-FreeType-0.07 make: cannot open Makefile. ( つっこみ )
|
最近の日記 2025年10月25日 ・recover from disk error 2025年10月23日 ・dd does not duplicate Windows 11 boot disk ? 2025年10月13日 ・missing package 2025年10月04日 ・pkgin search pkgname segfaults 2025年08月16日 ・installboot (Although it’s too late) | ||