Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 04:23:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192698] New: textproc/teckit fails to build with lang/gcc47
Message-ID:  <bug-192698-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 192698
           Summary: textproc/teckit fails to build with lang/gcc47
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jhibbits@FreeBSD.org

Created attachment 145854
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145854&action=edit
Patch to fix textproc/teckit (to be dropped into files/)

When building with lang/gcc47 (USE_GCC=yes) I see the following build failure. 
The attached patch fixes it (can be dropped into a yet-to-be-created files/):


../source/Compiler.cpp: In function 'char* TECkit_GetTECkitName(UInt32)':
../source/Compiler.cpp:212:32: error: 'sprintf' was not declared in this scope
../source/Compiler.cpp: In function 'const char* asHex(UInt32, short int)':
../source/Compiler.cpp:349:34: error: 'sprintf' was not declared in this scope
../source/Compiler.cpp: In function 'const char* asDec(UInt32)':
../source/Compiler.cpp:357:24: error: 'sprintf' was not declared in this scope

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