[Bug 220591] graphics/graphviz: fails to build on armv6 (451 ports skipped)

2017-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220591

Jan Beich  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2211
   ||82

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 220591] graphics/graphviz: fails to build on armv6 (451 ports skipped)

2017-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220591

--- Comment #7 from mikael.uran...@gmail.com ---
The CFLAGS must be set globally (in make.conf), a lot of multimedia and
graphics ports are affected by this issue (on 11.0 and 11.1 at least),
12-CURRENT is not affected.

I don't think it's a good idea to pollute every ports with this cflags.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 220591] graphics/graphviz: fails to build on armv6 (451 ports skipped)

2017-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220591

Dirk Meyer  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(dinoex |maintainer-feedback+
   |@FreeBSD.org)   |
 Resolution|--- |FIXED
 Status|In Progress |Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 220591] graphics/graphviz: fails to build on armv6 (451 ports skipped)

2017-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220591

--- Comment #6 from commit-h...@freebsd.org ---
A commit references this bug:

Author: dinoex
Date: Tue Jul 11 08:28:44 UTC 2017
New revision: 445473
URL: https://svnweb.freebsd.org/changeset/ports/445473

Log:
  - fix build on armv6
  PR:   220591
  Submitted by: Mikael Urankar

Changes:
  head/graphics/graphviz/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 220591] graphics/graphviz: fails to build on armv6 (451 ports skipped)

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220591

--- Comment #5 from mikael.uran...@gmail.com ---
We build package for 11.0 on armv6 now?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 220591] graphics/graphviz: fails to build on armv6 (451 ports skipped)

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220591

mikael.uran...@gmail.com changed:

   What|Removed |Added

 CC||mikael.uran...@gmail.com

--- Comment #4 from mikael.uran...@gmail.com ---
You can add CFLAGS+= -fno-builtin-sincos -fno-builtin-sin -fno-builtin-cos
-fno-builtin-sincosf -fno-builtin-sinf -fno-builtin-cosf -fno-builtin-sincosl
-fno-builtin-sinl -fno-builtin-cosl

or ask mmel@ to mfc base r319047

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 220591] graphics/graphviz: fails to build on armv6 (451 ports skipped)

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220591

--- Comment #3 from Jan Beich  ---
Comment on attachment 184219
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=184219
patch-lib-common-shapes.c

Doesn't help:

  $ make
  checking for sincos... no
  [...]
  ../../lib/gvc/.libs/libgvc.so: undefined reference to `sincos'
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  [...]
  ../../plugin/neato_layout/.libs/libgvplugin_neato_layout.so: undefined
reference to `sincos'
  cc: error: linker command failed with exit code 1 (use -v to see invocation)

I've also tried adding

  # Bug 220590: -ffast-math is broken without sincos in libm
  CFLAGS_armv6= -fno-unsafe-math-optimizations

but it doesn't help due to the order of CFLAGS on command line.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 220591] graphics/graphviz: fails to build on armv6 (451 ports skipped)

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220591

Dirk Meyer  changed:

   What|Removed |Added

 Status|New |In Progress

--- Comment #2 from Dirk Meyer  ---
Please try the attached patch

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 220591] graphics/graphviz: fails to build on armv6 (451 ports skipped)

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220591

--- Comment #1 from Dirk Meyer  ---
Created attachment 184219
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=184219&action=edit
patch-lib-common-shapes.c

patch for sincos

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 220591] graphics/graphviz: fails to build on armv6 (451 ports skipped)

2017-07-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220591

Bug ID: 220591
   Summary: graphics/graphviz: fails to build on armv6 (451 ports
skipped)
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Keywords: needs-patch
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: din...@freebsd.org
  Reporter: jbe...@freebsd.org
CC: freebsd-toolchain@FreeBSD.org
  Assignee: din...@freebsd.org
 Flags: maintainer-feedback?(din...@freebsd.org)

./../lib/gvc/.libs/libgvc.so: undefined reference to `sincos'
cc: error: linker command failed with exit code 1 (use -v to see invocation)

https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20170703/498271.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"