Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 1995 03:55:25 +0200
From:      Heikki Suonsivu <hsu@clinet.fi>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/870: pkg_delete does not remove .install_done from port
Message-ID:  <199512070155.DAA28480@plentium.clinet.fi>
Resent-Message-ID: <199512070200.SAA20049@freefall.freebsd.org>

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

>Number:         870
>Category:       ports
>Synopsis:       pkg_delete does not remove .install_done from port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec  6 18:00:03 PST 1995
>Last-Modified:
>Originator:     Heikki Suonsivu
>Organization:
Clinet, Espoo, Finland
>Release:        FreeBSD 2.1.0-950928-SNAP i386
>Environment:

	-current

>Description:

hsu#katiska.clinet.fi Thu 61: make install
Checksums OK.
===>  Installing for xcdplayer-2.2
/usr/bin/install -c -s  xcdplayer /usr/X11R6/bin/xcdplayer
/usr/bin/install -c -m 0444 XCdplayer.ad /usr/X11R6/lib/X11/app-defaults/XCdplayer
install in . done
rm -f /usr/X11R6/man/man1/xcdplayer.1*
/usr/bin/install -c -m 0444 xcdplayer.man  /usr/X11R6/man/man1/xcdplayer.1
gzip -9n /usr/X11R6/man/man1/xcdplayer.1
install.man in . done
===> xcdplayer-2.2 is already installed - perhaps an older version?
     If so, you may wish to ``pkg_delete xcdplayer-2.2'' and install
     this port again to upgrade it properly.

I did pkg_delete xcdplayer-2.2, it didn't say anything, and tried
reinstalling:

hsu#katiska.clinet.fi Thu 77: make install
Checksums OK.
hsu#katiska.clinet.fi Thu 78: 

>How-To-Repeat:

	install a port and do make install again.

>Fix:
	
	workaround: rm work/.install_done

	.install_done file should not be in work; it is machine specific,
as now it compains that the software has been installed already if trying
to install it into another machine from the same nfs-mounted disk.

It seems that the ports system is designed for one-user workstations only
(see my previous report about installing in usr).

>Audit-Trail:
>Unformatted:



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