Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2004 20:27:25 -0800 (PST)
From:      Lee Harr <missive@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/62613: kpacman build fails
Message-ID:  <200402100427.i1A4RPrL045441@www.freebsd.org>
Resent-Message-ID: <200402100430.i1A4UKlZ069747@freefall.freebsd.org>

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

>Number:         62613
>Category:       ports
>Synopsis:       kpacman build fails
>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:   Mon Feb 09 20:30:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lee Harr
>Release:        4.9-STABLE
>Organization:
>Environment:
FreeBSD 4.9-STABLE FreeBSD 4.9-STABLE #1: Sat Dec 27 11:23:38 EST 2003 i386

>Description:
# portupgrade -Rw kpacman
[Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 607 packages found (-1 +1) (...). done]
--->  Upgrading 'kpacman-0.3.2' to 'kpacman-0.3.2_1' (games/kpacman)
--->  Building '/usr/ports/games/kpacman'
===>   kpacman-0.3.2_1 depends on file: /usr/X11R6/bin/moc - found
===>   kpacman-0.3.2_1 depends on executable: gmake - found
===>   kpacman-0.3.2_1 depends on shared library: kdegames.2 - not found
===>    Verifying install for kdegames.2 in /usr/ports/games/kdegames3
===>   Returning to build of kpacman-0.3.2_1
Error: shared library "kdegames.2" does not exist
*** Error code 1

>How-To-Repeat:
Attempt to build or upgrade games/kpacman
>Fix:
# diff -u Makefile.orig Makefile
--- Makefile.orig       Mon Feb  9 23:13:05 2004
+++ Makefile    Mon Feb  9 23:14:20 2004
@@ -14,7 +14,7 @@
 MAINTAINER=    arved@FreeBSD.org
 COMMENT=       Pacman Clone for KDE

-LIB_DEPENDS=   kdegames.2:${PORTSDIR}/games/kdegames3
+LIB_DEPENDS=   kdegames.3:${PORTSDIR}/games/kdegames3

 USE_KDELIBS_VER=       3
 USE_REINPLACE= yes

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



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