Bug 59033 - Update port: lang/cyclone 0.6 [patch]
Summary: Update port: lang/cyclone 0.6 [patch]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-07 10:50 UTC by stolz
Modified: 2003-11-07 20:51 UTC (History)
0 users

See Also:


Attachments
cyclone (27.10 KB, text/plain)
2003-11-07 10:50 UTC, stolz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description stolz 2003-11-07 10:50:15 UTC
Update lang/cyclone to 0.6

[This one turned out to be much easier than I thought, making sure
that the old cruft could be removed took most of the time]

Fix: Committer: Remove patch-file patch-cerrno.h!
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-07 11:09:53 UTC
Hi,

On Fri, Nov 07, 2003 at 11:42:47AM +0100, Volker Stolz wrote:
> 
> >Number:         59033
> >Category:       ports
> >Synopsis:       Update port: lang/cyclone 0.6 [patch]
> >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:   Fri Nov 07 02:50:15 PST 2003
> >Closed-Date:
> >Last-Modified:
> >Originator:     Volker Stolz
> >Release:        FreeBSD 4.9-RC i386
> >Organization:
> Lehrstuhl für Informatik II
> >Environment:
> System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-RC FreeBSD 4.9-RC #10: Tue Oct 7 12:32:25 CEST 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386
> 
> 
> 	
> >Description:
> Update lang/cyclone to 0.6


I tested it now on fresh built -current and there are some
problems:

gmake[1]: Entering directory
`/usr/ports/lang/cyclone/work/cyclone-0.6'
bin/cyclone -c -Iinclude -Ibin/lib/cyc-lib/i386-portbld-freebsd5.1/include -Bbin/lib/cyc-lib -o lib/bitvec.o -O lib/bitvec.cyc
In file included from lib/bitvec.cyc:31:
bin/lib/cyc-lib/i386-portbld-freebsd5.1/include/stdio.h:1:1: unterminated #ifndef

Error: preprocessing
gmake[1]: *** [lib/bitvec.o] Error 1 
gmake[1]: Leaving directory `/usr/ports/lang/cyclone/work/cyclone-0.6'
gmake: *** [lib/bitvec.o] Error 2
*** Error code 2

-Kirill
Comment 2 stolz 2003-11-07 16:23:52 UTC
On Fri, Nov 07, 2003 at 12:09:53PM +0100, Kirill Ponomarew wrote:
> > >Number:         59033
> > >Category:       ports
> > >Synopsis:       Update port: lang/cyclone 0.6 [patch]
> gmake[1]: Entering directory
> `/usr/ports/lang/cyclone/work/cyclone-0.6'
> bin/cyclone -c -Iinclude -Ibin/lib/cyc-lib/i386-portbld-freebsd5.1/include -Bbin/lib/cyc-lib -o lib/bitvec.o -O lib/bitvec.cyc
> In file included from lib/bitvec.cyc:31:
> bin/lib/cyc-lib/i386-portbld-freebsd5.1/include/stdio.h:1:1: unterminated #ifndef
> 
> Error: preprocessing
> gmake[1]: *** [lib/bitvec.o] Error 1 
> gmake[1]: Leaving directory `/usr/ports/lang/cyclone/work/cyclone-0.6'
> gmake: *** [lib/bitvec.o] Error 2
> *** Error code 2

Looks like cyclone doesn't like -CURRENT's header files, I'm not sure that this
can be fixed with a simple patch. Can you live with a 
.if && ${OSVERSION} >= 500000
BROKEN="Cannot convert header files on -CURRENT!"
.endif

Volker
-- 
http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME
rage against the finite state machine
Comment 3 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-07 20:51:04 UTC
State Changed
From-To: open->closed

Committed, thanks!