Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Dec 2014 18:59:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196070] New: [PATCH] net-im/farsight2 fails to build on armv6
Message-ID:  <bug-196070-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 196070
           Summary: [PATCH] net-im/farsight2 fails to build on armv6
           Product: Ports Tree
           Version: Latest
          Hardware: arm
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: mikael.urankar@gmail.com
                CC: sbruno@FreeBSD.org
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
          Assignee: gnome@FreeBSD.org

Created attachment 150687
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150687&action=edit
files/patch-tests_rtp_Makefile.in

Current build error:
gmake[4]: Entering directory
'/wrkdirs/usr/ports/net-im/farsight2/work/farsight2-0.0.31/tests/rtp'
  CC     codec_discovery-codec-discovery.o
  CCLD   codec-discovery
/nxb-bin/usr/bin/ld: undefined reference to symbol `sqrt@@FBSD_1.0' (try adding
-lm)
//lib/libm.so.5: could not read symbols: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:381: recipe for target 'codec-discovery' failed

The attached patch adds the missing libm.

Put the attached file in net-im/farsight2/files

build log on armv6:
http://mikael.urankar.free.fr/FreeBSD/arm/build_logs/farsight2-0.0.31_2.log
and for amd64/current:
http://mikael.urankar.free.fr/FreeBSD/arm/build_logs/amd64_farsight2-0.0.31_2.log

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer gnome@FreeBSD.org

-- 
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-196070-13>