I'm having some problems with pkgdepend/generate: + pkgdepend generate -m -d dir mani opt/solstudio12.2/prod/lib/prof_lib.o had this elf error:Request error: no string table opt/solstudio12.2/prod/lib/amd64/prof_tsd.o had this elf error:Request error: no string table opt/solstudio12.2/prod/lib/amd64/prof_lib.o had this elf error:Request error: no string table opt/solstudio12.2/prod/lib/prof_tsd.o had this elf error:Request error: no string table
These files are all the result of "ld -r" which is itself an excellent way to break any elf utility every written by someone outside the linker group. Of course, I can file a bug for it, but at the moment I'm more interested in whether there is a way to suppress ELF dependency analysis for specific files in the manifest. If not, I'll have to complexify my Makefiles by running generate on a subset of the manifest, then gluing the dependencies onto the end of the original manifest. --chris _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
