Bug 201354 - graphics/graphviz fails to build
Summary: graphics/graphviz fails to build
Status: Closed Not Enough Information
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-05 08:09 UTC by Juho Hiltunen
Modified: 2015-09-26 20:21 UTC (History)
0 users

See Also:
dinoex: maintainer-feedback-


Attachments
Part of the preprocessed source (182.25 KB, text/x-csrc)
2015-07-05 08:09 UTC, Juho Hiltunen
no flags Details
output of make clean configure (2.63 KB, text/plain)
2015-07-07 06:40 UTC, Juho Hiltunen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Juho Hiltunen 2015-07-05 08:09:28 UTC
Created attachment 158369 [details]
Part of the preprocessed source

The preprocessed source file is over 10mb in size with 832763 lines of text, so bugzilla doesn't allow me to attach it. static color_lab lab_gamut_data[] at line 5519 is to blame for it.

I don't know how to attach two files with bugzilla, so a shortened version (head -n 5520) of preprocessed source is attached and run script is here:

 "/usr/bin/cc" -cc1 -triple x86_64-unknown-freebsd10.1 -emit-obj -disable-free -disable-llvm-verifier -main-file-name lab.c -mrelocation-model pic -pic-level 2 -mdisable-fp-elim -relaxed-aliasing -menable-no-infs -menable-no-nans -menable-unsafe-fp-math -ffp-contract=fast -ffast-math -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -sys-header-deps -D "HAVE_CONFIG_H" -D "LIBICONV_PLUG" -D "LIBICONV_PLUG" -D "PIC" -O2 -Wstrict-prototypes -Wpointer-arith -Wall -ferror-limit 19 -fmessage-length 112 -stack-protector 1 -mstackrealign -fobjc-runtime=gnustep -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -x c lab-4425ce.c

diagnosting message hre:

********************
Makefile:570: recipe for target 'lab.lo' failed
gmake[5]: *** [lab.lo] Error 1
gmake[5]: Leaving directory '/usr/ports/graphics/graphviz/work/graphviz-2.38.0/lib/edgepaint'
Makefile:536: recipe for target 'all-recursive' failed
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory '/usr/ports/graphics/graphviz/work/graphviz-2.38.0/lib'
Makefile:774: recipe for target 'all-recursive' failed
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory '/usr/ports/graphics/graphviz/work/graphviz-2.38.0'
Makefile:583: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory '/usr/ports/graphics/graphviz/work/graphviz-2.38.0'
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/graphics/graphviz
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/graphviz
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2015-07-07 04:03:47 UTC
I can not reproduce your problem.
I build successfully on a clean FreeBSD 10.1 amd64

Did you build with default options?

what us the output of:
make clean configure
Comment 2 Juho Hiltunen 2015-07-07 06:40:02 UTC
Created attachment 158473 [details]
output of make clean configure
Comment 3 Juho Hiltunen 2015-07-07 06:42:12 UTC
Comment on attachment 158473 [details]
output of make clean configure

I installed with default options.
Comment 4 Dirk Meyer freebsd_committer freebsd_triage 2015-08-24 18:21:47 UTC
given output ist not the 
output of "make clean configure"

it only contains the activated options.

it does not contain the needed information for analyzing this problem.