Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2002 02:43:33 GMT
From:      Philip.M.Gollucci.philip@p6m7g8.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46115: make WITH_CDROM WITH_ADABAS fails for /usr/ports/editors/staroffice52	
Message-ID:  <200212090243.gB92hXGu066783@p6m7g8.com>

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

>Number:         46115
>Category:       ports
>Synopsis:       make WITH_CDROM WITH_ADABAS fails for /usr/ports/editors/staroffice52
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 09 00:10:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 5.0-RC i386
>Organization:
P6M7G8 Consulting
>Environment:
System: FreeBSD p6m7g8.com 5.0-RC FreeBSD 5.0-RC #1: Fri Dec 6 13:42:19 GMT 2002 philip@p6m7g8.hyatsv01.md.comcast.net:/usr/obj/usr/src/sys/PHILIP i386


>Description:
The /usr/ports/editors/staroffice52 and problem cousins
fail during the make stage
if WITH_CDROM and WITH_ADABAS are specified together
because the files f_0001 and f_0000 along with directory adabas already exist.

>How-To-Repeat:
cd /usr/ports/editors/staroffice52
make WITH_CDROM WITH_ADABAS=yes
make install
make install-user
make distclean
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/staroffice52/Makefile,v
retrieving revision 1.39
diff -r1.39 Makefile
122,124c122,124
<       @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/adabas .
<       @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/f_0000 .
<       @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/f_0001 .
---
>       @cd ${WRKSRC} && ${LN} -fs ${CD_MOUNTPT}/linux/adabas/adabas .
>       @cd ${WRKSRC} && ${LN} -fs ${CD_MOUNTPT}/linux/adabas/f_0000 .
>       @cd ${WRKSRC} && ${LN} -fs ${CD_MOUNTPT}/linux/adabas/f_0001 .
127c127
<       @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/office52/* .
---
>       @cd ${WRKSRC} && ${LN} -fs ${CD_MOUNTPT}/linux/office52/* .


>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?200212090243.gB92hXGu066783>