07:26:53 xmerlin: that's unexpected, there's no match for '.libs' in the package itself, can you send me the steps to reproduce? 11:53:35 jperkin, as I can see the problem is related to a pkgconf rebuild ...if I use the pkgconf from https://pkgsrc.smartos.org/packages/SmartOS/2022Q4/x86_64/All/pkgconf-1.8.0.tgz the output is https://pastebin.com/8LjvR1V3 --> ok but if I rebuild pkgconf the output is https://pastebin.com/x7UL2ejV 11:55:52 I've tried pkgconf 1.8.0 (release 2022Q4) and 1.9.4/1.9.5 from trunk 12:01:19 why do you need to rebuild it? 12:14:43 jperkin, because I have my own tree and all the packages are rebuild and signed with the same key 12:15:38 jperkin, Why should a rebuilt package perform differently from the one uploaded to the main mirror? 12:21:35 something in the environment will be different, are you using pkgbuild? 12:22:58 I build only some packages so I build pkgconf using a simple bmake package 12:23:23 the pkgbuild is configured using your guide 12:25:03 one of the main differences is that our packages are always built in a clean environment, pbulk ensures that no other packages are installed prior to each build, so while pkgbuild helps mitigate any changes on the host there may still be issues due to extra packages installed in the chroot 12:25:41 if you perform the build in a clean sandbox first without doing any other builds is it better? 12:26:30 we try to avoid such issues with quite a lot of infrastructure such as buildlink, but sometimes upstream software is too nosy about what it can find by itself and we can't catch all corner cases 12:31:33 I have built the package in a clean sandbox and the result is the same 12:33:05 ok, so I think I'd start looking at differences between your libtool build and mine, that is what will be doing the .libs stuff and maybe it has changed behavior - you should be able to just diff the libtool script itself 12:33:16 but otherwise this is something you'll need to debug 12:38:13 jperkin, there is no difference between mine and yours but as I can see there are some differences between the tools and opt version https://pastebin.com/U7esWADK 12:38:33 nothing special