------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/p5-Devel-CheckCompiler-0.07.txz Installing /packages/All/p5-Module-Build-XSUtil-0.19.txz Installing /packages/All/p5-Module-Build-0.4231.txz SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-Compiler-Lexer-0.22 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-Compiler-Lexer-0.22 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Compiler-Lexer-0.22 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-Compiler-Lexer-0.22 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Compiler-Lexer-0.22 for building => SHA256 Checksum OK for Compiler-Lexer-0.22.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-Compiler-Lexer-0.22 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Compiler-Lexer-0.22 for building ===> Extracting for p5-Compiler-Lexer-0.22 => SHA256 Checksum OK for Compiler-Lexer-0.22.tar.gz. Extracted Memory Use: 0.50M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-Compiler-Lexer-0.22 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-Compiler-Lexer-0.22 depends on package: p5-Module-Build-XSUtil>0 - found ===> p5-Compiler-Lexer-0.22 depends on package: p5-Module-Build>=0.4206 - found ===> p5-Compiler-Lexer-0.22 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-Compiler-Lexer-0.22 depends on package: p5-Module-Build-XSUtil>0 - found ===> p5-Compiler-Lexer-0.22 depends on package: p5-Module-Build>=0.4206 - found ===> p5-Compiler-Lexer-0.22 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for p5-Compiler-Lexer-0.22 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Compiler-Lexer' version '0.22' cp META.json MYMETA.json cp META.yml MYMETA.yml SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-Compiler-Lexer-0.22 Building Compiler-Lexer cc -Isrc -I/usr/local/lib/perl5/5.30/mach/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -o src/compiler/lexer/Compiler_annotator.o src/compiler/lexer/Compiler_annotator.cpp cc -Isrc -I/usr/local/lib/perl5/5.30/mach/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -o src/compiler/lexer/Compiler_lexer.o src/compiler/lexer/Compiler_lexer.cpp src/compiler/lexer/Compiler_lexer.cpp: In member function 'void Lexer::parseSpecificStmt(Token*)': src/compiler/lexer/Compiler_lexer.cpp:512:40: warning: comparison between 'enum Enum::Token::Type::Type' and 'enum Enum::Parser::Syntax::Type' [-Wenum-compare] tks[i+1]->info.type == SyntaxType::BlockStmt) { ^~~~~~~~~ cc -Isrc -I/usr/local/lib/perl5/5.30/mach/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -o src/compiler/lexer/Compiler_manager.o src/compiler/lexer/Compiler_manager.cpp cc -Isrc -I/usr/local/lib/perl5/5.30/mach/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -o src/compiler/lexer/Compiler_scanner.o src/compiler/lexer/Compiler_scanner.cpp cc -Isrc -I/usr/local/lib/perl5/5.30/mach/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -o src/compiler/util/Compiler_double_charactor_operator.o src/compiler/util/Compiler_double_charactor_operator.cpp cc -Isrc -I/usr/local/lib/perl5/5.30/mach/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -o src/compiler/util/Compiler_gen_token_decl.o src/compiler/util/Compiler_gen_token_decl.cpp cc -Isrc -I/usr/local/lib/perl5/5.30/mach/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -o src/compiler/util/Compiler_reserved_keyword.o src/compiler/util/Compiler_reserved_keyword.cpp cc -Isrc -I/usr/local/lib/perl5/5.30/mach/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -o src/compiler/util/Compiler_token.o src/compiler/util/Compiler_token.cpp cc -Isrc -I/usr/local/lib/perl5/5.30/mach/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -o src/compiler/util/Compiler_triple_charactor_operator.o src/compiler/util/Compiler_triple_charactor_operator.cpp cc -Isrc -I/usr/local/lib/perl5/5.30/mach/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -o src/compiler/util/Compiler_util.o src/compiler/util/Compiler_util.cpp cc -Isrc -I/usr/local/lib/perl5/5.30/mach/CORE -DVERSION="0.22" -DXS_VERSION="0.22" -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -o lib/Compiler/Lexer.o lib/Compiler/Lexer.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Compiler/Lexer/Lexer.bs') cc -shared -L/usr/local/lib/perl5/5.30/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Compiler/Lexer/Lexer.so lib/Compiler/Lexer.o src/compiler/lexer/Compiler_annotator.o src/compiler/lexer/Compiler_lexer.o src/compiler/lexer/Compiler_manager.o src/compiler/lexer/Compiler_scanner.o src/compiler/util/Compiler_double_charactor_operator.o src/compiler/util/Compiler_gen_token_decl.o src/compiler/util/Compiler_reserved_keyword.o src/compiler/util/Compiler_token.o src/compiler/util/Compiler_triple_charactor_operator.o src/compiler/util/Compiler_util.o -lstdc++ SUCCEEDED 00:00:16 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-Compiler-Lexer-0.22 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-Compiler-Lexer-0.22 ===> p5-Compiler-Lexer-0.22 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list Building Compiler-Lexer Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/devel/p5-Compiler-Lexer/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Compiler/Lexer/Lexer.so Installing /construction/devel/p5-Compiler-Lexer/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Compiler/Lexer/Lexer.bs Installing /construction/devel/p5-Compiler-Lexer/stage/usr/local/lib/perl5/site_perl/mach/5.30/Compiler/Lexer.pm Installing /construction/devel/p5-Compiler-Lexer/stage/usr/local/lib/perl5/site_perl/mach/5.30/Compiler/Lexer/Token.pm Installing /construction/devel/p5-Compiler-Lexer/stage/usr/local/lib/perl5/site_perl/mach/5.30/Compiler/Lexer/Constants.pm Installing /construction/devel/p5-Compiler-Lexer/stage/usr/local/lib/perl5/site_perl/man/man3/Compiler::Lexer.3 Installing /construction/devel/p5-Compiler-Lexer/stage/usr/local/lib/perl5/site_perl/man/man3/Compiler::Lexer::Token.3 /usr/bin/strip /construction/devel/p5-Compiler-Lexer/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Compiler/Lexer/Lexer.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: devel/p5-Module-Build was in Perl CORE. Check with `corelist Module::Build 0.4206` and `corelist -a Module::Build` if it should be conditionally added depending on PERL_LEVEL Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-Compiler-Lexer-0.22 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:25