Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 10:28:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237848] biology/tRNAscan-SE: fix build with GCC-based architecturs
Message-ID:  <bug-237848-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237848

            Bug ID: 237848
           Summary: biology/tRNAscan-SE: fix build with GCC-based
                    architecturs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
                CC: mzaki@niid.go.jp
             Flags: maintainer-feedback?(mzaki@niid.go.jp)
                CC: mzaki@niid.go.jp

Created attachment 204336
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204336&action=
=3Dedit
patch

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=3Dcompiler:c11 and add MAKE_JOBS_UNSAFE=3Dyes to fix it.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237848-7788>