From owner-freebsd-ports@FreeBSD.ORG Tue Jul 8 06:25:39 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A2DC1065672 for ; Tue, 8 Jul 2008 06:25:39 +0000 (UTC) (envelope-from awatts@pett.com.au) Received: from mail.equard.com.au (mail.equard.com.au [203.122.234.38]) by mx1.freebsd.org (Postfix) with ESMTP id CC7268FC1E for ; Tue, 8 Jul 2008 06:25:38 +0000 (UTC) (envelope-from awatts@pett.com.au) Received: from [172.24.0.19] ([172.24.0.19]) by mail.equard.com.au (8.13.8/8.13.8) with ESMTP id m686BdpA075269; Tue, 8 Jul 2008 15:41:41 +0930 (CST) (envelope-from awatts@pett.com.au) From: Alastair Watts To: mad@madpilot.net Content-Type: text/plain Date: Tue, 08 Jul 2008 15:41:40 +0930 Message-Id: <1215497500.7663.17.camel@adele> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: gnokii-0.6.26_1,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2008 06:25:39 -0000 Hi, I've just attempted to install Gnokii with smsd from ports on a FreeBSD 7.0 system, and I've encountered the following problems: 1) It appears that when SMSD is built, a dependency check for glib is missing. This causes the build of smsd to be disabled. 2) When the binaries are installed, they are installed with the prefix 'i386-portbld-freebsd7.0-', causing 'make install' to break when it tries to apply the appropriate ownership and permissions. As a side issue, is there any chance for a 'make config' to handle WITHOUT_X11, WITH_SMSD etc? This would make portupgrade (and others) significantly easier. Details are as follows: ----------------------- Built using: 'make -DWITHOUT_X11 -DWITH_SMSD install clean' Latest ports tree as of 1 hour prior to this email Gnokii port version: gnokii-0.6.26_1,1 make install breaks as such: ---------------------------- chgrp: /usr/local/bin/gnokii: No such file or directory chgrp: /usr/local/sbin/gnokiid: No such file or directory chgrp: /usr/local/sbin/mgnokiidev: No such file or directory chmod: /usr/local/bin/gnokii: No such file or directory chmod: /usr/local/sbin/gnokiid: No such file or directory chmod: /usr/local/sbin/mgnokiidev: No such file or directory chmod: /usr/local/sbin/gnokiid: No such file or directory chmod: /usr/local/sbin/mgnokiidev: No such file or directory *** Error code 1 Stop in /usr/ports/comms/gnokii. Currently installed packages (ls -l /var/db/pkg): ----------------------------- drwxr-xr-x 2 root wheel 512 Jun 22 00:26 apache-2.2.8 drwxr-xr-x 2 root wheel 512 Jul 4 00:33 asterisk-1.4.20.1_1 drwxr-xr-x 2 root wheel 512 Jun 22 00:02 autoconf-2.61_2 drwxr-xr-x 2 root wheel 512 Jun 22 00:02 autoconf-wrapper-20071109 drwxr-xr-x 2 root wheel 512 Jul 4 00:20 bison-2.3_4,1 drwxr-xr-x 2 root wheel 512 Jun 21 23:26 cclient-2006j_1,1 drwxr-xr-x 2 root wheel 512 Jul 4 00:33 curl-7.18.0 drwxr-xr-x 2 root wheel 512 Jun 22 00:06 expat-2.0.1 drwxr-xr-x 2 root wheel 512 Jul 8 14:49 gettext-0.17_1 drwxr-xr-x 2 root wheel 512 Jul 8 15:11 glib-2.16.4 drwxr-xr-x 2 root wheel 512 Jun 22 00:02 gmake-3.81_3 drwxr-xr-x 2 root wheel 512 Jul 4 00:33 gsm-1.0.12_1 drwxr-xr-x 2 root wheel 512 Jun 22 00:02 help2man-1.36.4_2 drwxr-xr-x 2 root wheel 512 Jun 21 23:28 imap-uw-2006j_3,1 drwxr-xr-x 2 root wheel 512 Jun 23 10:24 libexecinfo-1.1_1 drwxr-xr-x 2 root wheel 512 Jul 8 14:49 libiconv-1.11_1 drwxr-xr-x 2 root wheel 512 Jun 23 14:30 libltdl-1.5.26 drwxr-xr-x 2 root wheel 512 Jun 23 14:30 libmcrypt-2.5.8 drwxr-xr-x 2 root wheel 512 Jul 4 00:21 libogg-1.1.3,4 drwxr-xr-x 2 root wheel 512 Jul 4 00:23 libslang2-2.1.3 drwxr-xr-x 2 root wheel 512 Jun 21 23:32 libtool-1.5.26 drwxr-xr-x 2 root wheel 512 Jul 4 00:33 libvorbis-1.2.0_2,3 drwxr-xr-x 2 root wheel 512 Jun 22 00:26 libxml2-2.6.32 drwxr-xr-x 2 root wheel 512 Jun 22 00:02 m4-1.4.11,1 drwxr-xr-x 2 root wheel 512 Jun 23 14:31 mhash-0.9.9 drwxr-xr-x 2 root wheel 512 Jul 4 00:33 mpg123-0.59r_17 drwxr-xr-x 2 root wheel 512 Jun 21 23:42 mysql-client-5.0.51a drwxr-xr-x 2 root wheel 512 Jun 21 23:42 mysql-server-5.0.51a drwxr-xr-x 2 root wheel 512 Jul 4 00:33 newt-0.51.0_6 drwxr-xr-x 2 root wheel 512 Jul 8 11:39 p5-XML-Parser-2.36 drwxr-xr-x 2 root wheel 512 Jun 22 00:02 p5-gettext-1.05_2 drwxr-xr-x 2 root wheel 512 Jul 8 14:49 pcre-7.7 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 pecl-filter-0.11.0 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 pecl-hash-1.5 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 pecl-json-1.2.1 drwxr-xr-x 2 root wheel 512 Jul 8 14:49 perl-5.8.8_1 drwxr-xr-x 2 root wheel 512 Jun 23 14:25 php5-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-calendar-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-ctype-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-dom-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-extensions-1.1 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-iconv-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 24 08:16 php5-mbstring-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-mcrypt-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-mhash-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-mysql-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-mysqli-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-openssl-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:26 php5-pcre-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:33 php5-pdo-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-pdo_sqlite-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-posix-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-session-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:26 php5-simplexml-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:27 php5-spl-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-sqlite-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-tokenizer-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-xml-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-xmlreader-5.2.6 drwxr-xr-x 2 root wheel 512 Jun 23 14:34 php5-xmlwriter-5.2.6 drwxr-xr-x 2 root wheel 512 Jul 8 14:49 pkg-config-0.23_1 drwxr-xr-x 2 root wheel 512 Jul 4 00:23 png-1.2.28 drwxr-xr-x 2 root wheel 512 Jun 23 10:24 popt-1.7_5 drwxr-xr-x 2 root wheel 512 Jun 21 21:24 portaudit-0.5.12 drwxr-xr-x 2 root wheel 512 Jul 8 15:11 python25-2.5.2_2 drwxr-xr-x 2 root wheel 512 Jun 24 08:16 roundcube-0.1.1_1,1 drwxr-xr-x 2 root wheel 512 Jun 23 10:24 samba-3.0.28a_2,1 drwxr-xr-x 2 root wheel 512 Jul 4 00:33 speex-1.2.b2,1 Output of 'find . -name i386-portbld-freebsd7.0-\*' run from /usr/local: ------------------------------------------------------------------------ ./bin/i386-portbld-freebsd7.0-gnokii ./man/man8/i386-portbld-freebsd7.0-smsd.8 ./sbin/i386-portbld-freebsd7.0-gnokiid ./sbin/i386-portbld-freebsd7.0-mgnokiidev ./sbin/i386-portbld-freebsd7.0-smsd Cheers, Al