From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 14:10:29 2008 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 F02E61065674 for ; Tue, 10 Jun 2008 14:10:29 +0000 (UTC) (envelope-from bg271828@yahoo.com) Received: from web53409.mail.re2.yahoo.com (web53409.mail.re2.yahoo.com [206.190.37.56]) by mx1.freebsd.org (Postfix) with SMTP id A2F688FC0A for ; Tue, 10 Jun 2008 14:10:29 +0000 (UTC) (envelope-from bg271828@yahoo.com) Received: (qmail 70745 invoked by uid 60001); 10 Jun 2008 14:10:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=abxCle+Swt8BpQ54RjZ1Gf7FbrKgcKvcyweAUB12ZBEo9SUFpcXjuv+qnck5gOv/soSIq1kfMrKKLoGmcqnk778UgUzNT2KF1UnEPXDZpbtLLMMqC/+iq9up5limDPFdrQTozrqyFzGsonoYaSxPIQewNFknmBULSRdr0pg3nJE=; X-YMail-OSG: G7RTKZAVM1mz0Jsob.JE3bqsxbAHj5DEr4zUPNjgDsKRrcdRfbJC_oV5DeEJmzE05zV1i2O4iWlvY4NeTWq8D_ez_AuqJhDo.kBgmw-- Received: from [12.182.77.130] by web53409.mail.re2.yahoo.com via HTTP; Tue, 10 Jun 2008 07:10:28 PDT Date: Tue, 10 Jun 2008 07:10:28 -0700 (PDT) From: "Dr. Jennifer Nussbaum" To: freebsd-questions@freebsd.org In-Reply-To: <44skvlcs7a.fsf@be-well.ilk.org> MIME-Version: 1.0 Message-ID: <641252.69897.qm@web53409.mail.re2.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: libcdio upgrade problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2008 14:10:30 -0000 Lowell Gilbert wrote: "Dr. Jennifer Nussbaum" writes: > Im trying to upgrade some ports, and have a problem with libcdio. At least i > think i do. > > When i try to upgrade, say, Nautilus (or a buncha other things), it dies in the > end with a "libcdio-0.78.2_2 is already installed. You may wish to make deinstall" > etc. message. > > But i did go to /usr/ports/sysytils/libcdio and make deinstall and make reinstall, > and this was successful. I sync'd the ports collection again, but no luck. Nothing > in UPDATING about this. Sounds like the dependencies are confused. pkgdb(1) may help with that. If not, the brute force approach would be to remove the affected ports all the way back to (and including) libcdio, and build them over. I havent been able to figure out how to fix things with pkgdb. And i have tried, over and over, to remove the affected ports and build them from scratch but it hasnt been working. So i went to libcdio and did a make deinstall, deleted the work files, and did a make install clean, and it installed fine. Then i tried to build gvfs, also by doing a make install clean, and it died in the same way--telling me to make deinstall and make reinstall of libcdio. Ive tried this several times with no luck. If theres an even more brute force way id like to know what it is so i can do that. This is preventing a lot of other upgrades to GNOME, which i need. Thanks! Jen