HomeFreeBSD

devel/deforaos-libsystem is not jobs safe

Description

devel/deforaos-libsystem is not jobs safe

Here the log shows a makefile race where it tries to create the same
symlink twice:

  • libSystem.so.0 ---

ln -f -s -- libSystem.so.0.0 libSystem.so.0

  • libSystem.so ---

ln -f -s -- libSystem.so.0.0 libSystem.so.0

  • libSystem.so.0 ---

ln -f -s -- libSystem.so.0.0 libSystem.so

  • libSystem.so ---

ln: libSystem.so.0: File exists

Details

Provenance
marinoAuthored on
Parents
rP390661: security/clambc is not jobs safe.
Branches
Unknown
Tags
Unknown