Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2003 15:46:55 -0800
From:      "Cesar A. R. Crusius" <cesarcrusius@earthlink.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   i386/60706: kimdaba standard install is excruciatingly slow
Message-ID:  <200312291546.55215.cesarcrusius@earthlink.net>
Resent-Message-ID: <200312292350.hBTNo7n5070516@freefall.freebsd.org>

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

>Number:         60706
>Category:       i386
>Synopsis:       kimdaba standard install is excruciatingly slow
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 29 15:50:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cesar Crusius
>Release:        FreeBSD 5.0-RELEASE-p8 i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD ventoux 5.0-RELEASE-p8 FreeBSD 5.0-RELEASE-p8 #0: Wed Aug 6 
04:44:12 GMT 2003 root@:/usr/obj/usr/src/sys/VENTOUX i386

>Description:
	The Makefile on the graphics/kimdaba package removes optimization options, 
resulting in an unuseable executable which is either too slow or hangs.
>How-To-Repeat:
	cd /usr/ports/graphics/kimdaba; make; make install; kimbada
>Fix:

*** /usr/ports/graphics/kimdaba/Makefile        Mon Dec 29 15:39:28 2003
--- /usr/ports/graphics/kimdaba/Makefile.old    Mon Dec 29 15:38:55 2003
***************
*** 19,25 ****
  USE_REINPLACE=                yes

  post-patch:
!       @${REINPLACE_CMD} -e 's/-O2/-O3/g' ${WRKSRC}/${CONFIGURE_SCRIPT}

  post-install:
        @${RM} ${PREFIX}/share/locale/xx/LC_MESSAGES/kimdaba.mo
--- 19,25 ----
  USE_REINPLACE=                yes

  post-patch:
!       @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}

  post-install:
        @${RM} ${PREFIX}/share/locale/xx/LC_MESSAGES/kimdaba.mo

-- 
Cesar A. R. Crusius
Synthesis Architect, Barcelona Design Inc.
The OPS convex optimization system (http://ops.sourceforge.net)

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



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