Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 1999 15:52:42 -0500
From:      ade@lovett.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11524: ORBit-0.4.2 port broken
Message-ID:  <E10f8eo-000Mf7-00@burn.lovett.com>

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

>Number:         11524
>Category:       ports
>Synopsis:       ORBit-0.4.2 port broken
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May  5 14:00:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Ade Lovett
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
Lovett Network Consultancy
>Environment:

	3.1-STABLE machine (as of 05/01/1999), with fully up-to-date
	ports tree.

>Description:

	ORBit-0.4.2 port fails to build (see below).  Since a bunch
	of other ports depend on ORBit, it effectively kills them.

...
Making all in services
gmake[3]: Entering directory `/usr/ports/devel/ORBit/work/ORBit-0.4.2/src/services'
Making all in name
gmake[4]: Entering directory `/usr/ports/devel/ORBit/work/ORBit-0.4.2/src/services/name'
cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../../src -I../../../src  -I/usr/local/include/glib12    -O -pipe -c new-name-server.c
In file included from new-name-server.c:21:
CosNaming.h:343: unbalanced `#endif'
CosNaming.h:372: unbalanced `#endif'
In file included from new-name-server.c:21:
CosNaming.h:340: parse error before `servant'
CosNaming.h:340: `CosNaming_Name' redeclared as different kind of symbol
CosNaming.h:50: previous declaration of `CosNaming_Name'

... [more errors snipped]


>How-To-Repeat:

	cd /usr/ports/devel/ORBit
	make

>Fix:

	0.4.2 is obsoleted anyway -- upgrade to 0.4.3 with the
	following patch.  This really needs to get in before
	the 5/10 3.2-RELEASE ports freeze.

Index: Makefile
===================================================================
RCS file: /src/FreeBSD/cvs/ports/devel/ORBit/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile    1999/04/16 05:48:40     1.17
+++ Makefile    1999/05/05 19:50:20
@@ -6,7 +6,7 @@
 # $Id: Makefile,v 1.17 1999/04/16 05:48:40 taoka Exp $
 #
 
-DISTNAME=      ORBit-0.4.2
+DISTNAME=      ORBit-0.4.3
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=    sources/ORBit

Index: files/md5
===================================================================
RCS file: /src/FreeBSD/cvs/ports/devel/ORBit/files/md5,v
retrieving revision 1.7
diff -u -r1.7 md5
--- md5 1999/04/16 05:48:40     1.7
+++ md5 1999/05/05 19:55:51
@@ -1 +1 @@
-MD5 (ORBit-0.4.2.tar.gz) = 5c7e91d2a4eda8bd7b48cfa13569287f
+MD5 (ORBit-0.4.3.tar.gz) = 758e7a4692d6ac8bb6393663162f45eb

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E10f8eo-000Mf7-00>