From owner-freebsd-questions@FreeBSD.ORG Sun May 27 22:19:04 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9563106566B for ; Sun, 27 May 2012 22:19:04 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) by mx1.freebsd.org (Postfix) with ESMTP id 95C0B8FC0A for ; Sun, 27 May 2012 22:19:04 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id q4RMIvwf030928 for ; Sun, 27 May 2012 16:18:58 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <4FC2A851.8060305@dreamchaser.org> Date: Sun, 27 May 2012 16:18:57 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120524 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Sun, 27 May 2012 16:18:58 -0600 (MDT) Subject: [ports] Need help for port which claims to install but doesn't; package installs ok X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@dreamchaser.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2012 22:19:05 -0000 First, my apologies for previous posts which hijacked an existing thread. I thought changing the subject line was ok and had forgotten about in-reply-to. So my apologies for a repost; I've gotten no replies and am not sure others actually saw / processed it or just ignored because of the bad etiquette. As my mother told me, I'll never get to eat with the Queen. Trying to be a good citizen, not always succeeding... I'm having trouble installing some ports, notably devel/libmowgli multimedia/libdvdcss Running on a 4 processor amd64 with 16GB "make -v install" claims to install, but none of the files which should have been installed are actually there. I've done: portsnap fetch portsnap update pkgdb -F portupgrade -irRv libmowgli ** None has been installed or upgraded. cd devel/libmowgli make distclean make clean make -v install At this point /usr/local/include/libmowgli should exist and contain a bunch of .h files; but the dir doesn't even exist /usr/local/lib should contain a number of libmowgli.* files; but there are none Deinstalling shows the above headers and libs are not there as expected: pkg_deinstall -v libmowgli-1.0.0 ---> Deinstalling 'libmowgli-1.0.0' Change working directory to /usr/local Delete file /usr/local/include/libmowgli/mowgli.h pkg_delete: file '/usr/local/include/libmowgli/mowgli.h' doesn't exist ... Delete file /usr/local/lib/libmowgli.so pkg_delete: file '/usr/local/lib/libmowgli.so' doesn't exist ... Delete directory /usr/local/include/libmowgli pkg_delete: file '/usr/local/include/libmowgli' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/include/libmowgli' Execute '/sbin/ldconfig -R' pkg_delete: couldn't entirely delete package `libmowgli-1.0.0' (perhaps the packing list is incorrectly specified?) [Updating the pkgdb in /var/db/pkg ... - 571 packages found (-1 +0) (...) done] ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) + libmowgli-1.0.0 ---> Packages processed: 1 done, 0 ignored, 0 skipped and 0 failed Assuming everything is clean at this point, doing: make distclean make clean make -v install still ends up with empty directories. Portions of the output from "make -v install" which fails: ===> License check disabled, port has not defined LICENSE => libmowgli-1.0.0.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://distfiles.atheme.org/libmowgli-1.0.0.tar.bz2 libmowgli-1.0.0.tar.bz2 100% of 103 kB 129 kBps ===> Extracting for libmowgli-1.0.0 => SHA256 Checksum OK for libmowgli-1.0.0.tar.bz2. ===> Patching for libmowgli-1.0.0 ===> libmowgli-1.0.0 depends on executable: gmake - found ===> Configuring for libmowgli-1.0.0 ... ===> Building for libmowgli-1.0.0 ... ===> Installing for libmowgli-1.0.0 ===> Generating temporary packing list ===> Checking if devel/libmowgli already installed ... ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for libmowgli-1.0.0 Downloading the tarball and using pkg_add works, at least for libmowgli. However, there is no package for libdvdcss for amd64 at ftp.freebsd.org, so I need this to work. Any hints on what might be wrong, or how to get some expanded output from the port install process, would be greatly appreciated. Thanks, Gary