Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2012 11:33:13 GMT
From:      Serbanica Ionut <ebgp@ymail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166815: Panoptis port do not install correctly
Message-ID:  <201204101133.q3ABXDMV017700@red.freebsd.org>
Resent-Message-ID: <201204101140.q3ABe323062493@freefall.freebsd.org>

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

>Number:         166815
>Category:       ports
>Synopsis:       Panoptis port do not install correctly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 10 11:40:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Serbanica Ionut
>Release:        7.4-RELEASE-p6, 9.0-STABLE #0
>Organization:
NONE
>Environment:
[root@glFlow ~]# uname -a
FreeBSD glFlow.digitalcable.ro 7.4-RELEASE-p6 FreeBSD 7.4-RELEASE-p6 #0: Tue Apr  3 17:09:29 EEST 2012     root@glFlow.digitalcable.ro:/usr/obj/usr/src/sys/glflow  i386



[root@hate /usr/ports/net/panoptis]# uname -a
FreeBSD hate.audioldi.ro 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar 23 17:06:42 EET 2012     root@hate.audioldi.ro:/usr/obj/usr/src/sys/hate  amd64

>Description:
Panoptis do not install correctly, instead of putting speed.py and pview.py in /usr/local/bin, the installer puts mail.py.


===>   Generating temporary packing list
===>  Checking if net/panoptis already installed
install  -s -o root -g wheel -m 555 /usr/ports/net/panoptis/work/panoptis-0.1.4/panoptis/panoptis /usr/local/bin/panoptis
install  -o root -g wheel -m 555 /usr/ports/net/panoptis/work/panoptis-0.1.4/panoptis/mail.py /usr/local/bin/mail.py
install  -o root -g wheel -m 555 /usr/ports/net/panoptis/work/panoptis-0.1.4/panoptis/mail.py /usr/local/bin/pview.py
install  -o root -g wheel -m 555 /usr/ports/net/panoptis/work/panoptis-0.1.4/panoptis/mail.py /usr/local/bin/speed.py
===>   Registering installation for panoptis-0.1.4_2
===>  Cleaning for panoptis-0.1.4_2

All the ports are updated  on both machines (7.4 and 9.0) and the same problem.
>How-To-Repeat:
cd /usr/ports/net/panoptis; make install clean
>Fix:
--- Makefile.orig	2012-04-10 11:19:33.000000000 +0000
+++ Makefile	2012-04-10 09:58:53.000000000 +0000
@@ -23,7 +23,7 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/panoptis/panoptis ${PREFIX}/bin/panoptis
 .for f in mail.py pview.py speed.py
-	${INSTALL_SCRIPT} ${WRKSRC}/panoptis/mail.py ${PREFIX}/bin/${f}
+	${INSTALL_SCRIPT} ${WRKSRC}/panoptis/${f} ${PREFIX}/bin/${f}
 .endfor
 
 .include <bsd.port.mk>


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



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