pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/48040: devel/tradcpp is not compatible with Solaris 10



>Number:         48040
>Category:       pkg
>Synopsis:       devel/tradcpp is not compatible with Solaris 10
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jul 10 09:45:01 +0000 2013
>Originator:     Jörn Clausen
>Release:        
>Organization:
University of Bielefeld
>Environment:
>Description:
Compilation of devel/tradcpp fails on Solaris 10 with

===> Building for tradcpp-0.3.1
gcc -O  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized 
-Wreturn-type -Wpointer-arith -Wcast-qual -Wwrite-strings -Wswitch -Wshadow  -c 
main.c
main.c:36:17: fatal error: err.h: No such file or directory


There does not seem to be an equivalent on Solaris 10 that provides the 
functions defined in err.h (err and warn and variations of them), at least I 
couldn't find any traces of them.

As they are essentially wrappers around __printflike from sys/cdefs.h, which 
itself is a single #define, maybe this could be included in tradcpp. Or there 
is a completely different solution to the problem tradcpp tries to solve...
>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index