From owner-freebsd-questions@FreeBSD.ORG Sun Oct 14 22:15:03 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6DDA41B for ; Sun, 14 Oct 2012 22:15:03 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7F9208FC08 for ; Sun, 14 Oct 2012 22:15:03 +0000 (UTC) Received: by mail-gg0-f182.google.com with SMTP id l1so1225138ggn.13 for ; Sun, 14 Oct 2012 15:15:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:openpgp:content-type; bh=lf1MZitCEiMRQpb0ps+7K/4NJHmtk3USGAXJwHSiu8o=; b=wF+bqFhpiyPrK/1zSiAtmmaw+2Eya5cDrsmko1dOEtqSN4S2hsNlk6cyVOr06vxb6y cj2rsIfe8/Hij5RMLa9xQtQa+5JZtmHpTagLNKW9KB4dX2RySFioseUCqyIseKC9sv0p Ov9bODscGW2Pv821kAbapkHaCOnlCRw39e7MOJS7iBG1M03wmrlGVRdqhnhHQF/0xgQ5 bykSk/4Zq+JnkQiv+u6SdoQ4Cmjc1+p85cT5TFC/YNEQylbYLoAalm+Xn5J6HCEsDEA9 xTTRBd0n2+BKuKJqqX4bnVdMS7i1ubzA7wkDnmaIi4HL7KIse7nXkUSeSMHPiqCFB7k5 +jgg== Received: by 10.236.76.132 with SMTP id b4mr9056293yhe.106.1350252902576; Sun, 14 Oct 2012 15:15:02 -0700 (PDT) Received: from [192.168.1.36] (vid-196.dhcp.grp10.tnmmrl.infoave.net. [204.116.254.196]) by mx.google.com with ESMTPS id o19sm12208693anh.0.2012.10.14.15.14.56 (version=SSLv3 cipher=OTHER); Sun, 14 Oct 2012 15:15:01 -0700 (PDT) Message-ID: <507B3931.9050608@gmail.com> Date: Sun, 14 Oct 2012 17:14:09 -0500 From: Joseph a Nagy Jr User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: Polytropon , FreeBSD Questions Subject: Re: Graphiz broke because of swig References: <507ADC4B.3080907@gmail.com> <20121014191311.9fc6beaa.freebsd@edvax.de> In-Reply-To: <20121014191311.9fc6beaa.freebsd@edvax.de> X-Enigmail-Version: 1.4.5 OpenPGP: id=96C03037 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig17DC97421D2ACC260B437B6A" X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2012 22:15:03 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig17DC97421D2ACC260B437B6A Content-Type: multipart/mixed; boundary="------------000305030407000103050801" This is a multi-part message in MIME format. --------------000305030407000103050801 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 10/14/2012 12:13 PM, Polytropon wrote: > On Sun, 14 Oct 2012 10:37:47 -0500, Joseph a Nagy Jr wrote: >> I was installing my system earlier (dual-boot Ubuntu 12.04LTS/FreeBSD >> 9.0; Ubuntu was already present) and while installing subversion, one = of >> the many co-dependencies of the many programs that were being installe= d >> was graphviz. Apparently I selected some support options relating to >> swig that broke the compile of graphiz (and therefore everything else)= =2E >> Is there a way to remedy this? >=20 > You can reconfigure the port (and its dependencies, in case you > don't exactly know in which port the problem occured) by doing: >=20 > # cd /usr/ports/graphics/graphviz/ > # make clean > # make rmconfig-recursive > # make config-recursive > ... now process all config screens as needed ... > # make install >=20 > In case something stops on the way, investigate _there_. It may > be possible that you need a "make deinstall && make reinstall" > step, depending in what currently is installed on your system. Thanks, I hate seeming like a noob but its been a while since I've had to get under the hood, so to speak. > Note that using port management tools might be an easier approach > here, but utilizing the power of "bare bone ports" could lead to > better diagnostic messages. I was just following the handbook's suggestion of installing subversion (which on a bare system led to hours of compilations that broke because I didn't know swig was a program to handle what I was optioning in for graphviz or that it was broken and not used). > Anyway, always consult /usr/ports/UPDATING for news. You would > (for example) find something like this: >=20 > 20080507: > AFFECTS: Perl interface users of audio/gramofile > AUTHOR: rafan@FreeBSD.org >=20 > Perl support is removed due to devel/swig11 removal in ports. If you= use > the Perl interface, you are encouraged to use the new Audio::Gramofil= e > found on CPAN (contact me for the ports). >=20 > Note that this is a quite old message, quoted as an example only > because it relates to swig. Thanks, I'll definitely do so next time. (: >> I'd rather not reinstall the entire >> system. Thanks. >=20 > The system is managed independently from the installed software, > so actually don't fear: no need to do this. >=20 >=20 Haha, you have no idea what sort of troubles I sometimes cause for myself in this regard. ;) When I muck something up, I muck it up good! --=20 Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org --------------000305030407000103050801-- --------------enig17DC97421D2ACC260B437B6A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlB7OTEACgkQ/yysspbAMDeC2wCglfavKQn8AZhLd46MfI9dd83s OTwAnRkmdYz3MUKyrI7eSR760TTtX+D4 =34hZ -----END PGP SIGNATURE----- --------------enig17DC97421D2ACC260B437B6A--