Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\hakon>cpanm -v GD
- cpanm (App::cpanminus) 1.7044 on perl 5.032001 built for MSWin32-x64-multi-thread
- Work directory is C:\Users\hakon/.cpanm/work/1655148580.24272
- You have make C:\Strawberry\c\bin\gmake.exe
- You have LWP 6.52
- Falling back to Archive::Tar 2.38
- Searching GD () on cpanmetadb ...
- --> Working on GD
- Fetching http://www.cpan.org/authors/id/R/RU/RURBAN/GD-2.76.tar.gz ... OK
- Unpacking GD-2.76.tar.gz
- Entering GD-2.76
- Checking configure dependencies from META.json
- Checking if you have ExtUtils::PkgConfig 0 ... Yes (1.16)
- Checking if you have ExtUtils::Constant 0.22 ... Yes (0.25)
- Running Makefile.PL
- Configuring GD-2.76 ... Notice: Type perl Makefile.PL -h for command-line option summary.
- Configuring for libgd version 2.2.5.
- Checking for stray libgd header files...The system cannot find the path specified.
- none found.
- Included Features: GD_GIF GD_GIFANIM GD_OPENPOLYGON GD_ZLIB GD_PNG GD_FREETYPE GD_JPEG GD_XPM GD_TIFF GD_UNCLOSEDPOLY GD_ANIMGIF GD_FTCIRCLE VERSION_33 GD2
- GD library used from: C:\Strawberry\c\bin\..\lib
- gdlib-config used: gdlib-config
- Checking if your kit is complete...
- Looks good
- Generating a gmake-style Makefile
- Writing Makefile for GD
- Writing MYMETA.yml and MYMETA.json
- OK
- Checking dependencies from MYMETA.json ...
- Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.58)
- Checking if you have Math::Trig 0 ... Yes (1.23)
- Checking if you have Test::More 0.88 ... Yes (1.302183)
- Checking if you have Test::Fork 0.02 ... Yes (0.02)
- Building and testing GD-2.76 ... "C:\Strawberry\perl\bin\perl.exe" lib/GD/Image_pm.PL lib/GD/Image.pm
- Extracting Image.pm (with variable substitutions)
- cp lib/GD/Simple.pm blib\lib\GD\Simple.pm
- cp lib/GD/Image.pm blib\lib\GD\Image.pm
- cp lib/GD/Group.pm blib\lib\GD\Group.pm
- cp lib/GD/Polygon.pm blib\lib\GD\Polygon.pm
- cp lib/GD.pm blib\lib\GD.pm
- AutoSplitting blib\lib\GD.pm (blib\lib\auto\GD)
- cp lib/GD/Polyline.pm blib\lib\GD\Polyline.pm
- Running Mkbootstrap for GD ()
- "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "GD.bs"
- "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- GD.bs blib\arch\auto\GD\GD.bs 644
- "C:\Strawberry\perl\bin\perl.exe" "C:\Strawberry\perl\lib\ExtUtils/xsubpp" -typemap C:\STRAWB~1\perl\lib\ExtUtils\typemap -typemap C:\Users\hakon\.cpanm\work\1655148580.24272\GD-2.76\typemap GD.xs > GD.xsc
- "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- GD.xsc GD.c
- gcc -c -I"C:\Strawberry\c\bin\..\include" -DWIN32 -DWIN64 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -Wall -Wextra -Wformat=1 -s -O2 -DVERSION=\"2.76\" -DXS_VERSION=\"2.76\" "-IC:\STRAWB~1\perl\lib\CORE" -DHAVE_WBMP -DHAVE_JPEG -DHAVE_FT -DHAVE_XPM -DHAVE_GIF -DHAVE_GD2 -DHAVE_PNG -DHAVE_TIFF -DHAVE_ANIMGIF -DVERSION_33 -DHAVE_UNCLOSEDPOLY -DHAVE_FTCIRCLE -DLIBGD_VERSION="2.2.5" GD.c
- GD.c: In function 'XS_GD__Image_useFontConfig':
- GD.c:5288:6: warning: unused variable 'flag' [-Wunused-variable]
- int flag = (int)SvIV(ST(1))
- ^~~~
- "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Mksymlists \
- -e "Mksymlists('NAME'=>\"GD\", 'DLBASE' => 'GD', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
- g++ GD.def -o blib\arch\auto\GD\GD.xs.dll -mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" GD.o "C:\STRAWB~1\perl\lib\CORE\libperl532.a" "C:\Strawberry\c\bin\..\lib\libjpeg.a" "C:\Strawberry\c\bin\..\lib\libpng.a" "C:\Strawberry\c\bin\..\lib\libfreetype.a" "C:\Strawberry\c\bin\..\lib\libXpm.a" "C:\Strawberry\c\bin\..\lib\libtiff.a" "C:\Strawberry\c\bin\..\lib\libz.a" "C:\Strawberry\c\bin\..\lib\libiconv.a" "C:\Strawberry\c\bin\..\lib\libgd.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libmoldname.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libkernel32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libuser32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libgdi32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libwinspool.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libcomdlg32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libadvapi32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libshell32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libole32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\liboleaut32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libnetapi32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libuuid.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libws2_32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libmpr.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libwinmm.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libversion.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libodbc32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libodbccp32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libcomctl32.a" -Wl,--enable-auto-image-base
- "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 blib\arch\auto\GD\GD.xs.dll
- "C:\Strawberry\perl\bin\perl.exe" "-Iblib\arch" "-Iblib\lib" bdf_scripts/bdf2gdfont_pl.PL bdf_scripts/bdf2gdfont.pl
- Extracting bdf2gdfont.pl (with variable substitutions)
- "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e cp -- bdf_scripts/bdf2gdfont.pl blib\script\bdf2gdfont.pl
- pl2bat.bat blib\script\bdf2gdfont.pl
- "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- GD.bs blib\arch\auto\GD\GD.bs 644
- "C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
- t/fork.t .................. ok
- t/GD.t .................... 1/14 # Testing gd 2.2.5 using gd2 support.
- # gd: 2.2.5, files: ./test_data/images/t7/7-00.gd2 ./test_data/images/t7/7-01.gd2
- # ignore corrupt png error messages...
- GD Warning: gd-png: fatal libpng error: IHDR: CRC error
- GD Warning: gd-png error: setjmp returns error condition 1
- t/GD.t .................... ok
- t/HSV.t ................... ok
- t/Polyline.t .............. ok
- t/transp.t ................ ok
- t/z_kwalitee.t ............ skipped: No RELEASE_TESTING
- t/z_manifest.t ............ skipped: requires a git checkout and a unix for git and diff
- t/z_pod-spell-mistakes.t .. skipped: No RELEASE_TESTING
- t/z_pod.t ................. skipped: No RELEASE_TESTING
- All tests successful.
- Files=9, Tests=48, 2 wallclock secs ( 0.03 usr + 0.03 sys = 0.06 CPU)
- Result: PASS
- "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- GD.bs blib\arch\auto\GD\GD.bs 644
- Files found in blib\arch: installing files in blib\lib into architecture dependent library tree
- Installing C:\STRAWB~1\perl\site\lib\auto\GD\GD.xs.dll
- Installing C:\STRAWB~1\perl\site\lib\GD.pm
- Installing C:\STRAWB~1\perl\site\lib\auto\GD\autosplit.ix
- Installing C:\STRAWB~1\perl\site\lib\GD\Group.pm
- Installing C:\STRAWB~1\perl\site\lib\GD\Image.pm
- Installing C:\STRAWB~1\perl\site\lib\GD\Polygon.pm
- Installing C:\STRAWB~1\perl\site\lib\GD\Polyline.pm
- Installing C:\STRAWB~1\perl\site\lib\GD\Simple.pm
- Installing C:\STRAWB~1\perl\site\bin\bdf2gdfont.bat
- Installing C:\STRAWB~1\perl\site\bin\bdf2gdfont.pl
- Appending installation info to C:\STRAWB~1\perl\lib/perllocal.pod
- OK
- Successfully installed GD-2.76 (upgraded from 2.73)
- Installing C:\STRAWB~1\perl\site\lib\MSWin32-x64-multi-thread\.meta\GD-2.76\install.json
- Installing C:\STRAWB~1\perl\site\lib\MSWin32-x64-multi-thread\.meta\GD-2.76\MYMETA.json
- 1 distribution installed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement