09:34:13 jperkin: Is there a reason why p5-DBD-percona80 vanished from trunk? 09:39:08 https://us-central.manta.mnx.io/pkgsrc/public/reports/trunk/x86_64/20241209.1747/p5-DBD-percona80-4.050nb7/configure.log 09:40:57 So zlib is the error? "Can't link/include C library 'zlib', aborting." 09:41:17 has it only just disappeared? it hasn't been updated in ages, and that kind of error wouldn't normally just suddenly start happening 09:41:52 would only be explained by some intermediary somehow losing -lz in a pkg-config or something 09:41:59 will fix it anyway 09:43:22 The problem is that I depend on it for a script creating tables fpr zabbix mysql. Tried cpanm DBD::mysql and this failed too with the same error. But I have no idea wha, cause zlib is installed. 09:44:10 will take a swing at updating percona too, usually get them all up-to-date ready for the next Q4 09:44:44 default continues to be mariadb and nia already updated those to the latest this week 09:45:42 jperkin: Thx, that would we great! 09:46:04 we=be 09:47:13 will also add that to the required pkgs list so it won't disappear again 09:55:44 jperkin: Thx! 10:34:21 jperkin: Tried to build it in the meantime with: cpanm DBD::mysql --configure-args="--libs='-L/opt/local/lib -R/opt/local/lib -lz -lssl -lcrypto -lperconaclient'" but this failed with the error "Can't link/include C library 'perconaclient', aborting.". Strange cause libperconaclient is in /opt/local/lib. Do you have an idea how to fix it? 10:35:42 you'd need to check the log for the actual error 10:41:40 This comes out of the build log and was the only error, so strange. 10:42:09 if the log contains the actual command used then you could re-run it manually to see what errors you get 10:42:41 "can't link, aborting" on its own is pretty much useless 10:47:41 ok, thx, will try to figure out the compile commands 11:00:14 jperkin: fetched the package from cpan, tried perl Makefile.PL which failed; then created the Makefile without -lperconaclient: perl Makefile.PL -v --libs="-L/opt/local/lib -lmysqllient -lz -lssl -lcrypto -lresolv -lnsl -lm" --cflags="-I/opt/local/include/mysql"; did gmake to get the compile and linker output and rerun the linker script, this time with adding -lperconaclient. So strange… 11:00:58 Installed it with gmake install and it is working now. 11:04:21 yeh odd, I'll see if I get anything more useful when I build it in pkgsrc, the advantage I have is that all compiler commands are wrapped and logged so I can see exactly what it's trying to do 11:56:57 I just updated percona to 8.0.39 and retried p5-DBD-mysql and it built fine, so maybe they had something broken in their .pc or something 11:57:04 will see for certain in the next build 17:51:29 jperkin: Thx a lot! will try it as soon as available in trunk :-)