Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2012 08:46:17 GMT
From:      Alfred Bartsch <bartsch@dssgmbh.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171599: wrong build dependency in sysutils/openipmi
Message-ID:  <201209130846.q8D8kHE6095377@red.freebsd.org>
Resent-Message-ID: <201209130850.q8D8o73t012687@freefall.freebsd.org>

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

>Number:         171599
>Category:       ports
>Synopsis:       wrong build dependency in sysutils/openipmi
>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:   Thu Sep 13 08:50:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Alfred Bartsch
>Release:        FreeBSD 8.3-stable
>Organization:
Data-Service GmbH
>Environment:
FreeBSD dsst4pkg.incore 8.3-STABLE FreeBSD 8.3-STABLE #2: Mon Aug  6 10:48:59 CEST 2012     root@dsssrvt4.incore:/usr/obj/usr/src/sys/SERVER64  amd64

>Description:
The port Makefile seems to include an outdated build dependency.
The build ends with:

===>  Checking if x11-toolkits/tix already installed
===>   tix-8.4.3_1 is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of x11-toolkits/tix
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/x11-toolkits/tix.
*** Error code 1

Stop in /usr/ports/sysutils/openipmi.

>How-To-Repeat:
execute "make" in /usr/ports/sysutils/openipmi
>Fix:
modify ports Makefile:

--- Makefile.orig        2011-11-27 10:34:36.000000000 +0100
+++ Makefile    2012-09-13 10:32:27.000000000 +0200
@@ -69,7 +69,7 @@
 USE_PYTHON=            yes
 WITH_PYTHON=           yes
 BUILD_DEPENDS+=                ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
-                       ${LOCALBASE}/lib/tix8.1/Tix.tcl:${PORTSDIR}/x11-toolkits/tix
+                       ${LOCALBASE}/lib/Tix8.4.3/Tix.tcl:${PORTSDIR}/x11-toolkits/tix
 CONFIGURE_ARGS+=       --with-tkinter
 PLIST_SUB+=            TKINTER=""
 .else


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



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