tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: EL9 - is anyone worrying about this?



> I would use 'nm' to list the symbols in the referenced libraries,
> to see whether they are indeed missing, whether they have a
> different suffix "or what".  E.g. start with
>
> nm -op /usr/pkg/lib/libLLVM-15.so | grep LLVMInitializeM68kTargetMC

Or, actually,

nm -op /usr/lib64/libLLVM-15.so | grep LLVMInitializeM68kTargetMC

The build log points to

/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/libLLVM-15.so

for the zlib undefined symbol, and that path name resolves to
/usr/lib/libLLVM-15.so, so the LLVM is definately "external", and
also most likely not built by pkgsrc.

...which probably leads in the direction of the
rust-internal-llvm pkg option.

Regards,

- Håvard


Home | Main Index | Thread Index | Old Index