Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ perl Makefile.PL
- Configuring DBD::Firebird (on darwin)
- Detected Firebird API version 30
- FIREBIRD_HOME : /Library/Frameworks/Firebird.framework/Resources
- FIREBIRD_INCLUDE: /Library/Frameworks/Firebird.framework/Headers
- FIREBIRD_LIB : /Library/Frameworks/Firebird.framework/Libraries
- Client library : fbclient
- Using DBI 1.643 (for perl 5.034000 on darwin-2level) installed in /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/auto/DBI/
- Found libfbembed, will build DBD::FirebirdEmbed too.
- Configuring DBD::FirebirdEmbedded (on darwin)
- FIREBIRD_HOME : /Library/Frameworks/Firebird.framework/Resources
- FIREBIRD_INCLUDE: /Library/Frameworks/Firebird.framework/Headers
- FIREBIRD_LIB : /Library/Frameworks/Firebird.framework/Libraries
- Client library : fbclient
- Writing MYMETA.yml and MYMETA.json
- Generating a Unix-style Makefile
- Writing Makefile for DBD::Firebird
- Writing MYMETA.yml and MYMETA.json
- $ make
- cp lib/DBD/Firebird/TableInfo/Basic.pm blib/lib/DBD/Firebird/TableInfo/Basic.pm
- cp lib/DBD/Firebird/GetInfo.pm blib/lib/DBD/Firebird/GetInfo.pm
- cp lib/DBD/Firebird/TableInfo.pm blib/lib/DBD/Firebird/TableInfo.pm
- cp lib/DBD/Firebird/TypeInfo.pm blib/lib/DBD/Firebird/TypeInfo.pm
- cp Firebird.pm blib/lib/DBD/Firebird.pm
- cp lib/DBD/Firebird/TableInfo/Firebird21.pm blib/lib/DBD/Firebird/TableInfo/Firebird21.pm
- cp FirebirdEmbedded.pm ../blib/lib/DBD/FirebirdEmbedded.pm
- Running Mkbootstrap for FirebirdEmbedded ()
- chmod 644 "FirebirdEmbedded.bs"
- "/Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FirebirdEmbedded.bs ../blib/arch/auto/DBD/FirebirdEmbedded/FirebirdEmbedded.bs 644
- "/Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/bin/perl" -p -e "s/~DRIVER~/FirebirdEmbedded/g" /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/auto/DBI/Driver.xst > FirebirdEmbedded.xsi
- "/Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/bin/perl" "/Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/5.34.0/ExtUtils/xsubpp" -noprototypes -typemap '/Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/5.34.0/ExtUtils/typemap' FirebirdEmbedded.xs > FirebirdEmbedded.xsc
- mv FirebirdEmbedded.xsc FirebirdEmbedded.c
- cc -c -I"/Library/Frameworks/Firebird.framework/Headers" -I"/Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/auto/DBI" -I"/Library/Frameworks/Firebird.framework/Headers" -I"/Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/auto/DBI" -fno-common -DPERL_DARWIN -mmacosx-version-min=11.4 -fno-strict-aliasing -pipe -fstack-protector-strong -DPERL_USE_SAFE_PUTENV -Wno-error=implicit-function-declaration -O3 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" "-I/Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/5.34.0/darwin-2level/CORE" -DEMBEDDED FirebirdEmbedded.c
- FirebirdEmbedded.xs:1556:59: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
- DPB_FILL_STRING_LEN(dpb, isc_dpb_user_name, user, user_len);
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
- ./dbdimp.h:140:43: note: expanded from macro 'DPB_FILL_STRING_LEN'
- croak("DPB string too long (%d)", len); \
- ~~ ^~~
- FirebirdEmbedded.xs:1560:57: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
- DPB_FILL_STRING_LEN(dpb, isc_dpb_password, pwd, pwd_len);
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
- ./dbdimp.h:140:43: note: expanded from macro 'DPB_FILL_STRING_LEN'
- croak("DPB string too long (%d)", len); \
- ~~ ^~~
- 2 warnings generated.
- cc -c -I"/Library/Frameworks/Firebird.framework/Headers" -I"/Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/auto/DBI" -I"/Library/Frameworks/Firebird.framework/Headers" -I"/Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/auto/DBI" -fno-common -DPERL_DARWIN -mmacosx-version-min=11.4 -fno-strict-aliasing -pipe -fstack-protector-strong -DPERL_USE_SAFE_PUTENV -Wno-error=implicit-function-declaration -O3 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" "-I/Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/5.34.0/darwin-2level/CORE" -DEMBEDDED dbdimp.c
- dbdimp.c:443:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
- DPB_FILL_STRING(dpb, isc_dpb_user_name, uid);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./dbdimp.h:135:44: note: expanded from macro 'DPB_FILL_STRING'
- DPB_FILL_STRING_LEN(dpb, code, string, strlen(string) )
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
- ./dbdimp.h:140:43: note: expanded from macro 'DPB_FILL_STRING_LEN'
- croak("DPB string too long (%d)", len); \
- ~~ ^~~
- dbdimp.c:445:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
- DPB_FILL_STRING(dpb, isc_dpb_password, pwd);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./dbdimp.h:135:44: note: expanded from macro 'DPB_FILL_STRING'
- DPB_FILL_STRING_LEN(dpb, code, string, strlen(string) )
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
- ./dbdimp.h:140:43: note: expanded from macro 'DPB_FILL_STRING_LEN'
- croak("DPB string too long (%d)", len); \
- ~~ ^~~
- dbdimp.c:466:9: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
- DPB_FILL_STRING(dpb, isc_dpb_lc_ctype, imp_dbh->ib_charset);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./dbdimp.h:135:44: note: expanded from macro 'DPB_FILL_STRING'
- DPB_FILL_STRING_LEN(dpb, code, string, strlen(string) )
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
- ./dbdimp.h:140:43: note: expanded from macro 'DPB_FILL_STRING_LEN'
- croak("DPB string too long (%d)", len); \
- ~~ ^~~
- dbdimp.c:471:9: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
- DPB_FILL_STRING(dpb, isc_dpb_sql_role_name, ib_role);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./dbdimp.h:135:44: note: expanded from macro 'DPB_FILL_STRING'
- DPB_FILL_STRING_LEN(dpb, code, string, strlen(string) )
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
- ./dbdimp.h:140:43: note: expanded from macro 'DPB_FILL_STRING_LEN'
- croak("DPB string too long (%d)", len); \
- ~~ ^~~
- 4 warnings generated.
- rm -f ../blib/arch/auto/DBD/FirebirdEmbedded/FirebirdEmbedded.bundle
- cc -mmacosx-version-min=11.4 -bundle -undefined dynamic_lookup -fstack-protector-strong -framework Firebird FirebirdEmbedded.o dbdimp.o -o ../blib/arch/auto/DBD/FirebirdEmbedded/FirebirdEmbedded.bundle \
- \
- ld: framework not found Firebird
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- make[1]: *** [../blib/arch/auto/DBD/FirebirdEmbedded/FirebirdEmbedded.bundle] Error 1
- make: *** [subdirs] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement