From owner-freebsd-ports@FreeBSD.ORG Thu Jun 24 15:23:19 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C065916A4CE for ; Thu, 24 Jun 2004 15:23:19 +0000 (GMT) Received: from cars.acck.edu (cars.acck.edu [65.161.236.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C4D743D53 for ; Thu, 24 Jun 2004 15:23:19 +0000 (GMT) (envelope-from zjerodp@acck.edu) Received: from [65.161.236.65] (prog_01 [65.161.236.65]) by cars.acck.edu (8.9.3 (PHNE_29773)/8.9.3) with ESMTP id KAA27704 for ; Thu, 24 Jun 2004 10:22:31 -0500 (CDT) Message-ID: <40DAF1A9.2050804@acck.edu> Date: Thu, 24 Jun 2004 10:22:17 -0500 From: Jerod Prothe User-Agent: Mozilla Thunderbird 0.7 (X11/20040615) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: rt3 and bzip2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 15:23:19 -0000 Hi, I am brand new to rt, and am in the middle of trying to install rt-3.0.11 on FreeBSD 5.1. When I cd to /usr/ports/www/rt3 and execute make, I get the following output: # make You may use the following build options: DB_TYPE=type mysql, Oracle, Pg or SQLite (mysql) DB_HOST=hostname The database host (localhost) DB_PORT=port The database port DB_DBA_USER=username Name of database administrator (root) DB_DBA_PASSWORD=password Password of database administrator WITH_FASTCGI Use FastCGI instead of mod_perl WITH_APACHE2 Use Apache2 as the web server INITIAL_INSTALL Do initialize DB (for initial install only) ===> Extracting for rt-3.0.11 >> Checksum OK for rt-3.0.11.tar.gz. ===> Patching for rt-3.0.11 ===> rt-3.0.11 depends on executable: - not found ===> Verifying install for in /usr/ports/ ===> archivers ===> archivers/9e ===> archivers/arc ===> archivers/arj ===> archivers/bicom ===> archivers/bzip ===> archivers/bzip2 ===> bzip2-1.0.2 bzip2 is in the base system. *** Error code 1 Stop in /usr/ports/archivers/bzip2. *** Error code 1 Stop in /usr/ports/archivers. *** Error code 1 Stop in /usr/ports. *** Error code 1 Stop in /usr/ports/www/rt3. I thought that maybe bzip2 was tripping up the install, so I tried to 'make deinstall' in the bzip2 port directory, but that replies with: # make deinstall ===> Deinstalling for bzip2-1.0.2 ===> bzip2-1.0.2 not installed, skipping Is there some way to avert this message? I was hoping for this port to 'just work' like the other FreeBSD ports I've encountered. Many thanks, Jerod