ports/65651: PORTS:news/inn - install error

Kostyuk Oleg cub at cub.org.ua
Sat Apr 17 06:10:18 UTC 2004


>Number:         65651
>Category:       ports
>Synopsis:       PORTS:news/inn - install error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 16 23:10:15 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kostyuk Oleg
>Release:        FreeBSD 5.2.1-RELEASE-p4 i386
>Organization:
>Environment:
	System: FreeBSD demani.digma 5.2.1-RELEASE-p4 FreeBSD 5.2.1-RELEASE-p4 #0:
		Fri Apr 2 15:31:08 EEST 2004 root at demani.digma:/var/.0/usr/obj/usr/src/sys/CUB i386

>Description:
	Installing news/inn produce errors :

	# portinstall news/inn
	--->  Installing 'inn-2.4.1_1' from a port (news/inn)
	--->  Building '/usr/ports/news/inn' with make flags: INN_NEWSSPOOL=/var/db/news INN_NEWSLOG=/var/log/news WITH_STANDARD_ETC=yes WITH_SASL=yes
	===>  Cleaning for libiconv-1.9.1_3

	..............................
	
	Checking if /usr/local/etc/inn/subscriptions exists:   [NO]
	Installing /usr/local/etc/inn/subscriptions.dist to /usr/local/etc/inn/subscriptions
	Creating empty history database...
	zsh: no such file or directory: ../bin/makedbz
	mv: rename history.n.dir to history.dir: No such file or directory
	*** Error code 1

	Stop in /mnt/digma0/ports/news/inn.
	*** Error code 1

	Stop in /mnt/digma0/ports/news/inn.
	** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall12905.0 make INN_NEWSSPOOL=/var/db/news INN_NEWSLOG=/var/log/news WITH_STANDARD_ETC=yes WITH_SASL=yes reinstall
	** Fix the installation problem and try again.
	** Listing the failed packages (*:skipped / !:failed)
		! news/inn      (install error)
	--->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed



	Ports tree daily updated, and installed soft fresh.

>How-To-Repeat:
	Try to install.

>Fix:
	# diff -u Makefile.orig Makefile
	--- Makefile.orig       Sat Apr 17 08:56:45 2004
	+++ Makefile    Sat Apr 17 08:57:05 2004
	@@ -177,7 +177,7 @@
	            ${TOUCH} history ; \
	            ${CHMOD} 644 history ; \
	            ${CHOWN} news:news history ; \
	-           su -fm news -c "../bin/makedbz -i" ; \
	+           su -fm news -c "${PREFIX}/news/bin/makedbz -i" ; \
	            for s in ${DBZ_FILES}  ; do \
	                ${MV} history.n.$${s} history.$${s} ; \
	            done ; \


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



More information about the freebsd-ports-bugs mailing list