Page MenuHomeFreeBSD

biology/tRNAscan-SE: fix build with GCC-based architecturs
ClosedPublic

Authored by pkubaj on May 28 2019, 2:27 PM.
Tags
None
Referenced Files
F148012858: D20439.diff
Sun, Mar 15, 4:49 AM
F147912608: D20439.id.diff
Sat, Mar 14, 3:07 PM
Unknown Object (File)
Sat, Mar 14, 6:00 AM
Unknown Object (File)
Fri, Mar 13, 4:58 PM
Unknown Object (File)
Wed, Mar 11, 6:10 PM
Unknown Object (File)
Mon, Mar 9, 3:58 AM
Unknown Object (File)
Wed, Mar 4, 2:37 PM
Unknown Object (File)
Feb 8 2026, 3:39 PM
Subscribers
None

Details

Summary

Recently, after testing, I committed a change to use new compiler on GCC architectures.

It turns out this was not needed, there's an issue with threaded compilation which manifests in:

  • bin/EukHighConfidenceFilter ---

sh: cannot create bin/EukHighConfidenceFilter: No such file or directory

  • bin/fasta2gsi ---

sh: cannot create bin/fasta2gsi: No such file or directory

  • bin/sstofa ---

sh: cannot create bin/sstofa: No such file or directory

Remove USES=compiler:c11 and add MAKE_JOBS_UNSAFE=yes to fix it.

PR: 237848

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 29 2019, 9:17 PM
This revision was automatically updated to reflect the committed changes.