Bug 241073 - graphics/graphviz: fails to build on aarch64 (missing sbrk)
Summary: graphics/graphviz: fails to build on aarch64 (missing sbrk)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-05 08:19 UTC by Mikael Urankar
Modified: 2019-10-07 09:00 UTC (History)
0 users

See Also:
dinoex: maintainer-feedback+


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 2019-10-05 08:19:36 UTC
http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p512874_s352730/logs/errors/graphviz-2.42.2.log

ld: error: ../../lib/gvpr/.libs/libgvpr.so: undefined reference to sbrk

It used to build correctly:
http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p512195_s352432/logs/graphviz-2.40.1_11.log

it blocks 2082 ports.
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2019-10-06 19:33:26 UTC
Please provide the output on aarch64.
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2019-10-07 06:37:22 UTC
it's still broken. I already put the log in the first comment.
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2019-10-07 08:55:17 UTC
(In reply to mikael.urankar from comment #2)

The logfile seems for arm64, not for aarch64?
Comment 4 commit-hook freebsd_committer freebsd_triage 2019-10-07 08:57:01 UTC
A commit references this bug:

Author: dinoex
Date: Mon Oct  7 08:56:12 UTC 2019
New revision: 513932
URL: https://svnweb.freebsd.org/changeset/ports/513932

Log:
  -fix for aarch64
  PR:	241073

Changes:
  head/graphics/graphviz/Makefile
  head/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h
Comment 5 Mikael Urankar freebsd_committer freebsd_triage 2019-10-07 08:59:29 UTC
(In reply to Dirk Meyer from comment #3)
It's the same.
Thanks for the fix.