Date: Sat, 17 Apr 2004 09:08:42 +0300 From: Kostyuk Oleg <cub@cub.org.ua> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Kostyuk Oleg <cub@cub.org.ua> Subject: ports/65651: PORTS:news/inn - install error Message-ID: <E1BEj0M-0007P3-40@cub.org.ua> Resent-Message-ID: <200404170610.i3H6AFgm017026@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BEj0M-0007P3-40>