Comment 10 for bug 180364

Revision history for this message
Michael Bienia (geser) wrote :

The package specifies already that usr/bin/netplex-admin and usr/bin/ocamlrpcgen shouldn't be stripped. The problem is that pkg_create_dbgsym didn't have this information and added a link to the debug symbols (although those binaries doesn't get stripped later) and that broke those binaries too.
The fix is now to pass this information to pkg_create_dbgsym so it doesn't try to add that link to the debug symbols for package which are stripped later anyway.
Once pkg_create_dbgsym is fixed, a (no-change) rebuild of ocamlnet is necessary to fix the package too.