Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2008 14:47:46 GMT
From:      Kozaki Tsuneaki <zr2t-kzk@asahi-net.or.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/129817: math/R ports can't compile with WITHOUT_X11 option
Message-ID:  <200812211447.mBLElkWi017121@www.freebsd.org>
Resent-Message-ID: <200812211450.mBLEo11d008077@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         129817
>Category:       ports
>Synopsis:       math/R ports can't compile with WITHOUT_X11 option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 21 14:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Kozaki Tsuneaki
>Release:        FreeBSD 6.4-RELEASE amd64
>Organization:
>Environment:
FreeBSD nanapit.machine.co.jp 6.4-RELEASE FreeBSD 6.4-RELEASE #0: Sat Nov 29 12:32:43 J\
ST 2008 root@nanapit.machine.co.jp:/usr/obj/usr/src/sys/SMP_ULE amd64
>Description:
With WITHOUT_X11 option on, I can't compile the port math/R.

Error messages are following.
------------------------------------------------------------
cc -std=gnu99  -I../../src/extra/bzip2    -I. -I../../src/include -I../../src/include -I/usr/lo\
cal/include -DHAVE_CONFIG_H  -fpic  -O2 -fno-strict-aliasing -pipe -march=athlon64 -c platform.\
c -o platform.o
platform.c: In function `do_capabilities':
platform.c:1661: error: syntax error before "Rf_checkArityCall"
platform.c:1661: error: 'args' redeclared as different kind of symbol
platform.c:1649: error: previous definition of 'args' was here
platform.c:1661: error: syntax error before ')' token
*** Error code 1

>How-To-Repeat:
just compile math/R with WITHOUT_X11 compiler option.

>Fix:
add a lacked semicolon in the file src/main/platform.c

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812211447.mBLElkWi017121>