Bug 251132 - textproc/tokyodystopia: fails to build on aarch64
Summary: textproc/tokyodystopia: fails to build on aarch64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm64 Any
: --- Affects Only Me
Assignee: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-14 10:43 UTC by Mikael Urankar
Modified: 2020-11-21 13:40 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (lwhsu)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Urankar freebsd_committer freebsd_triage 2020-11-14 10:43:29 UTC
configure:3855: checking for main in -ltokyocabinet
configure:3874: cc -o conftest -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing    -fstack-protector-strong  conftest.c -ltokyocabinet  -lbz2 -lz -lpthread -lm -lc  >&5
ld: error: unable to find library -ltokyocabinet

missing localbase in USES
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-11-21 13:40:40 UTC
A commit references this bug:

Author: mikael
Date: Sat Nov 21 13:39:48 UTC 2020
New revision: 555981
URL: https://svnweb.freebsd.org/changeset/ports/555981

Log:
  textproc/tokyodystopia: fix build on aarch64

  Add missing localbase in USE flag otherwise the tokyocabinet lib is not found

  configure:3855: checking for main in -ltokyocabinet
  configure:3874: cc -o conftest -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong  conftest.c -ltokyocabinet  -lbz2 -lz -lpthread -lm -lc  >&5
  ld: error: unable to find library -ltokyocabinet

  PR:		251132
  Approved by:	portmgr (tier-2 blanket)

Changes:
  head/textproc/tokyodystopia/Makefile