From owner-freebsd-gnome@FreeBSD.ORG Sun Oct 29 15:00:43 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 106D016A407 for ; Sun, 29 Oct 2006 15:00:43 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B43B43D5D for ; Sun, 29 Oct 2006 15:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9TF0fx4076257 for ; Sun, 29 Oct 2006 15:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9TF0fD9076250; Sun, 29 Oct 2006 15:00:41 GMT (envelope-from gnats) Date: Sun, 29 Oct 2006 15:00:41 GMT Message-Id: <200610291500.k9TF0fD9076250@freefall.freebsd.org> To: gnome@FreeBSD.org From: "Russ Francis" Cc: Subject: Re: ports/104561: nautilus CPU usage jumps to 100% X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Russ Francis List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2006 15:00:43 -0000 The following reply was made to PR ports/104561; it has been noted by GNATS. From: "Russ Francis" To: bug-followup@FreeBSD.org, almindor@gmail.com Cc: Subject: Re: ports/104561: nautilus CPU usage jumps to 100% Date: Sun, 29 Oct 2006 09:51:43 -0500 I have experienced the same problem for quite some time. I can't tell what triggers it but after using nautilus for sometimes seconds, other times days it eventually seems to jump to 100% cpu usage. I recently updated from gnome 2.14 to 2.16 and still have the same issues. I am running a single cpu system 6.1-RELEASE-p10 i386 I have managed to ktrace the process while it was eating cpu time. In an effort to help move this bug along, I have posted the ktrace at the following URL. http://bsd-bug-104561.iwouldrather.com/ktrace-nautilus-cpuhog.out.bz2 A ktrace of the process under normal conditions is also provided at http://bsd-bug-104561.iwouldrather.com/ktrace.out.bz2 Nautilus seems to be repeatedly calling gettimeofday? ... 11940 nautilus RET gettimeofday 0 11940 nautilus CALL gettimeofday(0xbfbfe2c8,0) 11940 nautilus RET gettimeofday 0 11940 nautilus CALL gettimeofday(0xbfbfe2c8,0) 11940 nautilus RET gettimeofday 0 11940 nautilus CALL gettimeofday(0xbfbfe2c8,0) 11940 nautilus RET gettimeofday 0 11940 nautilus CALL gettimeofday(0xbfbfe2c8,0) 11940 nautilus RET gettimeofday 0 11940 nautilus CALL gettimeofday(0xbfbfe2c8,0) 11940 nautilus RET gettimeofday 0 11940 nautilus CALL gettimeofday(0xbfbfe2c8,0) ... Not sure what this means but hopefully it will provide some insights to someone. Cheers, Russ From owner-freebsd-gnome@FreeBSD.ORG Sun Oct 29 17:33:03 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3135616A416 for ; Sun, 29 Oct 2006 17:33:03 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from smtp2.libero.it (smtp2.libero.it [193.70.192.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id B774D43D53 for ; Sun, 29 Oct 2006 17:33:02 +0000 (GMT) (envelope-from barbara.xxx1975@libero.it) Received: from localhost (172.16.1.47) by smtp2.libero.it (7.0.027-DD01) id 4540804A004D0434 for gnome@FreeBSD.org; Sun, 29 Oct 2006 18:33:02 +0100 Received: from smtp2.libero.it ([172.16.1.225]) by localhost (asav7.libero.it [193.70.193.93]) (amavisd-new, port 10024) with ESMTP id 14543-06-3 for ; Sun, 29 Oct 2006 18:33:01 +0100 (CET) Received: from libero.it (192.168.17.1) by smtp2.libero.it (7.0.027-DD01) id 451C4551009D1F7F for gnome@FreeBSD.org; Sun, 29 Oct 2006 18:33:01 +0100 Date: Sun, 29 Oct 2006 18:33:01 +0100 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "barbara\.xxx1975" To: "gnome" X-XaM3-API-Version: 4.3 (R1) (B3pl17) X-SenderIP: 82.51.145.248 X-Scanned: with antispam and antivirus automated system at libero.it Cc: Subject: gecko browsers: cpu usage on idle X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2006 17:33:03 -0000 # $FreeBSD: ports/www/seamonkey/Makefile,v 1.254 2006/10/14 08:53:36 marc= us Exp $ Hello. I have a long standing problem, resulting in high cpu usage with seamonke= y. The same apply to mozilla and firefox. Currently I'm running it on gnome2 2.16.1 but I've noticed it for the fir= st time on July 2006. At that time I was using 2.14, installed on the first day it was availabl= e on ports, on FreeBSD 6.1. Anyway I can't say this was introduced on 2.14 day zero (I'd say no, but = I'm really not sure). This is not present on versions shipped with gnome 2.12. This is how I can reproduce it on seamonkey or mozilla (for firefox you h= ave to adjust the keyboard shortcuts or use the mouse) 1) open top on a terminal and seamonkey 2) go to http://art.gnome.org/backgrounds/gnome/ 3) open in a new tab every image linking a "background" 4) go to the the first of the new opened tab 5) open in a new tab on every link on the gray box reporting "Avaliable R= esolution", then close the tab 6) repeat step 5 until all the tabs with link are closed and you reach th= e first one with a background image The previous steps are needed to have a number of images within subsequen= t tabs. So now you should have the first tab with the home page followed by a num= ber of tabs with images. The next 3 steps should be done and repeated *fast* until all the tabs ar= e closed but the first. 7) on the first tab containing an image press ctrl+s to open the save dia= log (choose a directory only the 1st time) 8) press alt+s to save the image 9) press ctrl+w to close the tab Check top. the cpu usage is high, even if you keep open only one window w= ithout tabs and point it to about:blank On 2.16, *very* rarely, it also crashes with this message, but I don't kn= ow if it's related to the same problem. -- Gtk-ERROR **: file gtkfilechooserdefault.c: line 7772 (gtk_file_choose= r_default_should_respond): assertion failed: (path !=3D NULL) -- aborting... -- Abort trap (core dumped) Feel free to ask whatever test could help! Cheers P.S. As it seems that there are some "reopening" post, I had to say that I als= o had the infamous "100% cpu nautilus usage" on 2.14. I use nautilus rarely so I'm not sure it's gone away. I don't know if it's useful but when it was happening, on ktrace I saw a = *lot* of gettimeofday, as someone else said in a nautilus thread. The same on seamonkey, with a very vary rapid growing ktace output. Maybe the problem is in a common underlying component? uname -v FreeBSD 6.2-PRERELEASE #0: Mon Oct 23 06:18:57 CEST 2006 root@satanas= so.local.domain:/usr/obj/usr/src/sys/SATANASSO =0A From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 30 11:08:59 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 441E816A7F8 for ; Mon, 30 Oct 2006 11:08:59 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDAAE43D64 for ; Mon, 30 Oct 2006 11:08:58 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9UB8w8p086191 for ; Mon, 30 Oct 2006 11:08:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9UB8v0K086187 for gnome@FreeBSD.org; Mon, 30 Oct 2006 11:08:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 30 Oct 2006 11:08:57 GMT Message-Id: <200610301108.k9UB8v0K086187@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 11:08:59 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/103804 gnome gnome-netstatus-applet causes GL slowdowns o ports/104281 gnome Gnumeric runs off and allocates infinite memory when s f ports/104561 gnome nautilus CPU usage jumps to 100% 3 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/98509 gnome [patch] multimedia/totem, multimedia/totem-gstreamer: a ports/100785 gnome devel/nspr does not pass `make test` on 6-stable o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup o ports/103588 gnome gnome-system-monitor reads cpu activity wrong o ports/103850 gnome ports: www/nvu does not build the editor/cascades exte f ports/104490 gnome evince-0.6.1 shows inverted text o ports/104563 gnome gnome-screensaver-dialog fails to validate the correct o ports/104564 gnome compile failure at ports/graphic/py-cairo on FreeBSD4 o ports/104888 gnome [PATCH] x11-themes/gtk-engines2 -- convert to OPTIONS, 9 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 30 21:00:18 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A28216A40F for ; Mon, 30 Oct 2006 21:00:18 +0000 (UTC) (envelope-from mail@sysfault.org) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E5E43EA2 for ; Mon, 30 Oct 2006 20:56:16 +0000 (GMT) (envelope-from mail@sysfault.org) Received: (qmail 28332 invoked from network); 30 Oct 2006 20:56:09 -0000 Received: from unknown (HELO medusa.sysfault.org) (936934@[81.14.187.70]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 30 Oct 2006 20:56:09 -0000 Received: from localhost ([127.0.0.1] helo=medusa.sysfault.org) by medusa.sysfault.org with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GeeEc-000Eij-DD; Mon, 30 Oct 2006 21:59:54 +0100 Received: (from marcus@localhost) by medusa.sysfault.org (8.13.1/8.13.1/Submit) id k9UKxrQK056588; Mon, 30 Oct 2006 21:59:53 +0100 (CET) (envelope-from marcus) Date: Mon, 30 Oct 2006 21:59:52 +0100 From: Marcus von Appen To: freebsd-ports@freebsd.org Message-ID: <20061030205952.GA868@medusa.sysfault.org> Mail-Followup-To: freebsd-ports@freebsd.org, gnome@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-Spam-Score: -4.4 (----) Cc: gnome@freebsd.org Subject: docbook breaks sysutils/hal X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus von Appen List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 21:00:18 -0000 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, sysutils/hal fails on install on my system whenever I have the docbook related ports already installed. Removing all of them and letting them install as dependency of hal works fine, but breaks hal upgrades, when they are already installed. gmake[3]: Entering directory `/usr/ports/sysutils/hal/work/hal-0.5.8.200609= 17/doc/spec' /usr/local/bin/docbook2html --nochunks hal-spec.xml -o . Using catalogs: /usr/local/share/sgml/catalog, /usr/local/share/sgml/docbook/dsssl/modular/print/catalog, /usr/local/share/sgml/docbook/dsssl/modular/html/catalog, /usr/local/share/sgml/docbook/dsssl/modular/dtds/html/catalog, /usr/local/share/sgml/docbook/dsssl/modular/common/catalog, /usr/local/share/sgml/docbook/dsssl/modular/catalog, /usr/local/share/sgml/docbook/4.1/catalog, /usr/local/share/sgml/docbook/3.1/catalog, /usr/local/share/sgml/docbook/2.4.1/catalog, /usr/local/share/sgml/docbook/4.0/catalog, /usr/local/share/sgml/docbook/3.0/catalog, /usr/local/share/sgml/docbook/catalog, /usr/local/share/sgml/html/catalog, /usr/local/share/sgml/iso8879/catalog, /usr/local/share/sgml/linuxdoc/catalog, /usr/local/share/sgml/jade/catalog Using stylesheet: /usr/local/share/sgml/docbook/utils-0.6.14/docbook-utils.= dsl#html Working on: /usr/ports/sysutils/hal/work/hal-0.5.8.20060917/doc/spec/hal-sp= ec.xml jade:E: cannot open "/usr/local/share/sgml/xml.dcl" (No such file or directory) jade:/usr/ports/sysutils/hal/work/hal-0.5.8.20060917/doc/spec/hal-spec.xml:= 3:119:E: URL not supported by this version jade:/usr/ports/sysutils/hal/work/hal-0.5.8.20060917/doc/spec/hal-spec.xml:= 3:119:E: DTD did not contain element declaration for document type name jade:/usr/ports/sysutils/hal/work/hal-0.5.8.20060917/doc/spec/hal-spec.xml:= 7:9:E: there is no attribute "ID" [...more attribute and tag errors (basically for all tags and attributes as it seems...]=20 Stop in /usr/ports/sysutils/hal. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.36502= =2E0 env PORT_UPGRADE=3Dyes make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! sysutils/hal (hal-0.5.8.20060917_1) (unknown build error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed Output of `pkg_info | grep book` docbook-1.3 docbook-241_2 docbook-3.0_2 docbook-3.1_2 docbook-4.0_2 docbook-4.1_2 docbook-sk-4.1.2_3 docbook-to-man-1.0 docbook-utils-0.6.14 docbook-xml-4.2_1 docbook-xml-4.3 docbook-xml-4.4 docbook-xsl-1.70.1 dsssl-docbook-modular-1.79,1 sdocbook-xml-4.1.2.5_2 Any advices on how to fix that issue without reinstalling all the packages anytime hal is updated? Regards Marcus --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFRmfIo/JpszXavhwRAgGEAJ9qmOauChxBLDy37XIEDLtikTS+LACcC/YC kqi/r+Eu+OVSSV7X98GKvkw= =QceC -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN-- From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 03:47:43 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C580016A415 for ; Tue, 31 Oct 2006 03:47:43 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9630843D8B for ; Tue, 31 Oct 2006 03:47:32 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id k9V3lYDp025207; Mon, 30 Oct 2006 22:47:34 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jev In-Reply-To: <4543B861.8060808@ecad.org> References: <4543B861.8060808@ecad.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-GdTEslsPaLFWtCTSK3bU" Organization: MarcusCom, Inc. Date: Mon, 30 Oct 2006 22:47:27 -0500 Message-Id: <1162266447.56199.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: freebsd-gnome@freebsd.org Subject: Re: Firefox2 port segfaults. More info.. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 03:47:43 -0000 --=-GdTEslsPaLFWtCTSK3bU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2006-10-28 at 13:06 -0700, Jev wrote: > Hi All, >=20 >=20 > I posted last week; > http://lists.freebsd.org/pipermail/freebsd-gnome/2006-October/015595.html >=20 > I'm still having the same problem. >=20 > The segfault is happening in libpthread, so I recompiled libpthread with > debug symbols. >=20 > I have also verified that no plugins are getting loaded. I have tried > starting firefox2 with and without the cli --safe-mode option. >=20 > Here is a log of firefox starting up, segfaulting, a backtrace from gdb, > and the entire package list for my machine. >=20 > http://ecad.org/~jev/firefox2.html >=20 > To summarize what you will find at the above link, I'm running: > 6.1-RELEASE FreeBSD 6.1-RELEASE #2: Tue May 9 08:53:13 PDT 2006 >=20 > The back trace is as follows: > (gdb) bt > #0 0x28c8f847 in kse_thr_interrupt () at kse_thr_interrupt.S:2 > #1 0x28c789bf in sig_daemon (arg=3D0x0) at > /usr/src/lib/libpthread/thread/thr_sig.c:220 > #2 0x28c85d29 in kse_sched_single (kmbx=3D0x8165d0c) at > /usr/src/lib/libpthread/thread/thr_kern.c:886 > #3 0x286cc450 in ?? () > Current language: auto; currently asm > (gdb) This backtrace is incomplete. You need to provide the output of: thread apply all bt And also: thread apply all bt full Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-GdTEslsPaLFWtCTSK3bU Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFRsdPb2iPiv4Uz4cRAgXYAJ9XrlhKXHQdfRWPugEZMLFV+8rV9gCgpyCU zDEXrI0CZKTTz8Wl05TOKlc= =ERGh -----END PGP SIGNATURE----- --=-GdTEslsPaLFWtCTSK3bU-- From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 08:43:54 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABEF616A407; Tue, 31 Oct 2006 08:43:54 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.199.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE9A443D45; Tue, 31 Oct 2006 08:43:49 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-244-81.brutele.be (host-212-68-244-81.brutele.be [212.68.244.81]) by mirapoint3.brutele.be (MOS 3.7.5a-GA) with ESMTP id ABK47229; Tue, 31 Oct 2006 09:43:47 +0100 (CET) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 87279550D; Tue, 31 Oct 2006 09:43:46 +0100 (CET) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 28CF24A; Tue, 31 Oct 2006 09:43:46 +0100 (CET) Date: Tue, 31 Oct 2006 09:43:45 +0100 From: Jean-Yves Lefort To: Marcus von Appen Message-Id: <20061031094345.b7869f8d.jylefort@FreeBSD.org> In-Reply-To: <20061030205952.GA868@medusa.sysfault.org> References: <20061030205952.GA868@medusa.sysfault.org> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__31_Oct_2006_09_43_45_+0100_Zipjei+T6bzJ4YYh" X-Junkmail-Status: score=10/50, host=mirapoint3.brutele.be X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090209.45470C72.0035,ss=1,fgs=0, ip=212.68.244.81, so=2006-05-09 23:27:51, dmn=5.2.121/2006-09-27 Cc: gnome@freebsd.org, freebsd-ports@freebsd.org Subject: Re: docbook breaks sysutils/hal X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 08:43:54 -0000 --Signature=_Tue__31_Oct_2006_09_43_45_+0100_Zipjei+T6bzJ4YYh Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Mon, 30 Oct 2006 21:59:52 +0100 Marcus von Appen wrote: > sysutils/hal fails on install on my system whenever I have the docbook > related ports already installed. Removing all of them and letting them > install as dependency of hal works fine, but breaks hal upgrades, when > they are already installed. > > gmake[3]: Entering directory `/usr/ports/sysutils/hal/work/hal-0.5.8.20060917/doc/spec' > /usr/local/bin/docbook2html --nochunks hal-spec.xml -o . > Using catalogs: /usr/local/share/sgml/catalog, > /usr/local/share/sgml/docbook/dsssl/modular/print/catalog, > /usr/local/share/sgml/docbook/dsssl/modular/html/catalog, > /usr/local/share/sgml/docbook/dsssl/modular/dtds/html/catalog, > /usr/local/share/sgml/docbook/dsssl/modular/common/catalog, > /usr/local/share/sgml/docbook/dsssl/modular/catalog, > /usr/local/share/sgml/docbook/4.1/catalog, > /usr/local/share/sgml/docbook/3.1/catalog, > /usr/local/share/sgml/docbook/2.4.1/catalog, > /usr/local/share/sgml/docbook/4.0/catalog, > /usr/local/share/sgml/docbook/3.0/catalog, > /usr/local/share/sgml/docbook/catalog, > /usr/local/share/sgml/html/catalog, > /usr/local/share/sgml/iso8879/catalog, > /usr/local/share/sgml/linuxdoc/catalog, > /usr/local/share/sgml/jade/catalog > > Using stylesheet: /usr/local/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#html > Working on: /usr/ports/sysutils/hal/work/hal-0.5.8.20060917/doc/spec/hal-spec.xml > jade:E: cannot open "/usr/local/share/sgml/xml.dcl" (No such file or > directory) > jade:/usr/ports/sysutils/hal/work/hal-0.5.8.20060917/doc/spec/hal-spec.xml:3:119:E: > URL not supported by this version > jade:/usr/ports/sysutils/hal/work/hal-0.5.8.20060917/doc/spec/hal-spec.xml:3:119:E: > DTD did not contain element declaration for document type name > jade:/usr/ports/sysutils/hal/work/hal-0.5.8.20060917/doc/spec/hal-spec.xml:7:9:E: > there is no attribute "ID" > > [...more attribute and tag errors (basically for all tags and attributes > as it seems...] > > Stop in /usr/ports/sysutils/hal. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.36502.0 env PORT_UPGRADE=yes make > ** Fix the problem and try again. > ** Listing the failed packages (*:skipped / !:failed) > ! sysutils/hal (hal-0.5.8.20060917_1) (unknown build error) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > > Output of `pkg_info | grep book` > > docbook-1.3 > docbook-241_2 > docbook-3.0_2 > docbook-3.1_2 > docbook-4.0_2 > docbook-4.1_2 > docbook-sk-4.1.2_3 > docbook-to-man-1.0 > docbook-utils-0.6.14 > docbook-xml-4.2_1 > docbook-xml-4.3 > docbook-xml-4.4 > docbook-xsl-1.70.1 > dsssl-docbook-modular-1.79,1 > sdocbook-xml-4.1.2.5_2 > > Any advices on how to fix that issue without reinstalling all the > packages anytime hal is updated? Fixed. -- Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Tue__31_Oct_2006_09_43_45_+0100_Zipjei+T6bzJ4YYh Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFRwzByzD7UaO4AGoRAimQAJ9Q3LMKNJ8R2nxDIF5oD1fnoia4wQCfQn1G Og7OrS15O7bJyarl+KtDFM0= =fpXm -----END PGP SIGNATURE----- --Signature=_Tue__31_Oct_2006_09_43_45_+0100_Zipjei+T6bzJ4YYh-- From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 10:06:07 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C09F116A415 for ; Tue, 31 Oct 2006 10:06:07 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru (swsoft-mipt-nat.sw.ru [195.214.233.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 373C943D4C for ; Tue, 31 Oct 2006 10:06:06 +0000 (GMT) (envelope-from vova@sw.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GeqVQ-0004eC-EK for freebsd-gnome@FreeBSD.org; Tue, 31 Oct 2006 13:06:04 +0300 From: Vladimir Grebenschikov To: gnome Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: SWsoft Date: Tue, 31 Oct 2006 13:05:54 +0300 Message-Id: <1162289154.1345.16.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: Subject: mail/evolution - very slow start X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 10:06:07 -0000 Hi After upgrading to recent evolution (2.8.1.1) from ports. evolution starts almost forever (5-10 minutes). Looks like it tries to find something in local mail-archives or rebuild some indexes. It happens on every evolution start. Process itself is in running state and eats all all available CPU. Evolution window is displayed before that problem put it have no folders in left panel yet. While problem window even do not process redraw events. In big amount of time (5-10 minutes) it finishes to do something and then work as usual. I have really big mail archives (about 4Gb) but it worked perfectly on previous evolution, even more, it works ok on 2.8 evolution from marcus repository (some early version like 2.8.0) Any hints ? -- Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 10:12:45 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42CD116A403 for ; Tue, 31 Oct 2006 10:12:45 +0000 (UTC) (envelope-from ethern@ascc.net) Received: from ethern1.sinica.edu.tw (ethern1.sinica.edu.tw [140.109.11.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C23443D4C for ; Tue, 31 Oct 2006 10:12:43 +0000 (GMT) (envelope-from ethern@ascc.net) Received: from [127.0.0.1] (sys11-213.cc.sinica.edu.tw [140.109.11.213]) (authenticated bits=0) by ethern1.sinica.edu.tw (8.13.8/8.13.7) with ESMTP id k9VACcsv060688; Tue, 31 Oct 2006 10:12:42 GMT (envelope-from ethern@ascc.net) Date: Tue, 31 Oct 2006 18:12:38 +0800 From: "Ethern M.C. Lin" To: freebsd-gnome@FreeBSD.org Message-Id: <20061031181118.FFB6.ETHERN@ascc.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------_45472145FFAC0612B438_MULTIPART_MIXED_" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.26 [tw] Cc: Subject: [LOG] gnome_upgrade212.sh failed when upgrade glib X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 10:12:45 -0000 --------_45472145FFAC0612B438_MULTIPART_MIXED_ Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit F.Y.I. Ethern ASCC/TW -- ============================= Ethern M. C. Lin, Network Division Computing Centre, Academia Sinica Phone: +886-2-2789-9953 Fax : +886-2-2783-6444 ============================= --------_45472145FFAC0612B438_MULTIPART_MIXED_ Content-Type: application/octet-stream; name="gnome_upgrade_log.WkxoRd.tar" Content-Disposition: attachment; filename="gnome_upgrade_log.WkxoRd.tar" Content-Transfer-Encoding: base64 H4sIAO8gR0UAA9xd624cuXLevxHgdyB2gePdtac1M7pYRzl24JVkrxJbMmR7F8FmMcvu6ZnpqKc5 py+6GEGeZhEgQJBnyN88ShDkHVLFe7dmJNJNHwTxD6vJriI/FovF4qVr6uVqe16wZTppVvOSTtNJ zubRz5c37GL6VaB/w9FwuD8cfjUcDkfP9kb4F//xv6PheG9nPPxqNNwbj/bHw53hDtDv7Y/2vyLD UADu+9dUNS0J+SqtF2lZbKa7XqRp/pcA9Jf9d3r26vyQvD47f3tCpAYQlEidTgmtyRh67l/+eTT8 /b93Rr//F/nXd7+/JqNn//6fe7u//8fu/r/9Dzl6/2FLlPHu/OLD++PTC/KcbDdVub1iZV3Jd6BT syxP8dUVLbfre5ROcnyssmJO0pusqvFBQcshTbJiYzFVHc3++LfHq71o6/nz5y/I67RIS8qL4Kxs BmXW0NE0J9N0lRbTtEiytCJRJDkumqJAct6GnCU0367irNheXc6nMQElIW8YvP6Z3pKakSW9BHk1 ZcrfrGhySecpmdKaxrRKSVaRJE9pwYsXDbu//MGs2frlIo2bLJ8iFS+Vv/nTjJVLWh/G03g0iesy TV9oQUxjZMdKyICMx3sKSEVmrCmm5NvBkDyB/O+Q5P/3PzJlRfrr1mAweEHIx9VU9L0Wo0sf0znN iqfYu2VasfwqJbS4BVknrKhAh6TC1AsYHmX65yaDzl/SogGNygpQLZrUGfPo8VcS7NEiTS41WKlJ ZTqHKstbrVJbb7OKDw1WZvOsOCRxNV3RYnDx4WZwkc0XdfWW1mV2MxhGw51oONyCok9hkJTpNCLf 2kWDbi7SfPrXpFqlSTa7Bd3DNoOaJel3W8fNKs8SimZA1ZTTYr69Wqx2QcmWbDrBx8FutBuNJ6On I6KTu5PR1sdCIE9LLjwYdlD18m/ILwX7ldzfB2A21GgHLP2GK50hgkapweaynHqK/t/sqgfFmRVg 0fOcDM7JYEm+/uHlh6Mfn99Cy7nZn3x89/ri5fHJ5P2Pk59OLp6Po9F4sEuOT9+//OHNyeSnj2/O Ti5e/nD65vTD6cn756OvCYjvKs2353kWj4cPie6L1y+65FTUgRAe44sBFhPtPiazki0JJYiDfGsz fic5f1C29rGZtrZtwsfkOqsXwtTPcjqvDknPJoguI0c4NWDNqOertMwHe9FBdPBo3WtAUjOWD0bR XjQeT8ZrieaIcbATHYwmo7UEoMgDMGOzbA5KN15PkyUNFLG/voK0rmEQAfNoN9rbgCKfiiomCVuu aA2Qh5ONjcqA9gpI/hhtbJTpTfX+FZ/VKnoF1knU1eAkD1Z3A8PJTc3t8toiX5C3x3tiTFfNkpz/ naBBx2K8bZFG4BZF8adxpEq1y5EmpSIIAlydQ3sk8IEA/cu7F6wnn5VVKe9onSzuaWyYWrxKkcrW LePlapXfSjtawpBC4GTDoNnGgqttTjnglIN5vShTOp3Iv4MVq7KbKAlVOryYvAX9x1dRVoQsdt4U oKd5DtPhGryvwBf74f2xKJr7XF79mN6kSQMzBrjH4M8dikHcq/u+qBK4NsOYGtcSqgWFqQ+NQknL 20M0RNnooAD2gtWdIshPaQkTIYpfzS7SdnEWdIy7XQzv3OxHxwB2bId5u95uwPvdZLAz2R9UZRLV 80/R2oHeqeReZerQqrS3Eh3Jpt7BIBZbuOioB8COXkYFsBU9SAlnwEMFbjvbOdgn1S24d0uCRh7U p3y09YEPa3QN0xz6H0f3o615kpCrtKxQuDvoK5JfZCm/4uJyd/hsDHOD8h6ibdUdKSGDQVpgiwZS MUy6hs5KrDRdrmDcPi+YyRM2RuatSrAKN8+NghNswQC1I86ngxkAAt9sD9QRxaK6oOFSsRr4aEuj OyQ/v7w4Oz17fUhuWQOqy5p8Chwg8wFfvD2FhwWravwL8wZMnMCt3Eas5fTooxZM0SxjeMTlS5nC 3AfFQL88VUOB7OxHQ4udV6DkX9+uUmTc0CKLDeH4c3FFWU81gM7FQpKkQ3+khQY6OqNNDgvvpl41 Nbc0pKBLXjmNINdivV7wTRjuVVtFXLPykssG/K011NewPgN1SUpWVZIJXiN9wTq4qmYGeiA2AdR4 4SVvpGPxP6aJgM0J2WYAQl0Q++uzjxb+zchhaNAkSVd1RQbzu2SIBEjYilsm8PcFMXl59v6UHIkG FiDNNJ2mU9cee/KE99iTJ84NefLEpSlA9VBbKIFRNRBOYSYsFbfcSM2HJs46eq0A4xsW4Aws/4BX k+ad4riJ07xm3uL5Hdopu7mdp8UdpWgRWTZUKEBHM1RbYZGXgU5oVcPlGbtbNha5vzuIs7pd8gq7 5Q719SIDv0T5L7BqofNlWtTY7WBVkHy5GEAn4pjrVDLLGfY4TJT5cnMPQUHSbtjTbJbeM7IMizC4 PizTNG7mbY5i3eDRDMrwuVUirDyZlrDCJy/fna6hvm8YlLSAetZ2mXklnrpKXLbUlZb34ivh75Jv AczA8i5jljs1a9YUYhOJgpuC2wkEXRBp1e62EmxsVmScAer5ODk9e3N6diIsMTfy0I6iOySWS7q6 W9yCXfONr6aQVhimzlXJkrSqWClsPRmcdIpK50CEL/Hv3dfCXpEFzMfQSm1K77YD5qZtnJiqaLGZ AHVx4/t6in238S16PpveLtMlK2/v590ILCvq+4HXUyDZ9BZWF0DgVva3CYW30+/WEcL8Dk7PEgwG jcEy1bebdS2+rVPCSugQacDiDOzjNKPr7ViRT3D3LytmbD1Ii+BxBYNk3ijrxeKaZkKbEvAMq5Tb vqPz45P3Jx+6pYBjUK1o0jKTdysDhcQlzi1h4ECVGd+8KdJrMVrAjNTpBr4ciua4nKihkmL9q/qT bMa6V8q7WfMuW6afYMpeK+LJ5P7X974FHTmYbEDU3PcS3o327+Pc/BZe7ozvY938Fl7u797Huv7t dQJTV7S4V78lCZitKi2SDR0hqda/VE43+PqouaLUKlndao9L7vrbPleVfUrR+PKSBfauE011ydK9 NFM7ltpaXCQwjmt7QRSh2WsqRSSTFiGs5WAaqKLl5WYa5V1spsC5BhfKsHiPsiLZTCjyt639lnuI eakPV17VTexICr7XkhUOhLgb4ECWU1jF1c6E6Y1L1cyBiG81OdM1uFnqTF0l5aqGmdyBATd6Kme6 pE6renbtTI//N3WWOzOgB+/YVMEAc1cZ+1A3iYvUNXmCU5cXw9Jd7EheXFF38SBDPfUh5xOrDwP2 sFcFrFz60OMU7gUogbWBD30MboEXIBSRVwXlpQ95hY60M4MwwT7k1TV1Lx7PM90MraCfNstV4i6d +pPrcHHUMiTD/1xBt+hlY++fojjLYlrW7oDATcl9GpBwBo/ymZd4FjTzFefSTWWQHN1kHzC4+erI IXdvPSihO120S5EnTqZVU1fT1Ae2s+sgfRZ+lASjAxYjNV7piRYPssDwTmZzJCTff/89OQPFONTn FmqvDveTcZcewJCV6AC1iiK49kj5RaqInOJVDFjwZVXxuIb1IK35DvY1LeqnWFDBF/9mG56ffd/Z Vsejb9yeRAeXVw/zS8VvHNEYVmXo21YpMC9ucVcxwd1xrG6WwaJLopvwZqbffvdo6+8BwLKpar6B vm47z2wTQTMj3InnzUBXvOK7yyIl6kapUTwXyRm7BJiX4qoWtPIpmTN8RNopePBJDUv+R1sVa8qE H5woQU7xJkcWN2rn1dRN3oltqhIWkrhpL+4BIQ/uw4KDjnumbchquQqevjqJ0XcOWscw5ZIMypny rTFbPD7aUruid/ZE8ULF3t6eXidYXIOardaVlSyWbEqaJ9frXlZ4zjIzxWFLxtUiwvw/mWzb7yf/ JPd9rsjjb95+8xjSoON/Ji9e9KjAbHb6FZ9AZ6yTRczqmi03MKXJgpGvvyHi3l2N52lf/4ZG5rdN tQgRDtaKkGtttQAYy0vZb6BrFeF7ictLeBaPm+hiPLsWdPyRD4Bfhr8e4voNdeY3oHyM2vqbWjE9 VlQjoDrBS2h82aU0nPy27jB0G89V+IPQ/227NHNtUl+Vwitw4g6iOihVDHgmbup/k9KrvtUHbQzo EBmcRqgWaE4JpFbZKiWD8zEeM/BBpZtCWatZ1kYvKa+w4ypcaXNKm6lFaa8XbYZHW5QM2lxij7lL 9gDiwfG70yMYRfx/C28bOu7Uai4oQZ2i/pw/HVQM3V3+zO/giJorFu3sY4ndvGhoVyIM1ewOFfnD H0heQEXr+LtZawtxL4GztyT5BRRw7ZgTXRJGSU1ZTuPtGjzIT3ywOZEnYpvLmR7mXLy2OI2S1cqV Z0XLKl2xyocHtwImfAHoy+WFrClu0dFyb3/D12hemLJpQX0YqrS8qvLLmS9PGXuzfEYt+aU3h1cX IkfBam9cPvRlHGd1nMe+PBUwefOktX89CS18eUrvWgqu+H48Yt7w4/GhB4c6nWZJ7cOD9LFXS+Ly MoVljs8gBhbPGmClXXpVQcuywuMsd1tUZPwQ2KsW4AH31YcFlNG3LWWTp97th5HizVPg+PKtxb+G z5iJPo8L9d9HAXDL1mfySibZcpV7cZTZykcnwYNc+TQB92DzwpPh2muYIIcnueo6Z0cCyPmZrk9n 43a1By5PSI2fY9d4j71kUfryVJ/Bg83wtwuQnGRethSSydLPs0MeHwakzz/5tQQ/pfAzPHU5uU68 rEJd1mXhyTFbekg3kddqPJQXxgZePvLC5DmgvEHVM1/ziZd2ys+YBwSfaI8v2+dUVHj5z43m8Vg2 +q7NgCXzWmY2wOGFyE+/Euqh8GVaxU0x9RWsZPNqNfDo/TVnDr/eazQud2kVVxPuavlwTLPKq0eK K1gq+UztiCpfxn4cC4/tFKQfD8djP45l7GWvsRV8VvDhiGEE+nFUSeXJMWl2PFs+aUb7vhwHvgzP /BhyWo98e6P08bSQI/FUwknGfGvwGuHIEeeeI9yD+ipN6hK1w2uWoYnXqpvXwjxXnXWZFo2XG9cI BmfyBa0Wk8bPAUAeH8+kpImP65OwfFJd+xhbnGP8OGB65cd/fnUsUx/RJsvCc/LzI0/kjW/38sXH QH4bxIXXSiXJiwm026cncBXhsxQsrjwXj+LyuY9u1B7qvRK+Y4tcH3xtVwCWsUtxq3UKL8g/PNr6 KzwmOjo/e3X6evLq9M3J++ed66Dq5Y8nL49PLt4/J+ao1fE27Z37pf1Pl77IuZE8KBSHhfzLV0gf f5wcnb99e342OX377s3J25OzDy8/nJ6frTn2FNKnzHRD58ATis2zeFueTzZJRDXPpiPPuyzi3NPw 9UUtVIwyo2sPo1Y8AotJ9cYihgdl1kBxQKO4JByT7I1HDXDKWoPdAZPhlKjsjP59xg0VZZbJcuk1 yaW6TSd741GmlrKW2XXAZDglKjsjQP/BjEGZmTqceo7z6G6TKfwosx8YOeNR1p78HCBpTgnKSvcV kZq4KbPn8IcxGT6ByU737jZ1eaTZcHNknYz03QUuIZ3qr9rSc6Ks5UW5qLbmVKptZQSREfqAlLX8 QUdJCU5LWCojwHQivFnKWp6t06SiOPW8YjKCyAv9cspaPrqjvASnJS+V0V+/5AqDstZqw0W/NKfS Lyuj/1TMV0qUWWsml6lYcqmpWCd74+ELPcrMis8BjeSRYHSqvylXK1XKOqtWR1CC18KlMnqLiS+5 KTNrbwdEkkfC0an+YlJ7BpR19g8cQBleicvO6A9N7oBQ1t4McQCmOSUuKx1CYriVQ1lrU8dJWoJP y0olw0gKd6Qo6+xOOcpK8FrCUhn9TWdxJcym2GFzMZmcQ5lLmQiBg+8JUtbaH3TDIzkNJp0RBJcl o4mXnCZdWU2CyitjGpbYsXVExfksUDIdRlaxEVXsI6m4I6g4HCbcMafWszsqwWnBUhkhcPG9f2o9 O+OSnAaXzggir+aZFpc4z3CUFuezhCXTYTAdGEwHPpgOOpgOAmIa7RtQ4mzJFRXntGHJjDC45Exj nZK54rLnGTsjBC5+xketZ2dcktPg0hkhcPHTSmo9O+OSnAaXzghjt25qY7duXPdeDKdtt27CbHXo E2RqPTvjkpwGl84IgYufhVPr2RmX5DS4dEYIXItPCpU43XfDxLkMIpkMold4K4Faz+56JTgtvVIZ IXDx+xXUenbGJTkNLp0RAhe/KUKtZ2dcktPg0hlB+hHvvFDr2b0fBafVjyqjNy51e4ey1k0eB1yG U+KyM0Lg0n68dSfJDVfbj7czQuDSW6PW7So3XO2tUTuj95LV6sfWRbGHgXX7sdWNgWCprrxz9c0Z XqtLu3n9RyeVI5M6j0pqj0gaZjTKe4eUWTcQH8aiuQQaK9lbLnhrkjJ9e9JBLoJDykUlequRuO9J mX3x00kw2dSWSxZIq9WNVcral1edIOlTbAkq3Km2unlLWesWrtvGY9tm2hn9t9PMRWLK7lwrdoBn 80uA7axAEA08P2gdWGGlhve8Kbt77dtdbqKEtuBUXiiY4ho7ZWuutTsDVWW0kJrM/sc78oo+Za3r +i5HPJpTHfJYGSHGLX5rQJn92YHbqBV8ZtCqdAhMWvOsryfcULU1zs4IMFOLbz+o9ew6YytOPWub jN5XCkwfJj59mHT6MAnch/glDmX2RzluPSj4TAeqdAhM/HsiylrfFrmhkpwGls4IMndeJxqX+krK ce68Ttq4dEZ/81qrXSXzsZeLwWrtKOlUbzjqKzXK2h+sPQzJcApQdjrAJIRf21Fmf3bnMu0ILjXf qFQYOPjBIGWdjwcdQQleC5fK6K3n6uNHylofQjrimtjXxOyM3iLTX3JS1vmq08GIGl5pRe2M3tD0 h6mUdT5SfRiaxSuD99gZ/RXNgtZ4Qmu60Jqw0DQuL1BtRAZOb79BXWn1uM/avswa7iar8ZX1Z9sO aDrecUC/WDt6Hl5e28ULt5zQH8tT1vlw3uFiueGVN8btjN5isr79p6wbCsBBZC1+KbhOXhCMGp0H rjaicFgwGANlrcAMjogEpwVKZQTBlRcaVu56bVvzWaDyQJe2RWQMqp8cXU/JpRxPneyPR4T2oObR EZHiU5BMOgAms3y3gpU4oeos3+2M/i4VD7RC9ZOjOyW5lDOlkwFusWbqEmvmfoc1a11hzULtDplQ N7SVcr7kZ/GrzmtlBdnAaoG8E9XHbQPrLtBuZhBpKjn6SLAlu5BSM/Lyk1RHRuGko53OVsAoNym1 XU87o/8xmIp5RVkn/pXDAZjhladfdkb/hZeM4EVZO5iXw7JLc8pVl5UOoV88Fhk1j+4aJjm1iul0 EFg8rBq1nj2ASV6DTGf0NvsqRBxlrXBxDrgMp8RlZ/QWmQp3R1k78t3DwAynwGWn+/ckRu2jzIre 5+ICltaFc5UIIaFU7B3bwQed5JNae8dWsjckGTeRslYExYchaT4ByUr2hqTDP1LWCQX5MCyLVwBr ZfQ37xjJkjIroqWDWRc80qSrRBAo6oJKOyinG6TWFZVWRhBoPK4oZZ0Yo27QJK+BpjOCQCtjBUyF S3WDVcYtUDIZBBKP9UpZJ+6rGyzJa4DpjDDQMHQtZZ0wto7QBK8FTWWEgYaReCnrROV1hCZ4LWgq Iwg0HliYWs8e0CSvgaYz+u9wY4xkyqxYyQ4724JH7mqrRBAoPMQzZZ1wz26QJK+BpTOCQMsrBSx3 XhxqPgMqD7QglEG3KWuF33aEdNmGFMiZUaHDKWtHEXcFNeugCth5GASdsnY8dDdYgtPAUukgsCpL XJWnvKquwKpgEhOx6al6cD7AEVzqAEelAqzueXB9qp+cV/aST63rdbJ/7Bv5AwGUtX4swCUCjuZU oW2sjAB3BjJ5ycn9YmLrVqK5khgCirW11vnhBjdY3W21dlb/Eyf1CxSUdX6NwqEjDa/sSDsjxD1T 8YMalHV+XMPppqni1VdNTUbv+07X6kDV/EiIw47RdetI1Ur2xSN+2YQy8xMnD6NRPAKMScmf1LnL 0Qtm5zd3RDArK25WuKJFbCpmglsFLFrEmWJWrKqAhatwUdZjYMHw6E/MiiAVsHAVxMl6DC2erI7U 36SfeemWLaMrsXaYpnDgVaikVsSlgLKRvyylgyeF7FcZwch6DI8dQxGxVlCjoPZAxBRirehEgVuA QXhYK8xQyD6QUX6sx8B2jQftYVbgn4CF8yA8zETxCTlwVSAd1gnKExA+j0DDTHSdkPBVgBvrUcAP WIcMVsPaUW/CtgJDz+iHL9ICjCDDOtFoQo6w4ipiOqxM2IJ5dBfrMXwFBv3ky7QgY5F5+gL448g8 hS8eo6BYj8Er4OFMrMfwLWieRebpCxR/EJmnL1D8aD+yHr9ABcI4WAFEwlbA43dYj8Er4IE4rMcv MAZu6sh6DF4BD43xv+29224kObIguK8ngfoHn9qDrj4HpdBdKSW6aqBrlbqUqRxJWV293Q01FeGS vOThjPZLprIe9msOFhhgsN+wr/spi8X+wTwM6bwZ6XR3MoKuzpiNRHcp3J1GmhlJo9FoZgQ/gzdQ 57gAP4M38PjbSP4Iz3+aeQL8DN5AnUIC/AzeQJ0LAvwMzyLqCQV+hm1AhPVjLc9D2AbEOgwSNoRt QGzEQOaFgHqWYpGWQiF8C5xPjWwIIccTYmMJBR5HPLsAzFAQEGuaMADLdAMBGc+C/7X8AWFr5+Y8 LR1AQMaIYHfwM/BOTAXUaw/B9zIsQl7+GKZ+Ft+uPw3UEjuJMB5Dd78IN8da4HrY8UXDjtWv4NWL HgHB5EHFHYvlBj+DNjCWDBoPxSAaYq1+Ba++DpUGP4M3UMc8g5+B5VPJFXgVBh2wdhGMbEQ1B5UW NLpY/B2kdhojDH6GlkEi3Bf8DNvFMmrXjAAO2IYMvzVDeUN2hmqjGqwN0QCoPaA05adwAxzByeVS Rk4GXgXEEhB4cMpQUjMsNSD6IBgUm/GlgZsRDQxQNY3TxFrEZ+AG0myEYehmyGWsjqCUPwJXzmIh 1a/Q1UsdEURHhlwA6hBF+SP0AVzCz9+S0FMXBAxqD0NsCGBLjTjCwDRxagaiQ1IwCO5i+dLC9EIa WkSMnBlvF1Jf4fFuRuBc2J6oQ9ewHgMXuIU6BA0b4WwBp7aIJsNaXFpAIkRcmBFgFpJNNNYLg1ix sNjH9c4SBn8FrJ/HYOmRXAHrl6FUZlhWyOlM46NgfFXgurldWQ+YCtxGHa1kRj4FbiO/G+khTIHr r2OIzHik0G3QYCAzsCh0GzSqx4wQCtxGHZ5jhvqE3MrSmBsYsxO47jpwxgzCCdxGWoz0aJrQ9T+N 9NCY4PXfj4w4l8At0EgTI2QlcAuFIqIYggoWAyL+hlcm63gOrEWFhHTT5oEZeohHUMNmwuz6SXgx BEIlcCP4IqRxREQ9mBEUYc/YWPiCGQoR0Mj/iRu+VExDuMpZfAEIUKC8UQCk2oK0GU+itT+l364V mG6y699pcsfiDwo82t6jVY1kZAL4MNqQMQUyAEB66wPPeukDD/zVhWe59AJX7tqV6fuMNYdl4FoM nICBu650rIVOsNxh1fT8xNBXU/pUAudH4OZ3p1wKwVvlpqc86pTzG3BTgw5lyvcLuGnJBoHrE3BS Au5EwPEHuOhIZxrg+AJcVIAziXD70B00gCuFUE5N7wRJeH3ULw/m+SE6OPEWw8J6wIvNI1nj7FSJ D3UGqZ0WQqMrw2CsfVfnWuAIShwW8VMddf6inZOAEw128gCOCAqLlR3YxcVwl+hzNIEd12JvhYZL zdqoDIPAiCf5IS1jworVagdSlhtpZFHWEGC0ULYF3QYg9upqT602v3yTKveTcuMHdmhgIwX2PGBr IncQUNUHGrlSnLl+C9RQoDEqxU5pYFCR0VQPqSGItRysumB5lCwEyw1YFaT0FpJ27YIJSvajKKs7 SnK0lhKpyX9No69e5VMipO0yNfrd76I0I5I5ashaa/n2yrxqqqsR+Wlg6igjmhKkSBI538DV5tqF vTJ/LYg3hhkmtBtP4fXfMImjeSEBSCWs8heKzypCUMXNw1BL/YY5dv8KiB2HwbUqO4fM8wxu4FCp arRLqYxsnfAeNHGtMsw5DC8IhHciqahjcJW9WDoRVpcPGzfdwAvh1LUu5vVU8uo/dQcuvKRA3Zgh k06BOHbtGm2YVx1mgpJp2mDSDq4YIKyunYeJM7Rk6GN5maOMsYQXFsgrs+EVLTJoVSoeCGtXOsEs NTCvj4xcFrnlQK5OcReNWP1VwkWV/gDpCWS5siPHrpZ6AyaYkBlTYWoaBNY3BDQApNY1BLQXgRu8 rY3frqoNQ3mNKLxKCiYMr7UxOYT4XaglvFyQXySr5btTyTFBRreZYii4gGUM77iTb4VWh7B2KxjI +K7yVGnX96kr682bXuClZ+Y1IWN5cSnMrw2ShWm319caLQJLPVJZl7RkpVomR3hZhLr8GtzVUEEZ xZgvkh6YyRsfpugp/svm395EFzH6SOCJ4MnrOj9Hf6+DjWdkzhXrk/hjnK4TUb7+CedP9Y8CV/k4 Xh/j6RRn34iqNkhVb9ETrenvKE2/iZIs+jvdYnwDGzvNCLXztCZqirM4R2VdQzyLs0mcjT+Tpu5J t5LXOIvILzq1s2ntdkR3VM4wk9ITJslmwIHHDWZc5EQo7vuCjKWN1RmmqP32vUCm/iDxGD94gjB/ fx8Q8jB+9AOZxKUM/HWDqcop0R9YNKkbxDRGBREuXohVeV7VEc9+MMhvZFIQz8FMifEEoYuYcFx3 hMjjh/h57NVIDeIDUQMUXpQQrQiVROPwg/Eelox64c3mBkNUkoxMM69J9o8KZV70k2WxbserY7Jk SzkOObZDym8RQB8YlH32xq3E1Wzm2Z8lTvEnX5ikTGNPGLqM+w81bxZkVeoNk9+Vt9JHwh2Ebup8 YejmyRdGHWY6w3h1zGziP9DyZOJLClHYiLxJfUDohskXpsriYuw50PwhqjlYRgBSvyWwKIsY5X7C 1h+imqORMvdeBeqdbpxOvWHGfkK9hvn0UHoszxSixE/erRR+3VnD0F2vL0we+y1RBMa3fJyIOB43 GLKJZiHEjgOGrLRP8WevCXOXEry8CJmjvC/dj/Fd/onoyz4wD0SPwYmf/vMrmqHMs52kSNHUE+au mkwePWEQmf7YBwCnBa4PzDwkDDWExH4wZTKNf8OZ16Jc940n/XS7lE2Q17ipPNuo6r2c37Kf3Xtp SvdFdeenW937qjwEwk9yTZAXzbXtovjstaYU05m3yYOgFXuCjB9xMvaEIcXRXRqrmE1H7JIHopD7 bf0qulf2amTsz+pJPE58LVKVTB/kqvB7tzAtvLaVpLhvP9ZPc/S8Xw+m2W1SB08sbtYMbrLUfC6Y 0ZR7XZxv7nf7XEQyE1+SyZOapP+CL9pyfaudgNTKv4nIVoIx1QYm7sBTsLrbyxwkiD5FWO9eFyIU LEMMPi+OGBueCGsD1QktAcmxUo8LI8VnGcLafHNBSkIypMDjwkjVogJhIDKcRiCD4kNKPCyMDJd0 CGsyzwUhCclv7VWPi3NInJpJse3EIQYlbtCpbFf2zoGMXG8QNtYeF6QANL/4BL5YHDmxgCJsLKZO yClojhx8sXg31uoAwlAvcBO2DE6IT/G0OLeEToOwod84cUtBiztswItQkl0ckTbUNg8Jz+vQpLx8 tzCiUglF2FBIXVAE0OJKZvBi8S7mSjXCun7t1MESlvcveF4YMblDQNjYLbigBqB5Rn/4YnGulUCM lN5ipDTFSBlUjEyYXqH2cU5CZAJ0Cvmw+HpJN58Ig02o01rJoPhKKR5CIFMxXRDuoh0RqoAmCB4D IFWbABDWjAFuSHFIgZR8XBip2o6BMLBnuCDEocTFOpnt/oy51sXaDIOwZpBxWxk5pFga5WMApBB3 LUMuV0NIhBC4HEI8LL7ECGMYwoZhzGmJUdDi/knwYmHkpHUPYcPS54IcgGbIaS8WRk6aKxE2TJcu yAFofhsefLH4GijsrwgbtlinNVBB8zUQvlgYOWFPRlg3LbugpmAZZvB5YcSYZRxhaCJ3QUrAMZTU 08IISfM+woap3wUtAM1vp4QvFkZOnlcgbJxduCAHoBly2ouFkZMHMAgbhzEuyAFohpz2IoxcS5ir qX665CzXGDSQa+LFwsjJIzKEjeMyF+QANENOe7H4csWP/BDWT/+cFisJy9cq8BwCsZRj5cEtDiXx CbU08bNXhPVjWKeFScLydQk8L74s8XNkhPUjZadFScLyNQk8L2quZsfhCKtzcSf5yqG4cJVPATRE Ncwr73FemQO9CjrSa/cEjpgfUhpC4ZCp/SsQNnwtXJHi0Aox+SIMciJMQnMecUaOQQPkxIswyBUi ygF6wzgjx6ABcuJFGOSoSw8Cv/2QY9AAOfFi8aMt7qCEwG/nwy0JCzATL8KwjfpbIfDbj20MGiAn XoRBjjqQIfDbDzkGDZATLxZfmIRHHMKGd5zT0qSg+doEXyzOOe7hh7Du7OfENwkr7t5Uz4tzTeLl i5aBVVCkSoBW6Y1YaaJWhkROupEibLiUOulmCporZ/DF4uOMecUirPnHOo0yASmuB5WPCyPFnXsR 1tx8XZCSkAwp8Bjg2FShpXssux2fGqhpLxY/3hJu1wgbLthOB1sKmp9qwRchBK3ATfModxSzGmbw OcDM5D7xCBv+8W4zU0KLmQleLL67FE7+CBsO/067TAXNd5rwRQCLPw9u9pBkDEaY+wPJLxltgbAR eeGIkoCWeKkXQZAT40sPJXFFThtf2osgyIkDLj02xhU57ZBLexEEORlAD0J9XFErYm2syecAHj2p nJV64JKbV0+qz0rtxeJcE9FXCBuRWE58U9CccfBFgFMnFk2GsB5Y5nbmJGDFkZN6DnCow0PjEDbC 5NwOdSS0ONQBLxZHTsT6IWzE/Tkhp6A5cvBFAOR48CLCRiCjG3ISWiAHXix+sCOiMRE2IjOdjncU ND/hgS8WFyMivBRhI9TUSYwoaC5G4IsAmi6Pl0XYiJ1103QltNB0wYvFOScCgBE2goGdOKegOefg i4WRY+HMCMO4Zhe0BBzDST2F2XvSmGyEjfhs570ngwZ7T/EiwHLFg8wRNgLO3ZYrCS2WK/AixFoq jENa/LzjSqqZhuBzAMR4BgCEjWwAbqhJaIEbeBGmS5kLqJbcwLlDgQMofF5cprHkDAhraRqc5JmA 5NJMPQZCaqywGvuiNTbwGocxd4t0GQhrqTOc8FKwHDH4YvGYA578A2E9D4hT1IGE5WEH4Hlx9ZYn MkFYz2nipN5KWK7egucgiCGFGPJFDBmIoZCIVTznlp5txhU1Dq1wky+CjDOaMQdhPXmO6zhjsGqc ieeFp6bI/YOwlgfIzWIrYYXNFrxYvD9FKiOEjbRGTv2poHl/whcBkJPLuZalyQ01fTmHzwEQy0VG Ny3jlBtiAlYgpp5DIFanzEJYz57liBiHlYjJ5xCIiZSSWiYwR8Q4rERMPodArFCIFb6IFQZiRUjE KpHUU8/R5oiagJa4qRdBkKN55pD66YUag1WYiefFfR1F0jwEfrv7Oipo7usIXyyMnMwCiLCREdAF OQDNkNNehEAumyrkMr+gPgAtkVMvyA6UFG8JCF5gdW3cacjCirVY5kUYY9QvooONQOOQLbBIXz1i OGD9PGhXD/4NWH8dhQvjeAPWzcNp9bDckLjztPoywjZg3TLE1QyYDdmGiFQ1415D8qiOPNXCV0NS IKJHzVjU8HOYp/NvhJQGbElGcZoxoSE5xuMxjdDOgC3IqEozRjMkFaUaueVQI3dSy1UVMRlSMtHw RRgAGbbuql5yYDxj0PrrkEI9NDFg/XWMIIwyDCqN6mA/PWgwaP0oHcH4v5DSQQTgmeF8AduQcXRm VF7ANmQ4nBlcF1IGiag2M0YuYBsiPs0IdQvYAgs302LWAtYuQ8bMALSAbcjILzOOLGAbMoDLDAcL PS+S+r4cPaorYBsynMoMzgopQ3i4iBFjFbaFdASDpUJKDh6wZMQ+hZQbPPLICGIKt+FkoUQgGino 4iN7txqqe+v4HhghFLjuOkTHDPgJ3cYdv90Mxu2EbqNgd75p4Teh26BxL2YUTUjbCA9g0YNhQhNB o1DMmJbQbdBgEjM0JaTUEDEhZoRJSDp4rIIRKBKSCtHAUPWXqoVyoDZk1IQZgxGyJ5gnkR5KEbB+ HjCgR0UEtVrJFvQAh5A2ExFZYMYphJ11vAkt3CDoaOKe/mbcQEh9STjsm+7/QXfU7HLC8HNBOtKb bvmB2+C9oHvXB26DW010J/nAbbBLKTVf96D27lSMJd1pPSQVwlvc9D0Paulgft+GC3lQGwT33jZ9 wUO2IZywTZfuoG1wX2rTMzukFUK4RJsO1iFHrvBsNv2kg6573EHZdHcOSYfwMza9lgO2wfyGNefj 0BoU9f01PYmDyhDuwms6BIeVU1wl1/x6g7bAXWpNB93QnKqPtzQ/25Czgjm66g6zwesfj7Du+xpw myocT3Un1pBH4NyB1PBFDbngcU9Qw6k0cAtItoAGaqFiN93rbp6Be4K6WBremgEHk3CV1N0uQ7JJ +Dua3pNB2xCyT3OCDNoCc0E0vBnDtlD7EhpuiWFbqJ0CDf/CsC0UsoVioBYqfpW77vEXuA3qbWc4 7oU8JRI+c6YHXsA2pOub6UgXto1sKtvIdJ8dBUgqLx5RHk+itT+l364VmKqi9e+0vqW+dnOr76+n lSoXOO3TaAM4rwE3M+EOJv22uIOV9IXiTkvQv0i5AQlvHeBXo7u/ABcV5UkCPD6AYwb3n1CuDsIr gbsP8HN+cCRfn32BY25wGg0OjcHZrjqCFUel4FATnD2CI0JwkgcO3LRzMXjABI+ExNmNcc4Cjyua BwzgHACY64FZHdi/mZkaWJMr0yarWVGBsVPaJJumPc0Yp2xmwLYFTFDSUgStOsD4AmwkzJQBTA7A MqA28HCjDffDctsKdpdgEwj2amBLJXY+YI+ibSWUxg80c6FAG4rueKSpjkrH03UxpTNx3UapIEBX 0BZ1tfaCNVKtZVN9RWjIcCZqgUjUJZcQMGsXTDBEaymRC9UYvKA/irK6o6Sxz/zXNPrqVT4l8qpN qES/+12UZkQ8RRZx0wLTVaV3fXVlKsmT/TqHkUgdDxNbA79ypDt1g4wEIBJPpX2H13+o+EHtmgtw ewnM1wKCR2EKNHUdDEwTCPOQwSyQMJ0tjK2B+QpAck2ZzxLmAoL3IohM/9B1XEtqBO5vAlFGMK00 DCcGETWN1H0yVZ5IxQ7Igrm6YEJCdcURTCugpVBRwaUwpxbPRQMSoIIgQXidBkz3A9PmgfxEIB0W CIKHeTVg9kno5w5T6IJYQJgxHIZVwuwE8H4IcX0RiNqDCaHBBRwy1lxdCQAiY9TdTDDMTqShB9Ft MA2MzIUN0zzDVAXi6iCR8B/ECMGwZBDTBNO5w1wWIB84TOEDI1VgeLi87AbE2IAUeWoQiyEAEsjA jAEwCzNM5SKzkwa+l22DVPQWPdF6/o7S9Bsif6K/p+gzrsowd7epupxuoPspzrMb32vrfkTZQ5Ve 1C2dZg+J33WdN8ldXKLsKsb5pKZxDuB52/7pcRrn87Vcg87b7s8oreIrMjXyiddlmtdkIhPxXtEX Fxg/VTM/cPI9jWEl5He9Ms5RzXtMBDN5RR7mq+URzUiRm8+z+MTzOvTrcZ7MysNsckFHHnqIb9CD X9tmBT7A71GSL0r8JflCKf9QJmSVSvyA3xLBlMx4R87V/Nv3eXyWPHsOn7dJnmOy+zwme1DfLnuL 8qcbTP9LWDffsGNVXCQPqCRr04LVHBHdbqEqDsn6+9kLao4Jy0De53gcF0SV8wLlfJp/kFyc/pB+ nj1ek9XGc4ZcnJ5nRZzXUirxu8T2PJsk4/kkcg16nKKiuPGmlVEKBOMiVahe84YHcmVODEQNh5Nf q6Kcxlk5Vx3ZAkQw0DnxPy9pSb+xXgOexPdJlszZdyenZ3RSnyUpad4H8iyuZ5lXa6fPZZwV866+ J/HHZBz703hc5UXyMT4sSzR+pONirtaP8cc4r1dcf8iMbqwrlM4vkurZvUhHH6OMsJ1pHt5wvmve YY7ukvEcrR1mZFua+1N3SEdvRraA83P4Jk+m03hSr25zrTui1fmAS4L8zfzgtWK6CDw1ZSxAe/xQ TyymHy9Qw/wovMOZmmhqSfKV429xPnv0H4DzSn5NWfHFlasMiPAse4gp++biXAi2zbsfrEmYF/jH +fe/P/wyLySTbXPv+R9Roua6n4CioP4ilYLNi63YrM0Lf3F6RsYWUYlLlI0F5MJ2pEGsRPBMc32k H23SV1WWUPMbP+a8OPzz5Yeb/nwfBgNQ403Nks7cH9QA2axHA3oTjfOYdUYTlmUKsVQwDMXWIYNa 3jtS31Ino6z14zD0NaYTsrxzpMtSF6PJ+mE4eoRUQbgpZNyoUDUoAuC7AXEHwhQ1X/nQoNUE6DDe D0OLZVlB1reOFFnrY0S1fBqGLmOhRY03jvQ06mG0WF4PQ4epa6DmK0dKmjUxUmzvh6GlqXQh20tH emy1MYrsXwZaaQ1y5qHESsQL4d+qhKOOb450ddTNaOwsMOAYbNm7oO7PPuOytQUwQjvKDDRWG5s+ ZHvpOmottfGha/0yEE1wA4ywZUPsQIleByfCfDkM/nDfj3DTDNCPvV4DQ958NwzuXaYP1P3Zkbbu FhitfWWGod1uN0JtHxzpbauVUdr+dVAaTesaav3iR2WzXo1M2+eB6LRZIVHLe1ca7XVyCts+DkWf xUqLWt4702etU9DX8nEg+ixGbGR/7UqdtUZOXMu3gWhrWPeR7aUrXZbaOFXWLwPtn61HHqjtg+te uqVWvqNu/TrQvrrlZAi1f3LdYbfWzLfZHd8HohWeniFsOU1zoEqvg5NivhzSBgKsUZZzRFfLh2mR ar4daB8nz0sRNg9PHXZqAJpvzbQ3A+IM2N48K3bE3GR64+VA+FsPx1HbB1eKWmrlpLV+Hdo+0BRk 3Q4GPvaBFlHWWWAoejV3C9R440ybUY+gqPF6IDranU9Q51dX+rrq57R2FxmGbs1ZB2GL804/bUYd jJrGy2Hwt7gqIetbR1qs9TGKWj4NQ5d020LYcOHqpwHAMsy1FwOdH+gOaqjxxvX8wKyHnx80Xw9E h9VTD7V9cKWqpVZOXOvXAWmUbozIfOFDE6gF0KK9HZAG05jZ4tzpSIvVrGn/MiBNhmsrsr/2oatR I6DM8m1Y2hquv6jjmyeVlrp1Uq0FXoBe5SxtUmu4UXvSCuu1UKp/HpBO06kctbz3obFZJ6DQ9nFo +nS/e9T+yZtKs2aT0Ob3Ac/6YHwCsrzzOdXT6wJHeeaHQc8uZagGar7yO6MENWnnktr7oTzU9IgV 1Hzl7KNm1iRcz5rvh6JFi9tBjTfOlBj1CEIar1/gfFjbf3TFNnmeFDf3IR2fhzwz1izP1rgv15Pj prXZ9n5IWsDRt+ept3ngPehZt4riQ7gR0+dw0g3h+UG3/mo4vG0BjKj9kwdF9poVeW3fh6TVHvOJ uj970dzWAqS7vcyQtDdDZlH7Jy+abTVDeu3fB6LVDC1Glneu1DXr4mTZPgxEjwqwRrgRbu1AA4Tn 2OuvBsLbHlqOWr+40tNWL6et/fOw/vkq/h7ZXnp65sPadLd8/cswNLXmJUAd3xwp7KibEdpZYCBf hEYSB2R76eqLYKmN+yJYv7wQTXVmCxtdKuXFHLTxWlvok18HotFI/IGar1zpatTEKbK8H9KXqW3W 9SVKcfVr6px5PUWGpNueSQZ1f/aivK0FSHp7mcF8oBpJeJD9tbsflKVG6Qll/TYMbVpiIoQtiYr6 qTHqYGQ0Xg6DfzMrE7K9dKTEVhsjx/5lQJp0O5s1b5UjPRY7m+39QL52lnxdyP7a1c/OWiP3smv5 Nihtek+1ZDdzpsvSW/Yvg8V7mandkPWte9RXsz4Z+GX7NNCcknnuEDaT3jnMIwDNZ5D2JkcZKW6N Qg5OjpFJ2ohwtkdaD42ENRi5K/h5aIQakcRt0covgYjwBLSEGb9I8yCQtyVSeGg0LKG37UG+QyNj xM7aI3OHRsKMem0Jqx0ajWaoamtE7OCCTMfi5RFojeLqi0R9kU5qidZ0CBkdvOMa4ZatUZ2DowId i2zBmEMjAAMfLdGUQzffFYvoEBA5NHr2AMLOmMUXQskM9usOMRwcKVt8Xlc84PAIWQLqugL4BkfI EgTXEXE3ODqN6LXWILnBNT5roFlnbNvg2l9LRFhPKNrgaMHoLlvU2MtoxWp3YAn7GlznkWFWjait F2laEd8MvhocAWsoU2f01MupoI2p0h3sNDxiWtyQPSppcCTaA3r6Q4qGRk6Lz7HF/QyNgCWcpj1w Z2hkZISMGW0z+OZeD2yxh80MjoQ1AKUz5uVFUJJxJNYQlRdBwdihtUSYvAgqRqxGR2DIS6HTiKfo i+V4UcRU+EN30MWLIGVGLHRFSLwcQnpkQU9Iw4uYjWBkQFv0wQvZr+TpVUvYwPAnJbpDfovH//Bo aO70dmf9F7XZQYWhy9P+Zax3cNNqdYt/GTSU/fClTIfKlbzpnP4SjdscvXs8zF8GLbsftoMz+Mug 13Sb7vHXHhwt0+25zbV6cESUB3PTJ3rwxu0uxt2OzS91UK7cg1u9kIdGpdWBt895eHBjasP9ttXL 98VRqT1lO51zB0fJcHVt8aV9mROBlvHT5wb7MsjZ3UQdfFVf4LSg4eHZ4U46NDqap6bNA3RoBJq+ la0unC+CirZVsXpeDn6IY/Fj7HCafCF0NL60+Dm+gN+M6TTY7p44+GiRToANn0LatAIlDRRE84on 0dqf0m/XCkzvUK5/p/Wd5gSK3apOKlVOhODDaKPp6NfidNfi+mY4oWk+YVb3rIabVNNlyeY9ZDx2 uCN0u7VYvUp046HubNHt+9DjemA5/287g7efhNvPoy3Hwm3nsx2HpMY5pXFq2DjCA5/aTri6jpnM g56uQxfj0MN6BAGOAprG+S5DuWmttpmOW224fabUhjGzy6BomvXaLGuagLSZm0zLT6sVpsUSYpgG +vft3Vtn687VsnnUtnFt2yrb1qZjj+Gk5Qt1u6nz9qufreqfVfsylKBWlcS2BtqXaa2kddmCy8fa BZP70VpKxH41Bi/oj6Ks7iaEdPaZ/5pGX73Kp2Q5sq8Z0e9+F6VkoSuixlpiLd9emVdNdTWWEJaW bFzGBQRdea064uOtV7vY7qyy5N7oSTlgyXpjTZbWlam0JQqmuT40b0rTM1VYg5YtuWtawtPaU6k0 E422ZDBvu9MM6TkWrXd9dN3W0BoIa7lJqS2nYDMRjhne1pFKQ8tgbE+DaVwa1pHLqidcEvRHz4Uw 3XlU27KF2aN42u9TsEbRtadca02g3siE2J5eoJng0nKtmZnZu/XWC3MyWkPFG/zojOVtZOXuuW7E clOWJfC5Ky+79So0M6Fs+2UK9kskbEnIWhNH27JydGUZ0KKqrOFwel6MRmLs4LdibpCq3qInWtPf UZp+EyVZ9HdWJn4OeXcmq83tOtBfDNOuG9hVlcEjIDeg94iIvhyR5anGkoMG4vIAHNS26GI/btmu wy366S8uuTF0PqDmK4fYv+c6E4ZZk+MlpM/iElJbDUPRrQYNwuYI6qcVQjPc9TdDYQ1nCMLNCdOP uV4DzyhmvLNHaT43ojTDENY4btEHQct4HB4R1aONATJ847BLLP3saTV7brOaPcv9SZPtkH4dnTn2 YBpEGndsyp5bNmXPLVup565N2bNtU9ZVU12NJhssAtKcLwMsG9blucQ4LcKsLM2qrK0RjTyVpbYW bnAd1um0TH/KkzIu8vFo7ArxPE1nKC9iryvuq/Fdde/eRlW34FEez+jvwgNiPC2oiu8F4VE4iz9N 6jNQVwjRc+4QxSeivhJd26cfZjmeFR9jj+6ePT2QETL10v1maPwkj8bdQO4TosmXOWOxnA3zTvfm ZBhggo3HEVuMtLOc+jHZ3BeL083l5cWHm/OLft1DsgBhjR1NnUNXHMqKqB0AuEMrbAIyBUWDFotv MMLEcEBYHxlOhClghip8Do+pGOwIGwPfDVcFzpGFL0KPFzmXEdbmtRuqCpijCl8EZ6yUVQgbcssJ WwDOsNVehGasFMUIa2LZCVUAzFDVXoRGVa4zCGtrjhOqAJihqr0Ijuq4lmx8GXVDcDxVuPHfA6DF FAGENaXAFUEBLLFUL4KjKrQchDWNxw1VBcxRhS+Co8oUOISBKueGpgDkSKrH8B1PVVKElW7q2OUM TPS3eAouMpWejbCpdDthCitg2OpvQjNUbiUQ1rYVTsgCYIar9kIZTGwaTEBCDCuB1It0jSxkXxst CvXGUJWGbFHoKKbKMxxbpa6hKy4DEin1BVP9GI5Iue7rSsRwDcrVW1cFBmxwTCcGX9AHbYatqfoC PWCDYmXUl9kBG2SrHFwsh2QnXbLAsjfgtFMLTmMJG45AuXLoy5CfSZesLNCkO4KGTPFttAEXCCC5 gURVkg6IICAa4KQV00mOdjAO5QjhvQc5Cwiu7cAjYAquedl4K0zKI2BVHrk491j5YBqAAX/aQDqr 9K2vrgzuMLVdkdx2SDUf7vKVogq303AHCM0yUMUBVg1NVVN6JVSwB7NpWU3LY4Jlef8ppOELVOlo wo3zex8LIO2wKZr5gFCUJjLSxBGGgJRTPPGBqWkPaZkctH/skpU+icFTH61RAXtze3xzeu2QtZZx AGHFCkOrFwp5XUwWbzNFaqWZvq9AWtajxQiQ3Y6wMQQ6CQFg3JoDXwyDqRjUCBsDvBtTBcYxhS8G wVTMWIT1yduJpwJiaMLnQbBkgghhKJE6MRQAwgIhnvgm1Bi7gWebocuwWQGmXWgWmZsWMbzNWTJ0 u2KwmmN+4HbF6DNG8MCtsjGljUhP7ZSOBqmfmu+IniTGDexPxWJFtcCkoSGW1bC6ZIMOU+eD1Jiv rJW411CDawsCELlSXADpptamoRQAqxZHv4xx9jGkmgDrdNJ9SKlx9jF+dj8xJqWmd2Ovs/jsI1XO 3SEEFSF1soG57bBOWBYvSSjWaJ6vMslnrLF8vspEL2PY33NXxYYY1kabIRLlRpyu24IZkEGAPA05 UfeLyTgi5MYThmz0169e/QuVTMeX787Of7g9O784vf5OHxzyx2hTFPvx9PDk9Or6u6gmtniMKDuz ++RhRAmsCtIAfASadWvVA04Uq/AijM/vQs4lWaGjo0sxnsr0ZK6+UCXZybtLoTz1cB8ilf+KPno4 BOV3fu5AVVHmHrXHRZoUHiKXDLCJh9eQn/9W3bfuxeM8nxYPIYX/YKO1z8zpIB45tRiQHaBWxnKs WB+gTmGkdLZiO9RZjzssh1+QGtnQx3ASBKi3noBYzsMQmN5xK7GSBQFqFZIIQ5kUAts6fpQLxTB4 UnGMgVzuPapwGaRiZcDGItGlb9SzRM1EMXnEgJeDVIwsPhZkByqeMy5J2gA2jrqITWvx1E+iIP0z iWse1H9Yj7dxjxYRxV+WSgc1rO7LGsVw+hes0wcLNq4Co8ErHWqxbNP+qjEKvKDyGl01ClIcRp0F oXsookIINk4y1mjvEWqknIL7EqcmwYz/Ge0HnBaw2sEGSNvMuMufAg8iXqPrzCDFg8+MoYhyMcXa JwOlEmvk9kwGUk7BfWnWAoYY/xN0iYDVDjYk2ubCuJwEHja8RmfjZjkJPheGImr+uUCpxBq5PXOB lFNwX+BcIIjxP0HnAqx2sCHRNhfoIU8ReODIOl3nQw0Q2LQyJGFzm5wZoVijuWdS1OUg7EtOjMH6 o204zmixwL0m63QdjjVAcAE9JGnzC2lGKzbI7hmTdUkI/XJjMuyg1PukVV/IPqKgAZ2wTo8DUZQG lpFDErbIsRxKR1ijuU9xoOUg7JeoPFDU5I+wCoRR9YBjpG2KFLM8ngUeSbJOt8h00oTf6U9df+AZ NSQf5p5RjFCs0TxfZYzJWDG7Z2LWzUEURAUvumA4ztAaR/kjqOnHrHrAMde6iNF8NqFlvajTeRGj AKEXsQEJm38RqwnFGs0dhxWiGAT9Etcwipr8EXSGmFUPOERaZ8g0Cz2MWI3Os2OahZ4bA5E0/7wg JGJAa8+cmGYK6EucD1OBZti5AKodbDhYZwEBmj09hBwyqkanWcCKh917D0jUnPtuTiXWyO1SpVg5 BfelzQWGGP8Tbi4Y1Q42JKxzgRSgbAg5bkCVbv57STYVCpPjJqgc+0HQSEM/CCJE/AAmaeoHQNnt lSys/DyLPXy/eTeEXGsHHSxOq+3Jh5PDm8Pb68vb6w9nZ+e/fPfXr0cF/uvX5Ms1DQ85vr0kr1D9 xpaDiodpAN68SLOs67DWi8M3XI8wLAfa8A2KOYDhbBi+WTFXMZy1wzcrhQrW5MvwDUv5hzVROHzD QlJjKLM7lFs+zfSJJ+YCH51qzKhuBJwFtKrWvzi7CidQ/A1n92xUPJwwb9sw0niqwNsrUaWzB3tc bG95WT1Dh5UPyoe595k8FBHQO3dVjMVY43ZTV+ct6W0L0GU9HtM6tvXIluawCH2uKeocwvRfV+43 aWqQwLNmSL7NPdgZoVijeb7KOJcxYPfLnDnU7UFaJCb/lMOHwUZMqxkTFcHN4bzKgQ7iaPWhDZ+D MWF+0ycqxIkA6opUCj0faGug/ZefBMN1bKuzczJJQjsG8yoHmgK0+sBTYDgmzD0FaioxpPdlpgBt DbS/5FNA69hWv04ywkJ7P/IqB5oCtPrQPqCDMWF+D1BcJ+4D9L7MFKCtgfaXfApoHdt2kkWz8wU+ 9RFVup5l0fLBD7OGo2v+46yaUKyT3HOgRQsC0GUcieE7Q6vqHS4fmcEruoujCc7ielzRQb6W4jFK vxkFo0WbTWFqsl531DCszc0vXpM0H47Wp6StoiRNkaqKaLSOq5L9d/2uStIJBZ6U23up9eX6Xf6U lLn92xinLVD5XXZv/1LmKCvSpCRzhH0vpzPwE9ZJH0FF9FFCq1cMwa9eTZ8Ifey99sAQsLySOHV9 s1VvY0NnAUpEZwFBll6IUNd4YWlMsKn5trVaSdWHjOZOpeNstM7kT43QiIyiCGV13JEQ6QKUC41R WpTR72mMfYTv6wxdLD3rv3316uLk9uL86Orw6s+37w9vfvyOCaA3QPa84aJTZt96868GUBSNtDP+ tYl9zK6t1SisPUd//XcLDd/b0LZiCFHj2PZhKFAUpxZrl/RNbX7nZ/NJRmTwP+q0c0XkPH2tdE4i IcfffvP+px/qQ5mLk7OLwx+uv/v662+itTjihaO1GzC11maRquQiKqTMn0b0CCEZg1Gh8SiA7BYH tai0N0K6R39PsbxlaLV21PxDibtO0d4AzMoAfxbtpJJOBDVWKf83XpxEdkMjih7oQRukDhANMTSx oxNHU+ZQUcTTu/RzVNdM11o7iFTZYdS8uB6yqR81uDKpE4ZZ2EU/FCzTYH7fUaDzSlCWVbClVbfr W1kVLBlpWz3WC0UF4OJaCZ9S/38VYFN6/EtGQVSnkiTyTIizL02IETT/p5Zgw9G3BOLLyCEbXpAZ LhIiAa1xpW09AmU6fntluCVtrYKlO7+0IHvA9sq/erWWf3rO1+j/omgzyjEm+vunxzgmG9/Njc3d vY3dffIj2t6MNvffbGx2VWW5uxYgY2SO1Um0w3RV6V1fQBm9+MZRq8i6b0xwmF0jq8cxRWya3SbY LxtijKY+6R+LYowyj0tqixmhuvS51bYoJ340UIRuZ74QPvfs5oQCrxa8ib6flrcimsIRIvFJrJni 8V2VTZS5epHBH3RoW2U7uNzm/LI/e72gDmFIaKfOSYYYAnBuWiYFYjomhAxBAetOhFW/9mMvYHgK fvkUBh8+IBHWBqcLVhJSIAZeBMGNzy6E4URzwEzCiUsL1HMgvJicQFiTGU6YCUiJmnoRBDcm8xAG 0s8BLwHFsVKP4XDi/AJS3BUvyC/4Igxu9SqEMFiPXPDiUAIr+RgCp0KN+8Jn3BfGuC8Cj/tCjq3C Y2wV+tgCj+pQZ7EOrFUbhHUtx6kTOaTsRfkcZGhxLQ1hqLA54CXhxK2q6tlq2mCr1YIoGxsqse5p C23YJthCBlbC0NXz5Uhf2AI3wqeYtkIFb4ItEfpiE7gRNivhqjFEA4wKsASEbqSWw1CWh22gkN1d DNXdhegJJWMXlZNNLtVyzhCYgbuCCy1N9vld60Ng4KWTyk4gPtCbbKSYUtJETXs4OeUc0kc6f8fH DehfVUxyS5JUn+M3DvnlCb/teF+DYM4C+l2STfJMwwkg21q+vTKvmtj9kaYaCVU3sNQibU8GVryi qbtDbVnpW3IrBDcg6nKhQNtXq+Umfi7zQEf+zaoarVXhrtOpW1sXFXZlS3ZLnnzy4fjy3c9vr3+4 vTh/99N3dcXT4sGq04jbZeq7d3qurg3e+ieWcJ79HWsuFiPTy0LUI07e1bPFXq5M5obV3M1wPoJ5 8dfi6MPN2do+nW95zLqsoAZzSRk13o7K59KVgH86wvc5Q7c7rg4MSxn8Rk+vFo6ra6k4OGMsYZBr M8WFtcsIkqWO79cKUAiwbe1G/RY/1sUPeDq2HVAaoNLeVvR9833fKXiwUaaOzBRzMvAbMlCef8lX G/9MzI3DMIVnbO/0JvP7T8NaYPpFa5uI1lg14Zec2d6ro7DW78aOVZYj/JXoorZm2+yt9lrEhrel Kr77bYNVc2lejaG5sLa5idZl1HLIF6aBYrXaCHYXx1WoG9UslYY4r9MZH0pF+mf4rDY1wTA1WTXY Rhjs/D6+Zk0d7FKMWsglNxTurmibvbwA8qLJaO3YzdmDEsthQnVS64AI58hMa1sHVXZpq3xphRDM zdn+nnm9tH4VD9Jt1l6u57Phd9zb1iB6hBazLv5yX6wOznz16oj+pd2W3RfjIhmRjhlW1WE5Udes fRn1Y7x2xzGN1qpoe7Q12qDPO7fj4pZWfDtO2CZCp6tYGrqKNroKC11JMSro7vjLpyshdD1RzZaV rgtVWcLUD53ghFHcJHf6vCzkEkxdyZ0mz/GEdbGlh6fPs6UheTYHybyXB6OOrk61Dk23hX2E2L7S H5ujajz90pHcXgYkd5YCyecvHcvkbnqwsfV6YDS52e6p9gufVziMUUFE2cCzPAim0/EyYKmMul82 nsXjcmB5++cPy4BoGS8Hlrfn75YG0dur05/Pr09PlgPhomTpEZcEWZQmqFgedOPprPy8DMgWZV6N ywtqY1oKkXBCHk/y5GOcHeM0rT3Ib0ipZUA9mWToNq/S5RjFVKGM84LwdxmwZW4gwyHaYg7LXSxi nd/rVyW6S+PtrRdjdKvdk+PsuH5ArOkkpDYGeTaPZ3RufvXqLMmS4jFmINYS45l9UzKutvZu1UKV xz1o2yC6a4/9q48d64cdTJWYrurlQ4amI1K1duzaP3rqo32vpAqLjCebt8GlFUvN68ArFLijB3hI 502fDal1APeP/rVZJCXP2jTiZ9bu/RAmew1sSEQRuw+F7x0L3zLqXsiVIgOMHTt0RHsnbsxDX4DU PkavhDlPbNZoD9nMypSWDHhKBqt0u6yimMQUwCcm81OSUZ85T5BsWno3Myl9Ye6or7J7+Yqsdb7k l/gpIX3kBRI/lyy8wAO1j/HYF7WP21u+IGSfMEZFWfjAkAUApZ49U2sLRGGeA8YHZFZln/PYIxQ2 m9W5kbzIJ2RQxxRfmBovjwGA73717U0iD4qPnj1Tjf2pKWmaqZk/SO5HTQ3jA5HHD2Sq+dGfxzNf Nhf5+NEX5lc0xd7t3H+ajB8TLxia+tG3P8s8K+LcT6TRWePXnZR634VjPJuUua+ooaihWeI31LzF QH53l/gONQKCZp7CtqRQXvQ/0tRwXuOM8Nh3FaTs8iSfNMNSe3sIpzlQq4rYe1GvxhNvDvzmD0Hk k1/vl7/d+SNWlCx3rh9I7jllymLmO5vLIpveTz2JmZaPeTzxg5mU99PisyfMeA4YVHoN57LwnZpk yvhCTIsHXybfF1OyLfEbmePHsWczxcext2SiPVn6zZk8m0x928nJHCuy+JMvjOfUJPPfF7OZt3aS VdPcU8wQkHvf/Vk9lf00AAriu/5Ni3tvcqbZ02dPaqZJMaZjzQcmxd47tHRcPWEyBPw0R98xk3jr WUk5Rb9iLw0wKdmzH0zsLc+ETcMH5uG1byv33njdJ74Qsbf0Jy89Ibi89OJWDZN7SlkK5DsvKYzv /J/E3iwYz9EKmngPgHGV+8Pg7KO3iSYr0Z2nzBgn/nrzGGWJ79ChhqDf5oDxt1J5q84EJk2mfjCI bDewJzlEbfYdBQQzf5AEgf1WGDv1sBborohwEYQNDh5kLLb+mp9H0Ajtbz7c3ly+v746Pjm/+u5r Vojmi+Ufjj6cX5zUn5zQpZCNsEXJZmxwfDmJYcMM6wNuKUnhkwzr020pSREyBhviZhmJkUIWG/J2 SYlhqww2FpwlJaZeZbG+3i4rKb+VkpbflnzGcC0LGwrXUhIj1ExsaJxLSYzQs7Ghci8lMWKjgY09 x1ISI3Za2Nh0LSMxcquJjV3nUhIj9trY2HYvJTGx6Jd4yXulVL1SLn2vCEMTNmxOy0oMM7Vh0+y2 tOQwZUY3PC4jMdzYijWr61ISUghCiuUm5F5s+u+XfM9/L1b8+yVf7/nBCtZOWJaREHmqhI0DpqUk RhyrYeOEbTmJ4eeK2DhiXE5i2Lkq1k9Yl5OU+lAZa6fLy0gIP0/H2sH6MhIinQmw4VewlMRwZwqs u1UsIynSlwQbbiVLSQz3pcG6V81SklLInaTuVbSMxEhfKmy4VS0rMdSXDOteZUtJinClw4ZX3ZIS wyeM5lS4jKRwP0qsOVQuIyHChxTr3qTLSUrBO0XzpV1WUmoHYmz4Ei8lMcKDGhvO1MtIjHQhx4Y3 +VISw13ose5Mv4ykiAACrIcSLCUpIn4CG6EUS0kMjx/BeiTJUpIirGLlktvESmHRhwFE6veb6DyL pvH0Ls6j+yob116jf/+Y5GWF0ugjTiakQJneEJRZliWcv3mTxxSV46u4qNLy92OcFSWNH77dvt17 8+ZDltBrIa5L6gn6u2+jns/yg0zi9FP82f09Ref0GE9nKE8KnDGUXr7Uv33zRuPq1v7Wm+gTyjNC 5BuaN4SXjpIiQukn9LmI7lFaxNGkimmq9zSZJmU8iXKUPcQybwvNLbOso66Ob8NaoNuSEsKC+7AR 57ekxJSKmHLZieHhndiI9FxOYlh4K9YDXZeTlBm39mthvstJCo9txkaY87ISQ2O7sR7lvZSkiNB2 bES5LycxwnNcC/JfTlJkryx3n4icDljP7rCUpIiUFtjIbrGcxEincT29xzISI3KaYD27yTKSIlO6 YCO7yzISo8bY0g8xns8Ha4l9lpEQnsoIazmNlpEQmccJGymdlpUYNuu1jFbLSIrI4oX1fF7LSIpM YoaNfGbLSIzM4oaNhG7LSIxMY4eNjHZLSQxP44f1hH7LSQpLYoj1dIbLSIrM4YiNdI7LSIxMYomN fJbLSIzM4omNhJ7LSIxMY4qNjKbLSIxI44r1hK7LSQrPYouNhLbLSAxP4ou1bL7LS0hejrCRzHh5 iZmNsJ7LeRlJEfmrsZ7JehlJSUT6bmxk8l5GYmT+cmykMl9GYkT+dqxncl9WUviE0TPZLyMxIn0/ 1hP5j8dLR4m4uQDDOwyWsUtoY/TWBqzf37DEpKARNu6vWEZi5K0d4OfSEiOvLcHGDSbLSIy4tgXr F7gsIyny1hpsXGCzjMTIa3uwcYPPUhLDry3C+gVGy0iKvLUJGxc4LSMxn9ju+NNS743lXV3YuLZr SYnJppKYbLkj+MRlbVi/tm0ZSZF31WHj2jpKjCoOs3vo+XxlNlyVTFblYtUzmYI8oKJJmIRSpXAE CRBB+kCQfE+lroOJ30DaNJl0TE/aBVJeaQmjWLsqV5GIDFC5ckQjMlcLzHUCM4WAPBsqSwUfLTJJ AkwyIEP0YYS7ig9X4dVGcDIP7dUiY3nJmbLaqrBGGBUogupUSBoM6JLhUCCaCATjqFCWXA+g0J3b x6Y/teGYrNx6lVes5lTKXTKhR6PyBzSc0AxvLuinwj2JgCOO+iy9QKQXheGFwFV7eQQOTpDB+Ss8 vQRnf+LoDJw8gXMbcOoBzgygxV0arA1zLzCXzkbQVgdMXcBQpJtZxBGY3OOrPXJjk4lG2g4H7A+U dg2UU6jaScUI6BViVdbWNbAqcBYCkbR2YZOMaykhtJZE4nua3LG3TMyab6ux/o7/Fle1skLslwla VuTvNIqGSw9vv8YUa2UCpJCXFTpfXlcv0e4Xd6SxF0DBPRY8ysfI6yaZBF4NGKjzBusWT91BTgVR BL+UwUPIrGT+c9p/GvJ8DGFtMJ1n9eClgi6tJvGErPV4yq7g5q/WCX3r26Od9Ts0fvqE8gmRHDmr 4s3u5rdfvYrMf3UVqpE3WwdvvnrVXaX4cctj40aPb7a33sBYuf+V/4puHpNCw7mIUBmlMaIXm2cx nRNkKCIaNUcvucjK5B9V/fQYowkRytF7Wjau4w8T8oIsmLRaCorvyZoYR9tbvCxpB1fZhMqkImYh kJuvRzujzdGWKHtMOr8oUTYhyI+i02c0naUEI45aVFR3ZC2hyyNpgpb/wy/f88r5xYr01ehRe0nr FLR9S4n4Q4IZO78n74kmgyaieUAsr0CWJZWOohui4iUFuiPcKinfBBOJvhCt/SnDa6qCka+N+585 kJUqw6TokmAu1gkMV4wlwV0sihguj5Z9Ui0ZlaSEUkcnHVbprepQzaSh/uABVKKw6g/uV37GtY4U dJ2FVTreXUq1UB8FpaLqrxcEGRazhNrYPe6HHfsh9TibVveZh5Y1y2e0170gyJbFB6fsvoZxB6A7 EaZs+Nwi5gdRkW2tJ0RMNtx+I0RGGbl3eBL7QRRkNvjyisql3GOQVPV+1asNUnri0+WkeObJ3PJ+ 3w8nGcPifGso3aD6DfVx9tEb4P7ORyZU3LDhxanNPT/eUpHgBRFXOR7n8YNHd9wlk2SCfDqQQnhh dYfH1aZnf4zv/AAq3y4fe4+qsYyK85vjfliNJ94AdTyFu0yoPFGqLZelh6DiEB4AviJ9TG17nhDT id96OU4nnoJqPMPFs18b0+LBF4CnynInA4/9mvgVeTKKmhw9IZha6AHxiArPtU9kdXcGuPck4t57 DN4Tur0AfOfRpMw9x9Ok9J0Wnvo5EU9+6vm41iL9ILCn8Be3Yni0kHoO2HG9yfCC8JQ2wu/JfeF+ Sjy7QsSDut9T60s0O4v1aSFNPfkkLwwNtpsedqe8mFnGOOSmlpjz4w+3H96dH1+enN7+fHp1fX75 7ruvd0cbzE5Dv8q326M9+fbk8Obw9t3h29PvvqZGiXJ7LwWWncGv4hSXpIHuW3FGjX+sTYUVZ6Qo wVCorPgiZTKG0nnFF7m4YbjMrfii1ASsaQwrzkiNC0Pda8UXoblioMKuuKJ2AFjbDKw4o3ZTWNtY rTjTvLZxxRU2XrKPcrzIrf6KM8pWgjWzyYoz0uyEoQFqxRdhvsPAjrfiijKDYs0iuuKMMiljzbq8 4owwzmNgpV9xRZ5xYHjaseKLOi3C2sHRijPi3A2DA7gVV+TxJYYHmSu+qINgrJ0JrzijDtWxdr6+ 4oxyUMCar8KKM9LXA0OvjxVfpNMMhu4zK74o9yOseSKtOCM9uTD06VrxRfnEYc09bsUZ5V+INVfD FWeUrybW3DZXnFF+r1hzgV1xRroQY+hMvOKL9MXG0Ct7xRfl1Y41B/cVZ2SAAIahAiu+yEgLDGMu VnyRISsYBq+s+KKCf7AWB7TijAqkwlpM1YozKigNa/FpK86oAD+sxfqtOCNjJTGMmlzxRUWdYi0A dcUZFcGLtWDeFWdUNDTWAqNXnFGR5VgLMl9xRkXpYy1gf8UZlfEAa8kPVpxR2SOwlkhixRmViQNr STlWnJFJTTBMb7Lii0oPg7VMMSvOqFQ7WMu6s+KMzFqEYf6iFV9U/iespYJacUam0sIwqdaKLyop Gdbyk604oxK8YS3X24ozKlke1vLmrTijEg9iLQfhijP6PQPxaswAzsTS9QHmxlxxRiUXxVqe0RVn VKJWrOVsXXFGJb3FWv7bFWdk/mAMMwmv+KIyMWMtKfOKMyqrNdYSXK84I/KDY5AofMUVlWcdaynX V5yRKesxTF6/4otK/o+1ewBWnFEXKWDtToXmtRkiVtDMuSjUQ5VVT6UzApnTVK4wkBxLpoMCGZBk yh+Z40ZL66LymIDEHTJVBczOINMRSMdmEHIOgqxFfSqQFoSOwlhJFRyoouFU/JcW8SSaBkEtIIoD hi0AP33pmG66YmfAx9b0LzUcB3WnOXXiAd2ipB8Q8HwxXT2YbwM4zIen1/C4Vp5PGgdyxkGLdsig rOrAjqwMp8BUCGxjwBgErB9wuw/2t2pDB3YwQGVXOqqulQk1RK67YKlRshVKEzV9/ie8DC98/lqt pne4fKyvnSJDMY4m9IIrmoiX3jSzRiYWSr8ZhSJFtLtwLeNJ5HubTvS73zGYuyRbj7OPUXRxcntx fnR1ePXn2/eHNz9+51Qj6eY3bk1rAzAacTS+enUS36MqLamAy8m84fd7JUWUV1lE795Ksgn+VKwd 7G6sbW1sbHz1Klqn/6f3Ia3X16itra395fKnv9U/2OsbUvMZveus5ft1OUmyo+r+no2ZjlruH8hE YiWLrnK0tasYTdwrvUiy+BhXWdlb8l38iRb+EWWT1KVmXr638jOBhhPSx5gIQvTQylNY5jCbXNCp 0ln4bEaaLO/P6nzXnQWvx0Sex91lyI/3tL5jPJ2hMrlL0qT83AVxhCa0Xof2f0b5Q2fnf8iSMaFc 1UTv+iPstAxP/oFCXZctLAdlai4mv8UTl8LXPQyFRTNWtqdUO+MbdPTxHQD0ch6UbeM9KCLH+Xq9 7pP2LXyXn/DMVp38TPv0srIhJYuwpnmhdbroTfLko6VN+emE/DghP+LsfRvXW8u+JwtCUtB08E5A NWPFEIzR1D4E6QfedeQnq/mrV385TNP6Ft8imqGiiCdRUY2JolrcV2n6eTQa/e2rV6cpmtEvN8mU LFsbG2/q/41quVyvZdHasftaJNe/MMu39WI4WoIyKmC6e1CluWhK5eeNriG9sahhb/7VgCa9wIrR NXn29MAUqkv+UmtafB4lGVHN/kF3TmuFhxIg68FVuX5XJelkXWzyorUba4uyZLQ2aStAkeiBnUXi bbQ2jfgGtxNGvhqlcsj8ZStkL6oqO7Q/pfdtLarCWsdk2BrtN0Sb90gHuIzYVqUTF5f/VuyXpvef fw3mC1O82uotttWT5rF/9mZPIKK2eynbH5i7vd8eb2/+JLZ4wrxjUWLkp1r/pvrP5Sy26Uj2gseP OBnHJ/EUb84Bs+UE80Ncnmf32LXsW1JxbtOcm6Wv4/JwNqO/+oqf5jnOj3E2SeiNQjbNVyvuWCs1 DpPHd2hq2+BpRa8/od4q3+OETukbet/25T3BtoyzshNXwgCyiTiudQcXhGt06RbxsNZna/1YWAEt g0t+orDvP5CHw/fnlja0cjWrBUvWhTnSNnTFJ7FjJttHss9Jq9hKs1b6EeUXcfZQPvaVJAOKFu4r 9i5+LskO46NL2bNPkyM0fuordu3WMhlqcTZxL9nbbEX4/4BKyf79Vu7v+zB/35X3+06s33fn/L4T 4/ed+L7vyvZ9F67vN5jOplRZ0AmxDn4K+zrrCGNDbRSpWxXzrL/oefYR5QkSW39WQhjhO9qTRW7I D1pRR4Oy7Ek1nX6GABIldtbSRR8vQSEv7wqckhqpmCi6CAUwR6hIxj/QA4XcFeQd2a+LddYNgozE ++TZGafrZDqj9k623KtVrhfwJClmKfoM6X9XTe/iPML3XCUgqkBcVnkWT6Lvoq2dXbeKCYMOP6Ik pWvIBa/HESVqO5G6mBvM+fXlWZWNwZrqArJ9RhTLOzmTe0GIaMqKksDEEwrtM2hYB1m43Qf4M5tT 71FeSHtjL9BP8WeiAU44rGtTOpRfi8cow1lS20bZXYleTV7HrvNCAdTLu98o58DOA1GDgmuSy+gn YiJWCpkLBLTQ+0zcP6E8c++pd2RX9ZwUVKW7QNlDhR7i0+eYjE7kLM4acGIeuVZwTOjMJsi5+8iC Bm3T/fXjNPUZhh+8WP9ByNmjKpvM02GOEFQ3nklm64vcpHcVF0XqDqvJuy7zijoIdLcPwIjmX7CR Upv088+9CwsH/jnOk3uyPFMDfX8/gBbFiOoTCBBJovLQm1ovkk7NwSDsY5ybPGVuEl0s5SX4UkBP mNRepxdC6LYexet9mGt5QxvuBTicsD0oSt/neBbnZdIt3QAo0RBIB4+94T4QFTa/wJ/izokPAC5q LYsrJG4gb5Ni7Fj0/eX1+S/O3UHGP07rIyBHkPMJmTjJfeKMOu3CXtVAI5UugT2SH7L/epwns3pk 9aj1TaCrKnOH4QOjX8+xwPQvs3qvMAE17lQUITnHZFl2LXuUnCQUL2d0SN1nOJ3wLlFFmNtVp2jh RWpdkZ/fzrqJakA4acBNsOsY5ePHvmEEwcQm0xvyQxYXYzTr7gBQvl526LTY3nJughY/L+lN3t3q oQb0jmgXvkBHaNKAgxtj6l7Xs82ui4iR0ysYTYBanPoA3CRlt7piAoDB7ApSux10qxgQpJ6Pb9FM Yx7zZ+ziHS8hZECt2JCRv9nVLICh1mO2xXQE0DW+zgkGoGoDavfQBaVdNqOg+GGaoIIQf58mzmRQ iyt0MegFILuS6+S3zt7USzNN8+jzzedZbOnTrL9TM2gnn7jwmkNMZ+Xnfo0cgngOnWy+oZB59m4m eEm06KJHd7ZD0O2PK5TnMMq4rfQT7WC/vvGCOEoylH+W+7g+PVujqFtPsYwy/TSmH+wkprr/xG+w iXFzQQ/paq73SFatxVpYqcMSx/HgbLow4IQmgdLTf1TJR7pbdx4bfzzafr237Vr6l/eoe8eizdeL k6vr8nMa1+zzn3te8uS6JBBXcdWtLhqM+3Bztq88A2UpHirQJfxEEWlh7moVFr4sH+O8Z8yL8vTv OVWQtOMB4RLfgZ4scprRvV89J3tM9QqETv454LjBnJ7LNIz8PGKii6GiSL1TItOGbPePiRRJsdY1 Il6goyZZ5Jr8MDFhIQAd0LwAhfsxRjMXHR2AvKVBBJ4w59mYCCgNSJS6oXEKN93kqjK1CkOf+OgS JT7c8C7pqEWVASKZfKRBOuvgpwjq4VWpswckDg+iMfdhLt5EW1tb6+T/1mb16qg1qGP7qRfmusBH sv90LX6WVsXjMRo/tkiHJkQts1wLn1Qzsh6TLZYXFKfhGt3Hxyl1npkT7rhTV7HAH1+fn7gW/uNB m0ZsKbt5sLfvWvji7dHx9Vv0rM5S+2FOj45Pzo+pT8TF2bsLT36dPnsCHKYPOE/Kx2mbdLcMBCYE eQVx3nHq0QS+wR/qHfT7OGvfxlnGdo6ncwEKid1q4rZxpt4uek3V6+oOOuuLMiJ4zS6V9CJMTh5V 93R309WwBnFZlb4gsuNq7fcwmxC1Im8/OW5WcDi9Sx4qXDkDXCcPGaJW/pO4jMftxvcmJFFeXruW PX97+N6j3q5JrPPr9PqDc2FS8eaeV+GjU6/iFz7FO8Vas7AXKttb7qjUctC58OHN+buWva9lbHnU fOJR1gfj8+vL262Nra3bPzoPwD+ez1P7rTNbIJDzIJBAP13NATIHcsfv5gC5Pf3lxpnNCT2tuase DjZ3XWF+/N+cx97x9QfXsmxZv72+Obw5PfvQta5rYD8cbe5vbG9407u160wvw+zD9c4vb53ROr8+ Pm/Z3nV1wr7zEJEwm1sHLTt328rGzlB95u4VUSomN3kym5G1+zBNiWTzZ/b2jrPMV0A7m5tQVxAx 7R26gixS78gvjz9sXsX3J8n9fUfjTRhNQWEh9V36CS9Rj/enZEYV8aNuRVwDKbE3SHXnD/EnosPW NiVP0Iv4AaVEB6pNFr7NkhFDDculb6Oi+BnZT3LfB1FMJC7o6BFZpJ685OEqfsjjQthlVYMsrUFn 3/Iimlp4BoiBJfvGCZCL4jTuKH5EHxNcdW0PIGC9lfACwtzrwR+SWceoKWcuWOlJKPnWqQ4DyHqf fp4RiAylLKzaEfIqLuLSF1E1OvqU3jagbi0SQN3kVUYtBBPH8rzvuGeNKCFSa3QMNlmEW0Wp49ak Z4/XCtPVbxqQdCiUHvwiy4fFh1x+opC39RHwbc3LW3ucQEv5fafi9faYFL6IsyS2BvTbqv/T8Y+H VzdODXxKJuSPNb2BXpDXeYGzB207fF/7yq1rDzyhjr2fjTJcbHa46FkA6FFhXLvqtRqjLVBnSZxO GKgzzOFkcoXT9PS5jLMi+dgyDu0oXiTTpM0h1gJxcvmn90S6Aonv1tDbm49FfRTqDkIWGUwdb8lo yaRnmijIshh1dx4vU6Pd4zBpAbn+PL3DaQ9nrE24jRQASjouj6fUd65NHFiAiLYI3MhBma6zC6MM rYdZmF2YA4CoTSW5J9IoK0+Sh94B1NLcezRpt6ZZYMmytbfjiek7nJ1y717hGOkMKwB0FccJ9Oro 3RnItgHKsCRWPd3DC9Ga3iOqsredddgg/kuFewcSLH/6PMMZdc3rm50QSPCGjgR/KH+I93lMtU1/ wMu7X1vdWmxw9ZaMjMqd/Rbbnw3oBFdEGTssyaJzV5U9AhgCXsdkpSey4vMPOa5m/ZPBQiB04gdF WTa17nHGy1DvH34iyMYsrb4bEQ45H1RNOKLxHxq8JywDIrsnGpjRw/IeYLp/6zhIsNTyLv6kV9G7 xgPgt8UDXynqgF1nuLohzjL3xiCL+Ua11TO8p9E5wP94sLHjM5S6XLYt1TOHlUeUZA1tT+Qy7FES eCFa2c7G1sHmQYvpyg6wu7d70GJWagE4ONjsESw6wN7G1mbLFqgFYHOrT3TpAK+3NzZarFxWgM29 rY3XHkS/3txp9IzDIigK1Xu7T7jWM/4co/zk+sZhxkNoUpwubjXUwUHPcISAV1V2gx9iap3hy/DB fu/wABL6t3j8+BZn5WOxs3vgDlcv4LzBzb1NnXkiSWMn82ShWlPsEU1a4XbHMltpQtxT3L2a67Vj IjlNlYinmuweDaJQPemJotUe3dIFUdsw/MFAojoXsLMc1eeM9ZC9/BjnOdnAcqLL5/Jusg5/83Sv dvL1IrUVNY/Rk3CxPm7t2x7AHpeIHuirqtXR0wGyY6Xtw7pEZVX8HLd4C/RA1y440taTpuvgp+51 Y9SrlagFCo/NaLPdGMUp0TT6cdLuh9qA6XQbb5Smnlg/tU3ERukfUfFIXf8ci5+mce3T71icBjo7 k0k9R6czXCRd5/ImsX3uPCYraVnmP+tOAs1gQtR5R4AjumloNeU1a+8Kr2zrXGasrcVJ5cqqnh2J DbUblKQ4j9tDkBtAb+P8IeZIuvLg+pGUhykjXVCrY86YaKWeIx+ygowE1xbpJkcNAlmCZ8bumvii CP0r9jjyI89E3QUvinSuxc2ibGq4lmbZLT1hqEmZgRzXs7BzmAhI2JIHGDP+dAsGWPa/VMn46fgx bj/Xaod4H+fHrc4QJth5QYOWWBJTZ87RVs6OW338GoST3zDG1q1H6+OMDHXPXq0ZnrIl6XCPMmHO jt+d/XRMZGTRGghtH21AaMsydVLvrrnACtQqPY2U7RHJqvT7PJmaUzduD4qCBQzw/sIQM/n5vk9K 3KtwQGHT6WpOFXdhhCpNbcVIw+xXJJSZNmhewrUxUPyoNTi0UfR9SjbhJ+iJLDYZTQTNfjkCX5P5 l16gvHt2AICfyDblCWXox4RMKfLXEez4EWOc/ZQ8YKzxkN0S0MVDXsJxMIHSttHE7mjoaI4XcGsN FHYZeqC4faQnfeOJl3DkBShtbY9dINHVHi9RawGvO3PnNMqDBHpOZVsPmy1lWz2DLGV3NJL5nRhd NIsijMn9Ih2Wv7y/b93mNksTRU9sjFyKv0XPp88zlLUfhzRh+FF7lyO6CaLW5AWAO1JtNIGOqoe9 15393ywtsXRmNhV03W4XJsjxqXPHnyTUcaCk/tHOMMenamNxn+JP7nDUEjxJunfBGu1siwDBlKLO Lsfp3H/zIo5iBxZ3WpEhgMsyCcuz1Batx9tNALmMuxT+49Fuu++iWbjOVnWXxje4cx+gsUdLkudE b/aR9mKHHchGxebOhjMZygVz46DVb8gEIhr5cY6KR21o8RuGuoaWKCKMNZezjvCyJshRfE92zCxD HfCqcwEFW1oHFRxCsuYcNmAQiOy4j8lvOVxZJX5NupZ+F3/6IyILReyO3jucyWBMl/LccYIyofOA 3sIIpyEPIcC8Iitm2WO40IYHHheVy+5PGxif8yRNkzEzx3i01p7PRS97ntENPM31eJx1HN3qQEcp Gj8dJfnEFeCsyp4+HzpXT0gmE4isqR1BsTrIFZoWtRhyBTgvhIXLFYLNUx547zxejh/f4jZXrGbp 8ymNb0xK7+4mIu99jsm4bMlgYZk0NPyYsswV4I/77eELdlHoWvoqnlRkXc7K3oVEn/Vc/bz+nJXI WR79SPPGpd4M/nB86IUdmVdUJhHMUiftUB9ltTQXRnEvOCoAqQ6Xos51v2Xx8ea9KwBdSqceLLiu ZjUp0NbrAnuY0iSOneq7Nhjiuzz+RPrWee1jZ8hchyX64TTJercXGmFs0XAf5f+oUJv7oWWObr3e ao0CgYWpCdZn8vPUdlL+ucLdJHdxiTKaSIXOgqzNzcXC6ST7nGSeQk3Izx/ijGdVcO+XGSIQ8U0e u09yrvHVmPrB3CQPj2Xcnp7UwslaYr37cNEaH9WAeESJw4mgJuVo6qyzJKdWdFQHB3RvfrSxt3Ow 1xoj1ii8u7XVaTgxCjP3f/FV3HHZoczLIkzfRe0pDMzC9RUKabfY1QDOs4TKhH47gwbVkcykWZgu IafPqM2B0UZx3uFBZcEGnpC7Agld2JmzveuSVpwJG3d0uKuMa/Eea5eBCjvoiOsTXkJ2p4zQQNkh cq8tzgLjcmprgr1F5di50689y3e4zVgqJyt4yjSgThli8NlFFdFn30OGc59RKCNofCafN5CYgN6A umOPL7SYkt6AfG56w4lJ6g3IZ6s3HJ22c2DZmL/edcCJ7D8c4GyYA31lHvKFPc26jrP1gc6UvHql ZVaB53X4m15tbVtyte/0elwaCnaS5NQ/qm13rcHQhLJOBRMa5mhfmbVyTFrhfGK3rzfKcnPdFdlx kQas4kqDmVZpmZBHsh1ADzmaPVqXgzaUiNb3tsXvqg3kqsqKyyztx0zIHjT1aeU4RWzbKF0URRFC 4F0yXise0UxeFGuvzCh5WD9es6e+zjVgU0Q2zLE1orwFokTF41McW2dFCwjhKPtV08vuYrfew1N/ oBTYgxRBAX7diLITtBU8S1LpSddWhuqh53C8txUETnBtRa7iBxr8lH/Icv6ru3x9LjEme5XyU2y/ rUyV5Qdz5ycs9ITeKW9jI33dwUTx+detrb2DrgLXZP5ALx17qXc4k/fuaHqhvfgRmoBS6+Jae9ul tOITBbvN7oud23FxS1/eTuwXfNkgEm+QafIcT7zbYc34IeWLT1/5o9PDt9pVHO1FtfsHkkmGLB1Q v64VARF2b6kVFDpUWULsRc5P3jlVVZfrrU1z2LUX4W1t18fGXQX/eLSzc7DRV+J1bZVdJxObLddR JA6fUBnRa6IjshpQB8jR+NsoTYio2N/5Nopr7+vvog+3V6c/nP5y+/b8+u3hzfGPpye37w+vTt85 VXSwFaiizc2DUDVtbYaqaScYTruuONXrZH91W47N7sFmzy8uTn84vLg9vPrhw9vTdze3p1dXl1c+ zb52a3ZvK2ize9tuzb7ecGy2v6awBLx2JeB1MAIOQtW0H5YV+26s2NoINYm3NkPJuq3N3VA1be+F qmlnO1RNuxshRdTW7qZbs3v7QZvlU82x8L4bjsFm09b+bsjZtHWw4dbswWYoAg5cRZQTAdsbbgvZ 9sZ20Ga39nwKu61621tBR/L2tsdI3t7eccNxO+j4297Z8CnsJhG2d1xXnN6a9lyFoxsBe27iYnsv lLjYfh22uxwX3+1g24Pt/f2gBDjKu21neefU7M6mx1Tc2dzxKbzrRNDOpqvC4NjsgUfhLY9JvrPl Nsl3tkJtHHe2wrJme8unsM/AcJTRO2Fl9M72vk9hn4Gx4zYbd3bCzsad1z6FfajfOXAjaDfURnNn dydUTc56dG9Nr123OW5Mfb3n1uyB66Lj1uyBW1/uboTqgd0NyrfnWTymqSe/RnfjKMnKOE9I1ZP4 /utvowdcRl//5//8+6/dydjdcOPe7mYoDX93cwuSoWiYkwCftXN302O27m751LzlsSrvbrsJtt3t zUaPKy6Rf5kPo3zWkt1tN1V0d/vAbUzq//67D96Oq8DuXqgVf3fvdbCa9iF7ruJZisZx9AeEvo+e N5+j59Fo9DxqcsmHPXuOcshZ1e+vaQ8S9Q5H09rF5zHO4wVpee2x8u7uu6k7u/u7c/WB9u9HHyr2 PTb/uwduCvruwd4LU3Hg0Rd7Gx6yZW/DQ1TubbrN/r3NzX7+9LDHgzt7m252pb3tUFrTXjBD7N7O Tiur/rBJ/k9Y9T0cSj582XEbznu7odSJvd0tJ2nkQ8Suz2jecxyge+0D1Mr1RUfonsc+c++12656 7/XWyxLhY23fe+2xt9zb9zA67O371Hzgg/O+2+q9d6AzXrLYh5kvgVisOv+LQ202pzh4GeRSOG2+ QPSQNq2/RATHuuD5IlGMDeH4ZSIZmSL8C0XzD42l5ktFFC20MXpZVC24fsHIfm9TN75gdBtz64tH uDnLvnyUN1uU0C8baetYXgK07WN6GRBvGdtLgXrXRuvLR75zm7gE6Hdvc5eBgFZpMzcJfeVeB/OV fB3sfP+18/l+f02vIc8LPI0jTFP6N/advTVth/JOfR3ME/T1tkYduhsfHkV/jf41Ir/8CXzt6gza V9P+RqiBsP86VE0HG6HO7w82Xf2bemvaDuX7fbDrWhONKNna3IjqN9c8soRFkVCxckV/qYsF+trd 3NgIJT1IVUF9KTc3Nj3OfEjp15I/O23cOaoedrZZPqT1alyAhMd6gJn4xEKDsqLMKxDd3l5WXZPZ WUZc897R6Ca9G9YajgiLnWezqiMqERZt3LUTkf9cf3j79vDqz2++evXv7F/0lxtcopR345jenPHm X7Y2d/5GAOoaiijJauC/2Abd3xqfOMfJh9MUzQoi5W6Safwm2th4Q/63tTHa2NioW2fVR3U41+ZX rwhuJZ6RxmhoYr4+w3lZrE/ij3G6noyrkSfIQ5rckbYoVHSMp1OUTaJ7MqIIOn+Jn5OS1/G3Nwz0 LsnWi3GezMpo7R8oWi+ns7q6hIwElKajze2N169HG1GcfYym6CmOjugQ/+4z6bAf3l2+Pb398P6H q8OT09vrH29/Pr36bmu0ubW2E52cXx8eXZze/vzh4t3p1eHR+cX5zfnp9Xeb0dkpgb89Oj27vDql k/76u7V/UFzPkueILHbRjOfToXiX+ecIPZB+HNES9IIT2qG0FKdohsZP6IHg8vt/f1M8JbMZebce /ac37PO/vfqX/xRBrvzL76vsKcOfsuiuStIJ6/p/e0UG0PdR9F7URTAYxwXpP9J10QRn8bfkb0KT OMQT+lM0RDHc5Ji8On93dvmGsSSqZg85Ikw+Ozy/OD2h83hrY2Pv//jfNzf+4//d3vyP/yf6r+// 44doc////L83dv/j/9o4+G//X3R8ffPqf1n9W/1b/Vv9W/1b/Vv9W/1b/Vv9W/1r/fc/AG99j90A OAQA --------_45472145FFAC0612B438_MULTIPART_MIXED_-- From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 14:00:06 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06A6016A416; Tue, 31 Oct 2006 14:00:05 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2F143D5A; Tue, 31 Oct 2006 14:00:04 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.8/8.13.8/NinthNine) with SMTP id k9VDxEbX085383; Tue, 31 Oct 2006 22:59:14 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Tue, 31 Oct 2006 22:59:13 +0900 From: Norikatsu Shigemura To: FreeBSD-gnats-submit@FreeBSD.org Message-Id: <20061031225913.0001429d.nork@FreeBSD.org> X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Tue, 31 Oct 2006 22:59:27 +0900 (JST) X-Mailman-Approved-At: Tue, 31 Oct 2006 14:31:45 +0000 Cc: kay_lehmann@web.de, ebrandi.home@uol.com.br, h.eichmann@gmx.de, oz@nixil.net, dave@gufi.org, chuck@pkix.net, mcdouga9@msu.edu, rainer.alves@gmail.com, lofi@FreeBSD.org, oliver@FreeBSD.org, lioux@FreeBSD.org, ports@FreeBSD.org, multimedia@FreeBSD.org, jmelo@FreeBSD.org, gnome@FreeBSD.org, riggs@rrr.de, slaven@rezic.de, toxa@toxahost.ru Subject: make ports depending on sysutils/cdrtools* USE_GNOME=cdrools X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 14:00:07 -0000 >Submitter-Id: current-users >Originator: Norikatsu Shigemura >Organization: Ensure Technology LTD. >Confidential: no >Synopsis: make ports depending on sysutils/cdrtools* USE_GNOME=cdrtools >Severity: serious >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 6.2-PRERELEASE i386 >Environment: System: FreeBSD melfina.ninth-nine.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #32: Sun Oct 22 05:57:55 JST 2006 nork@melfina.ninth-nine.com:/usr/obj/usr/src/sys/MELFINA i386 >Description: Some ports depending on sysutils/cdrtools and some ports dependeing on sysutils/cdrtools-cjk are conflicted. So I want to integrate to USE_GNOME= cdrtools and OPTIONify WITH_CJK. >How-To-Repeat: cd /usr/ports/sysutils/gnomebaker; make install WITH_CJK And, after portupgrade GNOME applications. # portversion -L = [Updating the pkgdb in /var/db/pkg ... - xxx packages found (-x +x) . done] Stale dependency: XXX-x.xx.xx -> cdrtools-2.01_5 -- manually run 'pkgdb -F' to fix, or specify -O to force. >Fix: --- cdrtools.diff begins here --- Index: Mk/bsd.gnome.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.gnome.mk,v retrieving revision 1.135 diff -u -r1.135 bsd.gnome.mk --- Mk/bsd.gnome.mk 15 Oct 2006 03:42:39 -0000 1.135 +++ Mk/bsd.gnome.mk 31 Oct 2006 13:20:55 -0000 @@ -496,6 +496,13 @@ pygnomedesktop_RUN_DEPENDS= ${pygnomedesktop_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome-desktop pygnomedesktop_USE_GNOME_IMPL=pygnome2 libgnomeprintui gtksourceview gnomepanel libwnck nautiluscdburner metacity +cdrtools_DETECT= ${LOCALBASE}/bin/cdrecord +.if defined(WITH_CJK) +cdrtools_RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools-cjk +.else +cdrtools_RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools +.endif + # End component definition section # This section defines tests for optional software. These work off four Index: audio/abcde/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/abcde/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- audio/abcde/Makefile 3 May 2006 05:14:08 -0000 1.29 +++ audio/abcde/Makefile 31 Oct 2006 13:28:55 -0000 @@ -28,7 +28,7 @@ PLIST_FILES= bin/abcde bin/cddb-tool etc/abcde.conf .if defined(WITH_CDDA2WAV) -RUN_DEPENDS+= cdda2wav:${PORTSDIR}/sysutils/cdrtools +USE_GNOME= cdrtools .endif .if defined(WITH_DAGRAB) Index: audio/grip/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/grip/Makefile,v retrieving revision 1.73 diff -u -r1.73 Makefile --- audio/grip/Makefile 14 Oct 2006 08:52:32 -0000 1.73 +++ audio/grip/Makefile 31 Oct 2006 13:29:18 -0000 @@ -64,7 +64,7 @@ .endif .if defined(WITH_CDDA2WAV) -RUN_DEPENDS+= cdda2wav:${PORTSDIR}/sysutils/cdrtools +USE_GNOME+= cdrtools .endif .if defined(WITH_BLADEENC) Index: audio/mp3burn/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/mp3burn/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- audio/mp3burn/Makefile 3 Jul 2006 03:39:46 -0000 1.5 +++ audio/mp3burn/Makefile 31 Oct 2006 13:29:48 -0000 @@ -17,13 +17,13 @@ ogg123:${PORTSDIR}/audio/vorbis-tools \ ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ ${SITE_PERL}/${PERL_ARCH}/Ogg/Vorbis/Header.pm:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header \ - cdrecord:${PORTSDIR}/sysutils/cdrtools \ ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes USE_PERL5= yes +USE_GNOME= cdrtools NO_BUILD= yes MAN1= mp3burn.1 Index: audio/prokyon3/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/prokyon3/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- audio/prokyon3/Makefile 3 May 2006 05:14:25 -0000 1.10 +++ audio/prokyon3/Makefile 31 Oct 2006 13:30:09 -0000 @@ -38,8 +38,8 @@ .endif .if defined(WITH_BURN) -RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools \ - mpg123:${PORTSDIR}/audio/mpg123 \ +USE_GNOME= cdrtools +RUN_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123 \ ogg123:${PORTSDIR}/audio/vorbis-tools \ normalize:${PORTSDIR}/audio/normalize \ bash:${PORTSDIR}/shells/bash2 Index: graphics/lphoto/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/lphoto/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- graphics/lphoto/Makefile 24 May 2006 14:21:42 -0000 1.14 +++ graphics/lphoto/Makefile 31 Oct 2006 13:30:34 -0000 @@ -23,7 +23,7 @@ RUN_DEPENDS= gphoto2:${PORTSDIR}/graphics/gphoto2 \ kdepyuic:${PORTSDIR}/x11-toolkits/py-kde \ ${PYTHON_SITELIBDIR}/OpenGL/GL/GL__init__.py:${PORTSDIR}/graphics/py-opengl -# cdrecord:${PORTSDIR}/sysutils/cdrtools +#USE_GNOME= cdrtools USE_PYTHON= yes NO_BUILD= yes Index: misc/instant-workstation/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/instant-workstation/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- misc/instant-workstation/Makefile 29 Sep 2006 05:40:00 -0000 1.32 +++ misc/instant-workstation/Makefile 31 Oct 2006 13:30:57 -0000 @@ -18,11 +18,11 @@ DEPRECATED= ${BROKEN} EXPIRATION_DATE=2006-12-01 +USE_GNOME= cdrtools USE_GHOSTSCRIPT_RUN= yes RUN_DEPENDS= acroread7:${PORTSDIR}/print/acroread7 \ bash:${PORTSDIR}/shells/bash2 \ - cdrecord:${PORTSDIR}/sysutils/cdrtools \ dos2unix:${PORTSDIR}/converters/unix2dos \ emacs:${PORTSDIR}/editors/emacs \ fetchmail:${PORTSDIR}/mail/fetchmail \ Index: misc/lesspipe/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/lesspipe/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- misc/lesspipe/Makefile 17 Apr 2006 16:46:42 -0000 1.3 +++ misc/lesspipe/Makefile 31 Oct 2006 13:31:16 -0000 @@ -27,11 +27,11 @@ dvi2tty:${PORTSDIR}/print/dvi2tty \ pstotext:${PORTSDIR}/print/pstotext \ mp3info:${PORTSDIR}/audio/mp3info \ - isoinfo:${PORTSDIR}/sysutils/cdrtools \ cabextract:${PORTSDIR}/archivers/cabextract .endif USE_PERL5= yes +USE_GNOME= cdrtools NO_BUILD= yes HAS_CONFIGURE= yes Index: multimedia/dvd-slideshow/Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/dvd-slideshow/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- multimedia/dvd-slideshow/Makefile 10 Oct 2006 10:50:14 -0000 1.8 +++ multimedia/dvd-slideshow/Makefile 31 Oct 2006 13:31:45 -0000 @@ -20,11 +20,11 @@ ffmpeg:${PORTSDIR}/multimedia/ffmpeg \ sox:${PORTSDIR}/audio/sox \ dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ - mkisofs:${PORTSDIR}/sysutils/cdrtools \ seq2:${PORTSDIR}/misc/seq2 \ ${X11BASE}/lib/X11/fonts/urwfonts-ttf/README:${PORTSDIR}/x11-fonts/urwfonts-ttf NO_BUILD= yes +USE_GNOME= cdrtools OPTIONS= DVDRWTOOLS "Needed to record/burn DVD" off \ LAME "Optional support for audio" off \ Index: multimedia/dvdrip/Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/dvdrip/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- multimedia/dvdrip/Makefile 24 Sep 2006 12:25:56 -0000 1.30 +++ multimedia/dvdrip/Makefile 31 Oct 2006 13:32:01 -0000 @@ -16,7 +16,6 @@ COMMENT= This is dvd::rip, a Perl Gtk+ based dvd-ripper RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao \ - cdrecord:${PORTSDIR}/sysutils/cdrtools \ convert:${PORTSDIR}/graphics/ImageMagick \ mplayer:${PORTSDIR}/multimedia/mplayer \ pstree:${PORTSDIR}/sysutils/pstree \ @@ -34,6 +33,7 @@ PERL_CONFIGURE= yes USE_PERL5= yes +USE_GNOME= cdrtools USE_GETTEXT= yes MAN1= dvdrip.1 dvdrip-progress.1 dvdrip-splitpipe.1 Index: multimedia/ldvd/Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/ldvd/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- multimedia/ldvd/Makefile 25 Sep 2006 00:33:50 -0000 1.16 +++ multimedia/ldvd/Makefile 31 Oct 2006 13:32:17 -0000 @@ -18,7 +18,6 @@ LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread RUN_DEPENDS= transcode:${PORTSDIR}/multimedia/transcode \ growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ - mkisofs:${PORTSDIR}/sysutils/cdrtools \ ifo_dump:${PORTSDIR}/multimedia/ogle \ dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ buffer:${PORTSDIR}/misc/buffer \ @@ -27,6 +26,7 @@ USE_BZIP2= yes USE_PERL5= yes +USE_GNOME= cdrtools DATA= de.lang en.lang PORTDOCS= AUTHORS HISTORY README.de README.en PLIST_FILES= bin/ldvd bin/ldvd-ls etc/ldvd.conf.sample \ Index: multimedia/qdvdauthor/Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/qdvdauthor/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- multimedia/qdvdauthor/Makefile 7 Mar 2006 08:27:00 -0000 1.12 +++ multimedia/qdvdauthor/Makefile 31 Oct 2006 13:32:33 -0000 @@ -76,7 +76,7 @@ RUN_DEPENDS+= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools .endif .if !defined(WITHOUT_CDRTOOLS) -RUN_DEPENDS+= mkisofs:${PORTSDIR}/sysutils/cdrtools +USE_GNOME= cdrtools .endif .if defined(WITH_DVDRWTOOLS) RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools Index: multimedia/tovid/Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/tovid/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- multimedia/tovid/Makefile 30 Jul 2006 21:31:19 -0000 1.11 +++ multimedia/tovid/Makefile 31 Oct 2006 13:32:51 -0000 @@ -33,13 +33,13 @@ tcrequant:${PORTSDIR}/multimedia/transcode \ vcdxbuild:${PORTSDIR}/multimedia/vcdimager \ cdrdao:${PORTSDIR}/sysutils/cdrdao \ - mkisofs:${PORTSDIR}/sysutils/cdrtools \ growisofs:${PORTSDIR}/sysutils/dvd+rw-tools RUN_DEPENDS= \ ${BUILD_DEPENDS} \ bash:${PORTSDIR}/shells/bash \ ${PYTHON_SITELIBDIR}/wx-2.6-gtk2-ansi/wx/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26 +USE_GNOME= cdrtools USE_PYTHON= yes USE_PYDISTUTILS= yes GNU_CONFIGURE= yes Index: sysutils/cdbakeoven/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/cdbakeoven/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- sysutils/cdbakeoven/Makefile 13 May 2006 04:15:25 -0000 1.13 +++ sysutils/cdbakeoven/Makefile 31 Oct 2006 13:33:07 -0000 @@ -15,11 +15,11 @@ MAINTAINER= lofi@freebsd.org COMMENT= KDE frontend for cdrecord and mkisofs/mkhybrid -RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ - mpg123:${PORTSDIR}/audio/mpg123 \ +RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ ogg123:${PORTSDIR}/audio/vorbis-tools USE_BZIP2= yes +USE_GNOME= cdrtools USE_KDEBASE_VER=3 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes Index: sysutils/cdbkup/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/cdbkup/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- sysutils/cdbkup/Makefile 2 Jun 2004 17:17:30 -0000 1.3 +++ sysutils/cdbkup/Makefile 31 Oct 2006 13:33:31 -0000 @@ -16,15 +16,14 @@ MAINTAINER= kay_lehmann@web.de COMMENT= Simple but full-featured backup/restore perl scripts (uses gnu tar) -BUILD_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ - ${LOCALBASE}/sbin/eject:${PORTSDIR}/sysutils/eject -RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ - ${LOCALBASE}/sbin/eject:${PORTSDIR}/sysutils/eject +BUILD_DEPENDS= ${LOCALBASE}/sbin/eject:${PORTSDIR}/sysutils/eject +RUN_DEPENDS= ${LOCALBASE}/sbin/eject:${PORTSDIR}/sysutils/eject WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USE_PERL5= yes +USE_GNOME= cdrtools CONFIGURE_ENV+= PATH=${PATH}:${LOCALBASE}/sbin MAN1= cdbkup.1 cdappend.1 cdcat.1 cdrstr.1 cdsplit.1 Index: sysutils/dvd+rw-tools/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/dvd+rw-tools/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- sysutils/dvd+rw-tools/Makefile 10 May 2006 19:16:18 -0000 1.22 +++ sysutils/dvd+rw-tools/Makefile 31 Oct 2006 13:34:29 -0000 @@ -14,7 +14,7 @@ MAINTAINER= chuck@pkix.net COMMENT= DVD burning software -RUN_DEPENDS= ${LOCALBASE}/bin/mkisofs:${PORTSDIR}/sysutils/cdrtools +USE_GNOME= cdrtools MAN1= growisofs.1 BIN_FILES= growisofs dvd+rw-format dvd+rw-booktype dvd+rw-mediainfo dvd-ram-control Index: sysutils/eroaster/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/eroaster/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- sysutils/eroaster/Makefile 14 Oct 2006 08:53:22 -0000 1.7 +++ sysutils/eroaster/Makefile 31 Oct 2006 13:34:59 -0000 @@ -16,8 +16,7 @@ MAINTAINER= dave@gufi.org COMMENT= A GNOME2 frontend to mkisofs/cdrecord -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gnome/_gnome.so:${PORTSDIR}/x11-toolkits/py-gnome2 \ - cdrecord:${PORTSDIR}/sysutils/cdrtools +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gnome/_gnome.so:${PORTSDIR}/x11-toolkits/py-gnome2 .if defined(WITH_ADDITIONAL_PROGRAMS) BUILD_DEPENDS+= bchunk:${PORTSDIR}/sysutils/bchunk \ @@ -31,6 +30,7 @@ .endif GNU_CONFIGURE= yes +USE_GNOME= cdrtools USE_PYTHON= yes pre-everything:: Index: sysutils/freesbie/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/freesbie/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- sysutils/freesbie/Makefile 3 Feb 2006 20:19:58 -0000 1.11 +++ sysutils/freesbie/Makefile 31 Oct 2006 13:35:11 -0000 @@ -14,9 +14,8 @@ MAINTAINER= riggs@rrr.de COMMENT= Yet another cool answer to the system-on-cd question -RUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/cdrtools - USE_BZIP2= yes +USE_GNOME= cdrtools NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}2 Index: sysutils/gcombust/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/gcombust/Makefile,v retrieving revision 1.44 diff -u -r1.44 Makefile --- sysutils/gcombust/Makefile 7 Mar 2006 08:27:38 -0000 1.44 +++ sysutils/gcombust/Makefile 31 Oct 2006 13:35:36 -0000 @@ -14,13 +14,12 @@ MAINTAINER= mcdouga9@msu.edu COMMENT= A GTK+ frontend for mkisofs and cdrecord -RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ - cdlabelgen:${PORTSDIR}/print/cdlabelgen +RUN_DEPENDS= cdlabelgen:${PORTSDIR}/print/cdlabelgen USE_GETTEXT= yes USE_X_PREFIX= yes USE_PERL5_BUILD=yes -USE_GNOME= gtk12 gnomehier +USE_GNOME= cdrtools gtk12 gnomehier GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ Index: sysutils/gnomebaker/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/gnomebaker/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- sysutils/gnomebaker/Makefile 14 Oct 2006 08:53:24 -0000 1.12 +++ sysutils/gnomebaker/Makefile 31 Oct 2006 13:36:04 -0000 @@ -20,7 +20,7 @@ USE_XLIB= yes USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui desktopfileutils +USE_GNOME= cdrtools gnomeprefix gnomehack libgnomeui desktopfileutils GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_OMF= yes @@ -34,12 +34,6 @@ RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao -.if defined(WITH_CJK) -RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools-cjk -.else -RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools -.endif - .if defined(WITH_DVD) RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools .endif Index: sysutils/graveman/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/graveman/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- sysutils/graveman/Makefile 30 Jun 2006 00:49:53 -0000 1.10 +++ sysutils/graveman/Makefile 31 Oct 2006 13:36:18 -0000 @@ -14,7 +14,6 @@ MAINTAINER= toxa@toxahost.ru COMMENT= Another GTK2 frontend for cdrecord, mkisofs, readcd and sox -RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng USE_BZIP2= yes @@ -22,7 +21,7 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes -USE_GNOME= libglade2 intlhack gnomehack gnomeprefix +USE_GNOME= cdrtools libglade2 intlhack gnomehack gnomeprefix CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" Index: sysutils/gtoaster/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/gtoaster/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- sysutils/gtoaster/Makefile 13 May 2006 04:15:34 -0000 1.23 +++ sysutils/gtoaster/Makefile 31 Oct 2006 13:36:28 -0000 @@ -17,15 +17,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical cd cooking interface -RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools - WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/gtoaster USE_GETTEXT= yes USE_X_PREFIX= yes WANT_GNOME= yes -USE_GNOME= gnomehack gnometarget gtk12 +USE_GNOME= cdrtools gnomehack gnometarget gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ Index: sysutils/hal/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/hal/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- sysutils/hal/Makefile 29 Oct 2006 04:08:41 -0000 1.2 +++ sysutils/hal/Makefile 31 Oct 2006 13:36:49 -0000 @@ -17,14 +17,13 @@ .if !defined(HAL_SLAVE) LIB_DEPENDS= polkit.0:${PORTSDIR}/sysutils/policykit -RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids \ - isoinfo:${PORTSDIR}/sysutils/cdrtools +RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids .endif USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget intlhack ltverhack +USE_GNOME= cdrtools gnomehack gnometarget intlhack ltverhack USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes USE_PYTHON= yes Index: sysutils/k3b/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/k3b/Makefile,v retrieving revision 1.38 diff -u -r1.38 Makefile --- sysutils/k3b/Makefile 4 Sep 2006 05:40:34 -0000 1.38 +++ sysutils/k3b/Makefile 31 Oct 2006 13:37:12 -0000 @@ -14,8 +14,7 @@ MAINTAINER= h.eichmann@gmx.de COMMENT= A CD/DVD recording GUI for KDE -RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ - cdrdao:${PORTSDIR}/sysutils/cdrdao +RUN_DEPENDS= cdrdao:${PORTSDIR}/sysutils/cdrdao LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ dvdcss:${PORTSDIR}/multimedia/libdvdcss \ samplerate:${PORTSDIR}/audio/libsamplerate @@ -25,6 +24,7 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-k3bsetup=no --without-resmgr --without-hal USE_GMAKE= yes +USE_GNOME= cdrtools USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 USE_KDELIBS_VER= 3 Index: sysutils/livecd/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/livecd/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- sysutils/livecd/Makefile 13 May 2006 04:15:39 -0000 1.9 +++ sysutils/livecd/Makefile 31 Oct 2006 13:37:23 -0000 @@ -14,9 +14,8 @@ MAINTAINER= ebrandi.home@uol.com.br COMMENT= Tool Set to create custom FreeBSD LiveCD -RUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/cdrtools - NO_BUILD= yes +USE_GNOME= cdrtools MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" Index: sysutils/nautilus-cd-burner/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/nautilus-cd-burner/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- sysutils/nautilus-cd-burner/Makefile 14 Oct 2006 08:35:20 -0000 1.32 +++ sysutils/nautilus-cd-burner/Makefile 31 Oct 2006 13:37:47 -0000 @@ -21,7 +21,7 @@ USE_XLIB= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack nautilus2 ltverhack +USE_GNOME= cdrtools gnomeprefix gnomehack intlhack nautilus2 ltverhack INSTALLS_ICONS= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes @@ -38,10 +38,7 @@ .include .if defined(WITH_CJK) -RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools-cjk WITHOUT_DVD= yes -.else -RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools .endif .if !defined(WITHOUT_DVD) Index: sysutils/xcdroast/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/xcdroast/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- sysutils/xcdroast/Makefile 13 May 2006 04:15:52 -0000 1.34 +++ sysutils/xcdroast/Makefile 31 Oct 2006 13:38:21 -0000 @@ -19,8 +19,6 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= Another X11 frontend to mkisofs/cdrecord -RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools - OPTIONS= GTK2 "Enable GTK2 support" off \ NONROOT "Use xcdroast w/o being root" off \ NLS "Native language support" on @@ -28,6 +26,7 @@ USE_X_PREFIX= yes USE_GETTEXT= yes USE_ICONV= yes +USE_GNOME= cdrtools GNU_CONFIGURE= yes WANT_GNOME= yes @@ -51,11 +50,11 @@ .if defined(WITH_GTK2) CONFIGURE_ARGS+=--enable-gtk2 -USE_GNOME= gtk20 +USE_GNOME+= gtk20 PATCH_DEPENDS= iconv:${PORTSDIR}/converters/libiconv .else CONFIGURE_ARGS+=--disable-gtk2 -USE_GNOME= gdkpixbuf +USE_GNOME+= gdkpixbuf .endif .if defined(WITH_NONROOT) --- cdrtools.diff ends here --- From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 15:21:21 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A762316A417; Tue, 31 Oct 2006 15:21:21 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EB9743D5C; Tue, 31 Oct 2006 15:21:21 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from freefall.freebsd.org (marius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9VFLHWv059447; Tue, 31 Oct 2006 15:21:17 GMT (envelope-from marius@freefall.freebsd.org) Received: (from marius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9VFLH8Z059443; Tue, 31 Oct 2006 15:21:17 GMT (envelope-from marius) Date: Tue, 31 Oct 2006 15:21:17 GMT From: Marius Strobl Message-Id: <200610311521.k9VFLH8Z059443@freefall.freebsd.org> To: marius@FreeBSD.org, marius@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/104968: make ports depending on sysutils/cdrtools* USE_GNOME=cdrtools X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 15:21:21 -0000 Synopsis: make ports depending on sysutils/cdrtools* USE_GNOME=cdrtools Responsible-Changed-From-To: marius->gnome Responsible-Changed-By: marius Responsible-Changed-When: Tue Oct 31 15:08:39 UTC 2006 Responsible-Changed-Why: Assign to gnome as it doesn't affect my sysutils/cdrtools* ports but mainly Mk/bsd.gnome.mk. Note that sysutils/cdrtools-cjk will go away at some point in time though, as the CJK-Patch it's currently based on is no longer maintained upstream, there's no other active project to implement CJK in mkisofs AFAICT and it's very hard for me to port, i.e. especially test, the current patch forward to new versions of mkisofs as I'm no CJK-user myself. http://www.freebsd.org/cgi/query-pr.cgi?pr=104968 From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 15:26:47 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A8716A527 for ; Tue, 31 Oct 2006 15:26:47 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw4.york.ac.uk (mail-gw4.york.ac.uk [144.32.128.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4494543D6E for ; Tue, 31 Oct 2006 15:24:40 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy-128.york.ac.uk [144.32.128.160]) by mail-gw4.york.ac.uk (8.13.6/8.13.6) with ESMTP id k9VEmMnY022645; Tue, 31 Oct 2006 14:48:22 GMT Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.6/8.13.6) with ESMTP id k9VEmMhd055067; Tue, 31 Oct 2006 14:48:22 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.6/8.13.6/Submit) id k9VEmMjI055066; Tue, 31 Oct 2006 14:48:22 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: gnome@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 31 Oct 2006 14:48:21 +0000 Message-Id: <1162306101.47528.43.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: Subject: Gnome install problems on clean system X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 15:26:47 -0000 I have a new laptop, running -HEAD. It has no packages installed, but has an up to date /usr/ports tree. This is 100% reproducable by blowing away all ports and starting again. cd /usr/ports/x11/gnome2 && make all install reveals two problems (full log, 16M, at http://ury.york.ac.uk/~gavin/gnome-install.log ) The main problem looks like it's an issue with the move from /usr/X11R6 to /usr/local and is visible in the last lines of the log: libtool: link: cannot find the library `/usr/X11R6/lib/libgnomeui-2.la' or unhandled argument `/usr/X11R6/lib/libgnomeui-2.la'^M gmake[3]: *** [charpick_applet2] Error 1^M gmake[3]: Leaving directory `/usr/ports/x11/gnome-applets/work/gnome-applets-2.16.1/charpick'^M gmake[2]: *** [all-recursive] Error 1^M gmake[2]: Leaving directory `/usr/ports/x11/gnome-applets/work/gnome-applets-2.16.1/charpick'^M gmake[1]: *** [all-recursive] Error 1^M gmake[1]: Leaving directory `/usr/ports/x11/gnome-applets/work/gnome-applets-2.16.1'^M gmake: *** [all] Error 2^M *** Error code 2^M ^M Stop in /usr/ports/x11/gnome-applets.^M *** Error code 1^M ^M Stop in /usr/ports/x11/gnome2.^M rho# ls -l /usr/X11R6/lib/libgnomeui-2.la^M ls: /usr/X11R6/lib/libgnomeui-2.la: No such file or directory^M rho# ls -l /usr/X11R6/lib/libgnomeui-2.la^M -rwxr-xr-x 1 root wheel 2167 Oct 31 12:40 /usr/local/lib/libgnomeui-2.la^M It's checking for a library in /usr/X11R6/lib/ although it has moved to /usr/local/lib/ Second problem, at line 90231 in the log, we discover eel-2.14.1 is installed, but we need >=2.15.91. I'm unsure at the moment what causes this at the moment, but there was no version of eel registered at the time the build failed, and the version of eel in the Makefile is definitely 2.16.0_1 - so I have no idea where 2.14.1 is coming from. I just make install'd eel (in another shell) and resumed the build. I will try and get more details of this soon. Thanks! Gavin From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 15:31:15 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D78B316A522 for ; Tue, 31 Oct 2006 15:31:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C2143DA3 for ; Tue, 31 Oct 2006 15:30:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9VFUfHW060225 for ; Tue, 31 Oct 2006 15:30:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9VFUfGe060224; Tue, 31 Oct 2006 15:30:41 GMT (envelope-from gnats) Date: Tue, 31 Oct 2006 15:30:41 GMT Message-Id: <200610311530.k9VFUfGe060224@freefall.freebsd.org> To: gnome@FreeBSD.org From: Jean-Yves Lefort Cc: Subject: Re: ports/104968: make ports depending on sysutils/cdrtools* USE_GNOME=cdrtools X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean-Yves Lefort List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 15:31:15 -0000 The following reply was made to PR ports/104968; it has been noted by GNATS. From: Jean-Yves Lefort To: bug-followup@FreeBSD.org, nork@FreeBSD.org Cc: Subject: Re: ports/104968: make ports depending on sysutils/cdrtools* USE_GNOME=cdrtools Date: Tue, 31 Oct 2006 16:10:52 +0100 --Signature=_Tue__31_Oct_2006_16_10_52_+0100_tlUPj/sbg+usfwpY Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit cdrtools has nothing to do with GNOME. This should go in bsd.port.mk or bsd.cdrtools.mk or wherever, but not in bsd.gnome.mk. -- Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Tue__31_Oct_2006_16_10_52_+0100_tlUPj/sbg+usfwpY Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFR2d9yzD7UaO4AGoRArIvAJ9keTOGCmg/NWCF6SrWcmCQVBcnUACcDhr4 hm+2sUH5Asbqd+jeBvaCk6Y= =y72M -----END PGP SIGNATURE----- --Signature=_Tue__31_Oct_2006_16_10_52_+0100_tlUPj/sbg+usfwpY-- From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 16:12:31 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B53D116A416 for ; Tue, 31 Oct 2006 16:12:31 +0000 (UTC) (envelope-from jev@ecad.org) Received: from mail.emmplus.ie (mail.emmplus.ie [66.154.97.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id D479643D77 for ; Tue, 31 Oct 2006 16:12:29 +0000 (GMT) (envelope-from jev@ecad.org) Received: from localhost (localhost [127.0.0.1]) by mail.emmplus.ie (Postfix) with ESMTP id 8DF3EA1036; Tue, 31 Oct 2006 16:12:12 +0000 (GMT) X-Virus-Scanned: by amavisd-new at emmplus.ie Received: from mail.emmplus.ie ([127.0.0.1]) by localhost (cohiba.emmplus.ie [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cbbyy-OMtIkx; Tue, 31 Oct 2006 16:12:11 +0000 (GMT) Received: from [192.168.0.105] (unknown [204.244.149.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.emmplus.ie (Postfix) with ESMTP id 5737EA11EE; Tue, 31 Oct 2006 16:12:11 +0000 (GMT) Message-ID: <45477515.3070206@ecad.org> Date: Tue, 31 Oct 2006 08:08:53 -0800 From: Jev User-Agent: Thunderbird 1.5.0.7 (X11/20061016) MIME-Version: 1.0 To: Joe Marcus Clarke References: <4543B861.8060808@ecad.org> <1162266447.56199.4.camel@shumai.marcuscom.com> In-Reply-To: <1162266447.56199.4.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Indigo 23 , freebsd-gnome@freebsd.org Subject: Re: Firefox2 port segfaults. More info.. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 16:12:31 -0000 Thank you Joe, You can find the output from thread apply all bt / full here: http://ecad.org/~jev/firefox2_take2.html Cheers, -Jev Joe Marcus Clarke wrote: > On Sat, 2006-10-28 at 13:06 -0700, Jev wrote: >> Hi All, >> >> >> I posted last week; >> http://lists.freebsd.org/pipermail/freebsd-gnome/2006-October/015595.html >> >> I'm still having the same problem. >> >> The segfault is happening in libpthread, so I recompiled libpthread with >> debug symbols. >> >> I have also verified that no plugins are getting loaded. I have tried >> starting firefox2 with and without the cli --safe-mode option. >> >> Here is a log of firefox starting up, segfaulting, a backtrace from gdb, >> and the entire package list for my machine. >> >> http://ecad.org/~jev/firefox2.html >> >> To summarize what you will find at the above link, I'm running: >> 6.1-RELEASE FreeBSD 6.1-RELEASE #2: Tue May 9 08:53:13 PDT 2006 >> >> The back trace is as follows: >> (gdb) bt >> #0 0x28c8f847 in kse_thr_interrupt () at kse_thr_interrupt.S:2 >> #1 0x28c789bf in sig_daemon (arg=0x0) at >> /usr/src/lib/libpthread/thread/thr_sig.c:220 >> #2 0x28c85d29 in kse_sched_single (kmbx=0x8165d0c) at >> /usr/src/lib/libpthread/thread/thr_kern.c:886 >> #3 0x286cc450 in ?? () >> Current language: auto; currently asm >> (gdb) > > This backtrace is incomplete. You need to provide the output of: > > thread apply all bt > > And also: > > thread apply all bt full > > Joe > From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 17:50:18 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D37CA16A4C2 for ; Tue, 31 Oct 2006 17:50:18 +0000 (UTC) (envelope-from julius@finalfuture.de) Received: from srv17.servmachine.net (webmaster-solutions.net [213.203.204.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 278D043D88 for ; Tue, 31 Oct 2006 17:49:53 +0000 (GMT) (envelope-from julius@finalfuture.de) Received: from pd9e2140b.dip0.t-ipconnect.de ([217.226.20.11] helo=[192.168.0.4]) by srv17.servmachine.net with esmtpa (Exim 4.52) id 1GexR2-0002Nk-MK for gnome@freebsd.org; Tue, 31 Oct 2006 18:30:00 +0100 Message-ID: <45478CBB.2030904@finalfuture.de> Date: Tue, 31 Oct 2006 18:49:47 +0100 From: Julius Hacker User-Agent: Thunderbird 1.5.0.7 (X11/20061025) MIME-Version: 1.0 To: gnome@freebsd.org X-Enigmail-Version: 0.94.0.0 OpenPGP: id=E041F799 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - srv17.servmachine.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - finalfuture.de X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Firefox 2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 17:50:19 -0000 Hello, I just installed Firefox 1.5 from the FreeBSD ports collection. Now there's Firefox 2 out since about a week. When does the port of Firefox will be upgraded to version 2? Will it last some time or will I be able to install version 2 from the ports soon? Thanks for your help! :-) Regards Julius Hacker From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 18:07:51 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4057A16A610 for ; Tue, 31 Oct 2006 18:07:51 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E84843D4C for ; Tue, 31 Oct 2006 18:07:49 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1299135uge for ; Tue, 31 Oct 2006 10:07:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Fsswxjl3TN+aq4OTfaqOcA2hpYmcLNmmCeJXwI2X56IVp9wxqwdZYUIU/1xQqAvLaYorJbgv7JnvvMmPpguEYml4JEyLq2RIa1YPtpmUCaRtkMrxo+4OlEznmXX10z+8i45MuIFtccDfhnPLKcSr+kYtwaiyqOjuqoYFOneBr0I= Received: by 10.78.160.2 with SMTP id i2mr7188234hue; Tue, 31 Oct 2006 10:07:49 -0800 (PST) Received: by 10.78.183.17 with HTTP; Tue, 31 Oct 2006 10:07:49 -0800 (PST) Message-ID: Date: Tue, 31 Oct 2006 13:07:49 -0500 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Julius Hacker" In-Reply-To: <45478CBB.2030904@finalfuture.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45478CBB.2030904@finalfuture.de> X-Google-Sender-Auth: 755741c48288f60e Cc: gnome@freebsd.org Subject: Re: Firefox 2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 18:07:51 -0000 On 10/31/06, Julius Hacker wrote: > Hello, > > I just installed Firefox 1.5 from the FreeBSD ports collection. > Now there's Firefox 2 out since about a week. > > When does the port of Firefox will be upgraded to version 2? > Will it last some time or will I be able to install version 2 from the > ports soon? We've got it ported but we're having a few problems on FreeBSD older than late September. If you want to test you can download the port from http://www.ahze.net/~ahze/distfiles/firefox.tar.bz2 Michael > > Thanks for your help! :-) > > Regards > Julius Hacker > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 18:41:59 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C287D16A4DD for ; Tue, 31 Oct 2006 18:41:59 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id E31E443D95 for ; Tue, 31 Oct 2006 18:41:15 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.152] (vpn-client-152.marcuscom.com [10.2.1.152]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id k9VIempT009147; Tue, 31 Oct 2006 13:40:51 -0500 (EST) (envelope-from marcus@marcuscom.com) Message-ID: <454798AF.5040900@marcuscom.com> Date: Tue, 31 Oct 2006 13:40:47 -0500 From: Joe Marcus Clarke Organization: MarcusCom, Inc. User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: Jev References: <4543B861.8060808@ecad.org> <1162266447.56199.4.camel@shumai.marcuscom.com> <45477515.3070206@ecad.org> In-Reply-To: <45477515.3070206@ecad.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on creme-brulee.marcuscom.com Cc: Indigo 23 , freebsd-gnome@freebsd.org Subject: Re: Firefox2 port segfaults. More info.. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 18:41:59 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jev wrote: > Thank you Joe, > > > You can find the output from thread apply all bt / full here: > http://ecad.org/~jev/firefox2_take2.html This looks to be crashing at shutdown. If you run firefox as root, does it work? If it does, does it now work as a regular user now that you've run it as root first? Joe > > > Cheers, > -Jev > > > > Joe Marcus Clarke wrote: >> On Sat, 2006-10-28 at 13:06 -0700, Jev wrote: >>> Hi All, >>> >>> >>> I posted last week; >>> http://lists.freebsd.org/pipermail/freebsd-gnome/2006-October/015595.html >>> >>> I'm still having the same problem. >>> >>> The segfault is happening in libpthread, so I recompiled libpthread with >>> debug symbols. >>> >>> I have also verified that no plugins are getting loaded. I have tried >>> starting firefox2 with and without the cli --safe-mode option. >>> >>> Here is a log of firefox starting up, segfaulting, a backtrace from gdb, >>> and the entire package list for my machine. >>> >>> http://ecad.org/~jev/firefox2.html >>> >>> To summarize what you will find at the above link, I'm running: >>> 6.1-RELEASE FreeBSD 6.1-RELEASE #2: Tue May 9 08:53:13 PDT 2006 >>> >>> The back trace is as follows: >>> (gdb) bt >>> #0 0x28c8f847 in kse_thr_interrupt () at kse_thr_interrupt.S:2 >>> #1 0x28c789bf in sig_daemon (arg=0x0) at >>> /usr/src/lib/libpthread/thread/thr_sig.c:220 >>> #2 0x28c85d29 in kse_sched_single (kmbx=0x8165d0c) at >>> /usr/src/lib/libpthread/thread/thr_kern.c:886 >>> #3 0x286cc450 in ?? () >>> Current language: auto; currently asm >>> (gdb) >> This backtrace is incomplete. You need to provide the output of: >> >> thread apply all bt >> >> And also: >> >> thread apply all bt full >> >> Joe >> > - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFR5ivb2iPiv4Uz4cRAu5DAJ0bGMAhPejqAA6dleXbiXygpsSxnQCfTIjF BxXmG+TWlP/2XYkLkyB23sI= =RGD+ -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 19:05:54 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBAED16A4FA for ; Tue, 31 Oct 2006 19:05:53 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 075D343D46 for ; Tue, 31 Oct 2006 19:05:52 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1313081uge for ; Tue, 31 Oct 2006 11:05:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=q3vfxlAM0CFKNKDo9th5AvIhh22VnvVa6kEN+GOAXFgtgJDr+pMAEtTBIGv899OxbAOXxgnhiWCTFZEwElUV5TlZbOptEF5ULmviNn9Buc+jom+cAXdFxmW4VvwJsi/39X+Y7t43p1NSXAOVW9MgHSSw3G5XRmR4ttHY7ptreSw= Received: by 10.78.160.2 with SMTP id i2mr7292863hue; Tue, 31 Oct 2006 11:05:51 -0800 (PST) Received: by 10.78.183.17 with HTTP; Tue, 31 Oct 2006 11:05:50 -0800 (PST) Message-ID: Date: Tue, 31 Oct 2006 14:05:50 -0500 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Joe Marcus Clarke" In-Reply-To: <454798AF.5040900@marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4543B861.8060808@ecad.org> <1162266447.56199.4.camel@shumai.marcuscom.com> <45477515.3070206@ecad.org> <454798AF.5040900@marcuscom.com> X-Google-Sender-Auth: 0e65fbf4e60b5fc3 Cc: Jev , Indigo 23 , freebsd-gnome@freebsd.org Subject: Re: Firefox2 port segfaults. More info.. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 19:05:54 -0000 On 10/31/06, Joe Marcus Clarke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Jev wrote: > > Thank you Joe, > > > > > > You can find the output from thread apply all bt / full here: > > http://ecad.org/~jev/firefox2_take2.html > > This looks to be crashing at shutdown. If you run firefox as root, does > it work? If it does, does it now work as a regular user now that you've > run it as root first? same thing as root for me. > > Joe > > > > > > > Cheers, > > -Jev > > > > > > > > Joe Marcus Clarke wrote: > >> On Sat, 2006-10-28 at 13:06 -0700, Jev wrote: > >>> Hi All, > >>> > >>> > >>> I posted last week; > >>> http://lists.freebsd.org/pipermail/freebsd-gnome/2006-October/015595.html > >>> > >>> I'm still having the same problem. > >>> > >>> The segfault is happening in libpthread, so I recompiled libpthread with > >>> debug symbols. > >>> > >>> I have also verified that no plugins are getting loaded. I have tried > >>> starting firefox2 with and without the cli --safe-mode option. > >>> > >>> Here is a log of firefox starting up, segfaulting, a backtrace from gdb, > >>> and the entire package list for my machine. > >>> > >>> http://ecad.org/~jev/firefox2.html > >>> > >>> To summarize what you will find at the above link, I'm running: > >>> 6.1-RELEASE FreeBSD 6.1-RELEASE #2: Tue May 9 08:53:13 PDT 2006 > >>> > >>> The back trace is as follows: > >>> (gdb) bt > >>> #0 0x28c8f847 in kse_thr_interrupt () at kse_thr_interrupt.S:2 > >>> #1 0x28c789bf in sig_daemon (arg=0x0) at > >>> /usr/src/lib/libpthread/thread/thr_sig.c:220 > >>> #2 0x28c85d29 in kse_sched_single (kmbx=0x8165d0c) at > >>> /usr/src/lib/libpthread/thread/thr_kern.c:886 > >>> #3 0x286cc450 in ?? () > >>> Current language: auto; currently asm > >>> (gdb) > >> This backtrace is incomplete. You need to provide the output of: > >> > >> thread apply all bt > >> > >> And also: > >> > >> thread apply all bt full > >> > >> Joe > >> > > > > > - -- > PGP Key : http://www.marcuscom.com/pgp.asc > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFFR5ivb2iPiv4Uz4cRAu5DAJ0bGMAhPejqAA6dleXbiXygpsSxnQCfTIjF > BxXmG+TWlP/2XYkLkyB23sI= > =RGD+ > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 19:10:33 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2C0616A4FB for ; Tue, 31 Oct 2006 19:10:33 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0B9843DA3 for ; Tue, 31 Oct 2006 19:10:13 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.152] (vpn-client-152.marcuscom.com [10.2.1.152]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id k9VJ8sbP009420; Tue, 31 Oct 2006 14:08:54 -0500 (EST) (envelope-from marcus@marcuscom.com) Message-ID: <45479F45.6040303@marcuscom.com> Date: Tue, 31 Oct 2006 14:08:53 -0500 From: Joe Marcus Clarke Organization: MarcusCom, Inc. User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: Michael Johnson References: <4543B861.8060808@ecad.org> <1162266447.56199.4.camel@shumai.marcuscom.com> <45477515.3070206@ecad.org> <454798AF.5040900@marcuscom.com> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on creme-brulee.marcuscom.com Cc: Jev , Indigo 23 , freebsd-gnome@freebsd.org Subject: Re: Firefox2 port segfaults. More info.. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 19:10:34 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Michael Johnson wrote: > On 10/31/06, Joe Marcus Clarke wrote: > Jev wrote: >> Thank you Joe, > > >> You can find the output from thread apply all bt / full here: >> http://ecad.org/~jev/firefox2_take2.html > > This looks to be crashing at shutdown. If you run firefox as root, does > it work? If it does, does it now work as a regular user now that you've > run it as root first? > >> same thing as root for me. Something is failing to take hold, and thus Firefox bails out. How did you reproduce this? Could you make it happen in jail, or did you have to downgrade the kernel as well? Can you provide me access to a machine on which Firefox dies? Joe - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFR59Fb2iPiv4Uz4cRAutdAJsGATkGzTkduW7eYEu9oVeLr4iWmQCfS8Jp UYw2vvtd+fiBKnh/ycVoMY8= =zWAU -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 19:13:40 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2228016A508 for ; Tue, 31 Oct 2006 19:13:40 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id D07D143D8E for ; Tue, 31 Oct 2006 19:12:31 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1314551uge for ; Tue, 31 Oct 2006 11:12:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=jRJ934TjUqmxu7QgvQPftAAro56VabKE0l4f5x2N0KuCQG5QK3RvzAbWr5EXAxqok5KPpFQ9LOaRriruRECF8mnTeKphLPejloh4odvd1MhBlA5Mfjj1YEBZ6ayGORxIXwDDx7hLZLR/Laquz2emrpPGX8sAT4aXy+HypYV9FaU= Received: by 10.78.128.15 with SMTP id a15mr7331004hud; Tue, 31 Oct 2006 11:12:30 -0800 (PST) Received: by 10.78.183.17 with HTTP; Tue, 31 Oct 2006 11:12:30 -0800 (PST) Message-ID: Date: Tue, 31 Oct 2006 14:12:30 -0500 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Joe Marcus Clarke" In-Reply-To: <45479F45.6040303@marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4543B861.8060808@ecad.org> <1162266447.56199.4.camel@shumai.marcuscom.com> <45477515.3070206@ecad.org> <454798AF.5040900@marcuscom.com> <45479F45.6040303@marcuscom.com> X-Google-Sender-Auth: d31725440b8b764d Cc: Jev , Indigo 23 , freebsd-gnome@freebsd.org Subject: Re: Firefox2 port segfaults. More info.. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 19:13:40 -0000 On 10/31/06, Joe Marcus Clarke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Michael Johnson wrote: > > On 10/31/06, Joe Marcus Clarke wrote: > > Jev wrote: > >> Thank you Joe, > > > > > >> You can find the output from thread apply all bt / full here: > >> http://ecad.org/~jev/firefox2_take2.html > > > > This looks to be crashing at shutdown. If you run firefox as root, does > > it work? If it does, does it now work as a regular user now that you've > > run it as root first? > > > >> same thing as root for me. > > Something is failing to take hold, and thus Firefox bails out. How did > you reproduce this? Could you make it happen in jail, or did you have > to downgrade the kernel as well? Can you provide me access to a machine > on which Firefox dies? I did it in a jail, 6.1-RELEASE. If you want access to the jail email me your public ssh key. Michael > > Joe > > - -- > PGP Key : http://www.marcuscom.com/pgp.asc > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFFR59Fb2iPiv4Uz4cRAutdAJsGATkGzTkduW7eYEu9oVeLr4iWmQCfS8Jp > UYw2vvtd+fiBKnh/ycVoMY8= > =zWAU > -----END PGP SIGNATURE----- > From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 19:17:22 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5768716A4C8 for ; Tue, 31 Oct 2006 19:17:22 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0108943D7D for ; Tue, 31 Oct 2006 19:17:02 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.152] (vpn-client-152.marcuscom.com [10.2.1.152]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id k9VJFlrL009494; Tue, 31 Oct 2006 14:15:47 -0500 (EST) (envelope-from marcus@marcuscom.com) Message-ID: <4547A0E2.3010800@marcuscom.com> Date: Tue, 31 Oct 2006 14:15:46 -0500 From: Joe Marcus Clarke Organization: MarcusCom, Inc. User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: Michael Johnson References: <4543B861.8060808@ecad.org> <1162266447.56199.4.camel@shumai.marcuscom.com> <45477515.3070206@ecad.org> <454798AF.5040900@marcuscom.com> <45479F45.6040303@marcuscom.com> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on creme-brulee.marcuscom.com Cc: Jev , Indigo 23 , freebsd-gnome@freebsd.org Subject: Re: Firefox2 port segfaults. More info.. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 19:17:22 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Michael Johnson wrote: > On 10/31/06, Joe Marcus Clarke wrote: > Michael Johnson wrote: >> On 10/31/06, Joe Marcus Clarke wrote: >> Jev wrote: >>> Thank you Joe, > > >>> You can find the output from thread apply all bt / full here: >>> http://ecad.org/~jev/firefox2_take2.html > >> This looks to be crashing at shutdown. If you run firefox as root, > does >> it work? If it does, does it now work as a regular user now that > you've >> run it as root first? > >>> same thing as root for me. > > Something is failing to take hold, and thus Firefox bails out. How did > you reproduce this? Could you make it happen in jail, or did you have > to downgrade the kernel as well? Can you provide me access to a machine > on which Firefox dies? > >> I did it in a jail, 6.1-RELEASE. This is good news. This rules out a kernel change. I didn't see any recent relevant libpthread changes, but maybe a libc change is causing this. Can you replace the 6.1 libc.so.6 with a RELENG_6 version, and see what happens? > >> If you want access to the jail email >> me your public ssh key. You can find it on freefall at ~marcus/.ssh/id_dsa.pub. Joe - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFR6Dib2iPiv4Uz4cRApyXAKCn3RCrKNps44S0eBF4jjd1ZqEFbACdHJLq +hvaySrmGO7glZsArDXGy3k= =WNF9 -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 20:33:14 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AEF316A403; Tue, 31 Oct 2006 20:33:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4257D43D5A; Tue, 31 Oct 2006 20:33:13 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9VKXDg5092317; Tue, 31 Oct 2006 20:33:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9VKXDQW092313; Tue, 31 Oct 2006 20:33:13 GMT (envelope-from linimon) Date: Tue, 31 Oct 2006 20:33:13 GMT From: Mark Linimon Message-Id: <200610312033.k9VKXDQW092313@freefall.freebsd.org> To: slaven@rezic.de, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/104980: Re: ports/104968: make ports depending on sysutils/cdrtools* USE_GNOME=cdrools X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 20:33:14 -0000 Old Synopsis: Re: make ports depending on sysutils/cdrtools* USE_GNOME=cdrools New Synopsis: Re: ports/104968: make ports depending on sysutils/cdrtools* USE_GNOME=cdrools State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Oct 31 20:32:16 UTC 2006 State-Changed-Why: Misfiled followup to ports/104968; content migrated. Responsible-Changed-From-To: gnats-admin->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Tue Oct 31 20:32:16 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=104980 From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 21:14:15 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 349A316A4A7 for ; Tue, 31 Oct 2006 21:14:15 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id B039A43D62 for ; Tue, 31 Oct 2006 21:14:11 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1344640uge for ; Tue, 31 Oct 2006 13:14:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=ijJbuyh0qclzmJXITf4gQy/dNyJq4QS6b21aXKK/NqLfy4GMhEogj/omK5XrMxw3U2BPPuo0n0Bj/ZLfeg2yiuvhwRsI3z55JDRc6rRobHWy2uTOj/XmztoDgE262EUymJrBd6ICxSwRktANCBAUJpobIuQlb/VNObmX+qGi5j4= Received: by 10.78.160.2 with SMTP id i2mr7491787hue; Tue, 31 Oct 2006 13:14:10 -0800 (PST) Received: by 10.78.183.17 with HTTP; Tue, 31 Oct 2006 13:14:09 -0800 (PST) Message-ID: Date: Tue, 31 Oct 2006 16:14:09 -0500 From: "Michael Johnson" Sender: buhnux@gmail.com To: Jev , julius@finalfuture.de, "Indigo 23" , "Scott I. Remick" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 1232fc4a8cf429a7 Cc: Joe Marcus Clarke , Michael Johnson , freebsd-gnome@freebsd.org, Jeremy Messenger Subject: Re: Firefox 2.0 ready for FreeBSD X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 21:14:15 -0000 Hey guys, I think we've found a fix for FreeBSD and Firefox 2.0. Please download http://www.marcuscom.com/downloads/nspr.diff and patch ports/devel/nspr then reinstall nspr and try to run Firefox 2.0. Please report back if it works or if you have any problems. Michael From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 21:53:52 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5668516A657 for ; Tue, 31 Oct 2006 21:53:52 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0599D43D7E for ; Tue, 31 Oct 2006 21:53:49 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k9VLq4DZ088551 for ; Tue, 31 Oct 2006 16:52:38 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-gnome@FreeBSD.org Date: Tue, 31 Oct 2006 16:51:33 -0500 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200610311651.36439.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/2134/Tue Oct 31 15:10:21 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Subject: x11-fonts/libXft fails to build with WITH_CJK knob X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 21:53:52 -0000 After print/freetype2 update, x11-fonts/libXft fails to build with WITH_CJK knob. Firefly patchset was disabled in x11-toolkits/pango long time ago and it was disabled in print/freetype2 and x11-fonts/fontconfig recently but it is still enabled in x11-fonts/libXft. AFAIK, freetype2 has better CJK support now and the firefly patchset is obsolete. FYI... Jung-uk Kim From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 22:11:57 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.ORG Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50E1816A50B for ; Tue, 31 Oct 2006 22:11:57 +0000 (UTC) (envelope-from stacey@vickiandstacey.com) Received: from pythagoras.zen.co.uk (pythagoras.zen.co.uk [212.23.3.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id D878643D46 for ; Tue, 31 Oct 2006 22:11:55 +0000 (GMT) (envelope-from stacey@vickiandstacey.com) Received: from [82.68.31.182] (helo=Demon.vickiandstacey.com) by pythagoras.zen.co.uk with esmtp (Exim 4.50) id 1Gf1pn-0000Zo-H9 for freebsd-gnome@FreeBSD.ORG; Tue, 31 Oct 2006 22:11:54 +0000 Received: from crom.vickiandstacey.com (crom [192.168.1.10]) by Demon.vickiandstacey.com (8.13.1/8.13.1) with ESMTP id k9VMBvgr028344 for ; Tue, 31 Oct 2006 22:11:57 GMT (envelope-from stacey@vickiandstacey.com) Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) by crom.vickiandstacey.com (8.13.6/8.13.6) with ESMTP id k9VMBi0E032678 for ; Tue, 31 Oct 2006 22:11:45 GMT (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.13.6/8.13.6/Submit) id k9VMBi4V032677 for freebsd-gnome@FreeBSD.ORG; Tue, 31 Oct 2006 22:11:44 GMT (envelope-from stacey) Date: Tue, 31 Oct 2006 22:11:44 +0000 From: Stacey Roberts To: FreeBSD Gnome Team Message-ID: <20061031221144.GB943@crom.vickiandstacey.com> Mail-Followup-To: FreeBSD Gnome Team Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Originating-Pythagoras-IP: [82.68.31.182] Cc: Subject: "Volume management not supported" error when attempting to run Removable Drives and Media X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 22:11:57 -0000 Hello, I've recently upgraded this machine to gnome2-2.16.1_2 (as of yesterday), and I noticed that I get the following error message when attempting to use the menu program Removable Drives and Media: Volume management not supported The "hald" service is required but not currently running. Enable the service and rerun this application, or contact your system administrator. Note: You need sysutils/hal installed for volume management to work. However, checking for what the message informs me I need to have running, here's what I've got installed and running at the time the error was displayed: # ps waux | grep -i dbus stacey 808 0.0 0.1 2060 1524 ?? Is Mon09pm 0:00.11 /usr/local/bin/dbus-daemon --fork --print-pid 8 --print-address 6 stacey 807 0.0 0.1 2500 1288 v0 I Mon09pm 0:00.00 dbus-launch --exit-with-session gnome-session # ps waux | grep -i hal haldaemon 623 0.0 0.3 4572 2924 ?? Ss Mon09pm 0:25.55 /usr/local/sbin/hald root 624 0.0 0.2 3772 2016 ?? I Mon09pm 0:00.05 hald-runner root 640 0.0 0.1 2860 1392 ?? S Mon09pm 0:51.84 hald-addon-storage: /dev/acd0 (hald-addon-storage) root 643 0.0 0.1 2860 1332 ?? S Mon09pm 0:28.22 hald-addon-storage: /dev/sa0 (hald-addon-storage) root 75329 0.0 0.3 4940 2804 p3 RV+ 9:59pm 0:00.00 grep -i hal (csh) # Here's what I've got installed for those apps currently: Information for hal-0.5.8.20061030_2: Comment: Hardware Abstraction Layer for simplifying device access Information for dbus-0.94_1: Comment: A message bus system for inter-application communication Information for dbus-glib-0.72: Comment: GLib bindings for the D-BUS messaging system Additionally, I've added the following to /etc/rc.conf as per http://www.freebsd.org/gnome/docs/faq2.html#q19: dbus_enable="YES" polkitd_enable="YES" hald_enable="YES" My user account has always been a member of the operator group: $ groups stacey stacey wheel operator $ Here is the output of the suggested trouble-shooting steps on the same (above) page: $ lshal error: dbus_bus_get: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/dbus.pipe: No such file or directory $ sysctl -b kern.geom.conftxt 0 DISK cd0 0 2048 hd 0 sc 0 0 DISK ad1 41174138880 512 hd 16 sc 63 1 MBR ad1s1 41167494144 512 i 0 o 32256 ty 165 2 BSD ad1s1e 35861299200 512 i 4 o 5268045824 ty 7 2 BSD ad1s1d 4194304000 512 i 3 o 1073741824 ty 7 2 BSD ad1s1c 41167494144 512 i 2 o 0 ty 0 2 BSD ad1s1b 1073741824 512 i 1 o 0 ty 1 0 DISK ad0 41174138880 512 hd 16 sc 63 1 MBR ad0s1 41167494144 512 i 0 o 32256 ty 165 2 BSD ad0s1e 19084083200 512 i 4 o 21990735872 ty 7 2 BSD ad0s1d 18769510400 512 i 3 o 3221225472 ty 7 2 BSD ad0s1c 41167494144 512 i 2 o 0 ty 0 2 BSD ad0s1b 1073741824 512 i 1 o 2147483648 ty 1 2 BSD ad0s1a 2147483648 512 i 0 o 0 ty 7 $ cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 /dev/ad1s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad1s1e /home ufs rw 2 2 /dev/ad1s1d /tmp ufs rw 2 2 /dev/ad0s1d /usr ufs rw 2 2 /dev/ad0s1e /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 $ mount /dev/ad0s1a on / (ufs, local) devfs on /dev (devfs, local) /dev/ad1s1e on /home (ufs, local, soft-updates) /dev/ad1s1d on /tmp (ufs, local, soft-updates) /dev/ad0s1d on /usr (ufs, local, soft-updates) /dev/ad0s1e on /var (ufs, local, soft-updates) $ cat /var/run/dmesg.boot Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-STABLE #0: Wed May 17 18:45:00 BST 2006 root@crom.vickiandstacey.com:/usr/obj/usr/src/sys/CROM WARNING: debug.mpsafenet forced to 0 as ipsec requires Giant WARNING: MPSAFE network stack disabled, expect reduced performance. ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) III CPU family 1133MHz (1132.96-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 Features=0x383fbff real memory = 1073676288 (1023 MB) avail memory = 1041584128 (993 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 cpu0: on acpi0 cpu1: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff,0x4000-0x407f,0x4080-0x40ff,0x5000-0x500f,0x6000-0x607f on acpi0 pci0: on pcib0 agp0: mem 0xf0000000-0xf3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xd000-0xd00f at device 7.1 on pci0 ata0: on atapci0 ata1: on atapci0 uhci0: port 0xd400-0xd41f irq 5 at device 7.2 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xd800-0xd81f irq 5 at device 7.3 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pci0: at device 7.4 (no driver attached) sym0: <895> port 0xdc00-0xdcff mem 0xfb203000-0xfb2030ff,0xfb201000-0xfb201fff irq 17 at device 8.0 on pci0 sym0: Tekram NVRAM, ID 7, Fast-40, LVD, parity checking sym0: [GIANT-LOCKED] fxp0: port 0xe000-0xe03f mem 0xfb200000-0xfb200fff,0xfb000000-0xfb0fffff irq 18 at device 9.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:90:27:57:46:1a fxp0: [GIANT-LOCKED] fxp1: port 0xe400-0xe43f mem 0xfb202000-0xfb202fff,0xfb100000-0xfb1fffff irq 19 at device 10.0 on pci0 miibus1: on fxp1 inphy1: on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp1: Ethernet address: 00:90:27:57:3c:da fxp1: [GIANT-LOCKED] pcm0: port 0xe800-0xe81f irq 16 at device 11.0 on pci0 pcm0: fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff,0xd1000-0xd1fff,0xd2000-0xd2fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec IPsec: Initialized Security Association Processing. ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to deny, logging limited to 10 packets/entry by default ad0: 39266MB at ata0-master UDMA100 ad1: 39266MB at ata0-slave UDMA100 acd0: CDROM at ata1-master UDMA33 Waiting 5 seconds for SCSI devices to settle sa0 at sym0 bus 0 target 6 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 10.000MB/s transfers (10.000MHz, offset 31) SMP: AP CPU #1 Launched! cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/ad0s1a If there is any other information I can provide, please let me know. Thanks. Regards, Stacey From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 22:14:53 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C05C16A40F for ; Tue, 31 Oct 2006 22:14:53 +0000 (UTC) (envelope-from NT@MILESTONE.DK) Received: from post.milestone.dk (www.milestone.dk [194.255.118.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CDC243D73 for ; Tue, 31 Oct 2006 22:14:45 +0000 (GMT) (envelope-from NT@MILESTONE.DK) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Tue, 31 Oct 2006 23:11:17 +0100 Message-ID: <9EE2AB3E13F8844AB35BF44F17268D7173A10F@Milestonee.milestone.dk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Gedit crashing on Gnome 2.16 thread-index: Acb9HISwQbZXgm5jTv+dxtU1C9WbAwAHPfZ8 References: <4543B861.8060808@ecad.org><1162266447.56199.4.camel@shumai.marcuscom.com><45477515.3070206@ecad.org> <454798AF.5040900@marcuscom.com> From: "Nikolaj Thygesen" To: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Gedit crashing on Gnome 2.16 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 22:14:53 -0000 Hi list I've been running Gnome 2.16 for a while, but everytime I close down = Gedit it crashes on me with the following message: (gedit:39265): Gnome-CRITICAL **: gnome_program_get_app_version: = assertion `program !=3D NULL' failed Has anyone else experienced this behaviour?? If so, what did you do to = fix it?? br Nikolaj Thygesen From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 22:22:46 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE05D16A580; Tue, 31 Oct 2006 22:22:46 +0000 (UTC) (envelope-from NT@MILESTONE.DK) Received: from post.milestone.dk (www.milestone.dk [194.255.118.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1551643D69; Tue, 31 Oct 2006 22:22:45 +0000 (GMT) (envelope-from NT@MILESTONE.DK) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Tue, 31 Oct 2006 23:22:45 +0100 Message-ID: <9EE2AB3E13F8844AB35BF44F17268D7173A110@Milestonee.milestone.dk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Firefox 2 thread-index: Acb9GJYn+xboYn8rSdiSwiuIDUWhogAIaUiL References: <45478CBB.2030904@finalfuture.de> From: "Nikolaj Thygesen" To: "Michael Johnson" , "Julius Hacker" Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gnome@freebsd.org Subject: RE: Firefox 2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 22:22:47 -0000 Just for the record; I'm running the very latest FBSD 6.1: uname -a: FreeBSD diamond.tele.dk 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #6: Mon = Oct 23 23:56:18 CEST 2006 = root@diamond.tele.dk:/usr/obj/usr/src/sys/DIAMOND i386 but Firefox2 still crashes on startup on my system. I've run it as root, = but to no avail. Don't know if it matters. br - Nikolaj Thygesen -----Original Message----- From: owner-freebsd-gnome@freebsd.org on behalf of Michael Johnson Sent: Tue 10/31/2006 7:07 PM To: Julius Hacker Cc: gnome@freebsd.org Subject: Re: Firefox 2 =20 On 10/31/06, Julius Hacker wrote: > Hello, > > I just installed Firefox 1.5 from the FreeBSD ports collection. > Now there's Firefox 2 out since about a week. > > When does the port of Firefox will be upgraded to version 2? > Will it last some time or will I be able to install version 2 from the > ports soon? We've got it ported but we're having a few problems on FreeBSD older than late September. If you want to test you can download the port from http://www.ahze.net/~ahze/distfiles/firefox.tar.bz2 Michael > > Thanks for your help! :-) > > Regards > Julius Hacker > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to = "freebsd-gnome-unsubscribe@freebsd.org" > _______________________________________________ freebsd-gnome@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gnome To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 00:13:20 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.ORG Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7643816A5A4 for ; Wed, 1 Nov 2006 00:13:20 +0000 (UTC) (envelope-from stacey@vickiandstacey.com) Received: from pythagoras.zen.co.uk (pythagoras.zen.co.uk [212.23.3.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0032C43D45 for ; Wed, 1 Nov 2006 00:13:19 +0000 (GMT) (envelope-from stacey@vickiandstacey.com) Received: from [82.68.31.182] (helo=Demon.vickiandstacey.com) by pythagoras.zen.co.uk with esmtp (Exim 4.50) id 1Gf3jK-0007Ug-MO for freebsd-gnome@FreeBSD.ORG; Wed, 01 Nov 2006 00:13:18 +0000 Received: from crom.vickiandstacey.com (crom [192.168.1.10]) by Demon.vickiandstacey.com (8.13.1/8.13.1) with ESMTP id kA10DP2w028453 for ; Wed, 1 Nov 2006 00:13:25 GMT (envelope-from stacey@vickiandstacey.com) Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) by crom.vickiandstacey.com (8.13.6/8.13.6) with ESMTP id kA10DDZL005837 for ; Wed, 1 Nov 2006 00:13:17 GMT (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.13.6/8.13.6/Submit) id kA10DDqH005836 for freebsd-gnome@FreeBSD.ORG; Wed, 1 Nov 2006 00:13:13 GMT (envelope-from stacey) Date: Wed, 1 Nov 2006 00:13:13 +0000 From: Stacey Roberts To: FreeBSD Gnome Team Message-ID: <20061101001313.GA895@crom.vickiandstacey.com> Mail-Followup-To: FreeBSD Gnome Team Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Originating-Pythagoras-IP: [82.68.31.182] Cc: Subject: gnome2-2.16.1_2 upgrade vs tape drive X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 00:13:20 -0000 Hello, Since upgrading to gnome2-2.16.1_2 yesterday, I've noticed that my tape backup have stopped working. Checks now reveal that I am no longer able to access the tape device (I've done all the usual checks on the drive itself), and this has started happening since I upgraded. This is what I'm now seeing: # mt stat mt: /dev/nsa0: Device busy # I can see the tape drive okay enough: # camcontrol devlist at scbus0 target 6 lun 0 (sa0,pass0) at scbus2 target 0 lun 0 (pass1,cd0) # I've tried brand new tapes, running cleaning (new ones) tapes through the drive, rebooting, etc, but I've effectively now no longer got a working tape drive. But I can't do anything else with it. Is there something else / special I would have to do with respect to the upgrade of Gnome, by chance? I'm wondering if this is in any way related to HAL implementation introduced in this latest version of Gnome. Let me know if there's anything else I need to post, please. Thanks. Regards, Stacey From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 02:09:21 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 191A016A417 for ; Wed, 1 Nov 2006 02:09:21 +0000 (UTC) (envelope-from indigo23@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BE9243D6B for ; Wed, 1 Nov 2006 02:09:17 +0000 (GMT) (envelope-from indigo23@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so1630747nzf for ; Tue, 31 Oct 2006 18:09:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GvZHqJN2r4XAx83Y7K8Nk5WXB7Izl38afzbVIFS2Eg0FZOKLPxP5Q9whCTL5fipwb5LoE8hs+6HRJ4HGWSg7rlXvT0stU3NrByXp+N9sgJ6v5vn0pfqguMIItpMdKYd5Bd0FjqNr4U4Df2DYIqBEX/8q0EBZhO/tHOZBw+RQtT8= Received: by 10.35.50.5 with SMTP id c5mr1925044pyk; Tue, 31 Oct 2006 18:09:16 -0800 (PST) Received: by 10.35.89.7 with HTTP; Tue, 31 Oct 2006 18:09:15 -0800 (PST) Message-ID: <6f50eac40610311809k4654d04asf121e94fe20468e7@mail.gmail.com> Date: Tue, 31 Oct 2006 21:09:15 -0500 From: "Indigo 23" To: "Michael Johnson" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: julius@finalfuture.de, Michael Johnson , freebsd-gnome@freebsd.org, Jev , Joe Marcus Clarke , Jeremy Messenger Subject: Re: Firefox 2.0 ready for FreeBSD X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 02:09:21 -0000 OK, good news. Firefox 2.0 is now working great. I just have that 'GTK theme not being applied' bug to deal with now.... Thanks. By the way, what was wrong with nspr that was making Firefox 2.0 crash for some of us? On 10/31/06, Michael Johnson wrote: > Hey guys, > > I think we've found a fix for FreeBSD and Firefox 2.0. > > Please download http://www.marcuscom.com/downloads/nspr.diff > and patch ports/devel/nspr then reinstall nspr and try to run > Firefox 2.0. Please report back if it works or if you have any problems. > > Michael > From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 02:28:23 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D309716A407 for ; Wed, 1 Nov 2006 02:28:23 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F75443D49 for ; Wed, 1 Nov 2006 02:28:23 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA12SPAD013653; Tue, 31 Oct 2006 21:28:25 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Nikolaj Thygesen In-Reply-To: <9EE2AB3E13F8844AB35BF44F17268D7173A10F@Milestonee.milestone.dk> References: <4543B861.8060808@ecad.org> <1162266447.56199.4.camel@shumai.marcuscom.com><45477515.3070206@ecad.org> <454798AF.5040900@marcuscom.com> <9EE2AB3E13F8844AB35BF44F17268D7173A10F@Milestonee.milestone.dk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-NYWHnzCThcvgeyOZ4BNS" Organization: MarcusCom, Inc. Date: Tue, 31 Oct 2006 21:28:21 -0500 Message-Id: <1162348101.79678.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: freebsd-gnome@freebsd.org Subject: Re: Gedit crashing on Gnome 2.16 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 02:28:23 -0000 --=-NYWHnzCThcvgeyOZ4BNS Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2006-10-31 at 23:11 +0100, Nikolaj Thygesen wrote: > Hi list >=20 > I've been running Gnome 2.16 for a while, but everytime I close down = Gedit it crashes on me with the following message: >=20 > (gedit:39265): Gnome-CRITICAL **: gnome_program_get_app_version: assertio= n `program !=3D NULL' failed >=20 > Has anyone else experienced this behaviour?? If so, what did you do to fi= x it?? Upgrade to 2.16.2. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-NYWHnzCThcvgeyOZ4BNS Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFSAZFb2iPiv4Uz4cRArYhAJ0RRRnQxAsInRi9HW8K9X0HKF05EQCgkWRu v7+uwK9eroxsD1SN8fQyDN8= =jwzI -----END PGP SIGNATURE----- --=-NYWHnzCThcvgeyOZ4BNS-- From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 02:35:24 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A311D16A492 for ; Wed, 1 Nov 2006 02:35:24 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 173C243D46 for ; Wed, 1 Nov 2006 02:35:23 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA12ZPlH013798; Tue, 31 Oct 2006 21:35:26 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Stacey Roberts In-Reply-To: <20061031221144.GB943@crom.vickiandstacey.com> References: <20061031221144.GB943@crom.vickiandstacey.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-dfZGDI3JbNaBClWw9/TD" Organization: MarcusCom, Inc. Date: Tue, 31 Oct 2006 21:35:21 -0500 Message-Id: <1162348521.79678.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: FreeBSD Gnome Team Subject: Re: "Volume management not supported" error when attempting to run Removable Drives and Media X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 02:35:24 -0000 --=-dfZGDI3JbNaBClWw9/TD Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2006-10-31 at 22:11 +0000, Stacey Roberts wrote: > Hello, > I've recently upgraded this machine to gnome2-2.16.1_2 (as of yesterday),= and I noticed that > I get the following error message when attempting to use the menu program= Removable Drives > and Media: >=20 > Volume management not supported >=20 > The "hald" service is required but not currently running. Enable the serv= ice and rerun this > application, or contact your system administrator. >=20 > Note: You need sysutils/hal installed for volume management to work. >=20 > However, checking for what the message informs me I need to have running,= here's what I've > got installed and running at the time the error was displayed: >=20 > # ps waux | grep -i dbus > stacey 808 0.0 0.1 2060 1524 ?? Is Mon09pm 0:00.11 /usr/lo= cal/bin/dbus-daemon > --fork --print-pid 8 --print-address 6 > stacey 807 0.0 0.1 2500 1288 v0 I Mon09pm 0:00.00 dbus-la= unch > --exit-with-session gnome-session > # ps waux | grep -i hal > haldaemon 623 0.0 0.3 4572 2924 ?? Ss Mon09pm 0:25.55 /usr/lo= cal/sbin/hald > root 624 0.0 0.2 3772 2016 ?? I Mon09pm 0:00.05 hald-ru= nner > root 640 0.0 0.1 2860 1392 ?? S Mon09pm 0:51.84 hald-ad= don-storage: > /dev/acd0 (hald-addon-storage) > root 643 0.0 0.1 2860 1332 ?? S Mon09pm 0:28.22 hald-ad= don-storage: > /dev/sa0 (hald-addon-storage) > root 75329 0.0 0.3 4940 2804 p3 RV+ 9:59pm 0:00.00 grep -i= hal (csh) > #=20 Neither polkitd nor dbus-daemon (in system mode) are running. Kill off the hald process, then run /usr/local/etc/rc.d/dbus start. You should see a dbus-daemon process running with a --system argument. If not, not, you may have a problem with dbus. You can try running /usr/local/bin/dbus-daemon --system --nofork and see if you get any errors. If dbus-daemon starts up correctly, start up polkitd with /usr/local/etc/rc.d/polkitd start. If that works, then start hald. When everything is up, you should be able to run lshal, and actually see a device list. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-dfZGDI3JbNaBClWw9/TD Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFSAfpb2iPiv4Uz4cRAnwfAKCUNJL6VWju4px3rxh7IJyLfHXLyQCgq95w NburtQlDexdDsKE8nZEMckE= =+pSt -----END PGP SIGNATURE----- --=-dfZGDI3JbNaBClWw9/TD-- From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 02:35:58 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2A6416A403 for ; Wed, 1 Nov 2006 02:35:58 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F67743D46 for ; Wed, 1 Nov 2006 02:35:58 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA12a0IJ013809; Tue, 31 Oct 2006 21:36:00 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Stacey Roberts In-Reply-To: <20061101001313.GA895@crom.vickiandstacey.com> References: <20061101001313.GA895@crom.vickiandstacey.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-se2b0Imoz2KjwPOUvWB8" Organization: MarcusCom, Inc. Date: Tue, 31 Oct 2006 21:35:56 -0500 Message-Id: <1162348556.79678.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: FreeBSD Gnome Team Subject: Re: gnome2-2.16.1_2 upgrade vs tape drive X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 02:35:58 -0000 --=-se2b0Imoz2KjwPOUvWB8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2006-11-01 at 00:13 +0000, Stacey Roberts wrote: > Hello, > Since upgrading to gnome2-2.16.1_2 yesterday, I've noticed that my tape b= ackup have > stopped working. >=20 > Checks now reveal that I am no longer able to access the tape device (I'v= e done all the > usual checks on the drive itself), and this has started happening since I= upgraded. >=20 > This is what I'm now seeing: >=20 > # mt stat > mt: /dev/nsa0: Device busy > # >=20 > I can see the tape drive okay enough: > # camcontrol devlist > at scbus0 target 6 lun 0 (sa0,pass0) > at scbus2 target 0 lun 0 (pass1,cd0) > # >=20 > I've tried brand new tapes, running cleaning (new ones) tapes through the= drive, > rebooting, etc, but I've effectively now no longer got a working tape dri= ve. Shutdown hald, and see if the problem persists. If it does, it's not a problem with GNOME. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-se2b0Imoz2KjwPOUvWB8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFSAgMb2iPiv4Uz4cRApWgAJ9JXKOK9CWCI+6TYSQFsnRyjQYXzgCgm8pq RTy+xK/E9hB13uk8vfIyzUo= =ECxu -----END PGP SIGNATURE----- --=-se2b0Imoz2KjwPOUvWB8-- From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 20:04:04 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A9AC16A40F for ; Tue, 31 Oct 2006 20:04:04 +0000 (UTC) (envelope-from slaven@rezic.de) Received: from mail4.netbeat.de (mail4.netbeat.de [83.243.58.163]) by mx1.FreeBSD.org (Postfix) with SMTP id 3318A43D73 for ; Tue, 31 Oct 2006 20:04:00 +0000 (GMT) (envelope-from slaven@rezic.de) Received: (qmail 1312 invoked from network); 31 Oct 2006 20:03:58 -0000 Received: from unknown (HELO localhost.localdomain) (85.178.92.200) by mail4.netbeat.de with SMTP; 31 Oct 2006 20:03:58 -0000 Received: from biokovo.herceg.de (localhost [127.0.0.1]) by biokovo.herceg.de (8.13.6/8.13.6) with ESMTP id k9VK3sd2002479; Tue, 31 Oct 2006 21:03:54 +0100 (CET) (envelope-from slaven@rezic.de) Received: (from eserte@localhost) by biokovo.herceg.de (8.13.6/8.13.6/Submit) id k9VK3rga002476; Tue, 31 Oct 2006 21:03:53 +0100 (CET) (envelope-from slaven@rezic.de) X-Authentication-Warning: biokovo.herceg.de: eserte set sender to slaven@rezic.de using -f Sender: eserte@biokovo.herceg.de To: Norikatsu Shigemura References: <20061031225913.0001429d.nork@FreeBSD.org> From: Slaven Rezic X-Mailer: GNU Emacs/sendmail [version 21.3.1] Date: 31 Oct 2006 21:03:52 +0100 In-Reply-To: <20061031225913.0001429d.nork@FreeBSD.org> Message-ID: <87psc89rrr.fsf@biokovo.herceg.de> Lines: 65 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Wed, 01 Nov 2006 03:06:32 +0000 Cc: kay_lehmann@web.de, ebrandi.home@uol.com.br, toxa@toxahost.ru, oz@nixil.net, dave@gufi.org, chuck@pkix.net, mcdouga9@msu.edu, rainer.alves@gmail.com, h.eichmann@gmx.de, lofi@FreeBSD.org, oliver@FreeBSD.org, lioux@FreeBSD.org, ports@FreeBSD.org, multimedia@FreeBSD.org, jmelo@FreeBSD.org, gnome@FreeBSD.org, riggs@rrr.de, slaven@rezic.de, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: make ports depending on sysutils/cdrtools* USE_GNOME=cdrools X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: slaven@rezic.de List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 20:04:04 -0000 Norikatsu Shigemura writes: > >Submitter-Id: current-users > >Originator: Norikatsu Shigemura > >Organization: Ensure Technology LTD. > >Confidential: no > >Synopsis: make ports depending on sysutils/cdrtools* USE_GNOME=cdrtools > >Severity: serious > >Priority: medium > >Category: ports > >Class: sw-bug > >Release: FreeBSD 6.2-PRERELEASE i386 > >Environment: > System: FreeBSD melfina.ninth-nine.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #32: Sun Oct 22 05:57:55 JST 2006 nork@melfina.ninth-nine.com:/usr/obj/usr/src/sys/MELFINA i386 > > >Description: > Some ports depending on sysutils/cdrtools and some ports dependeing > on sysutils/cdrtools-cjk are conflicted. So I want to integrate to > USE_GNOME= cdrtools and OPTIONify WITH_CJK. > > >How-To-Repeat: > cd /usr/ports/sysutils/gnomebaker; make install WITH_CJK > And, after portupgrade GNOME applications. > > # portversion -L = > [Updating the pkgdb in /var/db/pkg ... - xxx packages found (-x +x) . done] > Stale dependency: XXX-x.xx.xx -> cdrtools-2.01_5 -- manually run 'pkgdb -F' to fix, or specify -O to force. > > >Fix: > > > --- cdrtools.diff begins here --- [...] > Index: misc/lesspipe/Makefile > =================================================================== > RCS file: /home/ncvs/ports/misc/lesspipe/Makefile,v > retrieving revision 1.3 > diff -u -r1.3 Makefile > --- misc/lesspipe/Makefile 17 Apr 2006 16:46:42 -0000 1.3 > +++ misc/lesspipe/Makefile 31 Oct 2006 13:31:16 -0000 > @@ -27,11 +27,11 @@ > dvi2tty:${PORTSDIR}/print/dvi2tty \ > pstotext:${PORTSDIR}/print/pstotext \ > mp3info:${PORTSDIR}/audio/mp3info \ > - isoinfo:${PORTSDIR}/sysutils/cdrtools \ > cabextract:${PORTSDIR}/archivers/cabextract > .endif > > USE_PERL5= yes > +USE_GNOME= cdrtools > > NO_BUILD= yes > HAS_CONFIGURE= yes I would prefer to have USE_GNOME=cdrtools inside the .if defined(WITH_FANCY) block. Regards, Slaven -- Slaven Rezic - slaven rezic de tksm - Perl/Tk program for searching and replacing in multiple files http://ptktools.sourceforge.net/#tksm From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 03:30:08 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1FA516A47C for ; Wed, 1 Nov 2006 03:30:08 +0000 (UTC) (envelope-from thiago.r6@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9873F43D62 for ; Wed, 1 Nov 2006 03:30:06 +0000 (GMT) (envelope-from thiago.r6@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so502747nfc for ; Tue, 31 Oct 2006 19:30:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=IZD1uMFhDClehWyox08WzWqKUQOSyWqyADw3aaiQWyd7Pe9UZo4DhP457XBHVn/LxnlmH959Osk37Rj8Dk06i0hYJHDwGpXHwrpRlDFQs5uE9roEZZFw2rghTh60FG5tVTpvunFFdE98//c9vO1wA9FTamovI9b/Ik2vvNnmkW8= Received: by 10.49.20.5 with SMTP id x5mr1722874nfi.1162351804932; Tue, 31 Oct 2006 19:30:04 -0800 (PST) Received: by 10.49.88.18 with HTTP; Tue, 31 Oct 2006 19:30:04 -0800 (PST) Message-ID: <1af6a62f0610311930s580518fdpfb77ce384f2f06f1@mail.gmail.com> Date: Wed, 1 Nov 2006 00:30:04 -0300 From: Thiago To: freebsd-gnome@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Cannot mount removable media when using HAL X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 03:30:08 -0000 Hello, when, for example, i insert a cdrom, i get this error message: "Cannot mount volume You are not privileged to mount the volume 'FreeBSD_bootonly'." This happens with any cdrom i insert, but i'm able to mount it manually with 'mount_cd9660 /dev/acd0 ~/cdrom'. And when i do this, everything else works well (i can eject it without umounting it manually). Thank you in advance, and congratulations for the hard work you've done so far. Now some info: > uname -a FreeBSD localhost 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Mon Aug 28 05:21:08 UTC 2006 root@builder.daemonology.net:/usr/obj > pkg_info ORBit2-2.14.3 High-performance CORBA ORB with support for the C language aalib-1.4.r5_2 An ascii art library alacarte-0.10.1 An editor for the freedesktop.org menu specification anjuta-1.2.4_5 Integrated Development Environment for C and C++ aspell-0.60.4_4 Spelling checker with better suggestion logic than ispell at-spi-1.7.12 An Assistive Technology Service Provider Interface atk-1.12.3 A GNOME accessibility toolkit (ATK) avahi-0.6.14 Service discovery on a local network bison-1.75_2,1 A parser generator from FSF, (mostly) compatible with Yacc bitstream-vera-1.10_2 Bitstream Vera TrueType font collection bug-buddy-2.16.0_2 A bug reporting tool for GNOME 2 cairo-1.2.4 Vector graphics library with cross-device output support cdparanoia-3.9.8_8 A CDDA extraction tool (also known as ripper) cdrtools-2.01_5 CD/CD-R[W] and ISO-9660 image creation and extraction tools cursor-neutral-theme-1.13.a Extended Jaguar X cursor theme dasher-4.2.0,1 Information efficient text-entry interface db41-4.1.25_3 The Berkeley DB package, revision 4.1 dbus-0.94_1 A message bus system for inter-application communication dbus-glib-0.72 GLib bindings for the D-BUS messaging system deskbar-applet-2.16.1 Gnome panel applet similar to Google's (Windows only) Deskb desktop-file-utils-0.11 A couple of command line utilities for working with desktop dmidecode-2.8 A tool for dumping DMI (SMBIOS) contents in human-readable docbook-sk-4.1.2_3 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2_1 XML version of the DocBook DTD docbook-xml-4.3 DocBook/XML DTD V4.3, designed for technical documentation docbook-xml-4.4 DocBook/XML DTD V4.4, designed for technical documentation docbook-xsl-1.70.1 XSL DocBook stylesheets dri-6.4.1,2 OpenGL hardware acceleration drivers for the DRI dvd+rw-tools-6.1 DVD burning software eel-2.16.0_1 Generally useful classes and extensions to GNOME ekiga-2.0.2_5 VoIP phone for GNOME eog-2.16.1 The Eye Of Gnome image viewer epiphany-2.16.1_1 An extremely lightweight and simple web browser for GNOME 2 epiphany-extensions-2.16.1 A set of add-ons for the Epiphany web browser esound-0.2.36_1 A sound library for enlightenment package evince-0.6.1 GNOME 2 multi-format document viewer evolution-2.8.1.1 An integrated mail, calendar and address book distributed s evolution-data-server-1.8.1_1 The data backends for the Evolution integrated mail/PIM sui evolution-exchange-2.8.1 Evolution plugin to connect to Microsoft Exchange servers evolution-webcal-2.8.0 Webcal(endar) handler for gnome expat-2.0.0_1 XML 1.0 parser written in C fast-user-switch-applet-2.16.0 Fast user switching applet for GNOME file-roller-2.16.1,1 An archive manager for zip files, tar, etc firefox-1.5.0.7_1,1 Web browser based on the browser portion of Mozilla flac-1.1.2_1 Free lossless audio codec fontconfig-2.3.2_6,1 An XML-based font configuration API for X Windows freebsd-update-1.6_2 Fetches and installs binary updates to FreeBSD freetype2-2.2.1_1 A free and portable TrueType font rendering engine gail-1.9.3 An implementation of the ATK interfaces for GTK+ widgets gaim-devel-2.0.0.b4 Gaim multi-protocol messaging client (GTK+ UI) gajim-0.10.1 Gajim is a Jabber client based on a plugin system gamin-0.1.7_2 A file and directory monitoring system gcalctool-5.8.24,2 A GNOME 2 calculator tool based on the old calctool for Ope gconf-editor-2.16.0,1 A gconf database editor for the GNOME 2 environment gconf2-2.16.0 A configuration database system for GNOME gdbm-1.8.3_3 The GNU database manager gdl-0.6.1_1 Components intended to be shared between GNOME development gdm-2.16.2_1 GNOME 2 version of xdm display manager gedit-2.16.2 A small but powerful text editor for GNOME 2 Desktop Enviro gettext-0.14.5_2 GNU gettext package ghostscript-gnu-7.07_15 GNU Postscript interpreter gle-3.1.0 A GL Tubing and Extrusion Library glib-2.12.4 Some useful routines of C programming (current stable versi gmake-3.81_1 GNU version of 'make' utility gmime-2.2.3 Library (written in C) for parsing and creating messages us gmime-sharp-2.2.3 Mono bindings for gmime gnome-applets-2.16.1_1 Applets components for the GNOME 2 Desktop Environment gnome-audio-2.0.0_1 Sound files for use with GNOME 2 gnome-backgrounds-2.16.1 A collection of backgrounds for GNOME 2 gnome-control-center-2.16.1 Control center for GNOME 2 project gnome-desktop-2.16.1 Additional UI API for GNOME 2 gnome-doc-utils-0.7.2_1 GNOME doc utils gnome-games-2.16.1_1 The game applications package for the Gnome 2 Desktop Envir gnome-icon-theme-2.16.0.1_1 A collection of icons for the GNOME 2 desktop gnome-keyring-0.6.0 A program that keeps passwords and other secrets gnome-keyring-manager-2.16.0 GNOME keyring manager gnome-mag-0.13.1_1 GNOME screen magnifier gnome-media-2.16.0 Multimedia applications for the GNOME 2 desktop gnome-menus-2.16.1 Implementation of the FreeDesktop Desktop Menu Spec gnome-mime-data-2.4.2_2 A MIME and Application database for GNOME gnome-mount-0.4_1 A font-end to mount, umount, and eject using HAL gnome-netstatus-2.12.0_3 A GNOME applet that shows network status gnome-nettool-2.16.0,1 A GNOME utility that provides network information statistic gnome-panel-2.16.1 Panel component for the GNOME 2 Desktop gnome-power-manager-2.16.1 Power management system for the GNOME Desktop gnome-screensaver-2.16.1_1 GNOME screen saver and locker gnome-session-2.16.1_1 Session component for the GNOME 2 desktop gnome-speech-0.4.4 GNOME text-to-speech API gnome-spell-1.0.7_2 A GNOME/Bonobo component for spell checking gnome-system-monitor-2.16.1_1 GNOME 2 system monitor program gnome-system-tools-2.14.0_1 Tools to configure workstations gnome-terminal-2.16.1_1 Terminal component for the GNOME 2 Desktop gnome-themes-2.16.1.1 A collection of themes and icons for GNOME2 gnome-user-docs-2.16.1 GNOME 2 users guide gnome-utils-2.16.1,1 GNOME 2 support utilities gnome-vfs-2.16.1 GNOME Virtual File System gnome-volume-manager-2.15.0 Automatically mount removable media, and more gnome2-2.16.1_2 The "meta-port" for the GNOME 2 integrated X11 desktop gnome_subr-1.0 Common startup and shutdown subroutines used by GNOME scrip gnomehier-2.2 A utility port that creates the GNOME directory tree gnu-autoconf-2.59 Automatically configure source code on many Un*x platforms gnu-automake-1.9.6 GNU Standards-compliant Makefile generator (GNU unmodified) gnutls-1.4.4_1 GNU Transport Layer Security library gok-1.2.0_1,1 GNOME On-Screen Keyboard (GOK) gossip-0.16_1 GTK2 Jabber Instant Messaging client gsfonts-8.11_2 Fonts used by GNU Ghostscript (or X) gstreamer-0.10.10_1 Development framework for creating media applications gstreamer-ffmpeg-0.10.1_1 GStreamer plug-in for manipulating MPEG video streams gstreamer-plugins-0.10.10,2 GStreamer written collection of plugins handling several me gstreamer-plugins-a52dec-0.10.4_1,2 Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin gstreamer-plugins-cdparanoia-0.10.10_2,2 Gstreamer CDDA extraction (aka audio ripping) plugin gstreamer-plugins-core-0.10_7 Core set of typical audio and video gstreamer-plugins gstreamer-plugins-dts-0.10.3_1,2 Gstreamer dts plugin gstreamer-plugins-dvd-0.10.4,2 Gstreamer dvd plugin set gstreamer-plugins-esound-0.10.4_1,2 Gstreamer enlightenment sound library plugin gstreamer-plugins-flac-0.10.4_1,2 Gstreamer free lossless audio encoder/decoder plugin gstreamer-plugins-gconf-0.10.4_3,2 Gstreamer gconf plugin gstreamer-plugins-gnomevfs-0.10.10_1,2 Gstreamer gnomevfs plugin gstreamer-plugins-good-0.10.4_4,2 Good gstreamer-plugins gstreamer-plugins-hal-0.10.4,2 Gstreamer hal plugin gstreamer-plugins-libpng-0.10.4_1,2 Gstreamer png plugin gstreamer-plugins-mad-0.10.4_2,2 Gstreamer mp3 decoder plugin gstreamer-plugins-mpeg2dec-0.10.4_1,2 Gstreamer mpeg decode plugin gstreamer-plugins-ogg-0.10.10_1,2 Gstreamer Ogg bitstream plugin gstreamer-plugins-pango-0.10.10_1,2 Gstreamer pango textoverlay plugin gstreamer-plugins-theora-0.10.10_2,2 Gstreamer theora plugin gstreamer-plugins-ugly-0.10.4_2,2 Ugly gstreamer-plugins gstreamer-plugins-vorbis-0.10.10_1,2 Gstreamer vorbis encoder/decoder plugin gstreamer-plugins-xvid-0.10.3,2 Gstreamer xvid plugin gstreamer80-0.8.12_2 Development framework for creating media applications gtar-1.15.1_2 GNU version of the traditional tar archiver gtk-2.10.6_2 Gimp Toolkit for X11 GUI (current stable version) gtk-engines2-2.8.1 Theme engine for the gtk+-2.0 toolkit gtk-sharp-2.8.2 GTK+ and GNOME interfaces for the .NET runtime gtkhtml3-3.12.1 Lightweight HTML rendering/printing/editing engine gtksourceview-1.8.1 A text widget that adds syntax highlighting to the GtkTextV gtkspell-2.0.11_4 A GTK+ 2 spell checking component gucharmap-gnome-1.8.0 A Unicode/ISO10646 character map and font viewer guile-1.6.8 GNU Ubiquitous Intelligent Language for Extension hal-0.5.8.20061030_2 Hardware Abstraction Layer for simplifying device access help2man-1.36.4_1 Automatically generating simple manual pages from program o hicolor-icon-theme-0.9_2 A high-color icon theme shell from the FreeDesktop project intltool-0.35.0 Tools to internationalize various kinds of data files iso-codes-0.53 Lists of the country, language and currency iso names jpeg-6b_4 IJG's jpeg compression utilities libIDL-0.8.7 A library for creating trees of CORBA IDL files libXft-2.1.7_1 A client-sided font API for X applications liba52-0.7.4_1 A free library for decoding ATSC A/52 streams, aka AC-3 libao-esound-0.8.5_3 Portable audio output library libart_lgpl-2.3.17_1 Library for high-performance 2D graphics libaudiofile-0.2.6 A sound library for SGI audio file libbonobo-2.16.0_1 A component and compound document system for GNOME2 libbonoboui-2.16.0 GUI frontend to the libbonobo component of GNOME 2 libcddb-1.2.2 A library to access data on a CDDB server libcdio-0.77_1 Compact Disc Input and Control Library libcroco-0.6.1 CSS2 parsing library libdaemon-0.10_1 Lightweight C library that eases the writing of UNIX daemon libdrm-2.0.2 Userspace interface to kernel Direct Rendering Module servi libdvdcss-1.2.9_2 Portable abstraction library for DVD decryption libdvdnav-0.1.10_1 The library for the xine-dvdnav plugin libdvdread-0.9.4_1 This is needed by ogle, which is a DVD player that supports libexif-0.6.13 Library to read digital camera file meta-data libgail-gnome-1.1.3_2 An implementation of the ATK interfaces for GNOME widgets libgaim-2.0.0.b4 Backend library for the Gaim multi-protocol messaging clien libgcrypt-1.2.3_1 "General purpose crypto library based on code used in GnuPG libgda2-1.2.3_2,1 Provides uniform access to different kinds of data sources libgksu-1.3.8 Library providing su and sudo functionality libgksuui-1.0.7_1 A graphical fronted to su library libglade2-2.6.0_2 GNOME glade library libglut-6.4.2 A graphics library similar to SGI's OpenGL libgnome-2.16.0 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.14.0_2 A graphics library for GNOME libgnomeprint-2.12.1_3 Gnome print support library libgnomeprintui-2.12.1_2 Gnome print support library libgnomeui-2.16.1 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.4 Common error values for all GnuPG components libgsf-1.14.2 An extensible i/o abstraction for dealing with structured f libgtkhtml-2.11.0_2 Lightweight HTML rendering/printing/editing engine libgtop-2.14.4 GNOME 2 top library libiconv-1.9.2_2 A character set conversion library libid3tag-0.15.1b ID3 tags library (part of MAD project) libltdl-1.5.22 System independent dlopen wrapper libmad-0.15.1b_2 Libmad library (part of MAD project) libmpeg2-0.4.0b_3 A free library for decoding mpeg-2 and mpeg-1 video streams libmusicbrainz-2.1.4 2nd generation incarnation of the CD Index - audio metadata libnotify-0.4.2_2 A library for desktop notifications libogg-1.1.3,3 Ogg bitstream library liboil-0.3.9_1 Library of optimized inner loops librsvg2-2.16.0_1 Library for parsing and rendering SVG vector-graphic files libsoup-2.2.96 A SOAP (Simple Object Access Protocol) implementation in C libtasn1-0.3.6 ASN.1 structure parser library libtheora-1.0.a7 Theora video codec for the Ogg multimedia streaming system libtool-1.5.22_2 Generic shared library support script libvorbis-1.1.2,3 Audio compression codec library libwnck-2.16.1 Library used for writing pagers and taskslists libxklavier-2.91_4,1 An utility library to make XKB stuff easier libxml2-2.6.26 XML parser library for GNOME libxslt-1.1.17 The XSLT C library for GNOME linc-1.0.3_6 A library for writing networked servers & clients loudmouth-1.0.5 Lightweight Jabber client library m4-1.4.4 GNU m4 metacity-2.16.3 A window manager for the adult in you mono-1.1.13.8.1 An open source implementation of .NET Development Framework monodoc-1.1.13 Documentation for Mono and Mono libraries nautilus-2.16.1 File manager for the GNOME desktop nautilus-cd-burner-2.16.1 CD burner view for Nautilus nspr-4.6.3 A platform-neutral API for system level and libc like funct nss-3.11.3 Libraries to support development of security-enabled applic opal-2.2.2 VoIP abstraction library openldap-client-2.3.27 Open source LDAP client implementation orca-1.0.0 Scriptable screen reader p5-XML-LibXML-1.61003_1 Interface to Gnome libxml2 library p5-XML-LibXML-Common-0.13 Routines and Constants common for XML::LibXML and XML::GDOM p5-XML-NamespaceSupport-1.09_1 A simple generic namespace support class p5-XML-Parser-2.34_2 Perl extension interface to James Clark's XML parser, expat p5-XML-SAX-0.14 Simple API for XML p5-gettext-1.05_1 Message handling functions pango-1.14.7 An open-source framework for the layout and rendering of i1 pciids-20061026 Pci.ids database from pciutils pcre-utf8-6.7 Perl Compatible Regular Expressions library perl-5.8.8 Practical Extraction and Report Language pkg-config-0.21 A utility to retrieve information about installed libraries pkg_cutleaves-20060430 Interactive script for deinstalling 'leaf' packages png-1.2.12_1 Library for manipulating PNG images policykit-0.1.20060514_3 Framework for controlling access to system-wide components poppler-0.5.4_1 A PDF rendering library poppler-data-0.1 Poppler encoding data poppler-gtk-0.5.4 Gtk bindings to poppler popt-1.7_1 A getopt(3) like library with a number of enhancements, fro portmaster-1.9 Manage your ports without external databases or languages pwlib-1.10.1_2,1 A cross platform C++ library, used by OpenH323 py24-cairo-1.2.2 Python bindings for Cairo py24-dbus-0.71 Python bindings for the D-BUS messaging system py24-gnome-2.16.0 A set of Python bindings for GNOME 2 py24-gnome-desktop-2.16.0 A set of Python bindings used by modules in the GNOME Deskt py24-gnome-extras-2.14.2 A set of Python bindings for GNOME 2 py24-gobject-2.12.2 Python bindings for GObject py24-gtk-2.10.3 A set of Python bindings for GTK py24-libxml2-2.6.26 Python interface for XML parser library for GNOME py24-numeric-24.2 The Numeric Extension to Python py24-orbit-2.14.1 Python bindings for ORBit2 py24-pysqlite-2.1.3_1 A DB-API v2 Python library for the SQLite 3 embedded SQL en pyrex-0.9.4.1 Programming Language for writing Python extension modules python24-2.4.3_3 An interpreted object-oriented programming language samba-libsmbclient-3.0.23c Shared libs from the samba package scrollkeeper-0.3.14_5,1 An Open Document Cataloging Project sdl-1.2.11,2 Cross-platform multi-media development API sdocbook-xml-4.1.2.5_2 "Simplified" DocBook XML DTD shared-mime-info-0.19 A MIME type database from the FreeDesktop project sound-juicer-2.16.1 Clean, mean and lean CD ripper for GNOME2 sqlite-3.3.7 An SQL database engine in a C library w/ Tcl wrapper startup-notification-0.8_3 Library that supports startup notification spec from freede sudo-1.6.8.12_1 Allow others to run commands as root svgalib-1.4.3_5 A low level console graphics library system-tools-backends-1.4.2_2 Backend system admin scripts for gnome-system-tools tiff-3.8.2 Tools and library routines for working with TIFF images tomboy-0.4.1_1 Personal note taking system for the GNOME desktop totem-gstreamer-2.16.2_2 A Gstreamer-based video player for the Gnome 2 desktop v4l_compat-1.0.20060801 Video4Linux compatibility header vino-2.16.0 VNC server that allows for remote access to your GNOME desk vte-0.14.1_1 Terminal widget with improved accessibility and I18N suppor xmlcatmgr-2.2 SGML and XML catalog manager xorg-6.9.0 X.Org distribution metaport xorg-clients-6.9.0_3 X client programs and related files from X.Org xorg-documents-6.9.0 Documentation of X11 protocol and libraries from X.Org xorg-fonts-100dpi-6.9.0_1 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-6.9.0_1 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-6.9.0_1 X.Org Cyrillic bitmap fonts xorg-fonts-encodings-6.9.0_1 X.Org font encoding files xorg-fonts-miscbitmaps-6.9.0_1 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-6.9.0 X.Org TrueType fonts xorg-fonts-type1-6.9.0 X.Org Type1 fonts xorg-fontserver-6.9.0_1 X font server from X.Org xorg-libraries-6.9.0 X11 libraries and headers from X.Org xorg-manpages-6.9.0 X.Org library manual pages xorg-nestserver-6.9.0_1 Nesting X server from X.Org xorg-printserver-6.9.0_2 X Print server from X.Org xorg-server-6.9.0_5 X.Org X server and related programs xorg-vfbserver-6.9.0_2 X virtual framebuffer server from X.Org xscreensaver-gnome-hacks-4.24_1 Save your screen while you entertain your cat (for GNOME us xterm-222 Terminal emulator for the X Window System xvid-1.1.0,1 An opensource MPEG-4 codec, based on OpenDivx yelp-2.16.1_1 A help browser for the GNOME 2 desktop zenity-2.16.1 Display GNOME dialogs from the command line > /usr/bin/env USER=thiago MAIL=/var/mail/thiago HOME=/home/thiago DESKTOP_SESSION=gnome PAGER=more ENV=/home/thiago/.shrc GDM_XSERVER_LOCATION=local LOGNAME=thiago BLOCKSIZE=K USERNAME=thiago GDM_LANG=pt_BR.UTF-8 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/thiago/bin DISPLAY=:0.0 LANG=pt_BR.UTF-8 XAUTHORITY=/home/thiago/.Xauthority SHELL=/bin/tcsh GDMSESSION=gnome FTP_PASSIVE_MODE=YES EDITOR=vi SSH_AUTH_SOCK=/tmp/ssh-Y9brRU35hc/agent.624 SSH_AGENT_PID=641 GTK_RC_FILES=/usr/local/etc/gtk/gtkrc:/home/thiago/.gtkrc-1.2-gnome2 SESSION_MANAGER=local/localhost:/tmp/.ICE-unix/624 DBUS_SESSION_BUS_ADDRESS=unix:path=/var/tmp/dbus-z0qm04coIE,guid=e00d48457fe317dd26ca5a8fd4081000 GNOME_KEYRING_SOCKET=/var/tmp/keyring-tiWa1u/socket GNOME_DESKTOP_SESSION_ID=Default DESKTOP_STARTUP_ID= TERM=xterm COLORTERM=gnome-terminal WINDOWID=37751553 HOSTTYPE=FreeBSD VENDOR=intel OSTYPE=FreeBSD MACHTYPE=i386 SHLVL=1 PWD=/home/thiago GROUP=thiago HOST=localhost > lshal Dumping 45 device(s) from the Global Device List: ------------------------------------------------- udi = '/org/freedesktop/Hal/devices/computer' info.callouts.add = {'hal-system-storage-cleanup-mountpoints'} (string list) org.freedesktop.Hal.Device.SystemPowerManagement.method_execpaths = {'hal-system-power-suspend', 'hal-system-power-hibernate', 'hal-system-power-shutdown', 'hal-system-power-reboot', 'hal-system-power-set-power-save'} (string list) org.freedesktop.Hal.Device.SystemPowerManagement.method_signatures = {'i', '', '', '', 'b'} (string list) org.freedesktop.Hal.Device.SystemPowerManagement.method_names = {'Suspend', 'Hibernate', 'Shutdown', 'Reboot', 'SetPowerSave'} (string list) info.interfaces = {'org.freedesktop.Hal.Device.SystemPowerManagement'} (string list) info.addons = {'hald-addon-acpi'} (string list) system.product = 'XPST700 ' (string) system.vendor = 'Dell Computer Corporation' (string) smbios.chassis.type = 'Unknown' (string) smbios.chassis.manufacturer = 'Dell Computer Corporation' (string) smbios.system.uuid = 'FE3FA151-9533-11D3-A439-0060B05E4C8B' (string) smbios.system.serial = '' (string) smbios.system.version = '' (string) smbios.system.product = 'XPST700' (string) smbios.system.manufacturer = 'Dell Computer Corporation' (string) smbios.bios.release_date = '11/05/1999' (string) smbios.bios.version = '4S4EB2X0.10A.0026.P08' (string) smbios.bios.vendor = 'Intel Corp.' (string) power_management.can_suspend_to_disk = false (bool) power_management.can_suspend_to_ram = false (bool) power_management.can_hibernate = false (bool) power_management.can_suspend = false (bool) power_management.type = 'acpi' (string) system.formfactor = 'unknown' (string) system.kernel.machine = 'i386' (string) system.kernel.version = '6.1-SECURITY' (string) system.kernel.name = 'FreeBSD' (string) info.product = 'Computer' (string) info.bus = 'unknown' (string) info.udi = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/cpu_0' platform.id = 'cpu.0' (string) info.bus = 'platform' (string) processor.maximum_speed = 701 (0x2bd) (int) processor.can_throttle = false (bool) processor.number = 0 (0x0) (int) info.capabilities = {'processor'} (string list) info.category = 'processor' (string) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'cpu' (string) info.product = 'Intel Pentium III' (string) info.udi = '/org/freedesktop/Hal/devices/cpu_0' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/fdc_0' platform.id = 'fdc.0' (string) info.bus = 'platform' (string) pnp.id = 'PNP0700' (string) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'fdc' (string) info.product = 'Enhanced floppy controller' (string) info.udi = '/org/freedesktop/Hal/devices/fdc_0' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/storage_model_1440_KB_3_5__drive' volume.mount.valid_options = {'ro', 'noexec'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-system-storage-unmount', 'hal-system-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) block.storage_device = '/org/freedesktop/Hal/devices/storage_model_1440_KB_3_5__drive' (string) block.is_volume = false (bool) storage.vendor = '' (string) storage.model = '1440-KB 3.5" drive' (string) storage.physical_device = '' (string) storage.no_partitions_hint = true (bool) storage.automount_enabled_hint = true (bool) storage.media_check_enabled = false (bool) storage.hotpluggable = false (bool) storage.requires_eject = false (bool) storage.removable = true (bool) storage.drive_type = 'floppy' (string) storage.bus = 'platform' (string) block.minor = 96 (0x60) (int) block.major = 0 (0x0) (int) block.device = '/dev/fd0' (string) info.category = 'storage' (string) info.bus = 'block' (string) info.capabilities = {'block', 'storage'} (string list) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'fd' (string) info.product = '1440-KB 3.5" drive' (string) info.udi = '/org/freedesktop/Hal/devices/storage_model_1440_KB_3_5__drive' (string) info.parent = '/org/freedesktop/Hal/devices/fdc_0' (string) udi = '/org/freedesktop/Hal/devices/atkbdc_0' platform.id = 'atkbdc.0' (string) info.bus = 'platform' (string) pnp.id = 'PNP0303' (string) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'atkbdc' (string) info.product = 'Keyboard controller (i8042)' (string) info.udi = '/org/freedesktop/Hal/devices/atkbdc_0' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/atkbd_0' button.has_state = false (bool) button.type = '' (string) info.addons = {'hald-addon-keyboard'} (string list) platform.id = 'atkbd.0' (string) info.bus = 'platform' (string) input.device = '' (string) info.category = 'input.keyboard' (string) info.capabilities = {'input', 'input.keyboard', 'button'} (string list) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'atkbd' (string) info.product = 'AT Keyboard' (string) info.udi = '/org/freedesktop/Hal/devices/atkbd_0' (string) info.parent = '/org/freedesktop/Hal/devices/atkbdc_0' (string) udi = '/org/freedesktop/Hal/devices/psm_0' platform.id = 'psm.0' (string) info.bus = 'platform' (string) input.device = '/dev/psm0' (string) info.category = 'input.mouse' (string) info.capabilities = {'input', 'input.mouse'} (string list) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'psm' (string) info.product = 'PS/2 Mouse' (string) info.udi = '/org/freedesktop/Hal/devices/psm_0' (string) info.parent = '/org/freedesktop/Hal/devices/atkbdc_0' (string) udi = '/org/freedesktop/Hal/devices/sio_0' platform.id = 'sio.0' (string) info.bus = 'platform' (string) pnp.id = 'PNP0501' (string) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'sio' (string) info.product = '16550A-compatible COM port' (string) info.udi = '/org/freedesktop/Hal/devices/sio_0' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/sio_0_serial_platform_0' info.udi = '/org/freedesktop/Hal/devices/sio_0_serial_platform_0' (string) serial.type = 'platform' (string) serial.port = 0 (0x0) (int) serial.device = '/dev/ttyd0' (string) serial.physical_device = '/org/freedesktop/Hal/devices/sio_0' (string) info.capabilities = {'serial'} (string list) info.category = 'serial' (string) info.product = '16550A-compatible COM port' (string) info.parent = '/org/freedesktop/Hal/devices/sio_0' (string) udi = '/org/freedesktop/Hal/devices/pci_8086_7190' pci.product = '440BX/ZX/DX - 82443BX/ZX/DX Host bridge' (string) info.product = '440BX/ZX/DX - 82443BX/ZX/DX Host bridge' (string) pci.vendor = 'Intel Corporation' (string) info.vendor = 'Intel Corporation' (string) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.device = 0 (0x0) (int) pci.freebsd.bus = 0 (0x0) (int) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'agp' (string) pci.subsys_vendor_id = 0 (0x0) (int) pci.subsys_product_id = 0 (0x0) (int) pci.vendor_id = 32902 (0x8086) (int) pci.product_id = 29072 (0x7190) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 0 (0x0) (int) pci.device_class = 6 (0x6) (int) info.bus = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_7190' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/pci_8086_7110' pci.product = '82371AB/EB/MB PIIX4 ISA' (string) info.product = '82371AB/EB/MB PIIX4 ISA' (string) pci.vendor = 'Intel Corporation' (string) info.vendor = 'Intel Corporation' (string) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.device = 7 (0x7) (int) pci.freebsd.bus = 0 (0x0) (int) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'isab' (string) pci.subsys_vendor_id = 0 (0x0) (int) pci.subsys_product_id = 0 (0x0) (int) pci.vendor_id = 32902 (0x8086) (int) pci.product_id = 28944 (0x7110) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 1 (0x1) (int) pci.device_class = 6 (0x6) (int) info.bus = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_7110' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/pci_8086_7111' pci.product = '82371AB/EB/MB PIIX4 IDE' (string) info.product = '82371AB/EB/MB PIIX4 IDE' (string) pci.vendor = 'Intel Corporation' (string) info.vendor = 'Intel Corporation' (string) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.freebsd.function = 1 (0x1) (int) pci.freebsd.device = 7 (0x7) (int) pci.freebsd.bus = 0 (0x0) (int) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'atapci' (string) pci.subsys_vendor_id = 0 (0x0) (int) pci.subsys_product_id = 0 (0x0) (int) pci.vendor_id = 32902 (0x8086) (int) pci.product_id = 28945 (0x7111) (int) pci.device_protocol = 128 (0x80) (int) pci.device_subclass = 1 (0x1) (int) pci.device_class = 1 (0x1) (int) info.bus = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_7111' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/ide_host_0' ide_host.number = 0 (0x0) (int) info.bus = 'ide_host' (string) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'ata' (string) info.product = 'ATA channel 0' (string) info.udi = '/org/freedesktop/Hal/devices/ide_host_0' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_7111' (string) udi = '/org/freedesktop/Hal/devices/ide_host_0_scsi_host' info.udi = '/org/freedesktop/Hal/devices/ide_host_0_scsi_host' (string) info.product = 'SCSI Host Adapter' (string) scsi_host.host = 0 (0x0) (int) info.bus = 'scsi_host' (string) info.parent = '/org/freedesktop/Hal/devices/ide_host_0' (string) udi = '/org/freedesktop/Hal/devices/ide_0_0' ide.channel = 0 (0x0) (int) ide.host = 0 (0x0) (int) info.product = 'IDE Device (Master)' (string) info.bus = 'ide' (string) info.udi = '/org/freedesktop/Hal/devices/ide_0_0' (string) info.parent = '/org/freedesktop/Hal/devices/ide_host_0' (string) udi = '/org/freedesktop/Hal/devices/storage_serial_H60486ZC' block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_H60486ZC' (string) info.udi = '/org/freedesktop/Hal/devices/storage_serial_H60486ZC' (string) block.is_volume = false (bool) storage.firmware_revision = 'RA530JN0' (string) storage.serial = 'H60486ZC' (string) info.vendor = 'Maxtor' (string) info.product = 'Maxtor 92049U6' (string) storage.vendor = 'Maxtor' (string) storage.model = 'Maxtor 92049U6' (string) storage.physical_device = '/org/freedesktop/Hal/devices/ide_0_0' (string) storage.no_partitions_hint = false (bool) storage.automount_enabled_hint = true (bool) storage.media_check_enabled = false (bool) storage.hotpluggable = false (bool) storage.requires_eject = false (bool) storage.removable = false (bool) storage.drive_type = 'disk' (string) storage.bus = 'ide' (string) block.minor = 97 (0x61) (int) block.major = 0 (0x0) (int) block.device = '/dev/ad0' (string) info.category = 'storage' (string) info.bus = 'block' (string) info.capabilities = {'block', 'storage'} (string list) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'ad' (string) info.parent = '/org/freedesktop/Hal/devices/ide_0_0' (string) udi = '/org/freedesktop/Hal/devices/volume_part1_size_20419822080' block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_H60486ZC' (string) info.product = 'Volume' (string) info.udi = '/org/freedesktop/Hal/devices/volume_part1_size_20419822080' (string) block.is_volume = true (bool) volume.mount_point = '' (string) volume.is_mounted_read_only = false (bool) volume.is_mounted = false (bool) volume.num_blocks = 39882465 (0x2608ee1) (uint64) volume.size = 20419822080 (0x4c11dc200) (uint64) volume.block_size = 512 (0x200) (uint64) volume.uuid = '' (string) volume.label = '' (string) volume.fstype = '' (string) volume.fsusage = 'partitiontable' (string) volume.ignore = true (bool) volume.is_partition = true (bool) volume.is_disc = false (bool) volume.partition.msdos_part_table_type = 165 (0xa5) (int) volume.partition.number = 1 (0x1) (int) block.minor = 102 (0x66) (int) block.major = 0 (0x0) (int) block.device = '/dev/ad0s1' (string) info.category = 'volume' (string) info.bus = 'block' (string) info.capabilities = {'block', 'volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/storage_serial_H60486ZC' (string) udi = '/org/freedesktop/Hal/devices/volume_size_536870912_0' volume.mount.valid_options = {'ro', 'noexec'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-system-storage-unmount', 'hal-system-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_H60486ZC' (string) info.product = 'Volume (ufs)' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_536870912_0' (string) block.is_volume = true (bool) volume.mount_point = '/' (string) volume.is_mounted_read_only = false (bool) volume.is_mounted = true (bool) volume.num_blocks = 1048576 (0x100000) (uint64) volume.size = 536870912 (0x20000000) (uint64) volume.block_size = 512 (0x200) (uint64) volume.uuid = '' (string) volume.label = '' (string) volume.fsversion = '2' (string) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.ignore = false (bool) volume.is_partition = false (bool) volume.is_disc = false (bool) block.minor = 104 (0x68) (int) block.major = 0 (0x0) (int) block.device = '/dev/ad0s1a' (string) info.category = 'volume' (string) info.bus = 'block' (string) info.capabilities = {'block', 'volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_part1_size_20419822080' (string) udi = '/org/freedesktop/Hal/devices/volume_size_510574592' block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_H60486ZC' (string) info.product = 'Volume' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_510574592' (string) block.is_volume = true (bool) volume.mount_point = '' (string) volume.is_mounted_read_only = false (bool) volume.is_mounted = false (bool) volume.num_blocks = 997216 (0xf3760) (uint64) volume.size = 510574592 (0x1e6ec000) (uint64) volume.block_size = 512 (0x200) (uint64) volume.uuid = '' (string) volume.label = '' (string) volume.fstype = '' (string) volume.fsusage = 'other' (string) volume.ignore = true (bool) volume.is_partition = false (bool) volume.is_disc = false (bool) block.minor = 105 (0x69) (int) block.major = 0 (0x0) (int) block.device = '/dev/ad0s1b' (string) info.category = 'volume' (string) info.bus = 'block' (string) info.capabilities = {'block', 'volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_part1_size_20419822080' (string) udi = '/org/freedesktop/Hal/devices/volume_size_1328545792' volume.mount.valid_options = {'ro', 'noexec'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-system-storage-unmount', 'hal-system-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_H60486ZC' (string) info.product = 'Volume (ufs)' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_1328545792' (string) block.is_volume = true (bool) volume.mount_point = '/var' (string) volume.is_mounted_read_only = false (bool) volume.is_mounted = true (bool) volume.num_blocks = 2594816 (0x279800) (uint64) volume.size = 1328545792 (0x4f300000) (uint64) volume.block_size = 512 (0x200) (uint64) volume.uuid = '' (string) volume.label = '' (string) volume.fsversion = '2' (string) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.ignore = false (bool) volume.is_partition = false (bool) volume.is_disc = false (bool) block.minor = 107 (0x6b) (int) block.major = 0 (0x0) (int) block.device = '/dev/ad0s1d' (string) info.category = 'volume' (string) info.bus = 'block' (string) info.capabilities = {'block', 'volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_part1_size_20419822080' (string) udi = '/org/freedesktop/Hal/devices/volume_size_536870912' volume.mount.valid_options = {'ro', 'noexec'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-system-storage-unmount', 'hal-system-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_H60486ZC' (string) info.product = 'Volume (ufs)' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_536870912' (string) block.is_volume = true (bool) volume.mount_point = '/tmp' (string) volume.is_mounted_read_only = false (bool) volume.is_mounted = true (bool) volume.num_blocks = 1048576 (0x100000) (uint64) volume.size = 536870912 (0x20000000) (uint64) volume.block_size = 512 (0x200) (uint64) volume.uuid = '' (string) volume.label = '' (string) volume.fsversion = '2' (string) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.ignore = false (bool) volume.is_partition = false (bool) volume.is_disc = false (bool) block.minor = 108 (0x6c) (int) block.major = 0 (0x0) (int) block.device = '/dev/ad0s1e' (string) info.category = 'volume' (string) info.bus = 'block' (string) info.capabilities = {'block', 'volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_part1_size_20419822080' (string) udi = '/org/freedesktop/Hal/devices/volume_size_17506959872' volume.mount.valid_options = {'ro', 'noexec'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-system-storage-unmount', 'hal-system-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_H60486ZC' (string) info.product = 'Volume (ufs)' (string) info.udi = '/org/freedesktop/Hal/devices/volume_size_17506959872' (string) block.is_volume = true (bool) volume.mount_point = '/usr' (string) volume.is_mounted_read_only = false (bool) volume.is_mounted = true (bool) volume.num_blocks = 34193281 (0x209bf81) (uint64) volume.size = 17506959872 (0x4137f0200) (uint64) volume.block_size = 512 (0x200) (uint64) volume.uuid = '' (string) volume.label = '' (string) volume.fsversion = '2' (string) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.ignore = false (bool) volume.is_partition = false (bool) volume.is_disc = false (bool) block.minor = 109 (0x6d) (int) block.major = 0 (0x0) (int) block.device = '/dev/ad0s1f' (string) info.category = 'volume' (string) info.bus = 'block' (string) info.capabilities = {'block', 'volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_part1_size_20419822080' (string) udi = '/org/freedesktop/Hal/devices/ide_host_1' ide_host.number = 1 (0x1) (int) info.bus = 'ide_host' (string) freebsd.unit = 1 (0x1) (int) freebsd.driver = 'ata' (string) info.product = 'ATA channel 1' (string) info.udi = '/org/freedesktop/Hal/devices/ide_host_1' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_7111' (string) udi = '/org/freedesktop/Hal/devices/ide_host_1_scsi_host' info.udi = '/org/freedesktop/Hal/devices/ide_host_1_scsi_host' (string) info.product = 'SCSI Host Adapter' (string) scsi_host.host = 1 (0x1) (int) info.bus = 'scsi_host' (string) info.parent = '/org/freedesktop/Hal/devices/ide_host_1' (string) udi = '/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0_0' info.udi = '/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0_0' (string) scsi.type = 'cdrom' (string) scsi.model = 'DVD-ROM GD-5000' (string) scsi.vendor = 'HITACHI' (string) info.vendor = 'HITACHI' (string) info.product = 'SCSI Device' (string) scsi.lun = 0 (0x0) (int) scsi.target = 1 (0x1) (int) scsi.bus = 1 (0x1) (int) scsi.host = 1 (0x1) (int) info.bus = 'scsi' (string) info.parent = '/org/freedesktop/Hal/devices/ide_host_1_scsi_host' (string) udi = '/org/freedesktop/Hal/devices/temp/41' info.udi = '/org/freedesktop/Hal/devices/ignored-device' (string) info.ignore = true (bool) storage.lun = 0 (0x0) (int) storage.firmware_revision = '0212' (string) info.product = 'Ignored Device' (string) info.vendor = 'HITACHI' (string) storage.cdrom.write_speed = 0 (0x0) (int) storage.cdrom.read_speed = 0 (0x0) (int) storage.cdrom.support_media_changed = false (bool) storage.cdrom.hddvdrw = false (bool) storage.cdrom.hddvdr = false (bool) storage.cdrom.hddvd = false (bool) storage.cdrom.bdre = false (bool) storage.cdrom.bdr = false (bool) storage.cdrom.bd = false (bool) storage.cdrom.dvdplusrwdl = false (bool) storage.cdrom.dvdplusrdl = false (bool) storage.cdrom.dvdplusrw = false (bool) storage.cdrom.dvdplusr = false (bool) storage.cdrom.dvdram = false (bool) storage.cdrom.dvdrw = false (bool) storage.cdrom.dvdr = false (bool) storage.cdrom.dvd = false (bool) storage.cdrom.cdrw = false (bool) storage.cdrom.cdr = false (bool) storage.vendor = 'HITACHI' (string) storage.model = 'DVD-ROM GD-5000' (string) storage.physical_device = '/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0_0' (string) storage.no_partitions_hint = true (bool) storage.automount_enabled_hint = true (bool) storage.media_check_enabled = true (bool) storage.hotpluggable = false (bool) storage.requires_eject = true (bool) storage.removable = true (bool) storage.drive_type = 'cdrom' (string) storage.bus = 'scsi' (string) block.minor = 111 (0x6f) (int) block.major = 0 (0x0) (int) block.device = '/dev/cd1' (string) info.bus = 'block' (string) freebsd.unit = 1 (0x1) (int) freebsd.driver = 'cd' (string) info.parent = '/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0_0' (string) udi = '/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0' info.udi = '/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0' (string) scsi.type = 'cdrom' (string) scsi.model = 'COMBO48XMAX' (string) scsi.vendor = 'ATAPI' (string) info.vendor = 'ATAPI' (string) info.product = 'SCSI Device' (string) scsi.lun = 0 (0x0) (int) scsi.target = 0 (0x0) (int) scsi.bus = 1 (0x1) (int) scsi.host = 1 (0x1) (int) info.bus = 'scsi' (string) info.parent = '/org/freedesktop/Hal/devices/ide_host_1_scsi_host' (string) udi = '/org/freedesktop/Hal/devices/temp/39' info.udi = '/org/freedesktop/Hal/devices/ignored-device' (string) info.ignore = true (bool) storage.lun = 0 (0x0) (int) storage.firmware_revision = '1.20' (string) info.product = 'Ignored Device' (string) info.vendor = 'ATAPI' (string) storage.cdrom.write_speed = 0 (0x0) (int) storage.cdrom.read_speed = 0 (0x0) (int) storage.cdrom.support_media_changed = false (bool) storage.cdrom.hddvdrw = false (bool) storage.cdrom.hddvdr = false (bool) storage.cdrom.hddvd = false (bool) storage.cdrom.bdre = false (bool) storage.cdrom.bdr = false (bool) storage.cdrom.bd = false (bool) storage.cdrom.dvdplusrwdl = false (bool) storage.cdrom.dvdplusrdl = false (bool) storage.cdrom.dvdplusrw = false (bool) storage.cdrom.dvdplusr = false (bool) storage.cdrom.dvdram = false (bool) storage.cdrom.dvdrw = false (bool) storage.cdrom.dvdr = false (bool) storage.cdrom.dvd = false (bool) storage.cdrom.cdrw = false (bool) storage.cdrom.cdr = false (bool) storage.vendor = 'ATAPI' (string) storage.model = 'COMBO48XMAX' (string) storage.physical_device = '/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0' (string) storage.no_partitions_hint = true (bool) storage.automount_enabled_hint = true (bool) storage.media_check_enabled = true (bool) storage.hotpluggable = false (bool) storage.requires_eject = true (bool) storage.removable = true (bool) storage.drive_type = 'cdrom' (string) storage.bus = 'scsi' (string) block.minor = 110 (0x6e) (int) block.major = 0 (0x0) (int) block.device = '/dev/cd0' (string) info.bus = 'block' (string) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'cd' (string) info.parent = '/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0' (string) udi = '/org/freedesktop/Hal/devices/ide_1_1' ide.channel = 1 (0x1) (int) ide.host = 1 (0x1) (int) info.product = 'IDE Device (Slave)' (string) info.bus = 'ide' (string) info.udi = '/org/freedesktop/Hal/devices/ide_1_1' (string) info.parent = '/org/freedesktop/Hal/devices/ide_host_1' (string) udi = '/org/freedesktop/Hal/devices/storage_model_HITACHI_DVD_ROM_GD_5000' info.addons = {'hald-addon-storage'} (string list) block.storage_device = '/org/freedesktop/Hal/devices/storage_model_HITACHI_DVD_ROM_GD_5000' (string) info.udi = '/org/freedesktop/Hal/devices/storage_model_HITACHI_DVD_ROM_GD_5000' (string) block.is_volume = false (bool) storage.firmware_revision = '0212' (string) storage.cdrom.write_speed = 0 (0x0) (int) storage.cdrom.read_speed = 7056 (0x1b90) (int) storage.cdrom.support_media_changed = false (bool) storage.cdrom.hddvdrw = false (bool) storage.cdrom.hddvdr = false (bool) storage.cdrom.hddvd = false (bool) storage.cdrom.bdre = false (bool) storage.cdrom.bdr = false (bool) storage.cdrom.bd = false (bool) storage.cdrom.dvdplusrwdl = false (bool) storage.cdrom.dvdplusrdl = false (bool) storage.cdrom.dvdplusrw = false (bool) storage.cdrom.dvdplusr = false (bool) storage.cdrom.dvdram = false (bool) storage.cdrom.dvdrw = false (bool) storage.cdrom.dvdr = false (bool) storage.cdrom.dvd = true (bool) storage.cdrom.cdrw = false (bool) storage.cdrom.cdr = false (bool) info.vendor = 'HITACHI' (string) info.product = 'HITACHI DVD-ROM GD-5000' (string) storage.vendor = 'HITACHI' (string) storage.model = 'HITACHI DVD-ROM GD-5000' (string) storage.physical_device = '/org/freedesktop/Hal/devices/ide_1_1' (string) storage.no_partitions_hint = true (bool) storage.automount_enabled_hint = true (bool) storage.media_check_enabled = true (bool) storage.hotpluggable = false (bool) storage.requires_eject = true (bool) storage.removable = true (bool) storage.drive_type = 'cdrom' (string) storage.bus = 'ide' (string) block.minor = 101 (0x65) (int) block.major = 0 (0x0) (int) block.device = '/dev/acd1' (string) info.category = 'storage.cdrom' (string) info.bus = 'block' (string) info.capabilities = {'block', 'storage', 'storage.cdrom'} (string list) freebsd.unit = 1 (0x1) (int) freebsd.driver = 'acd' (string) info.parent = '/org/freedesktop/Hal/devices/ide_1_1' (string) udi = '/org/freedesktop/Hal/devices/ide_1_0' ide.channel = 0 (0x0) (int) ide.host = 1 (0x1) (int) info.product = 'IDE Device (Master)' (string) info.bus = 'ide' (string) info.udi = '/org/freedesktop/Hal/devices/ide_1_0' (string) info.parent = '/org/freedesktop/Hal/devices/ide_host_1' (string) udi = '/org/freedesktop/Hal/devices/storage_model_ATAPI_COMBO48XMAX' info.addons = {'hald-addon-storage'} (string list) block.storage_device = '/org/freedesktop/Hal/devices/storage_model_ATAPI_COMBO48XMAX' (string) info.udi = '/org/freedesktop/Hal/devices/storage_model_ATAPI_COMBO48XMAX' (string) block.is_volume = false (bool) storage.firmware_revision = 'VER 1.20' (string) storage.cdrom.write_speed = 8450 (0x2102) (int) storage.cdrom.read_speed = 7042 (0x1b82) (int) storage.cdrom.support_media_changed = false (bool) storage.cdrom.hddvdrw = false (bool) storage.cdrom.hddvdr = false (bool) storage.cdrom.hddvd = false (bool) storage.cdrom.bdre = false (bool) storage.cdrom.bdr = false (bool) storage.cdrom.bd = false (bool) storage.cdrom.dvdplusrwdl = false (bool) storage.cdrom.dvdplusrdl = false (bool) storage.cdrom.dvdplusrw = false (bool) storage.cdrom.dvdplusr = false (bool) storage.cdrom.dvdram = false (bool) storage.cdrom.dvdrw = false (bool) storage.cdrom.dvdr = false (bool) storage.cdrom.dvd = true (bool) storage.cdrom.cdrw = true (bool) storage.cdrom.cdr = true (bool) info.vendor = 'ATAPI' (string) info.product = 'ATAPI COMBO48XMAX' (string) storage.vendor = 'ATAPI' (string) storage.model = 'ATAPI COMBO48XMAX' (string) storage.physical_device = '/org/freedesktop/Hal/devices/ide_1_0' (string) storage.no_partitions_hint = true (bool) storage.automount_enabled_hint = true (bool) storage.media_check_enabled = true (bool) storage.hotpluggable = false (bool) storage.requires_eject = true (bool) storage.removable = true (bool) storage.drive_type = 'cdrom' (string) storage.bus = 'ide' (string) block.minor = 98 (0x62) (int) block.major = 0 (0x0) (int) block.device = '/dev/acd0' (string) info.category = 'storage.cdrom' (string) info.bus = 'block' (string) info.capabilities = {'block', 'storage', 'storage.cdrom'} (string list) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'acd' (string) info.parent = '/org/freedesktop/Hal/devices/ide_1_0' (string) udi = '/org/freedesktop/Hal/devices/pci_8086_7112' pci.product = '82371AB/EB/MB PIIX4 USB' (string) info.product = '82371AB/EB/MB PIIX4 USB' (string) pci.vendor = 'Intel Corporation' (string) info.vendor = 'Intel Corporation' (string) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.freebsd.function = 2 (0x2) (int) pci.freebsd.device = 7 (0x7) (int) pci.freebsd.bus = 0 (0x0) (int) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'uhci' (string) pci.subsys_vendor_id = 0 (0x0) (int) pci.subsys_product_id = 0 (0x0) (int) pci.vendor_id = 32902 (0x8086) (int) pci.product_id = 28946 (0x7112) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 3 (0x3) (int) pci.device_class = 12 (0xc) (int) info.bus = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_7112' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial' info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial' (string) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'uhub' (string) usb_device.num_interfaces = 1 (0x1) (int) usb_device.can_wake_up = false (bool) usb_device.vendor = 'Intel' (string) usb_device.product = 'UHCI root hub' (string) usb_device.device_revision_bcd = 256 (0x100) (int) usb_device.vendor_id = 0 (0x0) (int) usb_device.product_id = 0 (0x0) (int) usb_device.version_bcd = 256 (0x100) (int) usb_device.speed_bcd = 4608 (0x1200) (int) usb_device.port_number = 1 (0x1) (int) usb_device.num_ports = 2 (0x2) (int) usb_device.max_power = 0 (0x0) (int) usb_device.is_self_powered = true (bool) usb_device.device_protocol = 0 (0x0) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.device_class = 9 (0x9) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.configuration_value = 1 (0x1) (int) usb_device.bus_number = 0 (0x0) (int) info.vendor = 'Intel' (string) info.product = 'UHCI root hub' (string) info.bus = 'usb_device' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_7112' (string) udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_if0' info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_if0' (string) usb.interface.number = 0 (0x0) (int) usb.interface.protocol = 0 (0x0) (int) usb.interface.subclass = 0 (0x0) (int) usb.interface.class = 9 (0x9) (int) info.product = 'USB Hub Interface' (string) usb.bus_number = 0 (0x0) (int) usb.configuration_value = 1 (0x1) (int) usb.num_configurations = 1 (0x1) (int) usb.device_class = 9 (0x9) (int) usb.device_subclass = 0 (0x0) (int) usb.device_protocol = 0 (0x0) (int) usb.is_self_powered = true (bool) usb.max_power = 0 (0x0) (int) usb.num_ports = 2 (0x2) (int) usb.port_number = 1 (0x1) (int) usb.speed_bcd = 4608 (0x1200) (int) usb.version_bcd = 256 (0x100) (int) usb.product_id = 0 (0x0) (int) usb.vendor_id = 0 (0x0) (int) usb.device_revision_bcd = 256 (0x100) (int) usb.product = 'USB Hub Interface' (string) usb.vendor = 'Intel' (string) usb.can_wake_up = false (bool) usb.num_interfaces = 1 (0x1) (int) info.bus = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial' (string) udi = '/org/freedesktop/Hal/devices/pci_8086_7113' pci.product = '82371AB/EB/MB PIIX4 ACPI' (string) info.product = '82371AB/EB/MB PIIX4 ACPI' (string) pci.vendor = 'Intel Corporation' (string) info.vendor = 'Intel Corporation' (string) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.freebsd.function = 3 (0x3) (int) pci.freebsd.device = 7 (0x7) (int) pci.freebsd.bus = 0 (0x0) (int) pci.subsys_vendor_id = 0 (0x0) (int) pci.subsys_product_id = 0 (0x0) (int) pci.vendor_id = 32902 (0x8086) (int) pci.product_id = 28947 (0x7113) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 128 (0x80) (int) pci.device_class = 6 (0x6) (int) info.bus = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_7113' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/pci_1102_0002' pci.subsys_product = 'CT4780 SBLive! Value' (string) pci.subsys_vendor = 'Creative Labs' (string) pci.product = 'SB Live! EMU10k1' (string) info.product = 'SB Live! EMU10k1' (string) pci.vendor = 'Creative Labs' (string) info.vendor = 'Creative Labs' (string) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.device = 14 (0xe) (int) pci.freebsd.bus = 0 (0x0) (int) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'pcm' (string) pci.subsys_vendor_id = 4354 (0x1102) (int) pci.subsys_product_id = 32802 (0x8022) (int) pci.vendor_id = 4354 (0x1102) (int) pci.product_id = 2 (0x2) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 1 (0x1) (int) pci.device_class = 4 (0x4) (int) info.bus = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_1102_0002' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/pci_1102_0002_oss_mixer_0' info.udi = '/org/freedesktop/Hal/devices/pci_1102_0002_oss_mixer_0' (string) oss.device_file = '/dev/mixer0' (string) oss.card_id = 'snd_emu10k1 (4p/2r/0v channels duplex default)' (string) oss.device = 0 (0x0) (int) oss.card = 0 (0x0) (int) oss.type = 'mixer' (string) info.capabilities = {'oss'} (string list) info.category = 'oss' (string) oss.device_id = 'SB Live! EMU10k1 (mixer)' (string) info.product = 'SB Live! EMU10k1 (mixer)' (string) oss.physical_device = '/org/freedesktop/Hal/devices/pci_1102_0002' (string) info.parent = '/org/freedesktop/Hal/devices/pci_1102_0002' (string) udi = '/org/freedesktop/Hal/devices/pci_1102_0002_oss_pcm_0' info.udi = '/org/freedesktop/Hal/devices/pci_1102_0002_oss_pcm_0' (string) oss.device_file = '/dev/dsp0' (string) oss.card_id = 'snd_emu10k1 (4p/2r/0v channels duplex default)' (string) oss.device = 0 (0x0) (int) oss.card = 0 (0x0) (int) oss.type = 'pcm' (string) info.capabilities = {'oss'} (string list) info.category = 'oss' (string) oss.device_id = 'SB Live! EMU10k1 (pcm)' (string) info.product = 'SB Live! EMU10k1 (pcm)' (string) oss.physical_device = '/org/freedesktop/Hal/devices/pci_1102_0002' (string) info.parent = '/org/freedesktop/Hal/devices/pci_1102_0002' (string) udi = '/org/freedesktop/Hal/devices/pci_1102_7002' pci.subsys_product = 'Gameport Joystick' (string) pci.subsys_vendor = 'Creative Labs' (string) pci.product = 'SB Live! Game Port' (string) info.product = 'SB Live! Game Port' (string) pci.vendor = 'Creative Labs' (string) info.vendor = 'Creative Labs' (string) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.freebsd.function = 1 (0x1) (int) pci.freebsd.device = 14 (0xe) (int) pci.freebsd.bus = 0 (0x0) (int) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'emujoy' (string) pci.subsys_vendor_id = 4354 (0x1102) (int) pci.subsys_product_id = 32 (0x20) (int) pci.vendor_id = 4354 (0x1102) (int) pci.product_id = 28674 (0x7002) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 128 (0x80) (int) pci.device_class = 9 (0x9) (int) info.bus = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_1102_7002' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/pci_10ec_8139' pci.subsys_product = 'RT8139' (string) pci.subsys_vendor = 'Realtek Semiconductor Co., Ltd.' (string) pci.product = 'RTL-8139/8139C/8139C+' (string) info.product = 'RTL-8139/8139C/8139C+' (string) pci.vendor = 'Realtek Semiconductor Co., Ltd.' (string) info.vendor = 'Realtek Semiconductor Co., Ltd.' (string) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.device = 15 (0xf) (int) pci.freebsd.bus = 0 (0x0) (int) freebsd.unit = 0 (0x0) (int) freebsd.driver = 'rl' (string) pci.subsys_vendor_id = 4332 (0x10ec) (int) pci.subsys_product_id = 33081 (0x8139) (int) pci.vendor_id = 4332 (0x10ec) (int) pci.product_id = 33081 (0x8139) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 0 (0x0) (int) pci.device_class = 2 (0x2) (int) info.bus = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_10ec_8139' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/net_00_08_54_06_1a_37' net.80203.link = true (bool) net.interface_up = true (bool) net.80203.mac_address = 35769424439 (0x854061a37) (uint64) info.category = 'net.80203' (string) net.arp_proto_hw_id = 1 (0x1) (int) net.media = 'Ethernet autoselect (100baseTX )' (string) net.physical_device = '/org/freedesktop/Hal/devices/pci_10ec_8139' (string) net.interface = 'rl0' (string) net.address = '00:08:54:06:1a:37' (string) info.capabilities = {'net', 'net.80203'} (string list) info.product = 'Networking Interface' (string) info.udi = '/org/freedesktop/Hal/devices/net_00_08_54_06_1a_37' (string) info.parent = '/org/freedesktop/Hal/devices/pci_10ec_8139' (string) udi = '/org/freedesktop/Hal/devices/pci_12b9_1006' pci.subsys_vendor = '3Com Corp, Modem Division' (string) pci.product = 'WinModem' (string) info.product = 'WinModem' (string) pci.vendor = '3Com Corp, Modem Division' (string) info.vendor = '3Com Corp, Modem Division' (string) pci.freebsd.secondary_bus = 128 (0x80) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.device = 16 (0x10) (int) pci.freebsd.bus = 0 (0x0) (int) pci.subsys_vendor_id = 4793 (0x12b9) (int) pci.subsys_product_id = 123 (0x7b) (int) pci.vendor_id = 4793 (0x12b9) (int) pci.product_id = 4102 (0x1006) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 128 (0x80) (int) pci.device_class = 7 (0x7) (int) info.bus = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_12b9_1006' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/pci_8086_7191' pci.product = '440BX/ZX/DX - 82443BX/ZX/DX AGP bridge' (string) info.product = '440BX/ZX/DX - 82443BX/ZX/DX AGP bridge' (string) pci.vendor = 'Intel Corporation' (string) info.vendor = 'Intel Corporation' (string) pci.freebsd.secondary_bus = 1 (0x1) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.device = 1 (0x1) (int) pci.freebsd.bus = 0 (0x0) (int) freebsd.unit = 1 (0x1) (int) freebsd.driver = 'pcib' (string) pci.subsys_vendor_id = 0 (0x0) (int) pci.subsys_product_id = 0 (0x0) (int) pci.vendor_id = 32902 (0x8086) (int) pci.product_id = 29073 (0x7191) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 4 (0x4) (int) pci.device_class = 6 (0x6) (int) info.bus = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_8086_7191' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) udi = '/org/freedesktop/Hal/devices/pci_10de_002d' pci.subsys_vendor = 'nVidia Corporation' (string) pci.product = 'NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]' (string) info.product = 'NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]' (string) pci.vendor = 'nVidia Corporation' (string) info.vendor = 'nVidia Corporation' (string) pci.freebsd.secondary_bus = 0 (0x0) (int) pci.freebsd.function = 0 (0x0) (int) pci.freebsd.device = 0 (0x0) (int) pci.freebsd.bus = 1 (0x1) (int) pci.subsys_vendor_id = 4318 (0x10de) (int) pci.subsys_product_id = 1 (0x1) (int) pci.vendor_id = 4318 (0x10de) (int) pci.product_id = 45 (0x2d) (int) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 0 (0x0) (int) pci.device_class = 3 (0x3) (int) info.bus = 'pci' (string) info.udi = '/org/freedesktop/Hal/devices/pci_10de_002d' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_7191' (string) Dumped 45 device(s) from the Global Device List. ------------------------------------------------ > sysctl -b kern.geom.conftxt 0 DISK cd1 0 2048 hd 0 sc 0 0 DISK cd0 411140096 2048 hd 0 sc 0 0 DISK ad0 20419854336 512 hd 16 sc 63 1 MBR ad0s1 20419822080 512 i 0 o 32256 ty 165 2 BSD ad0s1f 17506959872 512 i 5 o 2912862208 ty 7 2 BSD ad0s1e 536870912 512 i 4 o 2375991296 ty 7 2 BSD ad0s1d 1328545792 512 i 3 o 1047445504 ty 7 2 BSD ad0s1c 20419822080 512 i 2 o 0 ty 0 2 BSD ad0s1b 510574592 512 i 1 o 536870912 ty 1 2 BSD ad0s1a 536870912 512 i 0 o 0 ty 7 > cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1e /tmp ufs rw 2 2 /dev/ad0s1f /usr ufs rw 2 2 /dev/ad0s1d /var ufs rw 2 2 /dev/acd0 /usr/home/thiago/cdrom cd9660 ro,noauto 0 0 /dev/acd1 /usr/home/thiago/cdrom1 cd9660 ro,noauto 0 0 > mount /dev/ad0s1a on / (ufs, local) devfs on /dev (devfs, local) /dev/ad0s1e on /tmp (ufs, local, soft-updates) /dev/ad0s1f on /usr (ufs, local, soft-updates) /dev/ad0s1d on /var (ufs, local, soft-updates) > dmesg Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-SECURITY #0: Mon Aug 28 05:21:08 UTC 2006 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (701.19-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x383f9ff real memory = 268435456 (256 MB) avail memory = 252391424 (240 MB) kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x8008-0x800b on acpi0 cpu0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xf8000000-0xfbffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1440-0x144f at device 7.1 on pci0 ata0: on atapci0 ata1: on atapci0 uhci0: port 0x1400-0x141f irq 9 at device 7.2 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: at device 7.3 (no driver attached) pcm0: port 0x1420-0x143f irq 10 at device 14.0 on pci0 pcm0: rl0: port 0x1000-0x10ff mem 0xf4000000-0xf40000ff irq 3 at device 15.0 on pci0 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:08:54:06:1a:37 pci0: at device 16.0 (no driver attached) fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A ppc0: port 0x378-0x37b irq 7 on acpi0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc8fff,0xe0000-0xe3fff,0xe4000-0xeffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 701189368 Hz quality 800 Timecounters tick every 1.000 msec ad0: 19473MB at ata0-master UDMA33 acd0: CDRW at ata1-master UDMA33 acd1: DVDROM at ata1-slave PIO4 Trying to mount root from ufs:/dev/ad0s1a cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed cd1 at ata1 bus 0 target 1 lun 0 cd1: Removable CD-ROM SCSI-0 device cd1: 16.000MB/s transfers cd1: Attempt to query device size failed: NOT READY, Medium not present My ports are up to date. -- Thiago Rodrigues Santos From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 06:32:05 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84ED816A403 for ; Wed, 1 Nov 2006 06:32:05 +0000 (UTC) (envelope-from stacey@vickiandstacey.com) Received: from rutherford.zen.co.uk (rutherford.zen.co.uk [212.23.3.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id C436543D6A for ; Wed, 1 Nov 2006 06:32:04 +0000 (GMT) (envelope-from stacey@vickiandstacey.com) Received: from [82.68.31.182] (helo=Demon.vickiandstacey.com) by rutherford.zen.co.uk with esmtp (Exim 4.50) id 1Gf9dq-0001oo-QF; Wed, 01 Nov 2006 06:32:03 +0000 Received: from crom.vickiandstacey.com (crom [192.168.1.10]) by Demon.vickiandstacey.com (8.13.1/8.13.1) with ESMTP id kA16WCte029149; Wed, 1 Nov 2006 06:32:12 GMT (envelope-from stacey@vickiandstacey.com) Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) by crom.vickiandstacey.com (8.13.6/8.13.6) with ESMTP id kA16W1Qv007389; Wed, 1 Nov 2006 06:32:01 GMT (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.13.6/8.13.6/Submit) id kA16VuhE007388; Wed, 1 Nov 2006 06:31:56 GMT (envelope-from stacey) Date: Wed, 1 Nov 2006 06:31:56 +0000 From: Stacey Roberts To: Joe Marcus Clarke Message-ID: <20061101063156.GB895@crom.vickiandstacey.com> Mail-Followup-To: Joe Marcus Clarke , FreeBSD Gnome Team References: <20061031221144.GB943@crom.vickiandstacey.com> <1162348521.79678.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <1162348521.79678.4.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2.2i X-Originating-Rutherford-IP: [82.68.31.182] Cc: FreeBSD Gnome Team Subject: Re: "Volume management not supported" error when attempting to run Removable Drives and Media X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 06:32:05 -0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Joe, Thanks for getting back to me. On Tue, 31 Oct 2006, Joe Marcus Clarke wrote: > On Tue, 2006-10-31 at 22:11 +0000, Stacey Roberts wrote: > > Hello, > > I've recently upgraded this machine to gnome2-2.16.1_2 (as of yesterday= ), and I noticed that > > I get the following error message when attempting to use the menu progr= am Removable Drives > > and Media: > >=20 > > Volume management not supported > >=20 > > The "hald" service is required but not currently running. Enable the se= rvice and rerun this > > application, or contact your system administrator. > >=20 > > Note: You need sysutils/hal installed for volume management to work. > >=20 > > However, checking for what the message informs me I need to have runnin= g, here's what I've > > got installed and running at the time the error was displayed: > >=20 > > # ps waux | grep -i dbus > > stacey 808 0.0 0.1 2060 1524 ?? Is Mon09pm 0:00.11 /usr/= local/bin/dbus-daemon > > --fork --print-pid 8 --print-address 6 > > stacey 807 0.0 0.1 2500 1288 v0 I Mon09pm 0:00.00 dbus-= launch > > --exit-with-session gnome-session > > # ps waux | grep -i hal > > haldaemon 623 0.0 0.3 4572 2924 ?? Ss Mon09pm 0:25.55 /usr/= local/sbin/hald > > root 624 0.0 0.2 3772 2016 ?? I Mon09pm 0:00.05 hald-= runner > > root 640 0.0 0.1 2860 1392 ?? S Mon09pm 0:51.84 hald-= addon-storage: > > /dev/acd0 (hald-addon-storage) > > root 643 0.0 0.1 2860 1332 ?? S Mon09pm 0:28.22 hald-= addon-storage: > > /dev/sa0 (hald-addon-storage) > > root 75329 0.0 0.3 4940 2804 p3 RV+ 9:59pm 0:00.00 grep = -i hal (csh) > > #=20 >=20 > Neither polkitd nor dbus-daemon (in system mode) are running. Kill off > the hald process, then run /usr/local/etc/rc.d/dbus start. You should > see a dbus-daemon process running with a --system argument. If not, > not, you may have a problem with dbus. You can try > running /usr/local/bin/dbus-daemon --system --nofork and see if you get > any errors. >=20 > If dbus-daemon starts up correctly, start up polkitd > with /usr/local/etc/rc.d/polkitd start. If that works, then start hald. > When everything is up, you should be able to run lshal, and actually see > a device list. I got round this in the end., I had some legacy entries in the account's .x= initrc: "exec dbus-launch --exit-with-session gnome-session" that I changed to simply read: "exec gnome-session", rebooted, and this now= that menu application works fine for me now. Thanks again for the assistance. Regards, Stacey >=20 > Joe >=20 > --=20 > PGP Key : http://www.marcuscom.com/pgp.asc --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBRUg/Vtetyy/wI4UpAQGw6AgArAj9SF73pFuC/OAT/ixPUqpJpJan4Fak iM3hSvcdXvEYTIZAEZd1fkTtoHjj34dnwmK/TMfu+FZb2sTeeZh2ItLKeEaS468P aDD8ySms8R0DruJGaPH2husFui3apUjJv/mBzyZD3gmLkMmvlUUsHSy9AXQ1gQq8 OFKvtnYfocpT2xUsXuQp789nXz8kYEzvwBuWT3XCK2ud0XAxkX6RE4zXe+wdSntg /kYuGnBcUQBozM25ns0o1Av8PF2Y8BOIyH8M3GIo83cu/0cb8DMpsm3Ukam3xHN6 6wNP5Gd0NGGe/nZn5pDgUbt4jgcVWPpIHEGBISvio21szTOiSuSiQg== =S/3w -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 07:05:56 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8303C16A403 for ; Wed, 1 Nov 2006 07:05:56 +0000 (UTC) (envelope-from stacey@vickiandstacey.com) Received: from rutherford.zen.co.uk (rutherford.zen.co.uk [212.23.3.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83E5043D5E for ; Wed, 1 Nov 2006 07:05:54 +0000 (GMT) (envelope-from stacey@vickiandstacey.com) Received: from [82.68.31.182] (helo=Demon.vickiandstacey.com) by rutherford.zen.co.uk with esmtp (Exim 4.50) id 1GfAAb-0005a1-5s; Wed, 01 Nov 2006 07:05:53 +0000 Received: from crom.vickiandstacey.com (crom [192.168.1.10]) by Demon.vickiandstacey.com (8.13.1/8.13.1) with ESMTP id kA1761eb029179; Wed, 1 Nov 2006 07:06:01 GMT (envelope-from stacey@vickiandstacey.com) Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) by crom.vickiandstacey.com (8.13.6/8.13.6) with ESMTP id kA175fm2007537; Wed, 1 Nov 2006 07:05:49 GMT (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.13.6/8.13.6/Submit) id kA175f8h007536; Wed, 1 Nov 2006 07:05:41 GMT (envelope-from stacey) Date: Wed, 1 Nov 2006 07:05:41 +0000 From: Stacey Roberts To: Joe Marcus Clarke Message-ID: <20061101070540.GC895@crom.vickiandstacey.com> Mail-Followup-To: Joe Marcus Clarke , FreeBSD Gnome Team References: <20061101001313.GA895@crom.vickiandstacey.com> <1162348556.79678.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="bCsyhTFzCvuiizWE" Content-Disposition: inline In-Reply-To: <1162348556.79678.6.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2.2i X-Originating-Rutherford-IP: [82.68.31.182] Cc: FreeBSD Gnome Team Subject: Re: gnome2-2.16.1_2 upgrade vs tape drive X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 07:05:56 -0000 --bCsyhTFzCvuiizWE Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Joe, Thanks for the response. On Tue, 31 Oct 2006, Joe Marcus Clarke wrote: > On Wed, 2006-11-01 at 00:13 +0000, Stacey Roberts wrote: > > Hello, > > Since upgrading to gnome2-2.16.1_2 yesterday, I've noticed that my tape= backup have > > stopped working. > >=20 > > Checks now reveal that I am no longer able to access the tape device (I= 've done all the > > usual checks on the drive itself), and this has started happening since= I upgraded. > >=20 > > This is what I'm now seeing: > >=20 > > # mt stat > > mt: /dev/nsa0: Device busy > > # > >=20 > > I can see the tape drive okay enough: > > # camcontrol devlist > > at scbus0 target 6 lun 0 (sa0,pass0) > > at scbus2 target 0 lun 0 (pass1,cd0) > > # > >=20 > > I've tried brand new tapes, running cleaning (new ones) tapes through t= he drive, > > rebooting, etc, but I've effectively now no longer got a working tape d= rive. >=20 > Shutdown hald, and see if the problem persists. If it does, it's not a > problem with GNOME. Is there a "shutdown" or "stop" switch to /usr/local/sbin/hald? There's no = manpages or anything I can see.., and wondered if a hard kill is required? Thanks. Regards, Stacey >=20 > Joe >=20 > --=20 > PGP Key : http://www.marcuscom.com/pgp.asc --bCsyhTFzCvuiizWE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBRUhHP9etyy/wI4UpAQHGMQf/b/YlVN1mxNrwOFW5mXUqhUTT+aNTotQe gBXybytT1St/Iihf1oLsotwkjLXM7B3hlTV2nDtFQ1CbqqHQj7PKbuscjgEQSXvK WLQLTaj0fYL54DnW3U25CoZPFfuwf7D+ixLGKzz8hSUsyG/yk5ZF4wmepbLfZxjG +WI2O8MsKn7neTcJ49Gvz28k0AWMTu55yfyXvnXKJ/w0yVqN1X+x3oK1Nj5oBO08 gju/iqtc6zs0by09I1YRFe9zFIMcwuo47XGxyYONraNsbeJjQcYIzyXwWmAw7Ffo E71xP2JlDerkCcbHdQ3glLTYJUHL1fTg4qCTpJu8xA1GciCyPUvJ+Q== =lNVu -----END PGP SIGNATURE----- --bCsyhTFzCvuiizWE-- From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 10:32:26 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2633816A403 for ; Wed, 1 Nov 2006 10:32:26 +0000 (UTC) (envelope-from NT@MILESTONE.DK) Received: from post.milestone.dk (www.milestone.dk [194.255.118.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96BB743D4C for ; Wed, 1 Nov 2006 10:32:25 +0000 (GMT) (envelope-from NT@MILESTONE.DK) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 1 Nov 2006 11:32:23 +0100 Message-ID: <9EE2AB3E13F8844AB35BF44F17268D71909B48@Milestonee.milestone.dk> In-Reply-To: <1162348101.79678.0.camel@shumai.marcuscom.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Gedit crashing on Gnome 2.16 thread-index: Acb9XWh8Jabq/GxwQZyV6+fh/d4PvAAQxgBg From: "Nikolaj Thygesen" To: "Joe Marcus Clarke" Cc: freebsd-gnome@freebsd.org Subject: RE: Gedit crashing on Gnome 2.16 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 10:32:26 -0000 Well, I already did, but the crashes persist, and have done so for a while now. I accidentally rode the Gnome 2.15.* wagon, and the crashes possibly started back then. N :o) -----Original Message----- From: Joe Marcus Clarke [mailto:marcus@marcuscom.com]=20 Sent: 1. november 2006 03:28 To: Nikolaj Thygesen Cc: freebsd-gnome@freebsd.org Subject: Re: Gedit crashing on Gnome 2.16 On Tue, 2006-10-31 at 23:11 +0100, Nikolaj Thygesen wrote: > Hi list >=20 > I've been running Gnome 2.16 for a while, but everytime I close down Gedit it crashes on me with the following message: >=20 > (gedit:39265): Gnome-CRITICAL **: gnome_program_get_app_version: assertion `program !=3D NULL' failed >=20 > Has anyone else experienced this behaviour?? If so, what did you do to fix it?? Upgrade to 2.16.2. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 11:09:01 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B2C916A47B for ; Wed, 1 Nov 2006 11:09:01 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1298743D64 for ; Wed, 1 Nov 2006 11:08:59 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so615405nfc for ; Wed, 01 Nov 2006 03:08:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=kwPCYp/xZCFBVxHv/rCFpg1tsjohsj3iDKkL3honKKgkJg/gTmIqPOcL1amQP/HB3gEJfJc9Jw7jGf7k1EGedl0Rw254fbgYhM1eVJzD7PiBscy/x43i+N0L5BItJmQft+p4Awm4wRurYwK9L4cNkrt/XcrDT+06skgtpWNV2zM= Received: by 10.78.149.15 with SMTP id w15mr8638864hud; Wed, 01 Nov 2006 03:08:58 -0800 (PST) Received: by 10.78.183.17 with HTTP; Wed, 1 Nov 2006 03:08:57 -0800 (PST) Message-ID: Date: Wed, 1 Nov 2006 06:08:57 -0500 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Indigo 23" In-Reply-To: <6f50eac40610311809k4654d04asf121e94fe20468e7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6f50eac40610311809k4654d04asf121e94fe20468e7@mail.gmail.com> X-Google-Sender-Auth: 45c04dfa26772fe7 Cc: julius@finalfuture.de, freebsd-gnome@freebsd.org, Jev , Joe Marcus Clarke , Jeremy Messenger Subject: Re: Firefox 2.0 ready for FreeBSD X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 11:09:01 -0000 On 10/31/06, Indigo 23 wrote: > OK, good news. Firefox 2.0 is now working great. I just have that > 'GTK theme not being applied' bug to deal with now.... > > Thanks. > > By the way, what was wrong with nspr that was making Firefox 2.0 crash > for some of us? > Marcus did the work in nspr, and here is the commit message. Modified files: devel/nspr Makefile Log: Work around the improperly defined libc stub for pthread_cond_wait(3) which exists in FreeBSD prior August 7, 2006. Basically, on these versions of FreeBSD, we will call _pthread_cond_wait directly. This isn't perfect, but it will alow Firefox 2.0 to work on 6.1 and 5.5 without people needing to patch libc. > On 10/31/06, Michael Johnson wrote: > > Hey guys, > > > > I think we've found a fix for FreeBSD and Firefox 2.0. > > > > Please download http://www.marcuscom.com/downloads/nspr.diff > > and patch ports/devel/nspr then reinstall nspr and try to run > > Firefox 2.0. Please report back if it works or if you have any problems. > > > > Michael > > > From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 13:58:39 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5115016A4D4; Wed, 1 Nov 2006 13:58:39 +0000 (UTC) (envelope-from scott@sremick.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C8D43D45; Wed, 1 Nov 2006 13:58:38 +0000 (GMT) (envelope-from scott@sremick.net) Received: from db2.internal (db2.internal [10.202.2.12]) by frontend1.messagingengine.com (Postfix) with ESMTP id 91887DBFAE5; Wed, 1 Nov 2006 08:58:37 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by db2.internal (MEProxy); Wed, 01 Nov 2006 08:58:39 -0500 X-Sasl-enc: f5Z5mfbujZCKdao6hnrJtOlYt8ylAnxtXr4IaHBfBbjs 1162389519 Received: from [10.185.6.114] (unknown [65.213.7.6]) by mail.messagingengine.com (Postfix) with ESMTP id 0AE767A1F; Wed, 1 Nov 2006 08:58:38 -0500 (EST) Message-ID: <4548A80C.6080801@sremick.net> Date: Wed, 01 Nov 2006 08:58:36 -0500 From: "Scott I. Remick" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: freebsd-gnome@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Joe Marcus Clarke , Michael Johnson Subject: Re: Firefox 2.0 ready for FreeBSD X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 13:58:39 -0000 Michael Johnson wrote: > Hey guys, > > I think we've found a fix for FreeBSD and Firefox 2.0. > > Please download http://www.marcuscom.com/downloads/nspr.diff > and patch ports/devel/nspr then reinstall nspr and try to run > Firefox 2.0. Please report back if it works or if you have any problems. Ooooh it works! I actually hadn't gotten all the way through upgrading to -STABLE so I had a chance to try this patch on my original system. Firefox loads up now! So happy... thanks for the hard work investigating and fixing! Probably going to upgrade to -STABLE anyhow since I'm so far into the process but thought you'd like the feedback. From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 16:35:59 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21A7016A403 for ; Wed, 1 Nov 2006 16:35:59 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D3243D55 for ; Wed, 1 Nov 2006 16:35:58 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA1Ga24x021832; Wed, 1 Nov 2006 11:36:02 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Nikolaj Thygesen In-Reply-To: <9EE2AB3E13F8844AB35BF44F17268D71909B48@Milestonee.milestone.dk> References: <9EE2AB3E13F8844AB35BF44F17268D71909B48@Milestonee.milestone.dk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-9KOmTjxVClMhDsR2sduc" Organization: MarcusCom, Inc. Date: Wed, 01 Nov 2006 11:35:55 -0500 Message-Id: <1162398955.99384.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: freebsd-gnome@freebsd.org Subject: RE: Gedit crashing on Gnome 2.16 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 16:35:59 -0000 --=-9KOmTjxVClMhDsR2sduc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2006-11-01 at 11:32 +0100, Nikolaj Thygesen wrote: > Well, I already did, but the crashes persist, and have done so for a > while now. I accidentally rode the Gnome 2.15.* wagon, and the crashes > possibly started back then. Then you'll have to get a backtrace with symbols since I cannot reproduce. Joe >=20 > N :o) >=20 > -----Original Message----- > From: Joe Marcus Clarke [mailto:marcus@marcuscom.com]=20 > Sent: 1. november 2006 03:28 > To: Nikolaj Thygesen > Cc: freebsd-gnome@freebsd.org > Subject: Re: Gedit crashing on Gnome 2.16 >=20 > On Tue, 2006-10-31 at 23:11 +0100, Nikolaj Thygesen wrote: > > Hi list > >=20 > > I've been running Gnome 2.16 for a while, but everytime I close > down Gedit it crashes on me with the following message: > >=20 > > (gedit:39265): Gnome-CRITICAL **: gnome_program_get_app_version: > assertion `program !=3D NULL' failed > >=20 > > Has anyone else experienced this behaviour?? If so, what did you do to > fix it?? >=20 > Upgrade to 2.16.2. >=20 > Joe >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-9KOmTjxVClMhDsR2sduc Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFSMzrb2iPiv4Uz4cRAuEyAJ9Li6LSRzcCniBKu76dAaWqMzQciACfUgqZ J0dFBEJm5tnCw4R3ERrTHOU= =Xo19 -----END PGP SIGNATURE----- --=-9KOmTjxVClMhDsR2sduc-- From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 17:03:52 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 896BE16A412; Wed, 1 Nov 2006 17:03:52 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from jim.arved.priv.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9407A43D49; Wed, 1 Nov 2006 17:03:50 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from [192.168.3.25] (minimac.arved.de [192.168.3.25]) by jim.arved.priv.at (8.13.6/8.13.4) with ESMTP id kA1H3adl000531; Wed, 1 Nov 2006 18:03:36 +0100 (CET) (envelope-from arved@FreeBSD.org) In-Reply-To: <1162398924.1286.13.camel@localhost> References: <200611011626.kA1GQWHB018663@freefall.freebsd.org> <1162398924.1286.13.camel@localhost> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed Message-Id: <60E9A56A-A742-469F-AC2A-D5ADE2046191@FreeBSD.org> Content-Transfer-Encoding: quoted-printable From: Tilman Linneweh Date: Wed, 1 Nov 2006 18:03:34 +0100 To: vova@fbsd.ru X-Mailer: Apple Mail (2.752.2) Cc: gnome@FreeBSD.org, Tilman Linneweh , freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/104958: security/ssh_askpass_gtk2 does not work on 7-CURRENT X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 17:03:52 -0000 [ CC to gnome@ because they maintain gtk, maybe they can help ] On Nov 1, 2006, at 17:35, Vladimir Grebenschikov wrote: > =D0=92 =D1=81=D1=80, 01/11/2006 =D0=B2 16:26 +0000, Tilman Linneweh = =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> Synopsis: security/ssh_askpass_gtk2 does not work on 7-CURRENT >> >> State-Changed-From-To: open->feedback >> State-Changed-By: arved >> State-Changed-When: Wed Nov 1 16:21:31 UTC 2006 >> State-Changed-Why: >> Something is wrong on your system, >> ssh_askpass_gtk2 does not even link against libgthread. >> >> Maybe try reinstalling gtk2. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D104958 > > Everything is ok with my gtk, reinstalling does not change anything. > > It is common problem of recent gnome on current, as far as I =20 > understand > - try to search in archives - there number of fixes like mine for that > problem. I have the latest version of glib2 & gtk2 installed, and the .pc file does not list libgthread as dependency, and ssh_askpass_gtk2 works. If your gtk-2. .pc file lists libgthread, it should also list =20 libpthread, so i don't think this is ssh_askpass_gtk2' fault. regards tilman From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 18:15:21 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F56E16A494; Wed, 1 Nov 2006 18:15:21 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.199.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id E228843D5D; Wed, 1 Nov 2006 18:15:18 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-244-81.brutele.be (host-212-68-244-81.brutele.be [212.68.244.81]) by mirapoint3.brutele.be (MOS 3.7.5a-GA) with ESMTP id ABK89651; Wed, 1 Nov 2006 19:15:07 +0100 (CET) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 3520D54E7; Wed, 1 Nov 2006 19:14:57 +0100 (CET) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id C25B873; Wed, 1 Nov 2006 19:14:56 +0100 (CET) Date: Wed, 1 Nov 2006 19:14:56 +0100 From: Jean-Yves Lefort To: Tilman Linneweh Message-Id: <20061101191456.c8a9187a.jylefort@FreeBSD.org> In-Reply-To: <60E9A56A-A742-469F-AC2A-D5ADE2046191@FreeBSD.org> References: <200611011626.kA1GQWHB018663@freefall.freebsd.org> <1162398924.1286.13.camel@localhost> <60E9A56A-A742-469F-AC2A-D5ADE2046191@FreeBSD.org> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Wed__1_Nov_2006_19_14_56_+0100_OmHXLuE/YUx+H5.I" X-Junkmail-Status: score=10/50, host=mirapoint3.brutele.be X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090206.4548E3D3.0034,ss=1,fgs=0, ip=212.68.244.81, so=2006-05-09 23:27:51, dmn=5.2.121/2006-09-27 Cc: gnome@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/104958: security/ssh_askpass_gtk2 does not work on 7-CURRENT X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 18:15:21 -0000 --Signature=_Wed__1_Nov_2006_19_14_56_+0100_OmHXLuE/YUx+H5.I Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Wed, 1 Nov 2006 18:03:34 +0100 Tilman Linneweh wrote: > > [ CC to gnome@ because they maintain gtk, maybe they can help ] > > On Nov 1, 2006, at 17:35, Vladimir Grebenschikov wrote: > > В ср, 01/11/2006 в 16:26 +0000, Tilman Linneweh пишет: > >> Synopsis: security/ssh_askpass_gtk2 does not work on 7-CURRENT > >> > >> State-Changed-From-To: open->feedback > >> State-Changed-By: arved > >> State-Changed-When: Wed Nov 1 16:21:31 UTC 2006 > >> State-Changed-Why: > >> Something is wrong on your system, > >> ssh_askpass_gtk2 does not even link against libgthread. > >> > >> Maybe try reinstalling gtk2. > >> > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=104958 > > > > Everything is ok with my gtk, reinstalling does not change anything. > > > > It is common problem of recent gnome on current, as far as I > > understand > > - try to search in archives - there number of fixes like mine for that > > problem. > > I have the latest version of glib2 & gtk2 installed, and the .pc file > does not list libgthread as dependency, and ssh_askpass_gtk2 works. > > If your gtk-2. .pc file lists libgthread, it should also list > libpthread, so > i don't think this is ssh_askpass_gtk2' fault. The submitter is right. Since the FreeBSD libpthread is lame (applications must link against libpthread if they use a library which itself uses libpthread), we need to add ${PTHREAD_LIBS} to gtk ports. -- Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Wed__1_Nov_2006_19_14_56_+0100_OmHXLuE/YUx+H5.I Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFSOQgyzD7UaO4AGoRAqmeAJwMrRGLUYowZ/WKyTrsHEEKVmu2kQCfRXPb r+jxe/JSn+Z6pLzozBuLKa4= =louX -----END PGP SIGNATURE----- --Signature=_Wed__1_Nov_2006_19_14_56_+0100_OmHXLuE/YUx+H5.I-- From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 18:41:04 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DA9316A47C; Wed, 1 Nov 2006 18:41:04 +0000 (UTC) (envelope-from arved@freebsd.org) Received: from jim.arved.priv.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4CCB43D6E; Wed, 1 Nov 2006 18:41:02 +0000 (GMT) (envelope-from arved@freebsd.org) Received: from mchammer.arved.de (mchammer.arved.de [192.168.3.8]) by jim.arved.priv.at (8.13.6/8.13.4) with ESMTP id kA1IeiN9003407; Wed, 1 Nov 2006 19:40:46 +0100 (CET) (envelope-from arved@freebsd.org) From: Tilman Linneweh Organization: FreeBSD.org To: Jean-Yves Lefort Date: Wed, 1 Nov 2006 19:40:43 +0100 User-Agent: KMail/1.9.4 References: <200611011626.kA1GQWHB018663@freefall.freebsd.org> <60E9A56A-A742-469F-AC2A-D5ADE2046191@FreeBSD.org> <20061101191456.c8a9187a.jylefort@FreeBSD.org> In-Reply-To: <20061101191456.c8a9187a.jylefort@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611011940.43690.arved@freebsd.org> Cc: gnome@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/104958: security/ssh_askpass_gtk2 does not work on 7-CURRENT X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 18:41:04 -0000 * Jean-Yves Lefort [Wednesday, 1. November 2006 19:14 ]: > > If your gtk-2. .pc file lists libgthread, it should also list > > libpthread, so > > i don't think this is ssh_askpass_gtk2' fault. > > The submitter is right. Since the FreeBSD libpthread is lame > (applications must link against libpthread if they use a library which > itself uses libpthread), we need to add ${PTHREAD_LIBS} to gtk ports. So, why isn't it in gtk+-2.0.pc? From owner-freebsd-gnome@FreeBSD.ORG Wed Nov 1 19:34:13 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8192F16A417; Wed, 1 Nov 2006 19:34:13 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from mirapoint7.brutele.be (mirapoint7.brutele.be [212.68.199.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6383543D8E; Wed, 1 Nov 2006 19:32:56 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-244-81.brutele.be (host-212-68-244-81.brutele.be [212.68.244.81]) by mirapoint7.brutele.be (MOS 3.7.5a-GA) with ESMTP id ABC94841; Wed, 1 Nov 2006 20:32:41 +0100 (CET) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id BCE8454E7; Wed, 1 Nov 2006 20:32:36 +0100 (CET) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 1AFC82C; Wed, 1 Nov 2006 20:32:36 +0100 (CET) Date: Wed, 1 Nov 2006 20:32:35 +0100 From: Jean-Yves Lefort To: Tilman Linneweh Message-Id: <20061101203235.269d0b0d.jylefort@FreeBSD.org> In-Reply-To: <200611011940.43690.arved@freebsd.org> References: <200611011626.kA1GQWHB018663@freefall.freebsd.org> <60E9A56A-A742-469F-AC2A-D5ADE2046191@FreeBSD.org> <20061101191456.c8a9187a.jylefort@FreeBSD.org> <200611011940.43690.arved@freebsd.org> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Wed__1_Nov_2006_20_32_35_+0100_=mArx04Ps38iR2Cy" X-Junkmail-Status: score=10/50, host=mirapoint7.brutele.be X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090209.4548F60C.009E,ss=1,fgs=0, ip=212.68.244.81, so=2006-05-09 23:27:51, dmn=5.2.121/2006-09-27 Cc: gnome@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/104958: security/ssh_askpass_gtk2 does not work on 7-CURRENT X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 19:34:13 -0000 --Signature=_Wed__1_Nov_2006_20_32_35_+0100_=mArx04Ps38iR2Cy Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Wed, 1 Nov 2006 19:40:43 +0100 Tilman Linneweh wrote: > * Jean-Yves Lefort [Wednesday, 1. November 2006 19:14 ]: > > > > If your gtk-2. .pc file lists libgthread, it should also list > > > libpthread, so > > > i don't think this is ssh_askpass_gtk2' fault. > > > > The submitter is right. Since the FreeBSD libpthread is lame > > (applications must link against libpthread if they use a library which > > itself uses libpthread), we need to add ${PTHREAD_LIBS} to gtk ports. > > So, why isn't it in gtk+-2.0.pc? No idea. -- Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Wed__1_Nov_2006_20_32_35_+0100_=mArx04Ps38iR2Cy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFSPZTyzD7UaO4AGoRAjTSAJ48EEOOI30yw61mtXJCF1skjjLfmACcCU07 /nFWlRMe0e8/5rM+4nlN6Gg= =JrJE -----END PGP SIGNATURE----- --Signature=_Wed__1_Nov_2006_20_32_35_+0100_=mArx04Ps38iR2Cy-- From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 02:40:31 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF3A16A407; Thu, 2 Nov 2006 02:40:31 +0000 (UTC) (envelope-from "") Received: from builder.freebsd.org (builder.freebsd.org [216.136.204.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F84843D49; Thu, 2 Nov 2006 02:40:31 +0000 (GMT) (envelope-from "") Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.13.4/8.13.4) with ESMTP id kA22eTWN067260; Thu, 2 Nov 2006 02:40:29 GMT Received: (from erwin@localhost) by builder.freebsd.org (8.13.4/8.13.4/Submit) id kA22eSpJ067164; Thu, 2 Nov 2006 02:40:28 GMT Date: Thu, 2 Nov 2006 02:40:28 GMT Message-Id: <200611020240.kA22eSpJ067164@builder.freebsd.org> X-Authentication-Warning: builder.freebsd.org: erwin set sender to <> using -f From: erwin@FreeBSD.org To: ports@FreeBSD.org X-FreeBSD-Chkversion: backwards Cc: gnome@FreeBSD.org, ahze@FreeBSD.org Subject: Ports with version numbers going backwards: www/firefox15 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: erwin@FreeBSD.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 02:40:31 -0000 ** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for more information. Tools that won't work include pkg_version, portupgrade and portaudit. A common error is an accidental deletion of PORTEPOCH. Please fix any errors as soon as possible. - *www/firefox15* : firefox-1.5.0.7_1,1 < firefox-2.0_1,1 | revision 1.162 | date: 2006/11/01 20:57:32; author: ahze; state: Exp; lines: +16 -21 | - Add firefox15 at version 1.5.0.7 | | Repocopied from: www/firefox | Repocopied by: marcus From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 02:58:33 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B10116A407; Thu, 2 Nov 2006 02:58:33 +0000 (UTC) (envelope-from root@paulbeard.org) Received: from paulbeard.org (dsl001-134-183.sea1.dsl.speakeasy.net [72.1.134.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06FAB43D4C; Thu, 2 Nov 2006 02:58:30 +0000 (GMT) (envelope-from root@paulbeard.org) Received: by paulbeard.org (Postfix, from userid 0) id 1F90110D5A1; Wed, 1 Nov 2006 18:58:27 -0800 (PST) To: FreeBSD-gnats-submit@freebsd.org From: paulbeard@gmail.com Message-Id: <20061102025827.1F90110D5A1@paulbeard.org> Date: Wed, 1 Nov 2006 18:58:27 -0800 (PST) Cc: gnome@FreeBSD.org Subject: guile doesn't build: system too old? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: paulbeard@gmail.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 02:58:33 -0000 X-send-pr-version: 3.113 X-GNATS-Notify: >Submitter-Id: current-users >Originator: paul beard >Organization: none >Confidential: no >Synopsis: guile doesn't build: system too old? >Severity: serious >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 4.11-RELEASE-p12 i386 >Environment: System: FreeBSD red.paulbeard.org 4.11-RELEASE-p12 FreeBSD 4.11-RELEASE-p12 #0: Wed Oct 12 21:28:00 PDT 2005 root@red.paulbeard.org:/usr/obj/usr/src/sys/RED i386 ===> Vulnerability check disabled, database not found ===> Extracting for guile-1.6.8 => MD5 Checksum OK for guile-1.6.8.tar.gz. => SHA256 Checksum OK for guile-1.6.8.tar.gz. cd /opt/ports/lang/guile/work/guile-1.6.8; /bin/chmod u+w libguile/gc.c libguile/mallocs.c libguile/ports.c libguile/smob.c ===> Patching for guile-1.6.8 ===> Applying FreeBSD patches for guile-1.6.8 ===> guile-1.6.8 depends on executable in : gmake - found ===> guile-1.6.8 depends on shared library: ltdl.4 - found ===> Configuring for guile-1.6.8 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for AIX... no checking for library containing strerror... none required checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc checking build system type... i386-portbld-freebsd4.11 checking host system type... i386-portbld-freebsd4.11 checking for a sed that does not truncate output... /usr/local/bin/gsed checking for ld used by cc... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 65536 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... no checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking for an ANSI C-conforming const... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking which extension is used for loadable modules... .so checking which variable specifies run-time library path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for objdir... .libs checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen in -ldl... no checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... unknown checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for error_t... no checking for argz_append... no checking for argz_create_sep... no checking for argz_insert... no checking for argz_next... no checking for argz_stringify... no checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for unistd.h... (cached) yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for string.h... (cached) yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for strcmp... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for makeinfo... yes checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking whether byte ordering is bigendian... no checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for stdint.h... (cached) no checking for inttypes.h... (cached) yes checking for uintptr_t... yes checking for ptrdiff_t... yes checking for long longs... yes checking for long long... yes checking size of long long... 8 checking for void *... yes checking size of void *... 4 checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for assert.h... (cached) yes checking crt_externs.h usability... no checking crt_externs.h presence... no checking for crt_externs.h... no checking io.h usability... no checking io.h presence... no checking for io.h... no checking libc.h usability... no checking libc.h presence... no checking for libc.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for malloc.h... (cached) yes checking for memory.h... (cached) yes checking for string.h... (cached) yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking rxposix.h usability... no checking rxposix.h presence... no checking for rxposix.h... no checking rx/rxposix.h usability... no checking rx/rxposix.h presence... no checking for rx/rxposix.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/stdtypes.h usability... no checking sys/stdtypes.h presence... no checking for sys/stdtypes.h... no checking for sys/types.h... (cached) yes checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking for libc.h... (cached) no checking for unistd.h... (cached) yes checking whether libc.h and unistd.h can be included together... no checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking return type of signal handlers... void checking for mode_t... yes checking for main in -lm... yes checking for gethostbyname... yes checking for connect... yes checking for ctermid... yes checking for ftime... no checking for fchown... yes checking for getcwd... yes checking for geteuid... yes checking for gettimeofday... yes checking for lstat... yes checking for mkdir... yes checking for mknod... yes checking for nice... yes checking for readlink... yes checking for rename... yes checking for rmdir... yes checking for select... yes checking for setegid... yes checking for seteuid... yes checking for setlocale... yes checking for setpgid... yes checking for setsid... yes checking for sigaction... yes checking for siginterrupt... yes checking for strftime... yes checking for strptime... yes checking for symlink... yes checking for sync... yes checking for tcgetpgrp... yes checking for tcsetpgrp... yes checking for times... yes checking for uname... yes checking for waitpid... yes checking for strdup... yes checking for system... yes checking for usleep... yes checking for atexit... yes checking for on_exit... no checking for chown... yes checking for link... yes checking for fcntl... yes checking for ttyname... yes checking for getpwent... yes checking for getgrent... yes checking for kill... yes checking for getppid... yes checking for getpgrp... yes checking for fork... yes checking for setitimer... yes checking for getitimer... yes checking for unsetenv... yes checking for _NSGetEnviron... no checking crypt.h usability... no checking crypt.h presence... no checking for crypt.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for chroot... yes checking for flock... yes checking for getlogin... yes checking for cuserid... no checking for getpriority... yes checking for setpriority... yes checking for getpass... yes checking for sethostname... yes checking for gethostname... yes checking for library containing crypt... -lcrypt checking for strptime declaration... yes checking for sleep declaration... yes checking for usleep declaration... yes checking return type of usleep... int checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking for socketpair... yes checking for getgroups... yes checking for setpwent... yes checking for pause... yes checking for tzset... yes checking for sethostent... yes checking for gethostent... yes checking for endhostent... yes checking for setnetent... yes checking for getnetent... yes checking for endnetent... yes checking for setprotoent... yes checking for getprotoent... yes checking for endprotoent... yes checking for setservent... yes checking for getservent... yes checking for endservent... yes checking for getnetbyaddr... yes checking for getnetbyname... yes checking for inet_lnaof... yes checking for inet_makeaddr... yes checking for inet_netof... yes checking for hstrerror... yes checking for inet_pton... yes checking for inet_ntop... yes checking for struct sockaddr.sin_len... no checking for __libc_stack_end... no checking whether netdb.h declares h_errno... yes checking whether uint32_t is defined... yes checking for working IPv6 support... yes checking whether sockaddr_in6 has sin6_scope_id... yes checking for struct sockaddr_in6.sin6_len... yes checking whether localtime caches TZ... no checking for unistd.h... (cached) yes checking for restartable system calls... yes checking for regcomp... yes checking for inet_aton... yes checking for putenv... yes checking for strerror... yes checking for memmove... (cached) yes checking for mkstemp... yes checking for working alloca.h... no checking for alloca... yes checking for struct stat.st_rdev... yes checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for S_ISLNK in sys/stat.h... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking whether we need POSIX to get struct utimbuf... no checking whether floats fit in longs... yes checking for socklen_t... no checking for struct linger... yes checking for struct timespec... yes checking whether to support threads... qt checking QuickThreads configuration... i386 checking for gawk... (cached) nawk configure: creating ./config.status config.status: creating Makefile config.status: creating am/Makefile config.status: creating libguile/Makefile config.status: creating libguile-ltdl/Makefile config.status: creating libguile-ltdl/upstream/Makefile config.status: creating ice-9/Makefile config.status: creating oop/Makefile config.status: creating oop/goops/Makefile config.status: creating scripts/Makefile config.status: creating srfi/Makefile config.status: creating qt/Makefile config.status: creating qt/qt.h config.status: creating qt/md/Makefile config.status: creating qt/time/Makefile config.status: creating guile-config/Makefile config.status: creating doc/Makefile config.status: creating doc/ref/Makefile config.status: creating doc/tutorial/Makefile config.status: creating doc/goops/Makefile config.status: creating doc/r5rs/Makefile config.status: creating examples/Makefile config.status: creating examples/scripts/Makefile config.status: creating examples/box/Makefile config.status: creating examples/box-module/Makefile config.status: creating examples/box-dynamic/Makefile config.status: creating examples/box-dynamic-module/Makefile config.status: creating examples/modules/Makefile config.status: creating examples/safe/Makefile config.status: creating test-suite/Makefile config.status: creating check-guile config.status: creating guile-tools config.status: creating pre-inst-guile config.status: creating libguile/guile-snarf config.status: creating libguile/guile-doc-snarf config.status: creating libguile/guile-func-name-check config.status: creating libguile/guile-snarf-docs config.status: creating config.h config.status: executing depfiles commands configure: configuring in guile-readline configure: running /bin/sh './configure' --prefix=/usr/local '--with-threads' '--prefix=/usr/local' '--build=i386-portbld-freebsd4.11' 'LDFLAGS=-L/usr/local/lib' 'CFLAGS=-O -pipe ' 'CPPFLAGS=-I/usr/local/include' 'CXX=c++' 'build_alias=i386-portbld-freebsd4.11' 'CC=cc' 'CXXFLAGS= -O -pipe ' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc checking build system type... i386-portbld-freebsd4.11 checking host system type... i386-portbld-freebsd4.11 checking for a sed that does not truncate output... /usr/local/bin/gsed checking for egrep... grep -E checking for ld used by cc... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 65536 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... no checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking for tgoto in -lncurses... yes checking for readline in -lreadline... yes checking for siginterrupt... yes checking for rl_clear_signals... yes checking for rl_cleanup_after_signal... yes checking for rl_filename_completion_function... yes checking for rl_pre_input_hook... yes checking if readline clears SA_RESTART flag for SIGWINCH... no checking for rl_getc_function pointer in readline... yes checking for strdup... yes configure: creating ./config.status config.status: creating Makefile config.status: creating ice-9/Makefile config.status: executing depfiles commands ===> Building for guile-1.6.8 gmake all-recursive gmake[1]: Entering directory `/opt/ports/lang/guile/work/guile-1.6.8' Making all in oop gmake[2]: Entering directory `/opt/ports/lang/guile/work/guile-1.6.8/oop' Making all in goops gmake[3]: Entering directory `/opt/ports/lang/guile/work/guile-1.6.8/oop/goops' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/opt/ports/lang/guile/work/guile-1.6.8/oop/goops' gmake[3]: Entering directory `/opt/ports/lang/guile/work/guile-1.6.8/oop' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/opt/ports/lang/guile/work/guile-1.6.8/oop' gmake[2]: Leaving directory `/opt/ports/lang/guile/work/guile-1.6.8/oop' Making all in qt gmake[2]: Entering directory `/opt/ports/lang/guile/work/guile-1.6.8/qt' Making all in md gmake[3]: Entering directory `/opt/ports/lang/guile/work/guile-1.6.8/qt/md' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/opt/ports/lang/guile/work/guile-1.6.8/qt/md' Making all in time gmake[3]: Entering directory `/opt/ports/lang/guile/work/guile-1.6.8/qt/time' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/opt/ports/lang/guile/work/guile-1.6.8/qt/time' gmake[3]: Entering directory `/opt/ports/lang/guile/work/guile-1.6.8/qt' source='qt.c' object='qt.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o qt.lo qt.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c qt.c -Wp,-MD,.deps/qt.TPlo -fPIC -DPIC -o .libs/qt.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c qt.c -Wp,-MD,.deps/qt.TPlo -o qt.o >/dev/null 2>&1 ln -s ./md/i386.s qtmds.s /bin/sh ../libtool --mode=compile cc -c qtmds.s cc -c qtmds.s -fPIC -DPIC -o .libs/qtmds.o cc -c qtmds.s -o qtmds.o >/dev/null 2>&1 ln -s ./md/null.c qtmdc.c source='qtmdc.c' object='qtmdc.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o qtmdc.lo qtmdc.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c qtmdc.c -Wp,-MD,.deps/qtmdc.TPlo -fPIC -DPIC -o .libs/qtmdc.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c qtmdc.c -Wp,-MD,.deps/qtmdc.TPlo -o qtmdc.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link cc -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -L/usr/local/lib -o libqthreads.la -rpath /usr/local/lib -export-dynamic -no-undefined -version-info 15:1:3 qt.lo qtmds.lo qtmdc.lo -lcrypt -lm cc -shared .libs/qt.o .libs/qtmds.o .libs/qtmdc.o -L/usr/local/lib -lcrypt -lm -Wl,-soname -Wl,libqthreads.so.15 -o .libs/libqthreads.so.15 (cd .libs && rm -f libqthreads.so && ln -s libqthreads.so.15 libqthreads.so) (cd .libs && rm -f libqthreads.so && ln -s libqthreads.so.15 libqthreads.so) ar cru .libs/libqthreads.a qt.o qtmds.o qtmdc.o ranlib .libs/libqthreads.a creating libqthreads.la (cd .libs && rm -f libqthreads.la && ln -s ../libqthreads.la libqthreads.la) gmake[3]: Leaving directory `/opt/ports/lang/guile/work/guile-1.6.8/qt' gmake[2]: Leaving directory `/opt/ports/lang/guile/work/guile-1.6.8/qt' Making all in libguile-ltdl gmake[2]: Entering directory `/opt/ports/lang/guile/work/guile-1.6.8/libguile-ltdl' Making all in upstream gmake[3]: Entering directory `/opt/ports/lang/guile/work/guile-1.6.8/libguile-ltdl/upstream' gmake all-am gmake[4]: Entering directory `/opt/ports/lang/guile/work/guile-1.6.8/libguile-ltdl/upstream' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/opt/ports/lang/guile/work/guile-1.6.8/libguile-ltdl/upstream' gmake[3]: Leaving directory `/opt/ports/lang/guile/work/guile-1.6.8/libguile-ltdl/upstream' gmake[3]: Entering directory `/opt/ports/lang/guile/work/guile-1.6.8/libguile-ltdl' source='guile-ltdl.c' object='guile-ltdl.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I./.. -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o guile-ltdl.lo guile-ltdl.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I./.. -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c guile-ltdl.c -Wp,-MD,.deps/guile-ltdl.TPlo -fPIC -DPIC -o .libs/guile-ltdl.o In file included from raw-ltdl.c:57, from guile-ltdl.c:44: /usr/include/malloc.h:2: warning: #warning "this file includes which is deprecated, use instead" cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I./.. -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c guile-ltdl.c -Wp,-MD,.deps/guile-ltdl.TPlo -o guile-ltdl.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link cc -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -L/usr/local/lib -o libguile-ltdl.la -rpath /usr/local/lib -version-info 1:1:0 -export-dynamic -no-undefined guile-ltdl.lo -lcrypt -lm cc -shared .libs/guile-ltdl.o -L/usr/local/lib -lcrypt -lm -Wl,-soname -Wl,libguile-ltdl.so.1 -o .libs/libguile-ltdl.so.1 (cd .libs && rm -f libguile-ltdl.so && ln -s libguile-ltdl.so.1 libguile-ltdl.so) (cd .libs && rm -f libguile-ltdl.so && ln -s libguile-ltdl.so.1 libguile-ltdl.so) ar cru .libs/libguile-ltdl.a guile-ltdl.o ranlib .libs/libguile-ltdl.a creating libguile-ltdl.la (cd .libs && rm -f libguile-ltdl.la && ln -s ../libguile-ltdl.la libguile-ltdl.la) gmake[3]: Leaving directory `/opt/ports/lang/guile/work/guile-1.6.8/libguile-ltdl' gmake[2]: Leaving directory `/opt/ports/lang/guile/work/guile-1.6.8/libguile-ltdl' Making all in libguile gmake[2]: Entering directory `/opt/ports/lang/guile/work/guile-1.6.8/libguile' Generating libpath.h... rm -f scmconfig.h sed -e 's|\(#define PACKAGE_.*\)|/* do not publish: \1 */|' \ < ../config.h > scmconfig.h.tmp mv scmconfig.h.tmp scmconfig.h sed < ./version.h.in > version.h.tmp \ -e s:@-GUILE_MAJOR_VERSION-@:1: \ -e s:@-GUILE_MINOR_VERSION-@:6: \ -e s:@-GUILE_MICRO_VERSION-@:8: mv version.h.tmp version.h ./guile-snarf -o alist.x alist.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o arbiters.x arbiters.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o async.x async.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o backtrace.x backtrace.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o boolean.x boolean.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o chars.x chars.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o continuations.x continuations.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o debug.x debug.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o deprecation.x deprecation.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o dynl.x dynl.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o dynwind.x dynwind.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o environments.x environments.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o eq.x eq.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o error.x error.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o eval.x eval.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o evalext.x evalext.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o extensions.x extensions.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o feature.x feature.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o fluids.x fluids.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o fports.x fports.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o gc.x gc.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o goops.x goops.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o gsubr.x gsubr.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o guardians.x guardians.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o hash.x hash.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o hashtab.x hashtab.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o hooks.x hooks.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o init.x init.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o ioext.x ioext.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o iselect.x iselect.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o keywords.x keywords.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o lang.x lang.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o list.x list.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o load.x load.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o macros.x macros.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o mallocs.x mallocs.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o modules.x modules.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o numbers.x numbers.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o objects.x objects.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o objprop.x objprop.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o options.x options.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o pairs.x pairs.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o ports.x ports.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o print.x print.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o procprop.x procprop.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o procs.x procs.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o properties.x properties.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o random.x random.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o rdelim.x rdelim.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o read.x read.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o root.x root.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o rw.x rw.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o scmsigs.x scmsigs.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o script.x script.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o simpos.x simpos.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o smob.x smob.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o sort.x sort.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o srcprop.x srcprop.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o stackchk.x stackchk.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o stacks.x stacks.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o stime.x stime.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o strings.x strings.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o strop.x strop.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o strorder.x strorder.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o strports.x strports.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o struct.x struct.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o symbols.x symbols.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o throw.x throw.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o values.x values.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o variable.x variable.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o vectors.x vectors.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o version.x version.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o vports.x vports.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o weaks.x weaks.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o symbols-deprecated.x symbols-deprecated.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o ramap.x ramap.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o unif.x unif.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o filesys.x filesys.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o posix.x posix.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o net_db.x net_db.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o socket.x socket.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o regex-posix.x regex-posix.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ./guile-snarf -o threads.x threads.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing source='c-tokenize.c' object='c-tokenize.o' libtool=no \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c c-tokenize.c /bin/sh ../libtool --tag=CC --mode=link cc -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -L/usr/local/lib -o guile_filter_doc_snarfage c-tokenize.o -lcrypt -lm mkdir .libs cc -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -o guile_filter_doc_snarfage c-tokenize.o -L/usr/local/lib -lcrypt -lm (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check alist.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing alist.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > alist.doc || { rm alist.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check arbiters.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing arbiters.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > arbiters.doc || { rm arbiters.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check async.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing async.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > async.doc || { rm async.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check backtrace.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing backtrace.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > backtrace.doc || { rm backtrace.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check boolean.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing boolean.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > boolean.doc || { rm boolean.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check chars.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing chars.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > chars.doc || { rm chars.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check continuations.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing continuations.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > continuations.doc || { rm continuations.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check debug.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing debug.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > debug.doc || { rm debug.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check dynl.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing dynl.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > dynl.doc || { rm dynl.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check dynwind.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing dynwind.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > dynwind.doc || { rm dynwind.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check environments.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing environments.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > environments.doc || { rm environments.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check eq.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing eq.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > eq.doc || { rm eq.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check error.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing error.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > error.doc || { rm error.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check eval.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing eval.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > eval.doc || { rm eval.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check evalext.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing evalext.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > evalext.doc || { rm evalext.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check extensions.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing extensions.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > extensions.doc || { rm extensions.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check feature.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing feature.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > feature.doc || { rm feature.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check fluids.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing fluids.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > fluids.doc || { rm fluids.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check fports.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing fports.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > fports.doc || { rm fports.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check gc.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing gc.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > gc.doc || { rm gc.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check goops.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing goops.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > goops.doc || { rm goops.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check gsubr.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing gsubr.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > gsubr.doc || { rm gsubr.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check guardians.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing guardians.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > guardians.doc || { rm guardians.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check hash.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing hash.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > hash.doc || { rm hash.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check hashtab.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing hashtab.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > hashtab.doc || { rm hashtab.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check hooks.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing hooks.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > hooks.doc || { rm hooks.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check init.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing init.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > init.doc || { rm init.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check ioext.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ioext.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > ioext.doc || { rm ioext.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check iselect.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing iselect.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > iselect.doc || { rm iselect.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check keywords.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing keywords.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > keywords.doc || { rm keywords.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check lang.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing lang.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > lang.doc || { rm lang.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check list.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing list.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > list.doc || { rm list.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check load.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing load.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > load.doc || { rm load.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check macros.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing macros.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > macros.doc || { rm macros.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check mallocs.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing mallocs.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > mallocs.doc || { rm mallocs.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check modules.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing modules.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > modules.doc || { rm modules.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check numbers.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing numbers.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > numbers.doc || { rm numbers.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check objects.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing objects.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > objects.doc || { rm objects.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check objprop.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing objprop.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > objprop.doc || { rm objprop.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check options.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing options.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > options.doc || { rm options.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check pairs.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing pairs.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > pairs.doc || { rm pairs.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check ports.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ports.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > ports.doc || { rm ports.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check print.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing print.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > print.doc || { rm print.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check procprop.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing procprop.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > procprop.doc || { rm procprop.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check procs.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing procs.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > procs.doc || { rm procs.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check properties.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing properties.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > properties.doc || { rm properties.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check random.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing random.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > random.doc || { rm random.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check rdelim.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing rdelim.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > rdelim.doc || { rm rdelim.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check read.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing read.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > read.doc || { rm read.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check root.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing root.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > root.doc || { rm root.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check rw.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing rw.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > rw.doc || { rm rw.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check scmsigs.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing scmsigs.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > scmsigs.doc || { rm scmsigs.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check script.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing script.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > script.doc || { rm script.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check simpos.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing simpos.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > simpos.doc || { rm simpos.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check smob.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing smob.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > smob.doc || { rm smob.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check sort.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing sort.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > sort.doc || { rm sort.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check srcprop.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing srcprop.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > srcprop.doc || { rm srcprop.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check stackchk.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing stackchk.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > stackchk.doc || { rm stackchk.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check stacks.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing stacks.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > stacks.doc || { rm stacks.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check stime.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing stime.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > stime.doc || { rm stime.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check strings.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing strings.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > strings.doc || { rm strings.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check strop.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing strop.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > strop.doc || { rm strop.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check strorder.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing strorder.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > strorder.doc || { rm strorder.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check strports.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing strports.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > strports.doc || { rm strports.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check struct.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing struct.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > struct.doc || { rm struct.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check symbols.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing symbols.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > symbols.doc || { rm symbols.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check throw.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing throw.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > throw.doc || { rm throw.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check values.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing values.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > values.doc || { rm values.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check variable.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing variable.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > variable.doc || { rm variable.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check vectors.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing vectors.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > vectors.doc || { rm vectors.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check version.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing version.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > version.doc || { rm version.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check vports.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing vports.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > vports.doc || { rm vports.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check weaks.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing weaks.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > weaks.doc || { rm weaks.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check symbols-deprecated.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing symbols-deprecated.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > symbols-deprecated.doc || { rm symbols-deprecated.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check ramap.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ramap.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > ramap.doc || { rm ramap.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check unif.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing unif.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > unif.doc || { rm unif.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check filesys.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing filesys.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > filesys.doc || { rm filesys.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check posix.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing posix.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > posix.doc || { rm posix.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check net_db.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing net_db.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > net_db.doc || { rm net_db.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check socket.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing socket.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > socket.doc || { rm socket.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check regex-posix.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing regex-posix.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > regex-posix.doc || { rm regex-posix.doc; false; } (test -n "" || AWK="nawk"; nawk -f ./guile-func-name-check threads.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing threads.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > threads.doc || { rm threads.doc; false; } source='guile.c' object='guile.o' libtool=no \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c guile.c source='alist.c' object='alist.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o alist.lo alist.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c alist.c -Wp,-MD,.deps/alist.TPlo -fPIC -DPIC -o .libs/alist.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c alist.c -Wp,-MD,.deps/alist.TPlo -o alist.o >/dev/null 2>&1 source='arbiters.c' object='arbiters.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o arbiters.lo arbiters.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c arbiters.c -Wp,-MD,.deps/arbiters.TPlo -fPIC -DPIC -o .libs/arbiters.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c arbiters.c -Wp,-MD,.deps/arbiters.TPlo -o arbiters.o >/dev/null 2>&1 source='async.c' object='async.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o async.lo async.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c async.c -Wp,-MD,.deps/async.TPlo -fPIC -DPIC -o .libs/async.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c async.c -Wp,-MD,.deps/async.TPlo -o async.o >/dev/null 2>&1 source='backtrace.c' object='backtrace.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o backtrace.lo backtrace.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c backtrace.c -Wp,-MD,.deps/backtrace.TPlo -fPIC -DPIC -o .libs/backtrace.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c backtrace.c -Wp,-MD,.deps/backtrace.TPlo -o backtrace.o >/dev/null 2>&1 source='boolean.c' object='boolean.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o boolean.lo boolean.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c boolean.c -Wp,-MD,.deps/boolean.TPlo -fPIC -DPIC -o .libs/boolean.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c boolean.c -Wp,-MD,.deps/boolean.TPlo -o boolean.o >/dev/null 2>&1 source='chars.c' object='chars.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o chars.lo chars.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c chars.c -Wp,-MD,.deps/chars.TPlo -fPIC -DPIC -o .libs/chars.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c chars.c -Wp,-MD,.deps/chars.TPlo -o chars.o >/dev/null 2>&1 source='continuations.c' object='continuations.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o continuations.lo continuations.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c continuations.c -Wp,-MD,.deps/continuations.TPlo -fPIC -DPIC -o .libs/continuations.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c continuations.c -Wp,-MD,.deps/continuations.TPlo -o continuations.o >/dev/null 2>&1 source='debug.c' object='debug.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o debug.lo debug.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c debug.c -Wp,-MD,.deps/debug.TPlo -fPIC -DPIC -o .libs/debug.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c debug.c -Wp,-MD,.deps/debug.TPlo -o debug.o >/dev/null 2>&1 source='deprecation.c' object='deprecation.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o deprecation.lo deprecation.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c deprecation.c -Wp,-MD,.deps/deprecation.TPlo -fPIC -DPIC -o .libs/deprecation.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c deprecation.c -Wp,-MD,.deps/deprecation.TPlo -o deprecation.o >/dev/null 2>&1 source='dynl.c' object='dynl.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o dynl.lo dynl.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c dynl.c -Wp,-MD,.deps/dynl.TPlo -fPIC -DPIC -o .libs/dynl.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c dynl.c -Wp,-MD,.deps/dynl.TPlo -o dynl.o >/dev/null 2>&1 source='dynwind.c' object='dynwind.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o dynwind.lo dynwind.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c dynwind.c -Wp,-MD,.deps/dynwind.TPlo -fPIC -DPIC -o .libs/dynwind.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c dynwind.c -Wp,-MD,.deps/dynwind.TPlo -o dynwind.o >/dev/null 2>&1 source='environments.c' object='environments.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o environments.lo environments.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c environments.c -Wp,-MD,.deps/environments.TPlo -fPIC -DPIC -o .libs/environments.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c environments.c -Wp,-MD,.deps/environments.TPlo -o environments.o >/dev/null 2>&1 source='eq.c' object='eq.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o eq.lo eq.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c eq.c -Wp,-MD,.deps/eq.TPlo -fPIC -DPIC -o .libs/eq.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c eq.c -Wp,-MD,.deps/eq.TPlo -o eq.o >/dev/null 2>&1 source='error.c' object='error.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o error.lo error.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c error.c -Wp,-MD,.deps/error.TPlo -fPIC -DPIC -o .libs/error.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c error.c -Wp,-MD,.deps/error.TPlo -o error.o >/dev/null 2>&1 source='eval.c' object='eval.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o eval.lo eval.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c eval.c -Wp,-MD,.deps/eval.TPlo -fPIC -DPIC -o .libs/eval.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c eval.c -Wp,-MD,.deps/eval.TPlo -o eval.o >/dev/null 2>&1 source='evalext.c' object='evalext.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o evalext.lo evalext.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c evalext.c -Wp,-MD,.deps/evalext.TPlo -fPIC -DPIC -o .libs/evalext.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c evalext.c -Wp,-MD,.deps/evalext.TPlo -o evalext.o >/dev/null 2>&1 source='extensions.c' object='extensions.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o extensions.lo extensions.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c extensions.c -Wp,-MD,.deps/extensions.TPlo -fPIC -DPIC -o .libs/extensions.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c extensions.c -Wp,-MD,.deps/extensions.TPlo -o extensions.o >/dev/null 2>&1 source='feature.c' object='feature.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o feature.lo feature.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c feature.c -Wp,-MD,.deps/feature.TPlo -fPIC -DPIC -o .libs/feature.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c feature.c -Wp,-MD,.deps/feature.TPlo -o feature.o >/dev/null 2>&1 source='fluids.c' object='fluids.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o fluids.lo fluids.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c fluids.c -Wp,-MD,.deps/fluids.TPlo -fPIC -DPIC -o .libs/fluids.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c fluids.c -Wp,-MD,.deps/fluids.TPlo -o fluids.o >/dev/null 2>&1 source='fports.c' object='fports.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o fports.lo fports.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c fports.c -Wp,-MD,.deps/fports.TPlo -fPIC -DPIC -o .libs/fports.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c fports.c -Wp,-MD,.deps/fports.TPlo -o fports.o >/dev/null 2>&1 source='gc.c' object='gc.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o gc.lo gc.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gc.c -Wp,-MD,.deps/gc.TPlo -fPIC -DPIC -o .libs/gc.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gc.c -Wp,-MD,.deps/gc.TPlo -o gc.o >/dev/null 2>&1 source='gc_os_dep.c' object='gc_os_dep.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o gc_os_dep.lo gc_os_dep.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gc_os_dep.c -Wp,-MD,.deps/gc_os_dep.TPlo -fPIC -DPIC -o .libs/gc_os_dep.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gc_os_dep.c -Wp,-MD,.deps/gc_os_dep.TPlo -o gc_os_dep.o >/dev/null 2>&1 source='gdbint.c' object='gdbint.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o gdbint.lo gdbint.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gdbint.c -Wp,-MD,.deps/gdbint.TPlo -fPIC -DPIC -o .libs/gdbint.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gdbint.c -Wp,-MD,.deps/gdbint.TPlo -o gdbint.o >/dev/null 2>&1 source='gh_data.c' object='gh_data.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o gh_data.lo gh_data.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_data.c -Wp,-MD,.deps/gh_data.TPlo -fPIC -DPIC -o .libs/gh_data.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_data.c -Wp,-MD,.deps/gh_data.TPlo -o gh_data.o >/dev/null 2>&1 source='gh_eval.c' object='gh_eval.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o gh_eval.lo gh_eval.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_eval.c -Wp,-MD,.deps/gh_eval.TPlo -fPIC -DPIC -o .libs/gh_eval.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_eval.c -Wp,-MD,.deps/gh_eval.TPlo -o gh_eval.o >/dev/null 2>&1 source='gh_funcs.c' object='gh_funcs.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o gh_funcs.lo gh_funcs.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_funcs.c -Wp,-MD,.deps/gh_funcs.TPlo -fPIC -DPIC -o .libs/gh_funcs.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_funcs.c -Wp,-MD,.deps/gh_funcs.TPlo -o gh_funcs.o >/dev/null 2>&1 source='gh_init.c' object='gh_init.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o gh_init.lo gh_init.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_init.c -Wp,-MD,.deps/gh_init.TPlo -fPIC -DPIC -o .libs/gh_init.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_init.c -Wp,-MD,.deps/gh_init.TPlo -o gh_init.o >/dev/null 2>&1 source='gh_io.c' object='gh_io.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o gh_io.lo gh_io.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_io.c -Wp,-MD,.deps/gh_io.TPlo -fPIC -DPIC -o .libs/gh_io.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_io.c -Wp,-MD,.deps/gh_io.TPlo -o gh_io.o >/dev/null 2>&1 source='gh_list.c' object='gh_list.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o gh_list.lo gh_list.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_list.c -Wp,-MD,.deps/gh_list.TPlo -fPIC -DPIC -o .libs/gh_list.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_list.c -Wp,-MD,.deps/gh_list.TPlo -o gh_list.o >/dev/null 2>&1 source='gh_predicates.c' object='gh_predicates.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o gh_predicates.lo gh_predicates.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_predicates.c -Wp,-MD,.deps/gh_predicates.TPlo -fPIC -DPIC -o .libs/gh_predicates.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_predicates.c -Wp,-MD,.deps/gh_predicates.TPlo -o gh_predicates.o >/dev/null 2>&1 source='goops.c' object='goops.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o goops.lo goops.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c goops.c -Wp,-MD,.deps/goops.TPlo -fPIC -DPIC -o .libs/goops.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c goops.c -Wp,-MD,.deps/goops.TPlo -o goops.o >/dev/null 2>&1 source='gsubr.c' object='gsubr.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o gsubr.lo gsubr.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gsubr.c -Wp,-MD,.deps/gsubr.TPlo -fPIC -DPIC -o .libs/gsubr.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gsubr.c -Wp,-MD,.deps/gsubr.TPlo -o gsubr.o >/dev/null 2>&1 source='guardians.c' object='guardians.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o guardians.lo guardians.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c guardians.c -Wp,-MD,.deps/guardians.TPlo -fPIC -DPIC -o .libs/guardians.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c guardians.c -Wp,-MD,.deps/guardians.TPlo -o guardians.o >/dev/null 2>&1 source='hash.c' object='hash.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o hash.lo hash.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c hash.c -Wp,-MD,.deps/hash.TPlo -fPIC -DPIC -o .libs/hash.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c hash.c -Wp,-MD,.deps/hash.TPlo -o hash.o >/dev/null 2>&1 source='hashtab.c' object='hashtab.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o hashtab.lo hashtab.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c hashtab.c -Wp,-MD,.deps/hashtab.TPlo -fPIC -DPIC -o .libs/hashtab.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c hashtab.c -Wp,-MD,.deps/hashtab.TPlo -o hashtab.o >/dev/null 2>&1 source='hooks.c' object='hooks.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o hooks.lo hooks.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c hooks.c -Wp,-MD,.deps/hooks.TPlo -fPIC -DPIC -o .libs/hooks.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c hooks.c -Wp,-MD,.deps/hooks.TPlo -o hooks.o >/dev/null 2>&1 source='init.c' object='init.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o init.lo init.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c init.c -Wp,-MD,.deps/init.TPlo -fPIC -DPIC -o .libs/init.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c init.c -Wp,-MD,.deps/init.TPlo -o init.o >/dev/null 2>&1 source='ioext.c' object='ioext.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o ioext.lo ioext.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c ioext.c -Wp,-MD,.deps/ioext.TPlo -fPIC -DPIC -o .libs/ioext.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c ioext.c -Wp,-MD,.deps/ioext.TPlo -o ioext.o >/dev/null 2>&1 source='iselect.c' object='iselect.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o iselect.lo iselect.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c iselect.c -Wp,-MD,.deps/iselect.TPlo -fPIC -DPIC -o .libs/iselect.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c iselect.c -Wp,-MD,.deps/iselect.TPlo -o iselect.o >/dev/null 2>&1 source='keywords.c' object='keywords.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o keywords.lo keywords.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c keywords.c -Wp,-MD,.deps/keywords.TPlo -fPIC -DPIC -o .libs/keywords.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c keywords.c -Wp,-MD,.deps/keywords.TPlo -o keywords.o >/dev/null 2>&1 source='lang.c' object='lang.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o lang.lo lang.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c lang.c -Wp,-MD,.deps/lang.TPlo -fPIC -DPIC -o .libs/lang.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c lang.c -Wp,-MD,.deps/lang.TPlo -o lang.o >/dev/null 2>&1 source='list.c' object='list.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o list.lo list.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c list.c -Wp,-MD,.deps/list.TPlo -fPIC -DPIC -o .libs/list.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c list.c -Wp,-MD,.deps/list.TPlo -o list.o >/dev/null 2>&1 source='load.c' object='load.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o load.lo load.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c load.c -Wp,-MD,.deps/load.TPlo -fPIC -DPIC -o .libs/load.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c load.c -Wp,-MD,.deps/load.TPlo -o load.o >/dev/null 2>&1 source='macros.c' object='macros.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o macros.lo macros.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c macros.c -Wp,-MD,.deps/macros.TPlo -fPIC -DPIC -o .libs/macros.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c macros.c -Wp,-MD,.deps/macros.TPlo -o macros.o >/dev/null 2>&1 source='mallocs.c' object='mallocs.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o mallocs.lo mallocs.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c mallocs.c -Wp,-MD,.deps/mallocs.TPlo -fPIC -DPIC -o .libs/mallocs.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c mallocs.c -Wp,-MD,.deps/mallocs.TPlo -o mallocs.o >/dev/null 2>&1 source='modules.c' object='modules.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o modules.lo modules.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c modules.c -Wp,-MD,.deps/modules.TPlo -fPIC -DPIC -o .libs/modules.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c modules.c -Wp,-MD,.deps/modules.TPlo -o modules.o >/dev/null 2>&1 source='numbers.c' object='numbers.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o numbers.lo numbers.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c numbers.c -Wp,-MD,.deps/numbers.TPlo -fPIC -DPIC -o .libs/numbers.o In file included from numbers.c:4390: ../libguile/num2integral.i.c: In function `scm_short2num': ../libguile/num2integral.i.c:91: warning: comparison is always true due to limited range of data type In file included from numbers.c:4398: ../libguile/num2integral.i.c: In function `scm_num2ushort': ../libguile/num2integral.i.c:64: warning: comparison is always true due to limited range of data type cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c numbers.c -Wp,-MD,.deps/numbers.TPlo -o numbers.o >/dev/null 2>&1 source='objects.c' object='objects.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o objects.lo objects.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c objects.c -Wp,-MD,.deps/objects.TPlo -fPIC -DPIC -o .libs/objects.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c objects.c -Wp,-MD,.deps/objects.TPlo -o objects.o >/dev/null 2>&1 source='objprop.c' object='objprop.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o objprop.lo objprop.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c objprop.c -Wp,-MD,.deps/objprop.TPlo -fPIC -DPIC -o .libs/objprop.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c objprop.c -Wp,-MD,.deps/objprop.TPlo -o objprop.o >/dev/null 2>&1 source='options.c' object='options.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o options.lo options.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c options.c -Wp,-MD,.deps/options.TPlo -fPIC -DPIC -o .libs/options.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c options.c -Wp,-MD,.deps/options.TPlo -o options.o >/dev/null 2>&1 source='pairs.c' object='pairs.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o pairs.lo pairs.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c pairs.c -Wp,-MD,.deps/pairs.TPlo -fPIC -DPIC -o .libs/pairs.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c pairs.c -Wp,-MD,.deps/pairs.TPlo -o pairs.o >/dev/null 2>&1 source='ports.c' object='ports.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o ports.lo ports.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c ports.c -Wp,-MD,.deps/ports.TPlo -fPIC -DPIC -o .libs/ports.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c ports.c -Wp,-MD,.deps/ports.TPlo -o ports.o >/dev/null 2>&1 source='print.c' object='print.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o print.lo print.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c print.c -Wp,-MD,.deps/print.TPlo -fPIC -DPIC -o .libs/print.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c print.c -Wp,-MD,.deps/print.TPlo -o print.o >/dev/null 2>&1 source='procprop.c' object='procprop.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o procprop.lo procprop.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c procprop.c -Wp,-MD,.deps/procprop.TPlo -fPIC -DPIC -o .libs/procprop.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c procprop.c -Wp,-MD,.deps/procprop.TPlo -o procprop.o >/dev/null 2>&1 source='procs.c' object='procs.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o procs.lo procs.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c procs.c -Wp,-MD,.deps/procs.TPlo -fPIC -DPIC -o .libs/procs.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c procs.c -Wp,-MD,.deps/procs.TPlo -o procs.o >/dev/null 2>&1 source='properties.c' object='properties.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o properties.lo properties.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c properties.c -Wp,-MD,.deps/properties.TPlo -fPIC -DPIC -o .libs/properties.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c properties.c -Wp,-MD,.deps/properties.TPlo -o properties.o >/dev/null 2>&1 source='random.c' object='random.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o random.lo random.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c random.c -Wp,-MD,.deps/random.TPlo -fPIC -DPIC -o .libs/random.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c random.c -Wp,-MD,.deps/random.TPlo -o random.o >/dev/null 2>&1 source='rdelim.c' object='rdelim.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o rdelim.lo rdelim.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c rdelim.c -Wp,-MD,.deps/rdelim.TPlo -fPIC -DPIC -o .libs/rdelim.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c rdelim.c -Wp,-MD,.deps/rdelim.TPlo -o rdelim.o >/dev/null 2>&1 source='read.c' object='read.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o read.lo read.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c read.c -Wp,-MD,.deps/read.TPlo -fPIC -DPIC -o .libs/read.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c read.c -Wp,-MD,.deps/read.TPlo -o read.o >/dev/null 2>&1 source='root.c' object='root.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o root.lo root.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c root.c -Wp,-MD,.deps/root.TPlo -fPIC -DPIC -o .libs/root.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c root.c -Wp,-MD,.deps/root.TPlo -o root.o >/dev/null 2>&1 source='rw.c' object='rw.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o rw.lo rw.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c rw.c -Wp,-MD,.deps/rw.TPlo -fPIC -DPIC -o .libs/rw.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c rw.c -Wp,-MD,.deps/rw.TPlo -o rw.o >/dev/null 2>&1 source='scmsigs.c' object='scmsigs.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o scmsigs.lo scmsigs.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c scmsigs.c -Wp,-MD,.deps/scmsigs.TPlo -fPIC -DPIC -o .libs/scmsigs.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c scmsigs.c -Wp,-MD,.deps/scmsigs.TPlo -o scmsigs.o >/dev/null 2>&1 source='script.c' object='script.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o script.lo script.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c script.c -Wp,-MD,.deps/script.TPlo -fPIC -DPIC -o .libs/script.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c script.c -Wp,-MD,.deps/script.TPlo -o script.o >/dev/null 2>&1 source='simpos.c' object='simpos.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o simpos.lo simpos.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c simpos.c -Wp,-MD,.deps/simpos.TPlo -fPIC -DPIC -o .libs/simpos.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c simpos.c -Wp,-MD,.deps/simpos.TPlo -o simpos.o >/dev/null 2>&1 source='smob.c' object='smob.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o smob.lo smob.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c smob.c -Wp,-MD,.deps/smob.TPlo -fPIC -DPIC -o .libs/smob.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c smob.c -Wp,-MD,.deps/smob.TPlo -o smob.o >/dev/null 2>&1 source='sort.c' object='sort.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o sort.lo sort.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c sort.c -Wp,-MD,.deps/sort.TPlo -fPIC -DPIC -o .libs/sort.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c sort.c -Wp,-MD,.deps/sort.TPlo -o sort.o >/dev/null 2>&1 source='srcprop.c' object='srcprop.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o srcprop.lo srcprop.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c srcprop.c -Wp,-MD,.deps/srcprop.TPlo -fPIC -DPIC -o .libs/srcprop.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c srcprop.c -Wp,-MD,.deps/srcprop.TPlo -o srcprop.o >/dev/null 2>&1 source='stackchk.c' object='stackchk.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o stackchk.lo stackchk.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stackchk.c -Wp,-MD,.deps/stackchk.TPlo -fPIC -DPIC -o .libs/stackchk.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stackchk.c -Wp,-MD,.deps/stackchk.TPlo -o stackchk.o >/dev/null 2>&1 source='stacks.c' object='stacks.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o stacks.lo stacks.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stacks.c -Wp,-MD,.deps/stacks.TPlo -fPIC -DPIC -o .libs/stacks.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stacks.c -Wp,-MD,.deps/stacks.TPlo -o stacks.o >/dev/null 2>&1 source='stime.c' object='stime.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o stime.lo stime.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stime.c -Wp,-MD,.deps/stime.TPlo -fPIC -DPIC -o .libs/stime.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stime.c -Wp,-MD,.deps/stime.TPlo -o stime.o >/dev/null 2>&1 source='strings.c' object='strings.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o strings.lo strings.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strings.c -Wp,-MD,.deps/strings.TPlo -fPIC -DPIC -o .libs/strings.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strings.c -Wp,-MD,.deps/strings.TPlo -o strings.o >/dev/null 2>&1 source='strop.c' object='strop.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o strop.lo strop.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strop.c -Wp,-MD,.deps/strop.TPlo -fPIC -DPIC -o .libs/strop.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strop.c -Wp,-MD,.deps/strop.TPlo -o strop.o >/dev/null 2>&1 source='strorder.c' object='strorder.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o strorder.lo strorder.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strorder.c -Wp,-MD,.deps/strorder.TPlo -fPIC -DPIC -o .libs/strorder.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strorder.c -Wp,-MD,.deps/strorder.TPlo -o strorder.o >/dev/null 2>&1 source='strports.c' object='strports.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o strports.lo strports.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strports.c -Wp,-MD,.deps/strports.TPlo -fPIC -DPIC -o .libs/strports.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strports.c -Wp,-MD,.deps/strports.TPlo -o strports.o >/dev/null 2>&1 source='struct.c' object='struct.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o struct.lo struct.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c struct.c -Wp,-MD,.deps/struct.TPlo -fPIC -DPIC -o .libs/struct.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c struct.c -Wp,-MD,.deps/struct.TPlo -o struct.o >/dev/null 2>&1 source='symbols.c' object='symbols.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o symbols.lo symbols.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c symbols.c -Wp,-MD,.deps/symbols.TPlo -fPIC -DPIC -o .libs/symbols.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c symbols.c -Wp,-MD,.deps/symbols.TPlo -o symbols.o >/dev/null 2>&1 source='throw.c' object='throw.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o throw.lo throw.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c throw.c -Wp,-MD,.deps/throw.TPlo -fPIC -DPIC -o .libs/throw.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c throw.c -Wp,-MD,.deps/throw.TPlo -o throw.o >/dev/null 2>&1 source='values.c' object='values.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o values.lo values.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c values.c -Wp,-MD,.deps/values.TPlo -fPIC -DPIC -o .libs/values.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c values.c -Wp,-MD,.deps/values.TPlo -o values.o >/dev/null 2>&1 source='variable.c' object='variable.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o variable.lo variable.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c variable.c -Wp,-MD,.deps/variable.TPlo -fPIC -DPIC -o .libs/variable.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c variable.c -Wp,-MD,.deps/variable.TPlo -o variable.o >/dev/null 2>&1 source='vectors.c' object='vectors.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o vectors.lo vectors.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c vectors.c -Wp,-MD,.deps/vectors.TPlo -fPIC -DPIC -o .libs/vectors.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c vectors.c -Wp,-MD,.deps/vectors.TPlo -o vectors.o >/dev/null 2>&1 source='version.c' object='version.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o version.lo version.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c version.c -Wp,-MD,.deps/version.TPlo -fPIC -DPIC -o .libs/version.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c version.c -Wp,-MD,.deps/version.TPlo -o version.o >/dev/null 2>&1 source='vports.c' object='vports.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o vports.lo vports.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c vports.c -Wp,-MD,.deps/vports.TPlo -fPIC -DPIC -o .libs/vports.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c vports.c -Wp,-MD,.deps/vports.TPlo -o vports.o >/dev/null 2>&1 source='weaks.c' object='weaks.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o weaks.lo weaks.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c weaks.c -Wp,-MD,.deps/weaks.TPlo -fPIC -DPIC -o .libs/weaks.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c weaks.c -Wp,-MD,.deps/weaks.TPlo -o weaks.o >/dev/null 2>&1 source='symbols-deprecated.c' object='symbols-deprecated.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o symbols-deprecated.lo symbols-deprecated.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c symbols-deprecated.c -Wp,-MD,.deps/symbols-deprecated.TPlo -fPIC -DPIC -o .libs/symbols-deprecated.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c symbols-deprecated.c -Wp,-MD,.deps/symbols-deprecated.TPlo -o symbols-deprecated.o >/dev/null 2>&1 source='ramap.c' object='ramap.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o ramap.lo ramap.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c ramap.c -Wp,-MD,.deps/ramap.TPlo -fPIC -DPIC -o .libs/ramap.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c ramap.c -Wp,-MD,.deps/ramap.TPlo -o ramap.o >/dev/null 2>&1 source='unif.c' object='unif.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o unif.lo unif.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c unif.c -Wp,-MD,.deps/unif.TPlo -fPIC -DPIC -o .libs/unif.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c unif.c -Wp,-MD,.deps/unif.TPlo -o unif.o >/dev/null 2>&1 source='filesys.c' object='filesys.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o filesys.lo filesys.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c filesys.c -Wp,-MD,.deps/filesys.TPlo -fPIC -DPIC -o .libs/filesys.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c filesys.c -Wp,-MD,.deps/filesys.TPlo -o filesys.o >/dev/null 2>&1 source='posix.c' object='posix.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o posix.lo posix.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c posix.c -Wp,-MD,.deps/posix.TPlo -fPIC -DPIC -o .libs/posix.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c posix.c -Wp,-MD,.deps/posix.TPlo -o posix.o >/dev/null 2>&1 source='net_db.c' object='net_db.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o net_db.lo net_db.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c net_db.c -Wp,-MD,.deps/net_db.TPlo -fPIC -DPIC -o .libs/net_db.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c net_db.c -Wp,-MD,.deps/net_db.TPlo -o net_db.o >/dev/null 2>&1 source='socket.c' object='socket.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c -o socket.lo socket.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c socket.c -Wp,-MD,.deps/socket.TPlo -fPIC -DPIC -o .libs/socket.o socket.c:79: conflicting types for `socklen_t' /usr/include/sys/socket.h:54: previous declaration of `socklen_t' gmake[2]: *** [socket.lo] Error 1 gmake[2]: Leaving directory `/opt/ports/lang/guile/work/guile-1.6.8/libguile' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/opt/ports/lang/guile/work/guile-1.6.8' gmake: *** [all] Error 2 *** Error code 2 Stop in /opt/ports/lang/guile. From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 03:08:13 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1C8A16A403; Thu, 2 Nov 2006 03:08:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9029043D4C; Thu, 2 Nov 2006 03:08:13 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kA238DaR081089; Thu, 2 Nov 2006 03:08:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kA238Dc7081085; Thu, 2 Nov 2006 03:08:13 GMT (envelope-from edwin) Date: Thu, 2 Nov 2006 03:08:13 GMT From: Edwin Groothuis Message-Id: <200611020308.kA238Dc7081085@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/105057: guile doesn't build: system too old? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 03:08:13 -0000 Synopsis: guile doesn't build: system too old? Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 2 03:08:12 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=105057 From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 15:52:23 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53DEA16A412 for ; Thu, 2 Nov 2006 15:52:23 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7AE143D73 for ; Thu, 2 Nov 2006 15:52:03 +0000 (GMT) (envelope-from almarrie@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so140697uge for ; Thu, 02 Nov 2006 07:52:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=hdOt3MxX47t+GjHUPvGYCZIXZp1wV4O1UfwXfJ4ix322Fw7RuU5af7eDnjSv5qiZ1H6whucX6UekduE/tVdGi2GoJqUlvCCSaHcVp9UuDVtkTEq+s5vQCR1oi0TLI+HBs2p37hQSiThJ0PSwLd22jXp8NhdFOdsXrHfeHdRjCUc= Received: by 10.67.26.7 with SMTP id d7mr875469ugj.1162482719732; Thu, 02 Nov 2006 07:51:59 -0800 (PST) Received: by 10.66.255.10 with HTTP; Thu, 2 Nov 2006 07:51:59 -0800 (PST) Message-ID: <499c70c0611020751l502b2638ra6738da586214d18@mail.gmail.com> Date: Thu, 2 Nov 2006 18:51:59 +0300 From: "John Smith" To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: ports@FreeBSD.Org Subject: FreeBSD Port: gtk-2.10.6_2 make failed. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 15:52:23 -0000 Hello, I couldn't install gtk-2.10.6_2 in my FreeBSD 6.1-STABLE. PRECATED -DG_DISABLE_CAST_CHECKS -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT gdkdnd-x11.lo -MD -MP -MF .deps/gdkdnd-x11.Tpo -c gdkdnd-x11.c -fPIC -DPIC -o .libs/gdkdnd-x11.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DGDK_PIXBUF_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT gdkdnd-x11.lo -MD -MP -MF .deps/gdkdnd-x11.Tpo -c gdkdnd-x11.c -o gdkdnd-x11.o >/dev/null 2>&1 if /bin/sh /usr/ports/x11-toolkits/gtk20/work/gnome-libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DGDK_PIXBUF_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT gdkdrawable-x11.lo -MD -MP -MF ".deps/gdkdrawable-x11.Tpo" \ -c -o gdkdrawable-x11.lo `test -f 'gdkdrawable-x11.c' || echo './'`gdkdrawable-x11.c; \ then mv -f ".deps/gdkdrawable-x11.Tpo" ".deps/gdkdrawable-x11.Plo"; \ else rm -f ".deps/gdkdrawable-x11.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DGDK_PIXBUF_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT gdkdrawable-x11.lo -MD -MP -MF .deps/gdkdrawable-x11.Tpo -c gdkdrawable-x11.c -fPIC -DPIC -o .libs/gdkdrawable-x11.o gdkdrawable-x11.c:32:24: cairo-xlib.h: No such file or directory gdkdrawable-x11.c: In function `_gdk_x11_drawable_update_size': gdkdrawable-x11.c:238: warning: implicit declaration of function `cairo_xlib_surface_set_size' gdkdrawable-x11.c: In function `gdk_x11_ref_cairo_surface': gdkdrawable-x11.c:1469: warning: implicit declaration of function `cairo_xlib_surface_create' gdkdrawable-x11.c:1472: warning: assignment makes pointer from integer without a cast gdkdrawable-x11.c:1474: warning: implicit declaration of function `cairo_xlib_surface_create_for_bitmap' gdkdrawable-x11.c:1477: warning: assignment makes pointer from integer without a cast gmake[4]: *** [gdkdrawable-x11.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.6/gdk/x11' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.6/gdk' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.6/gdk' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.6' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11-toolkits/gtk20. [18:42](root@im)[/usr/ports/x11-toolkits/gtk20]# Thank you, Arabian http://www.WeArab.Net/ From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 16:52:59 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 942AB16A4D1; Thu, 2 Nov 2006 16:52:59 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA32143D7E; Thu, 2 Nov 2006 16:52:30 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA2Gq3xK035719; Thu, 2 Nov 2006 11:52:03 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: John Smith In-Reply-To: <499c70c0611020751l502b2638ra6738da586214d18@mail.gmail.com> References: <499c70c0611020751l502b2638ra6738da586214d18@mail.gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vx86M8F1OUXMu75+9ouC" Organization: MarcusCom, Inc. Date: Thu, 02 Nov 2006 11:51:54 -0500 Message-Id: <1162486314.22424.10.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org, ports@freebsd.org Subject: Re: FreeBSD Port: gtk-2.10.6_2 make failed. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 16:52:59 -0000 --=-vx86M8F1OUXMu75+9ouC Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2006-11-02 at 18:51 +0300, John Smith wrote: > Hello, >=20 > I couldn't install gtk-2.10.6_2 in my FreeBSD 6.1-STABLE. GTK+ requires you build cairo and pango with X11 support. You will need to remove WITHOUT_X11 from /etc/make.conf if you're going to be building gtk20. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-vx86M8F1OUXMu75+9ouC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFSiIqb2iPiv4Uz4cRApAAAJ9lJvVawnnWsh6fNDgdsLT1geMYMQCdFP6+ JMDiUt89/CJewqA1Py92RCc= =vuHt -----END PGP SIGNATURE----- --=-vx86M8F1OUXMu75+9ouC-- From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 17:43:49 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8540316A49E for ; Thu, 2 Nov 2006 17:43:49 +0000 (UTC) (envelope-from ralph@zitz.dk) Received: from camilla.zitz.dk (ip30.ds1-od.adsl.cybercity.dk [217.157.208.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A1EE43D73 for ; Thu, 2 Nov 2006 17:43:41 +0000 (GMT) (envelope-from ralph@zitz.dk) Received: from localhost (localhost.zitz.dk [127.0.0.1]) by camilla.zitz.dk (8.13.8/8.13.6) with ESMTP id kA2HhdMH092612 for ; Thu, 2 Nov 2006 18:43:39 +0100 (CET) (envelope-from ralph@zitz.dk) X-Virus-Scanned: amavisd-new at zitz.dk Received: from camilla.zitz.dk ([127.0.0.1]) by localhost (camilla.zitz.dk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qE7rm1ER+Wd4 for ; Thu, 2 Nov 2006 18:43:30 +0100 (CET) Received: from [10.0.0.3] (mobile.zitz.dk [10.0.0.3]) (authenticated bits=0) by camilla.zitz.dk (8.13.8/8.13.6) with ESMTP id kA2HhRHV092609 for ; Thu, 2 Nov 2006 18:43:27 +0100 (CET) (envelope-from ralph@zitz.dk) Message-ID: <454A2E3F.7060200@zitz.dk> Date: Thu, 02 Nov 2006 18:43:27 +0100 From: Ralph Zitz User-Agent: Thunderbird 1.5.0.7 (X11/20061016) MIME-Version: 1.0 To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Building Firefox fails X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 17:43:49 -0000 Hello When trying to compile the new firefox port, the build ends with this error: gmake[4]: Entering directory `/usr/ports/www/firefox/work/mozilla/extensions/java/xpcom/src' rm -f libjavaxpcom.so c++ -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -O2 -pipe -fno-strict-aliasing -march=pentium4m -O2 -fno-strict-aliasing -O2 -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O2 -fPIC -shared -Wl,-z,defs -Wl,-h,libjavaxpcom.so -o libjavaxpcom.so nsAppFileLocProviderProxy.o nsJavaInterfaces.o nsJavaWrapper.o nsJavaXPTCStub.o nsJavaXPTCStubWeakRef.o nsJavaXPCOMBindingUtils.o -L/usr/X11R6/lib -Wl,-rpath,/usr/local/lib/firefox -L../../../../dist/bin -L../../../../dist/lib -L../../../../dist/bin -lxpcom -lxpcom_core -L../../../../dist/bin -L/usr/local/lib -lplds4 -lplc4 -lnspr4 -pthread -Wl,-Bsymbolic -lc -lm -pthread -Wl,-Bsymbolic -lc -pthread -L/usr/local/lib -liconv nsJavaInterfaces.o(.text+0x1e): In function `Java_org_mozilla_xpcom_internal_GREImpl_termEmbedding': : undefined reference to `XRE_TermEmbedding' nsJavaInterfaces.o(.text+0x29b): In function `InitEmbedding_Impl(JNIEnv_*, _jobject*, _jobject*, _jobject*)': : undefined reference to `XRE_InitEmbedding' gmake[4]: *** [libjavaxpcom.so] Error 1 gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla/extensions/java/xpcom/src' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/extensions/java/xpcom' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/extensions/java' gmake[1]: *** [tier_50] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. Any help in solving the above issue would be appreciated. Thanks, Ralph. From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 17:50:14 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7011116A415; Thu, 2 Nov 2006 17:50:14 +0000 (UTC) (envelope-from jaj13@web.de) Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 717C643D5D; Thu, 2 Nov 2006 17:50:13 +0000 (GMT) (envelope-from jaj13@web.de) Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate02.web.de (Postfix) with ESMTP id 9BE41311A34F; Thu, 2 Nov 2006 18:49:59 +0100 (CET) Received: from [82.234.154.189] (helo=[82.234.154.189]) by smtp06.web.de with esmtp (WEB.DE 4.107 #114) id 1GfghS-00006G-00; Thu, 02 Nov 2006 18:49:58 +0100 Message-ID: <454A2FC6.8060409@web.de> Date: Thu, 02 Nov 2006 18:49:58 +0100 From: Jona Joachim User-Agent: Thunderbird 1.5.0.7 (X11/20061101) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: jaj13@web.de X-Sender: jaj13@web.de Cc: gnome@FreeBSD.org Subject: irc/xchat and LOCALBASE X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 17:50:14 -0000 It seems like xchat wasn't updated against the GNOME switch from X11BASE to LOCALBASE: libtool: link: cannot find the library `/usr/X11R6/lib/libgtk-x11-2.0.la' or unhandled argument `/usr/X11R6/lib/libgtk-x11-2.0.la' gmake[3]: *** [xchat] Error 1 gmake[3]: Leaving directory `/usr/ports/irc/xchat/work/xchat-2.6.8/src/fe-gtk' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/irc/xchat/work/xchat-2.6.8/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/irc/xchat/work/xchat-2.6.8' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/irc/xchat. Best regards, Jona From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 18:08:29 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B65F216A407 for ; Thu, 2 Nov 2006 18:08:29 +0000 (UTC) (envelope-from c.r.n.a@wanadoo.fr) Received: from smtp9.orange.fr (smtp9.orange.fr [193.252.22.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC9743D8D for ; Thu, 2 Nov 2006 18:08:20 +0000 (GMT) (envelope-from c.r.n.a@wanadoo.fr) Received: from smtp-msa-out15.orange.fr (mwinf1504 [172.22.146.26]) by mwinf0910.orange.fr (SMTP Server) with ESMTP id C54E5404599 for ; Thu, 2 Nov 2006 19:08:10 +0100 (CET) Received: from wwinf1531 (wwinf1531 [172.22.146.105]) by mwinf1504.orange.fr (SMTP Server) with ESMTP id 36B157000085 for ; Thu, 2 Nov 2006 19:08:09 +0100 (CET) X-ME-UUID: 20061102180809224.36B157000085@mwinf1504.orange.fr From: Niko To: freebsd-gnome@freebsd.org Message-ID: <23384452.67081162490889159.JavaMail.www@wwinf1531> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [83.153.237.107] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| Date: Thu, 2 Nov 2006 19:08:09 +0100 (CET) Subject: Cannot mount removable media when using HAL X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: c.r.n.a@wanadoo.fr List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 18:08:29 -0000 Hi ! To use hal for automounting your device, replace the text in the file /usr/local/share/hal/dist/hal.conf by this : does it work ? Good luck. Nicolas.. From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 19:33:38 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B921516A416 for ; Thu, 2 Nov 2006 19:33:38 +0000 (UTC) (envelope-from ckael_99@yahoo.fr) Received: from [200.100.146.62] (200-100-146-62.dial-up.telesp.net.br [200.100.146.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id B24BF43D60 for ; Thu, 2 Nov 2006 19:33:36 +0000 (GMT) (envelope-from ckael_99@yahoo.fr) Received: from 127.0.0.1 (AVG SMTP 7.0.289 [265.0.0]); Thu, 02 Nov 2006 01:11:50 -0200 Message-ID: <6DB18BE0.CEC4020@yahoo.fr> Date: Wed, 01 Nov 2006 23:07:34 -0100 From: "Ofelia" User-Agent: Mozilla/5.0 (Windows; U; Win98; de-AT; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us To: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=us-ascii Subject: Vous que travailler-nous payons X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 19:33:38 -0000 Bonjour, Le nouveau travail bien paye est disponible pour vous. Appliquez et gagnez le bon argent. Envoyez vos email a lhorton03@comcast.net Bonne chance. -- Internal Virus Database is out-of-date. Checked by AVG Anti-Virus. Version: 7.0.289 / Virus Database: 265.0.0 - Release Date: 8/11/2004 From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 19:56:12 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3331116A492 for ; Thu, 2 Nov 2006 19:56:12 +0000 (UTC) (envelope-from thiago.r6@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2567B43D72 for ; Thu, 2 Nov 2006 19:55:57 +0000 (GMT) (envelope-from thiago.r6@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so1108791nfc for ; Thu, 02 Nov 2006 11:55:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AR2nZXeSrSg50K+3WBfWYeUkMrcI3FF8brvmVLloGUZmIFUruVLsKyf/PHJkf4cVujlBNOM8lH1SKH/Cl4Hgg6lu1LhYtdJwgxxEeDl8r8biy65eNOPWQBsc6fSWa5in7MoofEX8rE3Hm7NHZWPSopPPSCkDoIdg81JCAl3XfUA= Received: by 10.49.57.1 with SMTP id j1mr5439954nfk.1162497356421; Thu, 02 Nov 2006 11:55:56 -0800 (PST) Received: by 10.49.88.18 with HTTP; Thu, 2 Nov 2006 11:55:56 -0800 (PST) Message-ID: <1af6a62f0611021155y28cea1bfx214d39752422ae21@mail.gmail.com> Date: Thu, 2 Nov 2006 16:55:56 -0300 From: Thiago To: c.r.n.a@wanadoo.fr In-Reply-To: <23384452.67081162490889159.JavaMail.www@wwinf1531> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <23384452.67081162490889159.JavaMail.www@wwinf1531> Cc: freebsd-gnome@freebsd.org Subject: Re: Cannot mount removable media when using HAL X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 19:56:12 -0000 2006/11/2, Niko : > Hi ! > > To use hal for automounting your device, replace the text in the file > /usr/local/share/hal/dist/hal.conf > > by this : > does it work ? > Good luck. > > Nicolas.. Hi Nicolas. I replaced the file, but still have the same problem. Thank you. -- Thiago Rodrigues Santos From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 21:55:32 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C4FD16A4AB; Thu, 2 Nov 2006 21:55:32 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1580C43D70; Thu, 2 Nov 2006 21:55:21 +0000 (GMT) (envelope-from stas@FreeBSD.org) Received: from [213.87.86.57] (helo=fonon.mbsd.msk.ru) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GfkTu-0000dD-RH; Fri, 03 Nov 2006 00:52:17 +0300 Received: from localhost (localhost [127.0.0.1]) by fonon.mbsd.msk.ru (Postfix) with SMTP id 276C713141; Fri, 3 Nov 2006 00:55:03 +0300 (MSK) Date: Fri, 3 Nov 2006 00:54:58 +0300 From: Stanislav Sedov To: Jona Joachim Message-Id: <20061103005458.29ff005a.stas@FreeBSD.org> In-Reply-To: <454A2FC6.8060409@web.de> References: <454A2FC6.8060409@web.de> Organization: The FreeBSD Project X-Mailer: carrier-pigeon X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-ICQ: 208105021 X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__3_Nov_2006_00_54_58_+0300_h97+H9wzy/A15wD9" X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 X-Mailman-Approved-At: Thu, 02 Nov 2006 22:08:55 +0000 Cc: ports@freebsd.org, gnome@FreeBSD.org Subject: Re: irc/xchat and LOCALBASE X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 21:55:32 -0000 --Signature=_Fri__3_Nov_2006_00_54_58_+0300_h97+H9wzy/A15wD9 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Thu, 02 Nov 2006 18:49:58 +0100 Jona Joachim mentioned: > It seems like xchat wasn't updated against the GNOME switch from X11BASE > to LOCALBASE: > You probably have some libraries which xchat depends on pointing to /usr/X11R6/lib/libgtk-x11-2.0.la. Try using portupgrade or portmaster (see the gnome UPDATING entry). You can also try to use grep to figure out which library has stale references on /usr/X11R6/lib/libgtk-x11-2.0.la -- Stanislav Sedov [[Russia, Moscow]] PGP id: 0xEB269581 http://people.freebsd.org/~stas/stas.key.asc --Signature=_Fri__3_Nov_2006_00_54_58_+0300_h97+H9wzy/A15wD9 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFSmk2K/VZk+smlYERAt1+AJ4rJPqbJaw6xmfaBQHzNhfyGX5zbgCaAuHZ j32rWoaE2aoucvAeHSv7YXA= =zqZM -----END PGP SIGNATURE----- --Signature=_Fri__3_Nov_2006_00_54_58_+0300_h97+H9wzy/A15wD9-- From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 22:39:04 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CB7116A417 for ; Thu, 2 Nov 2006 22:39:04 +0000 (UTC) (envelope-from oberman@es.net) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB6043D5E for ; Thu, 2 Nov 2006 22:39:03 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP (SSL) id GHP86502 for ; Thu, 02 Nov 2006 14:39:02 -0800 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 66BF24504D for ; Thu, 2 Nov 2006 14:39:02 -0800 (PST) To: gnome@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1162507142_6525P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 02 Nov 2006 14:39:02 -0800 From: "Kevin Oberman" Message-Id: <20061102223902.66BF24504D@ptavv.es.net> X-Sender-IP: 198.128.4.29 X-Sender-Domain: es.net X-Recipent: ; X-Sender: Cc: Subject: HAL taking over X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 22:39:04 -0000 --==_Exmh_1162507142_6525P Content-Type: multipart/signed; boundary="==_Exmh_1162507052_6525P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --==_Exmh_1162507052_6525P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline HAL looks wonderful, but it seems to be trying to take control of my system. I have my system set up to ignore the lid switch (hw.acpi.lid_switch_state: NONE) When I have HALD running, it suspends my system, anyway, and it does not resume. It reboots. When I have HALD running, I can no longer unmount disks. I can't do it from the command line (volume busy) or from nautilus (Not authorized). I suspect HALD can be configured to make all of this work right, but I don't know quite where to look. (OK, I have some hints on the unmounting issue, but I have not gotten it to work yet. Finally, the disks are no longer labeled in a meaningful fashion. What used to be the "D" drive on my system is now showing up as "7.8 GB". Not too useful and made a bit worse because I often mount two partitions of almost exactly the same size. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 --==_Exmh_1162507052_6525P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFFSnMskn3rs5h7N1ERAkpKAKC5UYb7o/7eeeAI3HjNnbXiV4Bs+wCfYM9v KVKu2YEE+50ru2wha9q+v0A= =8UFN -----END PGP SIGNATURE----- --==_Exmh_1162507052_6525P-- --2211945055.1162507052/ptavv.es.net-- --==_Exmh_1162507142_6525P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFFSnOGkn3rs5h7N1ERAi4oAKCuBkpgvJFnvlTFfwm8tkfTmxqhyACfcpqj qACrsmHFH7eZw3yFegaubEM= =QdBk -----END PGP SIGNATURE----- --==_Exmh_1162507142_6525P-- From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 22:59:19 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C323C16A403 for ; Thu, 2 Nov 2006 22:59:19 +0000 (UTC) (envelope-from thiago.r6@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DFE943D5F for ; Thu, 2 Nov 2006 22:58:55 +0000 (GMT) (envelope-from thiago.r6@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so1155813nfc for ; Thu, 02 Nov 2006 14:58:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b7QJqBPpURzZx/gnbfNQ0ImYXnL5AiCzaaOfvetIyb/qydtJ+oew7t9V/fKki3N8fckRSQoxQ6c6+XJJODnArgxGof1afybjKP/dPVPcMO80t5HCnLYCcaliHDm435LH1sOB/tc62GkCduktVp1YNBDsG8rNLstz3Dlg1KYtykA= Received: by 10.48.242.19 with SMTP id p19mr122537nfh.1162508331629; Thu, 02 Nov 2006 14:58:51 -0800 (PST) Received: by 10.49.88.18 with HTTP; Thu, 2 Nov 2006 14:58:51 -0800 (PST) Message-ID: <1af6a62f0611021458v2c86csea1f1da835071f1a@mail.gmail.com> Date: Thu, 2 Nov 2006 19:58:51 -0300 From: Thiago To: freebsd-gnome@freebsd.org In-Reply-To: <1af6a62f0611021457p510b757scaf0b23ec642b433@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <25070854.98731162503274642.JavaMail.www@wwinf1531> <1af6a62f0611021457p510b757scaf0b23ec642b433@mail.gmail.com> Subject: Fwd: Cannot mount removable media when using HAL X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 22:59:19 -0000 I forgot to send it to the list. ---------- Forwarded message ---------- From: Thiago Date: 02/11/2006 19:57 Subject: Re: Cannot mount removable media when using HAL To: c.r.n.a@wanadoo.fr Hi again, Nicolas. 2006/11/2, Niko : > Please reinstall the last hal of 30 october and the pciids-20061026 Done. > Try this in sysctl: vfs.usermount=1 I had this there already. > On the directory /usr/local/etc/PolicyKit/privilege.d/ and in /usr/local/share/hal/dist/ > > All the file contain this: > > [Policy] > Allow=uid:__all__ > Deny= > I did this. Some files didn't have the 'uid:__all__' thing, so i added it when needed. > Have you installed the gnome mounter available in ports/sysutils/gnome-mount ?? Yes. All this didn't resolve anything, though. Anyway, thank you again :) -- Thiago Rodrigues Santos -- Thiago Rodrigues Santos From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 2 23:04:28 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E926516A403 for ; Thu, 2 Nov 2006 23:04:28 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D67F43D7F for ; Thu, 2 Nov 2006 23:04:18 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA2N4QG6039193 for ; Thu, 2 Nov 2006 18:04:26 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: FreeBSD GNOME Users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-+jfO8xL5eSwZz2gsiQu1" Organization: FreeBSD, Inc. Date: Thu, 02 Nov 2006 18:04:17 -0500 Message-Id: <1162508657.22424.57.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: Subject: HEADS UP: More HAL testers needed X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 23:04:29 -0000 --=-+jfO8xL5eSwZz2gsiQu1 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I am working to sync our HAL backend up with the latest HAL spec. To that end, I have added support for displaying more volume.partition properties. This patch will only affect HAL objects that have the volume.is_partition property set to TRUE. The only way you'd notice any difference is using lshal. The old output looked something like: volume.partition.number =3D 3 (0x3) (int) volume.msdos_part_table_type =3D 165 (0xa5) (int) The new style looks like this: volume.partition.start =3D 18268346880 (0x440e0da00) (uint64) volume.partition.media_size =3D 61730726400 (0xe5f702200) (uint64) volume.partition.type =3D '0xa5' (string) volume.partition.scheme =3D 'mbr' (string) volume.partition.number =3D 3 (0x3) (int) I'd be particularly interested with feedback from those that have gpt or apple schemes, but feedback from mbr users is just as good (i.e. to let me know it works on more that just my system). Thanks. http://www.marcuscom.com/downloads/patch-hal_volume Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-+jfO8xL5eSwZz2gsiQu1 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFSnlxb2iPiv4Uz4cRAjg5AKCI4T8yEg9oZacnZtQdq5Jmn59RjgCfZsq8 NILawU0n96OpKKRNhp4PbJY= =Q06N -----END PGP SIGNATURE----- --=-+jfO8xL5eSwZz2gsiQu1-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 00:25:39 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EE4F16A412 for ; Fri, 3 Nov 2006 00:25:39 +0000 (UTC) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CF9343D64 for ; Fri, 3 Nov 2006 00:25:36 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 17BF2F21AC for ; Thu, 2 Nov 2006 16:25:36 -0800 (PST) X-Virus-Scanned: amavisd-new at mcneil.com Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4kYnkr2zJ9ox for ; Thu, 2 Nov 2006 16:25:34 -0800 (PST) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 1D455F1A86 for ; Thu, 2 Nov 2006 16:25:34 -0800 (PST) From: Sean McNeil To: gnome@freebsd.org Content-Type: text/plain Date: Thu, 02 Nov 2006 16:25:33 -0800 Message-Id: <1162513533.90141.1.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: hal port shut down of hald X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 00:25:39 -0000 Can the Makefile for hal be changed to stop hald like some other ports that have a daemon? Often when hal is update it ends up killing hald but not the helper processes. Sean From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 00:28:27 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F40F16A494 for ; Fri, 3 Nov 2006 00:28:27 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA7E443D4C for ; Fri, 3 Nov 2006 00:28:26 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA30SYBo039720; Thu, 2 Nov 2006 19:28:34 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Sean McNeil In-Reply-To: <1162513533.90141.1.camel@triton.mcneil.com> References: <1162513533.90141.1.camel@triton.mcneil.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8K/dbiCHQ5FdPkYWF80F" Organization: MarcusCom, Inc. Date: Thu, 02 Nov 2006 19:28:25 -0500 Message-Id: <1162513705.22424.95.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org Subject: Re: hal port shut down of hald X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 00:28:27 -0000 --=-8K/dbiCHQ5FdPkYWF80F Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2006-11-02 at 16:25 -0800, Sean McNeil wrote: > Can the Makefile for hal be changed to stop hald like some other ports > that have a daemon? Often when hal is update it ends up killing hald > but not the helper processes. Sure, submit a patch, and it will be taken care of. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-8K/dbiCHQ5FdPkYWF80F Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFSo0pb2iPiv4Uz4cRAinJAKCXZRiBfYDnnExISJUX/E5kCmNZDwCgnhVM CjBn5mTFx2fOaj0kCNQymDI= =VaXT -----END PGP SIGNATURE----- --=-8K/dbiCHQ5FdPkYWF80F-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 01:53:37 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16E1116A407 for ; Fri, 3 Nov 2006 01:53:37 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE7843D58 for ; Fri, 3 Nov 2006 01:53:35 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA31qEUN087330; Thu, 2 Nov 2006 20:52:14 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kevin Oberman In-Reply-To: <20061102223902.66BF24504D@ptavv.es.net> References: <20061102223902.66BF24504D@ptavv.es.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-7PSiz29O+lhkvohk/IyK" Organization: MarcusCom, Inc. Date: Thu, 02 Nov 2006 20:52:04 -0500 Message-Id: <1162518724.22424.103.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org Subject: Re: HAL taking over X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 01:53:37 -0000 --=-7PSiz29O+lhkvohk/IyK Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2006-11-02 at 14:39 -0800, Kevin Oberman wrote: > HAL looks wonderful, but it seems to be trying to take control of my > system.=20 >=20 > I have my system set up to ignore the lid switch > (hw.acpi.lid_switch_state: NONE) >=20 > When I have HALD running, it suspends my system, anyway, and it does not > resume. It reboots. You will have to ignore the lid button in HAL. Basically, create a /usr/local/share/hal/fdi/preprobe/20thirdparty/10-acpi-lid.fdi file with the following contents then restart hald: =20 =20 true If that still doesn't work, HAL may need a patch to support ignoring these kind of events. >=20 > When I have HALD running, I can no longer unmount disks. I can't do it > from the command line (volume busy) or from nautilus (Not authorized). Which disks? Volumes mounted by HAL can be controlled with the gnome-mount command provided you have appropriate access (see http://www.freebsd.org/gnome/docs/faq2.html#q19 ). >=20 > I suspect HALD can be configured to make all of this work right, but I > don't know quite where to look. (OK, I have some hints on the unmounting > issue, but I have not gotten it to work yet. >=20 > Finally, the disks are no longer labeled in a meaningful fashion. What > used to be the "D" drive on my system is now showing up as "7.8 GB". Not > too useful and made a bit worse because I often mount two partitions of > almost exactly the same size. You can label volumes using tunefs -L. After doing this, they should appear with more meaningful names. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-7PSiz29O+lhkvohk/IyK Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFSqDEb2iPiv4Uz4cRAnd6AKCkfo0mxV0y1VOLJVOmo7MpV+cIhACdHYH2 A/35VU9yHqRTwNT90/O/CKM= =az7I -----END PGP SIGNATURE----- --=-7PSiz29O+lhkvohk/IyK-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 02:42:22 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9066916A403; Fri, 3 Nov 2006 02:42:22 +0000 (UTC) (envelope-from y.pankov@irbis.net.ru) Received: from mail.irbis.net.ru (mail.irbis.net.ru [85.118.141.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC15E43D46; Fri, 3 Nov 2006 02:42:21 +0000 (GMT) (envelope-from y.pankov@irbis.net.ru) Received: from [192.168.0.64] (dial01.irbis.net.ru [192.168.0.64]) by mail.irbis.net.ru (Postfix) with ESMTP id B5BB8627878; Fri, 3 Nov 2006 05:42:18 +0300 (MSK) From: Yuri Pankov To: Joe Marcus Clarke In-Reply-To: <1162508657.22424.57.camel@shumai.marcuscom.com> References: <1162508657.22424.57.camel@shumai.marcuscom.com> Content-Type: text/plain Organization: Irbis Telecommunications, JSC Date: Fri, 03 Nov 2006 05:42:23 +0300 Message-Id: <1162521743.7660.5.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.5/2153/Fri Nov 3 05:10:00 2006 on mail.irbis.net.ru X-Virus-Status: Clean Cc: FreeBSD GNOME Users Subject: Re: HEADS UP: More HAL testers needed X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 02:42:22 -0000 On Thu, 2006-11-02 at 18:04 -0500, Joe Marcus Clarke wrote: > I am working to sync our HAL backend up with the latest HAL spec. To > that end, I have added support for displaying more volume.partition > properties. This patch will only affect HAL objects that have the > volume.is_partition property set to TRUE. The only way you'd notice any > difference is using lshal. The old output looked something like: > > volume.partition.number = 3 (0x3) (int) > volume.msdos_part_table_type = 165 (0xa5) (int) > > The new style looks like this: > > volume.partition.start = 18268346880 (0x440e0da00) (uint64) > volume.partition.media_size = 61730726400 (0xe5f702200) (uint64) > volume.partition.type = '0xa5' (string) > volume.partition.scheme = 'mbr' (string) > volume.partition.number = 3 (0x3) (int) > > I'd be particularly interested with feedback from those that have gpt or > apple schemes, but feedback from mbr users is just as good (i.e. to let > me know it works on more that just my system). Thanks. > > http://www.marcuscom.com/downloads/patch-hal_volume > > Joe > After the patch, objects that have volume.is_partition = true: udi = '/org/freedesktop/Hal/devices/volume_uuid_3A404E42404E04DB' volume.mount.valid_options = {'ro', 'noexec'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-system-storage-unmount', 'hal-system-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_3HSBR7H1' (string) info.product = 'system' (string) info.udi = '/org/freedesktop/Hal/devices/volume_uuid_3A404E42404E04DB' (string) block.is_volume = true (bool) volume.mount_point = '' (string) volume.is_mounted_read_only = false (bool) volume.is_mounted = false (bool) volume.num_blocks = 78140097 (0x4a852c1) (uint64) volume.size = 40007729664 (0x950a58200) (uint64) volume.block_size = 512 (0x200) (uint64) volume.uuid = '3A404E42404E04DB' (string) volume.label = 'system' (string) volume.fsversion = '3.1' (string) volume.fstype = 'ntfs' (string) volume.fsusage = 'filesystem' (string) volume.ignore = false (bool) volume.is_partition = true (bool) volume.is_disc = false (bool) volume.partition.start = 32256 (0x7e00) (uint64) volume.partition.media_size = 40007729664 (0x950a58200) (uint64) volume.partition.type = '0x7' (string) volume.partition.scheme = 'mbr' (string) volume.partition.number = 1 (0x1) (int) block.minor = 93 (0x5d) (int) block.major = 0 (0x0) (int) block.device = '/dev/ad0s1' (string) info.category = 'volume' (string) info.bus = 'block' (string) info.capabilities = {'block', 'volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/storage_serial_3HSBR7H1' (string) udi = '/org/freedesktop/Hal/devices/volume_part1_size_250056705024' block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_3ND1LZMQ' (string) info.product = 'Volume' (string) info.udi = '/org/freedesktop/Hal/devices/volume_part1_size_250056705024' (string) block.is_volume = true (bool) volume.mount_point = '' (string) volume.is_mounted_read_only = false (bool) volume.is_mounted = false (bool) volume.num_blocks = 488392002 (0x1d1c4542) (uint64) volume.size = 250056705024 (0x3a388a8400) (uint64) volume.block_size = 512 (0x200) (uint64) volume.uuid = '' (string) volume.label = '' (string) volume.fstype = '' (string) volume.fsusage = 'partitiontable' (string) volume.ignore = true (bool) volume.is_partition = true (bool) volume.is_disc = false (bool) volume.partition.start = 32256 (0x7e00) (uint64) volume.partition.media_size = 250056705024 (0x3a388a8400) (uint64) volume.partition.type = '0xa5' (string) volume.partition.scheme = 'mbr' (string) volume.partition.number = 1 (0x1) (int) block.minor = 95 (0x5f) (int) block.major = 0 (0x0) (int) block.device = '/dev/ad4s1' (string) info.category = 'volume' (string) info.bus = 'block' (string) info.capabilities = {'block', 'volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/storage_serial_3ND1LZMQ' (string) Everything seems to be correct. Yuri From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 02:56:33 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E0F616A40F for ; Fri, 3 Nov 2006 02:56:33 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1469743D62 for ; Fri, 3 Nov 2006 02:56:24 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA32uX8b087766; Thu, 2 Nov 2006 21:56:33 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Yuri Pankov In-Reply-To: <1162521743.7660.5.camel@localhost> References: <1162508657.22424.57.camel@shumai.marcuscom.com> <1162521743.7660.5.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-k5xxXBQBo6rfJTtId0/Y" Organization: FreeBSD, Inc. Date: Thu, 02 Nov 2006 21:56:23 -0500 Message-Id: <1162522583.8125.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: FreeBSD GNOME Users Subject: Re: HEADS UP: More HAL testers needed X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 02:56:33 -0000 --=-k5xxXBQBo6rfJTtId0/Y Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2006-11-03 at 05:42 +0300, Yuri Pankov wrote: > On Thu, 2006-11-02 at 18:04 -0500, Joe Marcus Clarke wrote: > > I am working to sync our HAL backend up with the latest HAL spec. To > > that end, I have added support for displaying more volume.partition > > properties. This patch will only affect HAL objects that have the > > volume.is_partition property set to TRUE. The only way you'd notice an= y > > difference is using lshal. The old output looked something like: > >=20 > > volume.partition.number =3D 3 (0x3) (int) > > volume.msdos_part_table_type =3D 165 (0xa5) (int) > >=20 > > The new style looks like this: > >=20 > > volume.partition.start =3D 18268346880 (0x440e0da00) (uint64) > > volume.partition.media_size =3D 61730726400 (0xe5f702200) (uint64) > > volume.partition.type =3D '0xa5' (string) > > volume.partition.scheme =3D 'mbr' (string) > > volume.partition.number =3D 3 (0x3) (int) > >=20 > > I'd be particularly interested with feedback from those that have gpt o= r > > apple schemes, but feedback from mbr users is just as good (i.e. to let > > me know it works on more that just my system). Thanks. > >=20 > > http://www.marcuscom.com/downloads/patch-hal_volume > >=20 > > Joe > >=20 >=20 > After the patch, objects that have volume.is_partition =3D true: >=20 > udi =3D '/org/freedesktop/Hal/devices/volume_uuid_3A404E42404E04DB' > volume.mount.valid_options =3D {'ro', 'noexec'} (string list) > org.freedesktop.Hal.Device.Volume.method_execpaths =3D > {'hal-storage-mount', 'hal-system-storage-unmount', > 'hal-system-storage-eject'} (string list) > org.freedesktop.Hal.Device.Volume.method_signatures =3D {'ssas', 'as', > 'as'} (string list) > org.freedesktop.Hal.Device.Volume.method_names =3D {'Mount', 'Unmount', > 'Eject'} (string list) > info.interfaces =3D {'org.freedesktop.Hal.Device.Volume'} (string list) > block.storage_device =3D > '/org/freedesktop/Hal/devices/storage_serial_3HSBR7H1' (string) > info.product =3D 'system' (string) > info.udi =3D '/org/freedesktop/Hal/devices/volume_uuid_3A404E42404E04DB= ' > (string) > block.is_volume =3D true (bool) > volume.mount_point =3D '' (string) > volume.is_mounted_read_only =3D false (bool) > volume.is_mounted =3D false (bool) > volume.num_blocks =3D 78140097 (0x4a852c1) (uint64) > volume.size =3D 40007729664 (0x950a58200) (uint64) > volume.block_size =3D 512 (0x200) (uint64) > volume.uuid =3D '3A404E42404E04DB' (string) > volume.label =3D 'system' (string) > volume.fsversion =3D '3.1' (string) > volume.fstype =3D 'ntfs' (string) > volume.fsusage =3D 'filesystem' (string) > volume.ignore =3D false (bool) > volume.is_partition =3D true (bool) > volume.is_disc =3D false (bool) > volume.partition.start =3D 32256 (0x7e00) (uint64) > volume.partition.media_size =3D 40007729664 (0x950a58200) (uint64) > volume.partition.type =3D '0x7' (string) > volume.partition.scheme =3D 'mbr' (string) > volume.partition.number =3D 1 (0x1) (int) > block.minor =3D 93 (0x5d) (int) > block.major =3D 0 (0x0) (int) > block.device =3D '/dev/ad0s1' (string) > info.category =3D 'volume' (string) > info.bus =3D 'block' (string) > info.capabilities =3D {'block', 'volume'} (string list) > info.parent =3D '/org/freedesktop/Hal/devices/storage_serial_3HSBR7H1' > (string) >=20 > udi =3D '/org/freedesktop/Hal/devices/volume_part1_size_250056705024' > block.storage_device =3D > '/org/freedesktop/Hal/devices/storage_serial_3ND1LZMQ' (string) > info.product =3D 'Volume' (string) > info.udi =3D > '/org/freedesktop/Hal/devices/volume_part1_size_250056705024' (string) > block.is_volume =3D true (bool) > volume.mount_point =3D '' (string) > volume.is_mounted_read_only =3D false (bool) > volume.is_mounted =3D false (bool) > volume.num_blocks =3D 488392002 (0x1d1c4542) (uint64) > volume.size =3D 250056705024 (0x3a388a8400) (uint64) > volume.block_size =3D 512 (0x200) (uint64) > volume.uuid =3D '' (string) > volume.label =3D '' (string) > volume.fstype =3D '' (string) > volume.fsusage =3D 'partitiontable' (string) > volume.ignore =3D true (bool) > volume.is_partition =3D true (bool) > volume.is_disc =3D false (bool) > volume.partition.start =3D 32256 (0x7e00) (uint64) > volume.partition.media_size =3D 250056705024 (0x3a388a8400) (uint64) > volume.partition.type =3D '0xa5' (string) > volume.partition.scheme =3D 'mbr' (string) > volume.partition.number =3D 1 (0x1) (int) > block.minor =3D 95 (0x5f) (int) > block.major =3D 0 (0x0) (int) > block.device =3D '/dev/ad4s1' (string) > info.category =3D 'volume' (string) > info.bus =3D 'block' (string) > info.capabilities =3D {'block', 'volume'} (string list) > info.parent =3D '/org/freedesktop/Hal/devices/storage_serial_3ND1LZMQ' > (string) >=20 > Everything seems to be correct. Yes, it does. According to this you have one NTFS and one FreeBSD partition. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-k5xxXBQBo6rfJTtId0/Y Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFSq/Xb2iPiv4Uz4cRAq0tAJ9ew77fN4VcjpHCjIz2My1suiZKegCgj4q7 mnqCexKz6ogNdHw8YCKmgyM= =/zPQ -----END PGP SIGNATURE----- --=-k5xxXBQBo6rfJTtId0/Y-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 03:54:17 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE0A516A403 for ; Fri, 3 Nov 2006 03:54:17 +0000 (UTC) (envelope-from oberman@es.net) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA5443D49 for ; Fri, 3 Nov 2006 03:54:17 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id HOE36749; Thu, 02 Nov 2006 19:53:49 -0800 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 10D0745054; Thu, 2 Nov 2006 19:53:49 -0800 (PST) To: Joe Marcus Clarke In-Reply-To: Your message of "Thu, 02 Nov 2006 20:52:04 EST." <1162518724.22424.103.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1162526029_24138P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 02 Nov 2006 19:53:49 -0800 From: "Kevin Oberman" Message-Id: <20061103035349.10D0745054@ptavv.es.net> X-Sender-IP: 198.128.4.29 X-Sender-Domain: es.net X-Recipent: ;; X-Sender: Cc: gnome@freebsd.org Subject: Re: HAL taking over X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 03:54:17 -0000 --==_Exmh_1162526029_24138P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > From: Joe Marcus Clarke > Date: Thu, 02 Nov 2006 20:52:04 -0500 > > On Thu, 2006-11-02 at 14:39 -0800, Kevin Oberman wrote: > > HAL looks wonderful, but it seems to be trying to take control of my > > system. > > > > I have my system set up to ignore the lid switch > > (hw.acpi.lid_switch_state: NONE) > > > > When I have HALD running, it suspends my system, anyway, and it does not > > resume. It reboots. > > You will have to ignore the lid button in HAL. Basically, create > a /usr/local/share/hal/fdi/preprobe/20thirdparty/10-acpi-lid.fdi file > with the following contents then restart hald: > > > > > > > true > > > > > If that still doesn't work, HAL may need a patch to support ignoring > these kind of events. > > > > > When I have HALD running, I can no longer unmount disks. I can't do it > > from the command line (volume busy) or from nautilus (Not authorized). > > Which disks? Volumes mounted by HAL can be controlled with the > gnome-mount command provided you have appropriate access (see > http://www.freebsd.org/gnome/docs/faq2.html#q19 ). > > > > > I suspect HALD can be configured to make all of this work right, but I > > don't know quite where to look. (OK, I have some hints on the unmounting > > issue, but I have not gotten it to work yet. > > > > Finally, the disks are no longer labeled in a meaningful fashion. What > > used to be the "D" drive on my system is now showing up as "7.8 GB". Not > > too useful and made a bit worse because I often mount two partitions of > > almost exactly the same size. > > You can label volumes using tunefs -L. After doing this, they should > appear with more meaningful names. Mixed success. First, The big one...the XML for the lid worked perfectly. I can now close the lid without suspending! The disk labeling was a mixed bag. One partition showed up with it's label and one did not. The third is a FAT slice, so I don't really expect it to work (and was afraid to try). If I label it under Windows, will that label be read by HAL? The partition that did not show a label looks fine when I do a dumpfs on it, so the tunefs did the trick. > dumpfs /dev/ad2s1 magic 19540119 (UFS2) time Mon Jul 3 11:27:14 2006 superblock location 65536 id [ 44a8d938 cf608db3 ] ncg 4 size 262144 blocks 253815 bsize 16384 shift 14 mask 0xffffc000 fsize 2048 shift 11 mask 0xfffff800 frag 8 shift 3 fsbtodb 2 minfree 8% optim time symlinklen 120 maxbsize 16384 maxbpg 2048 maxcontig 8 contigsumsize 8 nbfree 29311 ndir 42 nifree 64765 nffree 1733 bpg 8193 fpg 65544 ipg 16448 nindir 2048 inopb 64 maxfilesize 140806241583103 sbsize 2048 cgsize 12288 csaddr 2112 cssize 2048 sblkno 40 cblkno 48 iblkno 56 dblkno 2112 cgrotor 0 fmod 0 ronly 0 clean 1 avgfpdir 64 avgfilesize 16384 flags none fsmnt / volname aux swuid 0 If I select "Properties", nautilus crashes. (No, no dump or backtrace at this time.) As always, thanks for the help. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 --==_Exmh_1162526029_24138P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFFSr1Nkn3rs5h7N1ERAgkEAJ4rMs2utozgtlg0myEdm1yi3zqhmQCfTUph 1zrGJR4YcSLBSN2bCCruVRg= =+OSP -----END PGP SIGNATURE----- --==_Exmh_1162526029_24138P-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 04:31:16 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 690B616A403 for ; Fri, 3 Nov 2006 04:31:16 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1412643D4C for ; Fri, 3 Nov 2006 04:31:15 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA34TdO3088412; Thu, 2 Nov 2006 23:29:39 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kevin Oberman In-Reply-To: <20061103035349.10D0745054@ptavv.es.net> References: <20061103035349.10D0745054@ptavv.es.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Yuo/X0bkkZ2Q0dchBNFa" Organization: MarcusCom, Inc. Date: Thu, 02 Nov 2006 23:29:29 -0500 Message-Id: <1162528169.8125.3.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org Subject: Re: HAL taking over X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 04:31:16 -0000 --=-Yuo/X0bkkZ2Q0dchBNFa Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2006-11-02 at 19:53 -0800, Kevin Oberman wrote: > > From: Joe Marcus Clarke > > Date: Thu, 02 Nov 2006 20:52:04 -0500 > >=20 > > On Thu, 2006-11-02 at 14:39 -0800, Kevin Oberman wrote: > > > HAL looks wonderful, but it seems to be trying to take control of my > > > system.=20 > > >=20 > > > I have my system set up to ignore the lid switch > > > (hw.acpi.lid_switch_state: NONE) > > >=20 > > > When I have HALD running, it suspends my system, anyway, and it does = not > > > resume. It reboots. > >=20 > > You will have to ignore the lid button in HAL. Basically, create > > a /usr/local/share/hal/fdi/preprobe/20thirdparty/10-acpi-lid.fdi file > > with the following contents then restart hald: > >=20 > > > > =20 > > =20 > > > > > > true > > > > > > > >=20 > > If that still doesn't work, HAL may need a patch to support ignoring > > these kind of events. > >=20 > > >=20 > > > When I have HALD running, I can no longer unmount disks. I can't do i= t > > > from the command line (volume busy) or from nautilus (Not authorized)= . > >=20 > > Which disks? Volumes mounted by HAL can be controlled with the > > gnome-mount command provided you have appropriate access (see > > http://www.freebsd.org/gnome/docs/faq2.html#q19 ). > >=20 > > >=20 > > > I suspect HALD can be configured to make all of this work right, but = I > > > don't know quite where to look. (OK, I have some hints on the unmount= ing > > > issue, but I have not gotten it to work yet. > > >=20 > > > Finally, the disks are no longer labeled in a meaningful fashion. Wha= t > > > used to be the "D" drive on my system is now showing up as "7.8 GB". = Not > > > too useful and made a bit worse because I often mount two partitions = of > > > almost exactly the same size. > >=20 > > You can label volumes using tunefs -L. After doing this, they should > > appear with more meaningful names. >=20 > Mixed success. First, The big one...the XML for the lid worked > perfectly. I can now close the lid without suspending! >=20 > The disk labeling was a mixed bag. One partition showed up with it's > label and one did not. The third is a FAT slice, so I don't really > expect it to work (and was afraid to try). If I label it under Windows, > will that label be read by HAL? Yes. >=20 > The partition that did not show a label looks fine when I do a dumpfs on > it, so the tunefs did the trick. You need to restart hald, and re-login to GNOME for this to take effect. lshal should show a volume.label property with your label. If it does not, then gnome-vfs will not show a name. > > dumpfs /dev/ad2s1 > magic 19540119 (UFS2) time Mon Jul 3 11:27:14 2006 > superblock location 65536 id [ 44a8d938 cf608db3 ] > ncg 4 size 262144 blocks 253815 > bsize 16384 shift 14 mask 0xffffc000 > fsize 2048 shift 11 mask 0xfffff800 > frag 8 shift 3 fsbtodb 2 > minfree 8% optim time symlinklen 120 > maxbsize 16384 maxbpg 2048 maxcontig 8 contigsumsize 8 > nbfree 29311 ndir 42 nifree 64765 nffree 1733 > bpg 8193 fpg 65544 ipg 16448 > nindir 2048 inopb 64 maxfilesize 140806241583103 > sbsize 2048 cgsize 12288 csaddr 2112 cssize 2048 > sblkno 40 cblkno 48 iblkno 56 dblkno 2112 > cgrotor 0 fmod 0 ronly 0 clean 1 > avgfpdir 64 avgfilesize 16384 > flags none > fsmnt / > volname aux swuid 0 >=20 > If I select "Properties", nautilus crashes. (No, no dump or backtrace at > this time.) I cannot reproduce. You will need to get a backtrace with debugging symbols. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-Yuo/X0bkkZ2Q0dchBNFa Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFSsWpb2iPiv4Uz4cRAg53AJ9CufxT4tPwB6gUXwhA/ZY0Nx/qlwCfaUDE Wn76rzov3X+tZ4Vy2S7pD+Y= =TNHx -----END PGP SIGNATURE----- --=-Yuo/X0bkkZ2Q0dchBNFa-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 08:31:14 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C725F16A47B; Fri, 3 Nov 2006 08:31:14 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8521D43D70; Fri, 3 Nov 2006 08:31:11 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kA38VA4o056386; Fri, 3 Nov 2006 08:31:10 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kA38VAnK056370; Fri, 3 Nov 2006 08:31:10 GMT (envelope-from marcus) Date: Fri, 3 Nov 2006 08:31:10 GMT From: Joe Marcus Clarke Message-Id: <200611030831.kA38VAnK056370@freefall.freebsd.org> To: sc@users.realnet.ru, marcus@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/104563: gnome-screensaver-dialog fails to validate the correct password X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 08:31:14 -0000 Synopsis: gnome-screensaver-dialog fails to validate the correct password State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Fri Nov 3 08:29:01 UTC 2006 State-Changed-Why: The problem is gnome-screensaver-dialog drops setuid privileges prior to doing any kind of PAM authentication. This means that UNIX passwd file authentication via PAM will not work. However, external PAM modules that do not require root should work just fine. If you are only going to be using UNIX passwd authentication, don't build with PAM support (this is the default). If you will be using other PAM modules, then build with PAM. Admittedly, this sucks, but it is not FreeBSD-specific, and if this problem is really critical, it needs to be raised with the gnome-screensaver authors. http://www.freebsd.org/cgi/query-pr.cgi?pr=104563 From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 10:04:58 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7650E16A494; Fri, 3 Nov 2006 10:04:58 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from mirapoint7.brutele.be (mirapoint7.brutele.be [212.68.199.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4FC743D53; Fri, 3 Nov 2006 10:04:57 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-244-81.brutele.be (host-212-68-244-81.brutele.be [212.68.244.81]) by mirapoint7.brutele.be (MOS 3.7.5a-GA) with ESMTP id ABD52518; Fri, 3 Nov 2006 11:04:55 +0100 (CET) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 7F36054E7; Fri, 3 Nov 2006 11:04:55 +0100 (CET) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 4EECF73; Fri, 3 Nov 2006 11:04:55 +0100 (CET) Date: Fri, 3 Nov 2006 11:04:54 +0100 From: Jean-Yves Lefort To: Joe Marcus Clarke Message-Id: <20061103110454.68b6a2c1.jylefort@FreeBSD.org> In-Reply-To: <1162508657.22424.57.camel@shumai.marcuscom.com> References: <1162508657.22424.57.camel@shumai.marcuscom.com> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__3_Nov_2006_11_04_54_+0100_YP_hp_rP/+I96PRU" X-Junkmail-Status: score=10/50, host=mirapoint7.brutele.be X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090207.454B13E5.0090,ss=1,fgs=0, ip=212.68.244.81, so=2006-05-09 23:27:51, dmn=5.2.121/2006-09-27 Cc: FreeBSD GNOME Users Subject: Re: HEADS UP: More HAL testers needed X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 10:04:58 -0000 --Signature=_Fri__3_Nov_2006_11_04_54_+0100_YP_hp_rP/+I96PRU Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Thu, 02 Nov 2006 18:04:17 -0500 Joe Marcus Clarke wrote: > I am working to sync our HAL backend up with the latest HAL spec. To > that end, I have added support for displaying more volume.partition > properties. This patch will only affect HAL objects that have the > volume.is_partition property set to TRUE. The only way you'd notice any > difference is using lshal. The old output looked something like: > > volume.partition.number = 3 (0x3) (int) > volume.msdos_part_table_type = 165 (0xa5) (int) > > The new style looks like this: > > volume.partition.start = 18268346880 (0x440e0da00) (uint64) > volume.partition.media_size = 61730726400 (0xe5f702200) (uint64) > volume.partition.type = '0xa5' (string) > volume.partition.scheme = 'mbr' (string) > volume.partition.number = 3 (0x3) (int) > > I'd be particularly interested with feedback from those that have gpt or > apple schemes, but feedback from mbr users is just as good (i.e. to let > me know it works on more that just my system). Thanks. > > http://www.marcuscom.com/downloads/patch-hal_volume Useless elements underlined: + if (geom_obj->uuid) ^^^^^^^^^^^^^^^^^^^ + g_free(geom_obj->uuid); + + if (geom_obj->apple_type) ^^^^^^^^^^^^^^^^^^^^^^^^^ + g_free(geom_obj->apple_type); + *mediasize = (guint64) hf_probe_volume_getenv_uintmax("HF_VOLUME_SIZE"); ^^^^^^^^^ + *offset = (guint64) hf_probe_volume_getenv_uintmax("HF_VOLUME_OFFSET"); ^^^^^^^^^ + if ((sscanf(partno + 1, "%i", number)) != (int) (strlen(partno) - 1)) ^ ^ ^^^^^ ^ ^ Btw, that last construct breaks in two cases: - "partno + 1" is empty: number is left undefined - "partno + 1" is a number > 9: sscanf(...) = 1, strlen > 1 Do this instead: int len; ... len = strlen(partno) - 1; if (len > 0 && strspn(partno + 1, "0123456789") == len) number = atoi(partno); else return FALSE; -- Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Fri__3_Nov_2006_11_04_54_+0100_YP_hp_rP/+I96PRU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFSxRHyzD7UaO4AGoRAgl4AJsEw8gYzK6rpl8kv0HwQze1azx9WQCfZJKV ndhFghTJDRxxrRpO3JWLFps= =7EIu -----END PGP SIGNATURE----- --Signature=_Fri__3_Nov_2006_11_04_54_+0100_YP_hp_rP/+I96PRU-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 14:46:27 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87E3916A47B for ; Fri, 3 Nov 2006 14:46:27 +0000 (UTC) (envelope-from scott@sremick.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D44A43D60 for ; Fri, 3 Nov 2006 14:45:37 +0000 (GMT) (envelope-from scott@sremick.net) Received: from db2.internal (db2.internal [10.202.2.12]) by frontend1.messagingengine.com (Postfix) with ESMTP id 943D5DC0B7C for ; Fri, 3 Nov 2006 09:45:21 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by db2.internal (MEProxy); Fri, 03 Nov 2006 09:45:23 -0500 X-Sasl-enc: R71f+ImEVCRO54blq2uIDLGDFfgBeOEMIVMsfLXNVcLm 1162565123 Received: from [10.185.6.114] (unknown [65.213.7.6]) by mail.messagingengine.com (Postfix) with ESMTP id 2A67B1A04C for ; Fri, 3 Nov 2006 09:45:22 -0500 (EST) Message-ID: <454B5600.9080808@sremick.net> Date: Fri, 03 Nov 2006 09:45:20 -0500 From: "Scott I. Remick" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: gnome@freebsd.org References: <453CC2A1.2020603@sremick.net> <1161618548.70946.5.camel@shumai.marcuscom.com> <453E2AB8.40304@sremick.net> In-Reply-To: <453E2AB8.40304@sremick.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: vino password not working after 2.16 upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 14:46:27 -0000 Joe Marcus Clarke wrote: > > I had to re-enter my password in the Remote Desktop capplet before I > could connect to vino after the upgrade. Argh... did a portupgrade last night which touched some gnome bits, and now the problem resurfaces. This never happened before in past gnome versions. If there was a way to fix this remotely I could live with it, but so far nothing I've tried works. I came across these two threads but they don't help: http://ubuntuforums.org/showthread.php?t=266981 http://ubuntuforums.org/showthread.php?p=1592817 I've tried using the following 2 commands to stop and restart vino: Code: gconftool-2 -s -t bool /desktop/gnome/remote_access/enabled false gconftool-2 -s -t bool /desktop/gnome/remote_access/enabled true I've also tried running those after changing the base64 password hash in the xml file to something else. I've also tried -HUP on vino-server. Nothing works. From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 15:55:59 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3388816A40F for ; Fri, 3 Nov 2006 15:55:58 +0000 (UTC) (envelope-from tigner@msu.edu) Received: from sys18.mail.msu.edu (sys18.mail.msu.edu [35.9.75.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3838843D4C for ; Fri, 3 Nov 2006 15:55:57 +0000 (GMT) (envelope-from tigner@msu.edu) Received: from eshop1.pa.msu.edu ([35.9.69.81]) by sys18.mail.msu.edu with esmtpsa (Exim 4.52 #1) (SSLv3:RC4-MD5:128) id 1Gg1Of-0004E9-82 for gnome@FreeBSD.org; Fri, 03 Nov 2006 10:55:57 -0500 From: Barry Tigner To: gnome@FreeBSD.org Content-Type: text/plain Organization: MSU Physics and Astronomy dept. Date: Fri, 03 Nov 2006 10:56:32 -0500 Message-Id: <1162569392.12895.28.camel@EShop1.pa.msu.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV Cc: Subject: evolution mail client 2.8.1.1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tigner@msu.edu List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 15:55:59 -0000 Dear Gnome@FreBSD.org, I have upgraded my ports on my FreeBSD 6.1 system to date. The stability of evolution has increased dramatically, especially with our overloaded mail server. I use evolution to connect to multiple email servers and where version 2.6x used to crash and have to be restarted occasionally, 2.8.1.1 has not crashed at all in several days. Kudos to you and to the entire staff at FreeBSD.org, and to the developers of this great email program. Thank you, -- Barry A. Tigner Electronics Shop mgr. Michigan State University Physics and Astronomy dept. 517-355-9200 x 2538 tigner@msu.edu From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 17:11:11 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C166216A40F; Fri, 3 Nov 2006 17:11:11 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66BD143D45; Fri, 3 Nov 2006 17:11:11 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA3HBLfa094750; Fri, 3 Nov 2006 12:11:21 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Jean-Yves Lefort In-Reply-To: <20061103110454.68b6a2c1.jylefort@FreeBSD.org> References: <1162508657.22424.57.camel@shumai.marcuscom.com> <20061103110454.68b6a2c1.jylefort@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-DlVcJo+K1ZhpBhG+n/PW" Organization: FreeBSD, Inc. Date: Fri, 03 Nov 2006 12:11:09 -0500 Message-Id: <1162573869.4927.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: FreeBSD GNOME Users Subject: Re: HEADS UP: More HAL testers needed X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 17:11:11 -0000 --=-DlVcJo+K1ZhpBhG+n/PW Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2006-11-03 at 11:04 +0100, Jean-Yves Lefort wrote: > On Thu, 02 Nov 2006 18:04:17 -0500 > Joe Marcus Clarke wrote: >=20 > > I am working to sync our HAL backend up with the latest HAL spec. To > > that end, I have added support for displaying more volume.partition > > properties. This patch will only affect HAL objects that have the > > volume.is_partition property set to TRUE. The only way you'd notice an= y > > difference is using lshal. The old output looked something like: > > > > volume.partition.number =3D 3 (0x3) (int) > > volume.msdos_part_table_type =3D 165 (0xa5) (int) > > > > The new style looks like this: > > > > volume.partition.start =3D 18268346880 (0x440e0da00) (uint64) > > volume.partition.media_size =3D 61730726400 (0xe5f702200) (uint64) > > volume.partition.type =3D '0xa5' (string) > > volume.partition.scheme =3D 'mbr' (string) > > volume.partition.number =3D 3 (0x3) (int) > > > > I'd be particularly interested with feedback from those that have gpt o= r > > apple schemes, but feedback from mbr users is just as good (i.e. to let > > me know it works on more that just my system). Thanks. > > > > http://www.marcuscom.com/downloads/patch-hal_volume >=20 > Useless elements underlined: >=20 > + if (geom_obj->uuid) > ^^^^^^^^^^^^^^^^^^^ > + g_free(geom_obj->uuid); > + > + if (geom_obj->apple_type) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > + g_free(geom_obj->apple_type); I keep doing that! I have a big problem freeing a NULL value. >=20 > + *mediasize =3D (guint64) hf_probe_volume_getenv_uintmax("HF_VOLUME_SIZ= E"); > ^^^^^^^^^ > + *offset =3D (guint64) hf_probe_volume_getenv_uintmax("HF_VOLUME_OFFSET= "); > ^^^^^^^^^ >=20 > + if ((sscanf(partno + 1, "%i", number)) !=3D (int) (strlen(partno) - 1)= ) > ^ ^ ^^^^^ ^ ^ >=20 > Btw, that last construct breaks in two cases: >=20 > - "partno + 1" is empty: number is left undefined > - "partno + 1" is a number > 9: sscanf(...) =3D 1, strlen > 1 >=20 > Do this instead: >=20 > int len; > ... > len =3D strlen(partno) - 1; > if (len > 0 && strspn(partno + 1, "0123456789") =3D=3D len) > number =3D atoi(partno); > else > return FALSE; Thanks. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-DlVcJo+K1ZhpBhG+n/PW Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFS3gtb2iPiv4Uz4cRAiUaAJ4xSSvI6SDrajDzxYiYUZi+YlAU8wCfU2lJ uL9GCwDWKD4E5k9nSLWAmic= =S5RJ -----END PGP SIGNATURE----- --=-DlVcJo+K1ZhpBhG+n/PW-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 17:41:08 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18E9916A605 for ; Fri, 3 Nov 2006 17:41:08 +0000 (UTC) (envelope-from Nita@vc.netyou.jp) Received: from ZQ237101.ppp.dion.ne.jp (ZQ237101.ppp.dion.ne.jp [222.13.237.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 83DB243DB7 for ; Fri, 3 Nov 2006 17:40:04 +0000 (GMT) (envelope-from Nita@vc.netyou.jp) Message-ID: <3A62AE36.0372979@c2i.net> Date: Sat, 4 Nov 2006 02:40:33 +0900 From: Willis User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@freebsd.org Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: question about your photo X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 17:41:08 -0000 I've accidently found [1]your photo at a flickr and i'm very interested in it. Can you tell me what place i can see in the background of it? --- wbr, Jana References 1. file://localhost/home/cmf3/tasks/keeper_au_2/coUI8d/http://mdjadozone.org/flickr.html From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 17:46:36 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFB1D16A412 for ; Fri, 3 Nov 2006 17:46:36 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C88143D4C for ; Fri, 3 Nov 2006 17:46:31 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA3HkfXW095030; Fri, 3 Nov 2006 12:46:41 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Scott I. Remick" In-Reply-To: <454B5600.9080808@sremick.net> References: <453CC2A1.2020603@sremick.net> <1161618548.70946.5.camel@shumai.marcuscom.com> <453E2AB8.40304@sremick.net> <454B5600.9080808@sremick.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-5jzJSwsAPZzNL6XsdJhl" Organization: MarcusCom, Inc. Date: Fri, 03 Nov 2006 12:46:29 -0500 Message-Id: <1162575989.4927.18.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org Subject: Re: vino password not working after 2.16 upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 17:46:36 -0000 --=-5jzJSwsAPZzNL6XsdJhl Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2006-11-03 at 09:45 -0500, Scott I. Remick wrote: > Joe Marcus Clarke wrote: > > > > I had to re-enter my password in the Remote Desktop capplet before I > > could connect to vino after the upgrade. >=20 > Argh... did a portupgrade last night which touched some gnome bits, and=20 > now the problem resurfaces. This never happened before in past gnome=20 > versions. If there was a way to fix this remotely I could live with it,=20 > but so far nothing I've tried works. >=20 > I came across these two threads but they don't help: > http://ubuntuforums.org/showthread.php?t=3D266981 > http://ubuntuforums.org/showthread.php?p=3D1592817 >=20 > I've tried using the following 2 commands to stop and restart vino: > Code: >=20 > gconftool-2 -s -t bool /desktop/gnome/remote_access/enabled false=20 > gconftool-2 -s -t bool /desktop/gnome/remote_access/enabled true >=20 > I've also tried running those after changing the base64 password hash in=20 > the xml file to something else. I've also tried -HUP on vino-server.=20 You'll probably have to truss or ktrace the vino-server process to see if it gives you any clues. gdb debugging would probably be more useful, though. Note: you may have to re-login to GNOME for it to work again. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-5jzJSwsAPZzNL6XsdJhl Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFS4B1b2iPiv4Uz4cRAumFAJ47Vb1N0CcgaBZP1NJ941s6XQsatgCfWgrL x1Q7ClhX/SMWNTPzpS1G1aQ= =v1mW -----END PGP SIGNATURE----- --=-5jzJSwsAPZzNL6XsdJhl-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 18:05:21 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85AF816A50D for ; Fri, 3 Nov 2006 18:05:21 +0000 (UTC) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB5343D5A for ; Fri, 3 Nov 2006 18:05:20 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 4CFC9F21F8 for ; Fri, 3 Nov 2006 10:05:20 -0800 (PST) X-Virus-Scanned: amavisd-new at mcneil.com Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XqhMITRdfyHa for ; Fri, 3 Nov 2006 10:05:18 -0800 (PST) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id EE4F4F21B3 for ; Fri, 3 Nov 2006 10:05:17 -0800 (PST) From: Sean McNeil To: gnome@freebsd.org Content-Type: text/plain Date: Fri, 03 Nov 2006 10:05:17 -0800 Message-Id: <1162577117.16065.5.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: asking for properties on desktop crashes nautilus X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 18:05:21 -0000 I mentioned this before, but wanted to give a little more specifics. First, the trace looks useless with a whole bunch of bogus call info. This is on amd64 6.2 prerelease (latest -STABLE). Second, properties works just fine with icons inside the computer window. Third, it is only for pseudo icons on the desktop that cause the crash. i.e. Computer, my Home, hal reported disks, and Trash. I noticed that one other person indicated the same problem. I'm wondering how I can get a good traceback. The bug report one as I said is bogus. I get something like 40000 trace lines and only one thread. Most of those trace lines are at address 0. From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 18:55:03 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E43116A403 for ; Fri, 3 Nov 2006 18:55:03 +0000 (UTC) (envelope-from oberman@es.net) Received: from postal4.es.net (postal4.es.net [198.124.252.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id F126943D4C for ; Fri, 3 Nov 2006 18:54:56 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by postal4.es.net (Postal Node 4) with ESMTP (SSL) id HDF37540; Fri, 03 Nov 2006 10:54:40 -0800 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id D073D45053; Fri, 3 Nov 2006 10:54:38 -0800 (PST) To: Joe Marcus Clarke In-Reply-To: Your message of "Thu, 02 Nov 2006 23:29:29 EST." <1162528169.8125.3.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1162580078_48489P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 03 Nov 2006 10:54:38 -0800 From: "Kevin Oberman" Message-Id: <20061103185438.D073D45053@ptavv.es.net> X-Sender-IP: 198.128.4.29 X-Sender-Domain: es.net X-Recipent: ;; X-Sender: Cc: gnome@freebsd.org Subject: Re: HAL taking over X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 18:55:03 -0000 --==_Exmh_1162580078_48489P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > From: Joe Marcus Clarke > Date: Thu, 02 Nov 2006 23:29:29 -0500 > > On Thu, 2006-11-02 at 19:53 -0800, Kevin Oberman wrote: > > > > The partition that did not show a label looks fine when I do a dumpfs on > > it, so the tunefs did the trick. > > You need to restart hald, and re-login to GNOME for this to take effect. > lshal should show a volume.label property with your label. If it does > not, then gnome-vfs will not show a name. But I did and it does! I logged out of Gnome and restarted all three daemons in order dbus, polkitd, and hald. Then I restarted Gnome. udi = '/org/freedesktop/Hal/devices/volume_label_aux' volume.mount.valid_options = {'ro', 'noexec'} (string list) org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-system-storage-unmount', 'hal-system-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list) info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_NT02T53258CW' (string) info.product = 'aux' (string) info.udi = '/org/freedesktop/Hal/devices/volume_label_aux' (string) block.is_volume = true (bool) volume.mount_point = '' (string) volume.is_mounted_read_only = false (bool) volume.is_mounted = false (bool) volume.num_blocks = 1048576 (0x100000) (uint64) volume.size = 536870912 (0x20000000) (uint64) volume.block_size = 512 (0x200) (uint64) volume.uuid = '' (string) volume.label = 'aux' (string) volume.fsversion = '2' (string) volume.fstype = 'ufs' (string) volume.fsusage = 'filesystem' (string) volume.ignore = false (bool) volume.is_partition = false (bool) volume.is_disc = false (bool) block.minor = 97 (0x61) (int) block.major = 0 (0x0) (int) block.device = '/dev/ad2s1a' (string) info.category = 'volume' (string) info.bus = 'block' (string) info.capabilities = {'block', 'volume'} (string list) info.parent = '/org/freedesktop/Hal/devices/volume_part1_size_39999504384' (string) I also checked and the disk is labeled under Windows, but the lshal does not show any information on the label of that slice. The only udi is the volume_part_4_size_41974571520. It has no children. Looks like hald is not understanding FAT disks quite well enough. If a volume name is not available, then using either volume.mount_point or even block.device would be far more useful than using the size of th partition. (But I don't know if that is a FreeBSD thing or something that goes back to Gnome.) The complete lshal output is available at: http://home.comcast.net/~ykoberman/FreeBSD/lshal.out -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 --==_Exmh_1162580078_48489P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFFS5Bukn3rs5h7N1ERAjhDAJ0WTHxKXCbsZg0U2VLVrcoGqsfW8ACgi4vJ K/vbEa/XZTbY7IHcJLqAyAQ= =HpO+ -----END PGP SIGNATURE----- --==_Exmh_1162580078_48489P-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 19:04:55 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D420E16A40F for ; Fri, 3 Nov 2006 19:04:55 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D52043D53 for ; Fri, 3 Nov 2006 19:04:54 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA3J4OJP095606; Fri, 3 Nov 2006 14:04:24 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kevin Oberman In-Reply-To: <20061103185438.D073D45053@ptavv.es.net> References: <20061103185438.D073D45053@ptavv.es.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-05AgSqAEE9IHPaAY/awr" Organization: MarcusCom, Inc. Date: Fri, 03 Nov 2006 14:04:12 -0500 Message-Id: <1162580652.4927.55.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org Subject: Re: HAL taking over X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 19:04:56 -0000 --=-05AgSqAEE9IHPaAY/awr Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2006-11-03 at 10:54 -0800, Kevin Oberman wrote: > > From: Joe Marcus Clarke > > Date: Thu, 02 Nov 2006 23:29:29 -0500 > >=20 > > On Thu, 2006-11-02 at 19:53 -0800, Kevin Oberman wrote: > > >=20 > > > The partition that did not show a label looks fine when I do a dumpfs= on > > > it, so the tunefs did the trick. > >=20 > > You need to restart hald, and re-login to GNOME for this to take effect= . > > lshal should show a volume.label property with your label. If it does > > not, then gnome-vfs will not show a name. >=20 > But I did and it does! I logged out of Gnome and restarted all three > daemons in order dbus, polkitd, and hald. Then I restarted Gnome. You might want to make sure gnome-vfs-daemon actually died, and was respawned. If not, it will hold on to the old volume name. >=20 > udi =3D '/org/freedesktop/Hal/devices/volume_label_aux' > volume.mount.valid_options =3D {'ro', 'noexec'} (string list) > org.freedesktop.Hal.Device.Volume.method_execpaths =3D {'hal-storage-mo= unt', 'hal-system-storage-unmount', 'hal-system-storage-eject'} (string lis= t) > org.freedesktop.Hal.Device.Volume.method_signatures =3D {'ssas', 'as', = 'as'} (string list) > org.freedesktop.Hal.Device.Volume.method_names =3D {'Mount', 'Unmount',= 'Eject'} (string list) > info.interfaces =3D {'org.freedesktop.Hal.Device.Volume'} (string list) > block.storage_device =3D '/org/freedesktop/Hal/devices/storage_serial_N= T02T53258CW' (string) > info.product =3D 'aux' (string) > info.udi =3D '/org/freedesktop/Hal/devices/volume_label_aux' (string) > block.is_volume =3D true (bool) > volume.mount_point =3D '' (string) > volume.is_mounted_read_only =3D false (bool) > volume.is_mounted =3D false (bool) > volume.num_blocks =3D 1048576 (0x100000) (uint64) > volume.size =3D 536870912 (0x20000000) (uint64) > volume.block_size =3D 512 (0x200) (uint64) > volume.uuid =3D '' (string) > volume.label =3D 'aux' (string) > volume.fsversion =3D '2' (string) > volume.fstype =3D 'ufs' (string) > volume.fsusage =3D 'filesystem' (string) > volume.ignore =3D false (bool) > volume.is_partition =3D false (bool) > volume.is_disc =3D false (bool) > block.minor =3D 97 (0x61) (int) > block.major =3D 0 (0x0) (int) > block.device =3D '/dev/ad2s1a' (string) > info.category =3D 'volume' (string) > info.bus =3D 'block' (string) > info.capabilities =3D {'block', 'volume'} (string list) > info.parent =3D > '/org/freedesktop/Hal/devices/volume_part1_size_39999504384' (string) On what mount point will this volume be mounted? At this point, it's not mounted at all. >=20 > I also checked and the disk is labeled under Windows, but the lshal > does not show any information on the label of that slice. The only udi > is the volume_part_4_size_41974571520. It has no children. Looks like > hald is not understanding FAT disks quite well enough. I don't see that UDI in your output at all. I do see a FAT32 partition without a label (ad0s4), and one called SERVICEV001 (ad0s2). Only the former is mounted. >=20 > If a volume name is not available, then using either volume.mount_point > or even block.device would be far more useful than using the size of th > partition. (But I don't know if that is a FreeBSD thing or something that > goes back to Gnome.) That is controlled by gnome-vfs, and is not FreeBSD-specific. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-05AgSqAEE9IHPaAY/awr Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFS5Ksb2iPiv4Uz4cRAmfzAJ9aupfxnko8Mm8D0OakdTs7WGfsNQCeOnws bUWXLTFLsxx+UmlUtpwGRU0= =kuq+ -----END PGP SIGNATURE----- --=-05AgSqAEE9IHPaAY/awr-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 19:05:45 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C0DB16A415 for ; Fri, 3 Nov 2006 19:05:45 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FDBB43D58 for ; Fri, 3 Nov 2006 19:05:43 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA3J5sfF095634; Fri, 3 Nov 2006 14:05:54 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Sean McNeil In-Reply-To: <1162577117.16065.5.camel@triton.mcneil.com> References: <1162577117.16065.5.camel@triton.mcneil.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8IsSMwaOT3be/3EnLU0a" Organization: MarcusCom, Inc. Date: Fri, 03 Nov 2006 14:05:42 -0500 Message-Id: <1162580742.4927.57.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org Subject: Re: asking for properties on desktop crashes nautilus X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 19:05:45 -0000 --=-8IsSMwaOT3be/3EnLU0a Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2006-11-03 at 10:05 -0800, Sean McNeil wrote: > I mentioned this before, but wanted to give a little more specifics. =20 >=20 > First, the trace looks useless with a whole bunch of bogus call info. > This is on amd64 6.2 prerelease (latest -STABLE). >=20 > Second, properties works just fine with icons inside the computer > window. >=20 > Third, it is only for pseudo icons on the desktop that cause the crash. > i.e. Computer, my Home, hal reported disks, and Trash. >=20 > I noticed that one other person indicated the same problem. I'm > wondering how I can get a good traceback. The bug report one as I said > is bogus. I get something like 40000 trace lines and only one thread. > Most of those trace lines are at address 0. You will need to rebuild everything, including system libraries, with debugging symbols. I keep a machine around for just this purpose, but I cannot reproduce such a crash. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-8IsSMwaOT3be/3EnLU0a Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFS5MGb2iPiv4Uz4cRAuDqAJ9wyq8sBLA4mPE5AtE7X2R7WuaisACgnDq/ kTUrPyWS5LlRRuPfyH12Mzw= =D2K2 -----END PGP SIGNATURE----- --=-8IsSMwaOT3be/3EnLU0a-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 19:29:13 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C9ED16A417 for ; Fri, 3 Nov 2006 19:29:13 +0000 (UTC) (envelope-from oberman@es.net) Received: from postal4.es.net (postal4.es.net [198.124.252.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF40C43D7C for ; Fri, 3 Nov 2006 19:29:07 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by postal4.es.net (Postal Node 4) with ESMTP (SSL) id HEF85450; Fri, 03 Nov 2006 11:28:50 -0800 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 1B34A45053; Fri, 3 Nov 2006 11:28:49 -0800 (PST) To: Joe Marcus Clarke In-Reply-To: Your message of "Fri, 03 Nov 2006 14:04:12 EST." <1162580652.4927.55.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1162582129_48489P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 03 Nov 2006 11:28:49 -0800 From: "Kevin Oberman" Message-Id: <20061103192849.1B34A45053@ptavv.es.net> X-Sender-IP: 198.128.4.29 X-Sender-Domain: es.net X-Recipent: ;; X-Sender: Cc: gnome@freebsd.org Subject: Re: HAL taking over X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 19:29:13 -0000 --==_Exmh_1162582129_48489P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > From: Joe Marcus Clarke > Date: Fri, 03 Nov 2006 14:04:12 -0500 > > On Fri, 2006-11-03 at 10:54 -0800, Kevin Oberman wrote: > > > From: Joe Marcus Clarke > > > Date: Thu, 02 Nov 2006 23:29:29 -0500 > > > > > > On Thu, 2006-11-02 at 19:53 -0800, Kevin Oberman wrote: > > > > > > > > The partition that did not show a label looks fine when I do a dumpfs> on > > > > it, so the tunefs did the trick. > > > > > > You need to restart hald, and re-login to GNOME for this to take effect> . > > > lshal should show a volume.label property with your label. If it does > > > not, then gnome-vfs will not show a name. > > > > But I did and it does! I logged out of Gnome and restarted all three > > daemons in order dbus, polkitd, and hald. Then I restarted Gnome. > > You might want to make sure gnome-vfs-daemon actually died, and was > respawned. If not, it will hold on to the old volume name. I also tried rebooting the system. (It's my laptop, so it got rebooted this morning when I got to work.) No improvement. > > > > > udi = '/org/freedesktop/Hal/devices/volume_label_aux' > > volume.mount.valid_options = {'ro', 'noexec'} (string list) > > org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mo> unt', 'hal-system-storage-unmount', 'hal-system-storage-eject'} (string lis> t) > > org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', > 'as'} (string list) > > org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount',> 'Eject'} (string list) > > info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) > > block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_N> T02T53258CW' (string) > > info.product = 'aux' (string) > > info.udi = '/org/freedesktop/Hal/devices/volume_label_aux' (string) > > block.is_volume = true (bool) > > volume.mount_point = '' (string) > > volume.is_mounted_read_only = false (bool) > > volume.is_mounted = false (bool) > > volume.num_blocks = 1048576 (0x100000) (uint64) > > volume.size = 536870912 (0x20000000) (uint64) > > volume.block_size = 512 (0x200) (uint64) > > volume.uuid = '' (string) > > volume.label = 'aux' (string) > > volume.fsversion = '2' (string) > > volume.fstype = 'ufs' (string) > > volume.fsusage = 'filesystem' (string) > > volume.ignore = false (bool) > > volume.is_partition = false (bool) > > volume.is_disc = false (bool) > > block.minor = 97 (0x61) (int) > > block.major = 0 (0x0) (int) > > block.device = '/dev/ad2s1a' (string) > > info.category = 'volume' (string) > > info.bus = 'block' (string) > > info.capabilities = {'block', 'volume'} (string list) > > info.parent = > > '/org/freedesktop/Hal/devices/volume_part1_size_39999504384' (string) > > On what mount point will this volume be mounted? At this point, it's > not mounted at all. Oh, yes, it is. It is mounted and I am able to edit files on it. But I did another lshal and hald does not seem to know it. It still shows an empty mount_point and both is_mounted_read_only and is_mounted are false. Something is clearly broken at this point. Another thing I just noticed: I have a vnode backed md device mounted on the system and it is not showing up at all. While I can believe that gnome-vfs and hald don't understand md devices, but could the fact that the backing file for the md volume is on the problem disk be related to the problem? -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 --==_Exmh_1162582129_48489P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFFS5hxkn3rs5h7N1ERApAqAJ9FEWYfaGvCaDWaZPyy1CpnPg19ngCgrQY3 huxOlJwwNoD8sRDbKNBOnFM= =9E6d -----END PGP SIGNATURE----- --==_Exmh_1162582129_48489P-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 19:32:43 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96A3A16A403 for ; Fri, 3 Nov 2006 19:32:43 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DE4143D49 for ; Fri, 3 Nov 2006 19:32:42 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA3JVmHB095823; Fri, 3 Nov 2006 14:31:49 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kevin Oberman In-Reply-To: <20061103192849.1B34A45053@ptavv.es.net> References: <20061103192849.1B34A45053@ptavv.es.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-TGG1F1LLKvcx78gR3vzP" Organization: MarcusCom, Inc. Date: Fri, 03 Nov 2006 14:31:36 -0500 Message-Id: <1162582296.4927.63.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org Subject: Re: HAL taking over X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 19:32:43 -0000 --=-TGG1F1LLKvcx78gR3vzP Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2006-11-03 at 11:28 -0800, Kevin Oberman wrote: > > From: Joe Marcus Clarke > > Date: Fri, 03 Nov 2006 14:04:12 -0500 > >=20 > > On Fri, 2006-11-03 at 10:54 -0800, Kevin Oberman wrote: > > > > From: Joe Marcus Clarke > > > > Date: Thu, 02 Nov 2006 23:29:29 -0500 > > > >=20 > > > > On Thu, 2006-11-02 at 19:53 -0800, Kevin Oberman wrote: > > > > >=20 > > > > > The partition that did not show a label looks fine when I do a du= mpfs> on > > > > > it, so the tunefs did the trick. > > > >=20 > > > > You need to restart hald, and re-login to GNOME for this to take ef= fect> . > > > > lshal should show a volume.label property with your label. If it d= oes > > > > not, then gnome-vfs will not show a name. > > >=20 > > > But I did and it does! I logged out of Gnome and restarted all three > > > daemons in order dbus, polkitd, and hald. Then I restarted Gnome. > >=20 > > You might want to make sure gnome-vfs-daemon actually died, and was > > respawned. If not, it will hold on to the old volume name. >=20 > I also tried rebooting the system. (It's my laptop, so it got rebooted > this morning when I got to work.) No improvement. > >=20 > > >=20 > > > udi =3D '/org/freedesktop/Hal/devices/volume_label_aux' > > > volume.mount.valid_options =3D {'ro', 'noexec'} (string list) > > > org.freedesktop.Hal.Device.Volume.method_execpaths =3D {'hal-storag= e-mo> unt', 'hal-system-storage-unmount', 'hal-system-storage-eject'} (stri= ng lis> t) > > > org.freedesktop.Hal.Device.Volume.method_signatures =3D {'ssas', 'a= s', > 'as'} (string list) > > > org.freedesktop.Hal.Device.Volume.method_names =3D {'Mount', 'Unmou= nt',> 'Eject'} (string list) > > > info.interfaces =3D {'org.freedesktop.Hal.Device.Volume'} (string l= ist) > > > block.storage_device =3D '/org/freedesktop/Hal/devices/storage_seri= al_N> T02T53258CW' (string) > > > info.product =3D 'aux' (string) > > > info.udi =3D '/org/freedesktop/Hal/devices/volume_label_aux' (stri= ng) > > > block.is_volume =3D true (bool) > > > volume.mount_point =3D '' (string) > > > volume.is_mounted_read_only =3D false (bool) > > > volume.is_mounted =3D false (bool) > > > volume.num_blocks =3D 1048576 (0x100000) (uint64) > > > volume.size =3D 536870912 (0x20000000) (uint64) > > > volume.block_size =3D 512 (0x200) (uint64) > > > volume.uuid =3D '' (string) > > > volume.label =3D 'aux' (string) > > > volume.fsversion =3D '2' (string) > > > volume.fstype =3D 'ufs' (string) > > > volume.fsusage =3D 'filesystem' (string) > > > volume.ignore =3D false (bool) > > > volume.is_partition =3D false (bool) > > > volume.is_disc =3D false (bool) > > > block.minor =3D 97 (0x61) (int) > > > block.major =3D 0 (0x0) (int) > > > block.device =3D '/dev/ad2s1a' (string) > > > info.category =3D 'volume' (string) > > > info.bus =3D 'block' (string) > > > info.capabilities =3D {'block', 'volume'} (string list) > > > info.parent =3D > > > '/org/freedesktop/Hal/devices/volume_part1_size_39999504384' (string= ) > >=20 > > On what mount point will this volume be mounted? At this point, it's > > not mounted at all. >=20 > Oh, yes, it is. It is mounted and I am able to edit files on it. But I > did another lshal and hald does not seem to know it. It still shows an > empty mount_point and both is_mounted_read_only and is_mounted are > false. >=20 > Something is clearly broken at this point. Collect everything mentioned at http://www.freebsd.org/gnome/docs/faq2.html#q19 . >=20 > Another thing I just noticed: I have a vnode backed md device mounted on > the system and it is not showing up at all. While I can believe that > gnome-vfs and hald don't understand md devices, but could the fact that > the backing file for the md volume is on the problem disk be related to > the problem? No. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-TGG1F1LLKvcx78gR3vzP Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFS5kYb2iPiv4Uz4cRAjJVAJwImuTgwDmhYUW9+2d4sBJ7Ez3wPwCglJLz a16tvMF1HNbVlQyKOmhQQ6I= =hTOu -----END PGP SIGNATURE----- --=-TGG1F1LLKvcx78gR3vzP-- From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 19:40:03 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E62CC16A407 for ; Fri, 3 Nov 2006 19:40:03 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao01.cox.net (centrmmtao01.cox.net [70.168.83.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 446BD43D45 for ; Fri, 3 Nov 2006 19:40:03 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by centrmmtao01.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061103194006.CTDC14481.centrmmtao01.cox.net@eastrmimpo02.cox.net>; Fri, 3 Nov 2006 14:40:06 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id iKfG1V0054iy4EG0000000 Fri, 03 Nov 2006 14:39:16 -0500 Date: Fri, 03 Nov 2006 13:40:40 -0600 To: c.r.n.a@wanadoo.fr From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <23384452.67081162490889159.JavaMail.www@wwinf1531> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <23384452.67081162490889159.JavaMail.www@wwinf1531> User-Agent: Opera Mail/9.02 (Linux) Cc: freebsd-gnome@freebsd.org Subject: Re: Cannot mount removable media when using HAL X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 19:40:04 -0000 On Thu, 02 Nov 2006 12:08:09 -0600, Niko wrote: > Hi ! > > To use hal for automounting your device, replace the text in the file > /usr/local/share/hal/dist/hal.conf > > by this : > > > does it work ? What is the difference other than white spaces? The white spaces are no matter. Cheers, Mezz > Good luck. > > Nicolas.. -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 21:06:54 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC85D16A4B3 for ; Fri, 3 Nov 2006 21:06:54 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0BED43D73 for ; Fri, 3 Nov 2006 21:06:50 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id kA3L6gR9067390; Fri, 3 Nov 2006 16:06:46 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-gnome@FreeBSD.org Date: Fri, 3 Nov 2006 16:06:27 -0500 User-Agent: KMail/1.6.2 References: <200610162057.k9GKvtpK086859@freefall.freebsd.org> <20061026171943.eeb9de50.dom@helenmarks.co.uk> In-Reply-To: <20061026171943.eeb9de50.dom@helenmarks.co.uk> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200611031606.29731.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/2159/Fri Nov 3 12:49:21 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Subject: Re: ports/104205: gnome nautilus cpu usage jumps to 100% X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 21:06:54 -0000 I am experiencing similar behavior. ktrace(1)/kdump(1) shows: 877 nautilus 0.000005 CALL poll(0x8064d3f10,0xe,0) 877 nautilus 0.000006 RET poll 0 877 nautilus 0.000006 CALL gettimeofday(0x7fffffffe4a0,0) 877 nautilus 0.000005 RET gettimeofday 0 877 nautilus 0.000008 CALL ioctl(0x3,FIONREAD,0x7fffffffdc9c) 877 nautilus 0.000005 RET ioctl 0 877 nautilus 0.000006 CALL gettimeofday(0x7fffffffe4b0,0) 877 nautilus 0.000004 RET gettimeofday 0 This pattern repeats endlessly. I did googling and found this: http://primates.ximian.com/~federico/news-2006-09.html#polling Interesting stuff... Unfortunately I don't have time to investigate what's going on. If anybody is interested, I think this is good place to start. Thanks, Jung-uk Kim From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 3 22:41:50 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D1B816A595 for ; Fri, 3 Nov 2006 22:41:50 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01FA943D66 for ; Fri, 3 Nov 2006 22:41:44 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4DCB71A4D97 for ; Fri, 3 Nov 2006 14:41:44 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A94C1513AD; Fri, 3 Nov 2006 17:41:37 -0500 (EST) Date: Fri, 3 Nov 2006 17:41:37 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20061103224137.GA37466@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@FreeBSD.org: guile-1.6.8 failed on i386 4] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 22:41:50 -0000 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Fri, 3 Nov 2006 22:07:33 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: guile-1.6.8 failed on i386 4 X-UIDL: lb(!!9+*#!I(("!\p)"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.3 checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc checking build system type... i386-portbld-freebsd4.11 checking host system type... i386-portbld-freebsd4.11 checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by cc... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/libexec/elf/ld) supports shared librar= ies... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... no checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking for tgoto in -lncurses... yes checking for readline in -lreadline... yes checking for siginterrupt... yes checking for rl_clear_signals... yes checking for rl_cleanup_after_signal... yes checking for rl_filename_completion_function... no checking for rl_pre_input_hook... yes checking if readline clears SA_RESTART flag for SIGWINCH... yes checking for rl_getc_function pointer in readline... yes checking for strdup... yes configure: creating ./config.status config.status: creating Makefile config.status: creating ice-9/Makefile config.status: executing depfiles commands =3D=3D=3D> Building for guile-1.6.8 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/lang/guile/work/guile-1.6.8' Making all in oop gmake[2]: Entering directory `/work/a/ports/lang/guile/work/guile-1.6.8/oop' Making all in goops gmake[3]: Entering directory `/work/a/ports/lang/guile/work/guile-1.6.8/oop= /goops' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/lang/guile/work/guile-1.6.8/oop/= goops' gmake[3]: Entering directory `/work/a/ports/lang/guile/work/guile-1.6.8/oop' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/work/a/ports/lang/guile/work/guile-1.6.8/oop' gmake[2]: Leaving directory `/work/a/ports/lang/guile/work/guile-1.6.8/oop' Making all in qt gmake[2]: Entering directory `/work/a/ports/lang/guile/work/guile-1.6.8/qt' Making all in md gmake[3]: Entering directory `/work/a/ports/lang/guile/work/guile-1.6.8/qt/= md' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/lang/guile/work/guile-1.6.8/qt/m= d' Making all in time gmake[3]: Entering directory `/work/a/ports/lang/guile/work/guile-1.6.8/qt/= time' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/lang/guile/work/guile-1.6.8/qt/t= ime' gmake[3]: Entering directory `/work/a/ports/lang/guile/work/guile-1.6.8/qt' source=3D'qt.c' object=3D'qt.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I/usr/local/include -O -pipe -Wall -Wmissing-prototype= s -fno-strict-aliasing -c -o qt.lo qt.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/local/include -O -pipe = -Wall -Wmissing-prototypes -fno-strict-aliasing -c qt.c -Wp,-MD,.deps/qt.TP= lo -fPIC -DPIC -o .libs/qt.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/local/include -O -pipe = -Wall -Wmissing-prototypes -fno-strict-aliasing -c qt.c -Wp,-MD,.deps/qt.TP= lo -o qt.o >/dev/null 2>&1 ln -s ./md/i386.s qtmds.s /bin/sh ../libtool --mode=3Dcompile cc -c qtmds.s cc -c qtmds.s -fPIC -DPIC -o .libs/qtmds.o cc -c qtmds.s -o qtmds.o >/dev/null 2>&1 ln -s ./md/null.c qtmdc.c source=3D'qtmdc.c' object=3D'qtmdc.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I/usr/local/include -O -pipe -Wall -Wmissing-prototype= s -fno-strict-aliasing -c -o qtmdc.lo qtmdc.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/local/include -O -pipe = -Wall -Wmissing-prototypes -fno-strict-aliasing -c qtmdc.c -Wp,-MD,.deps/qt= mdc.TPlo -fPIC -DPIC -o .libs/qtmdc.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/local/include -O -pipe = -Wall -Wmissing-prototypes -fno-strict-aliasing -c qtmdc.c -Wp,-MD,.deps/qt= mdc.TPlo -o qtmdc.o >/dev/null 2>&1 /bin/sh ../libtool --tag=3DCC --mode=3Dlink cc -O -pipe -Wall -Wmissing-p= rototypes -fno-strict-aliasing -L/usr/local/lib -o libqthreads.la -rpath = /usr/local/lib -export-dynamic -no-undefined -version-info 15:1:3 qt.lo qt= mds.lo qtmdc.lo -lcrypt -lm=20 cc -shared .libs/qt.o .libs/qtmds.o .libs/qtmdc.o -L/usr/local/lib -lcryp= t -lm -Wl,-soname -Wl,libqthreads.so.15 -o .libs/libqthreads.so.15 (cd .libs && rm -f libqthreads.so && ln -s libqthreads.so.15 libqthreads.so) (cd .libs && rm -f libqthreads.so && ln -s libqthreads.so.15 libqthreads.so) ar cru .libs/libqthreads.a qt.o qtmds.o qtmdc.o ranlib .libs/libqthreads.a creating libqthreads.la (cd .libs && rm -f libqthreads.la && ln -s ../libqthreads.la libqthreads.la) gmake[3]: Leaving directory `/work/a/ports/lang/guile/work/guile-1.6.8/qt' gmake[2]: Leaving directory `/work/a/ports/lang/guile/work/guile-1.6.8/qt' Making all in libguile-ltdl gmake[2]: Entering directory `/work/a/ports/lang/guile/work/guile-1.6.8/lib= guile-ltdl' Making all in upstream gmake[3]: Entering directory `/work/a/ports/lang/guile/work/guile-1.6.8/lib= guile-ltdl/upstream' gmake all-am gmake[4]: Entering directory `/work/a/ports/lang/guile/work/guile-1.6.8/lib= guile-ltdl/upstream' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/work/a/ports/lang/guile/work/guile-1.6.8/libg= uile-ltdl/upstream' gmake[3]: Leaving directory `/work/a/ports/lang/guile/work/guile-1.6.8/libg= uile-ltdl/upstream' gmake[3]: Entering directory `/work/a/ports/lang/guile/work/guile-1.6.8/lib= guile-ltdl' source=3D'guile-ltdl.c' object=3D'guile-ltdl.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I. -I. -I.. -I./.. -I/usr/local/include -O -pipe -Wall -Wmissing-p= rototypes -fno-strict-aliasing -c -o guile-ltdl.lo guile-ltdl.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I./.. -I/usr/local/include -= O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c guile-ltdl.c -Wp= ,-MD,.deps/guile-ltdl.TPlo -fPIC -DPIC -o .libs/guile-ltdl.o In file included from raw-ltdl.c:57, from guile-ltdl.c:44: /usr/include/malloc.h:2: warning: #warning "this file includes w= hich is deprecated, use instead" cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I./.. -I/usr/local/include -= O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c guile-ltdl.c -Wp= ,-MD,.deps/guile-ltdl.TPlo -o guile-ltdl.o >/dev/null 2>&1 /bin/sh ../libtool --tag=3DCC --mode=3Dlink cc -O -pipe -Wall -Wmissing-p= rototypes -fno-strict-aliasing -L/usr/local/lib -o libguile-ltdl.la -rpath= /usr/local/lib -version-info 1:1:0 -export-dynamic -no-undefined guile-ltd= l.lo -lcrypt -lm=20 cc -shared .libs/guile-ltdl.o -L/usr/local/lib -lcrypt -lm -Wl,-soname -= Wl,libguile-ltdl.so.1 -o .libs/libguile-ltdl.so.1 (cd .libs && rm -f libguile-ltdl.so && ln -s libguile-ltdl.so.1 libguile-lt= dl.so) (cd .libs && rm -f libguile-ltdl.so && ln -s libguile-ltdl.so.1 libguile-lt= dl.so) ar cru .libs/libguile-ltdl.a guile-ltdl.o ranlib .libs/libguile-ltdl.a creating libguile-ltdl.la (cd .libs && rm -f libguile-ltdl.la && ln -s ../libguile-ltdl.la libguile-l= tdl.la) gmake[3]: Leaving directory `/work/a/ports/lang/guile/work/guile-1.6.8/libg= uile-ltdl' gmake[2]: Leaving directory `/work/a/ports/lang/guile/work/guile-1.6.8/libg= uile-ltdl' Making all in libguile gmake[2]: Entering directory `/work/a/ports/lang/guile/work/guile-1.6.8/lib= guile' Generating libpath.h... rm -f scmconfig.h sed -e 's|\(#define PACKAGE_.*\)|/* do not publish: \1 */|' \ < ../config.h > scmconfig.h.tmp mv scmconfig.h.tmp scmconfig.h sed < ./version.h.in > version.h.tmp \ -e s:@-GUILE_MAJOR_VERSION-@:1: \ -e s:@-GUILE_MINOR_VERSION-@:6: \ -e s:@-GUILE_MICRO_VERSION-@:8: mv version.h.tmp version.h =2E/guile-snarf -o alist.x alist.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o arbiters.x arbiters.c -DHAVE_CONFIG_H -I.. -I./.. -I../l= ibguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno= -strict-aliasing =2E/guile-snarf -o async.x async.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o backtrace.x backtrace.c -DHAVE_CONFIG_H -I.. -I./.. -I..= /libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -f= no-strict-aliasing =2E/guile-snarf -o boolean.x boolean.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o chars.x chars.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o continuations.x continuations.c -DHAVE_CONFIG_H -I.. -I.= /.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-proto= types -fno-strict-aliasing =2E/guile-snarf -o debug.x debug.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o deprecation.x deprecation.c -DHAVE_CONFIG_H -I.. -I./.. = -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototype= s -fno-strict-aliasing =2E/guile-snarf -o dynl.x dynl.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-= ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-= aliasing =2E/guile-snarf -o dynwind.x dynwind.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o environments.x environments.c -DHAVE_CONFIG_H -I.. -I./.= . -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototy= pes -fno-strict-aliasing =2E/guile-snarf -o eq.x eq.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl= -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-alia= sing =2E/guile-snarf -o error.x error.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o eval.x eval.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-= ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-= aliasing =2E/guile-snarf -o evalext.x evalext.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o extensions.x extensions.c -DHAVE_CONFIG_H -I.. -I./.. -I= ../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes = -fno-strict-aliasing =2E/guile-snarf -o feature.x feature.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o fluids.x fluids.c -DHAVE_CONFIG_H -I.. -I./.. -I../libgu= ile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-str= ict-aliasing =2E/guile-snarf -o fports.x fports.c -DHAVE_CONFIG_H -I.. -I./.. -I../libgu= ile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-str= ict-aliasing =2E/guile-snarf -o gc.x gc.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl= -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-alia= sing =2E/guile-snarf -o goops.x goops.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o gsubr.x gsubr.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o guardians.x guardians.c -DHAVE_CONFIG_H -I.. -I./.. -I..= /libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -f= no-strict-aliasing =2E/guile-snarf -o hash.x hash.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-= ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-= aliasing =2E/guile-snarf -o hashtab.x hashtab.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o hooks.x hooks.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o init.x init.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-= ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-= aliasing =2E/guile-snarf -o ioext.x ioext.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o iselect.x iselect.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o keywords.x keywords.c -DHAVE_CONFIG_H -I.. -I./.. -I../l= ibguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno= -strict-aliasing =2E/guile-snarf -o lang.x lang.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-= ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-= aliasing =2E/guile-snarf -o list.x list.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-= ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-= aliasing =2E/guile-snarf -o load.x load.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-= ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-= aliasing =2E/guile-snarf -o macros.x macros.c -DHAVE_CONFIG_H -I.. -I./.. -I../libgu= ile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-str= ict-aliasing =2E/guile-snarf -o mallocs.x mallocs.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o modules.x modules.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o numbers.x numbers.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o objects.x objects.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o objprop.x objprop.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o options.x options.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o pairs.x pairs.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o ports.x ports.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o print.x print.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o procprop.x procprop.c -DHAVE_CONFIG_H -I.. -I./.. -I../l= ibguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno= -strict-aliasing =2E/guile-snarf -o procs.x procs.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o properties.x properties.c -DHAVE_CONFIG_H -I.. -I./.. -I= ../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes = -fno-strict-aliasing =2E/guile-snarf -o random.x random.c -DHAVE_CONFIG_H -I.. -I./.. -I../libgu= ile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-str= ict-aliasing =2E/guile-snarf -o rdelim.x rdelim.c -DHAVE_CONFIG_H -I.. -I./.. -I../libgu= ile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-str= ict-aliasing =2E/guile-snarf -o read.x read.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-= ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-= aliasing =2E/guile-snarf -o root.x root.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-= ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-= aliasing =2E/guile-snarf -o rw.x rw.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl= -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-alia= sing =2E/guile-snarf -o scmsigs.x scmsigs.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o script.x script.c -DHAVE_CONFIG_H -I.. -I./.. -I../libgu= ile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-str= ict-aliasing =2E/guile-snarf -o simpos.x simpos.c -DHAVE_CONFIG_H -I.. -I./.. -I../libgu= ile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-str= ict-aliasing =2E/guile-snarf -o smob.x smob.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-= ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-= aliasing =2E/guile-snarf -o sort.x sort.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-= ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-= aliasing =2E/guile-snarf -o srcprop.x srcprop.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o stackchk.x stackchk.c -DHAVE_CONFIG_H -I.. -I./.. -I../l= ibguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno= -strict-aliasing =2E/guile-snarf -o stacks.x stacks.c -DHAVE_CONFIG_H -I.. -I./.. -I../libgu= ile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-str= ict-aliasing =2E/guile-snarf -o stime.x stime.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o strings.x strings.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o strop.x strop.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o strorder.x strorder.c -DHAVE_CONFIG_H -I.. -I./.. -I../l= ibguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno= -strict-aliasing =2E/guile-snarf -o strports.x strports.c -DHAVE_CONFIG_H -I.. -I./.. -I../l= ibguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno= -strict-aliasing =2E/guile-snarf -o struct.x struct.c -DHAVE_CONFIG_H -I.. -I./.. -I../libgu= ile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-str= ict-aliasing =2E/guile-snarf -o symbols.x symbols.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o throw.x throw.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o values.x values.c -DHAVE_CONFIG_H -I.. -I./.. -I../libgu= ile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-str= ict-aliasing =2E/guile-snarf -o variable.x variable.c -DHAVE_CONFIG_H -I.. -I./.. -I../l= ibguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno= -strict-aliasing =2E/guile-snarf -o vectors.x vectors.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o version.x version.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o vports.x vports.c -DHAVE_CONFIG_H -I.. -I./.. -I../libgu= ile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-str= ict-aliasing =2E/guile-snarf -o weaks.x weaks.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o symbols-deprecated.x symbols-deprecated.c -DHAVE_CONFIG_= H -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmis= sing-prototypes -fno-strict-aliasing =2E/guile-snarf -o ramap.x ramap.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o unif.x unif.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-= ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-= aliasing =2E/guile-snarf -o filesys.x filesys.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing =2E/guile-snarf -o posix.x posix.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguil= e-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-stric= t-aliasing =2E/guile-snarf -o net_db.x net_db.c -DHAVE_CONFIG_H -I.. -I./.. -I../libgu= ile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-str= ict-aliasing =2E/guile-snarf -o socket.x socket.c -DHAVE_CONFIG_H -I.. -I./.. -I../libgu= ile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-str= ict-aliasing =2E/guile-snarf -o regex-posix.x regex-posix.c -DHAVE_CONFIG_H -I.. -I./.. = -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototype= s -fno-strict-aliasing =2E/guile-snarf -o threads.x threads.c -DHAVE_CONFIG_H -I.. -I./.. -I../lib= guile-ltdl -I/usr/local/include -O -pipe -Wall -Wmissing-prototypes -fno-s= trict-aliasing source=3D'c-tokenize.c' object=3D'c-tokenize.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loc= al/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c c-= tokenize.c /bin/sh ../libtool --tag=3DCC --mode=3Dlink cc -O -pipe -Wall -Wmissing-p= rototypes -fno-strict-aliasing -L/usr/local/lib -o guile_filter_doc_snarfa= ge c-tokenize.o -lcrypt -lm=20 mkdir .libs cc -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -o guile_filter= _doc_snarfage c-tokenize.o -L/usr/local/lib -lcrypt -lm (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check alist.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing alis= t.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > alist.doc || { rm alist.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check arbiters.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing arbi= ters.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > arbiters.doc || { rm arbi= ters.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check async.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing asyn= c.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > async.doc || { rm async.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check backtrace.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing back= trace.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > backtrace.doc || { rm bac= ktrace.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check boolean.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing bool= ean.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > boolean.doc || { rm boole= an.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check chars.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing char= s.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > chars.doc || { rm chars.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check continuations.= c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing cont= inuations.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > continuations.doc || { rm= continuations.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check debug.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing debu= g.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > debug.doc || { rm debug.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check dynl.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing dynl= .c | \ ./guile_filter_doc_snarfage --filter-snarfage) > dynl.doc || { rm dynl.doc= ; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check dynwind.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing dynw= ind.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > dynwind.doc || { rm dynwi= nd.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check environments.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing envi= ronments.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > environments.doc || { rm = environments.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check eq.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing eq.c= | \ ./guile_filter_doc_snarfage --filter-snarfage) > eq.doc || { rm eq.doc; fa= lse; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check error.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing erro= r.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > error.doc || { rm error.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check eval.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing eval= .c | \ ./guile_filter_doc_snarfage --filter-snarfage) > eval.doc || { rm eval.doc= ; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check evalext.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing eval= ext.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > evalext.doc || { rm evale= xt.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check extensions.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing exte= nsions.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > extensions.doc || { rm ex= tensions.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check feature.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing feat= ure.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > feature.doc || { rm featu= re.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check fluids.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing flui= ds.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > fluids.doc || { rm fluids= .doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check fports.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing fpor= ts.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > fports.doc || { rm fports= .doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check gc.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing gc.c= | \ ./guile_filter_doc_snarfage --filter-snarfage) > gc.doc || { rm gc.doc; fa= lse; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check goops.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing goop= s.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > goops.doc || { rm goops.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check gsubr.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing gsub= r.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > gsubr.doc || { rm gsubr.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check guardians.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing guar= dians.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > guardians.doc || { rm gua= rdians.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check hash.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing hash= .c | \ ./guile_filter_doc_snarfage --filter-snarfage) > hash.doc || { rm hash.doc= ; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check hashtab.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing hash= tab.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > hashtab.doc || { rm hasht= ab.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check hooks.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing hook= s.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > hooks.doc || { rm hooks.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check init.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing init= .c | \ ./guile_filter_doc_snarfage --filter-snarfage) > init.doc || { rm init.doc= ; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check ioext.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing ioex= t.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > ioext.doc || { rm ioext.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check iselect.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing isel= ect.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > iselect.doc || { rm isele= ct.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check keywords.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing keyw= ords.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > keywords.doc || { rm keyw= ords.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check lang.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing lang= .c | \ ./guile_filter_doc_snarfage --filter-snarfage) > lang.doc || { rm lang.doc= ; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check list.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing list= .c | \ ./guile_filter_doc_snarfage --filter-snarfage) > list.doc || { rm list.doc= ; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check load.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing load= .c | \ ./guile_filter_doc_snarfage --filter-snarfage) > load.doc || { rm load.doc= ; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check macros.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing macr= os.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > macros.doc || { rm macros= .doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check mallocs.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing mall= ocs.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > mallocs.doc || { rm mallo= cs.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check modules.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing modu= les.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > modules.doc || { rm modul= es.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check numbers.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing numb= ers.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > numbers.doc || { rm numbe= rs.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check objects.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing obje= cts.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > objects.doc || { rm objec= ts.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check objprop.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing objp= rop.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > objprop.doc || { rm objpr= op.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check options.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing opti= ons.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > options.doc || { rm optio= ns.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check pairs.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing pair= s.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > pairs.doc || { rm pairs.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check ports.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing port= s.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > ports.doc || { rm ports.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check print.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing prin= t.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > print.doc || { rm print.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check procprop.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing proc= prop.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > procprop.doc || { rm proc= prop.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check procs.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing proc= s.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > procs.doc || { rm procs.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check properties.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing prop= erties.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > properties.doc || { rm pr= operties.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check random.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing rand= om.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > random.doc || { rm random= .doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check rdelim.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing rdel= im.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > rdelim.doc || { rm rdelim= .doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check read.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing read= .c | \ ./guile_filter_doc_snarfage --filter-snarfage) > read.doc || { rm read.doc= ; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check root.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing root= .c | \ ./guile_filter_doc_snarfage --filter-snarfage) > root.doc || { rm root.doc= ; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check rw.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing rw.c= | \ ./guile_filter_doc_snarfage --filter-snarfage) > rw.doc || { rm rw.doc; fa= lse; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check scmsigs.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing scms= igs.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > scmsigs.doc || { rm scmsi= gs.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check script.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing scri= pt.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > script.doc || { rm script= .doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check simpos.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing simp= os.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > simpos.doc || { rm simpos= .doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check smob.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing smob= .c | \ ./guile_filter_doc_snarfage --filter-snarfage) > smob.doc || { rm smob.doc= ; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check sort.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing sort= .c | \ ./guile_filter_doc_snarfage --filter-snarfage) > sort.doc || { rm sort.doc= ; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check srcprop.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing srcp= rop.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > srcprop.doc || { rm srcpr= op.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check stackchk.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing stac= kchk.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > stackchk.doc || { rm stac= kchk.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check stacks.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing stac= ks.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > stacks.doc || { rm stacks= .doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check stime.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing stim= e.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > stime.doc || { rm stime.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check strings.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing stri= ngs.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > strings.doc || { rm strin= gs.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check strop.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing stro= p.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > strop.doc || { rm strop.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check strorder.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing stro= rder.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > strorder.doc || { rm stro= rder.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check strports.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing strp= orts.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > strports.doc || { rm strp= orts.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check struct.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing stru= ct.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > struct.doc || { rm struct= .doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check symbols.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing symb= ols.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > symbols.doc || { rm symbo= ls.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check throw.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing thro= w.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > throw.doc || { rm throw.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check values.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing valu= es.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > values.doc || { rm values= .doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check variable.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing vari= able.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > variable.doc || { rm vari= able.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check vectors.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing vect= ors.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > vectors.doc || { rm vecto= rs.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check version.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing vers= ion.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > version.doc || { rm versi= on.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check vports.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing vpor= ts.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > vports.doc || { rm vports= .doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check weaks.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing weak= s.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > weaks.doc || { rm weaks.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check symbols-deprec= ated.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing symb= ols-deprecated.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > symbols-deprecated.doc ||= { rm symbols-deprecated.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check ramap.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing rama= p.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > ramap.doc || { rm ramap.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check unif.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing unif= .c | \ ./guile_filter_doc_snarfage --filter-snarfage) > unif.doc || { rm unif.doc= ; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check filesys.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing file= sys.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > filesys.doc || { rm files= ys.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check posix.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing posi= x.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > posix.doc || { rm posix.d= oc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check net_db.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing net_= db.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > net_db.doc || { rm net_db= .doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check socket.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing sock= et.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > socket.doc || { rm socket= .doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check regex-posix.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing rege= x-posix.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > regex-posix.doc || { rm r= egex-posix.doc; false; } (test -n "" || AWK=3D"nawk"; nawk -f ./guile-func-name-check threads.c) (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -I/usr/l= ocal/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing thre= ads.c | \ ./guile_filter_doc_snarfage --filter-snarfage) > threads.doc || { rm threa= ds.doc; false; } source=3D'guile.c' object=3D'guile.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loc= al/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gu= ile.c source=3D'alist.c' object=3D'alist.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o alist.lo alist.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c alist= .c -Wp,-MD,.deps/alist.TPlo -fPIC -DPIC -o .libs/alist.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c alist= .c -Wp,-MD,.deps/alist.TPlo -o alist.o >/dev/null 2>&1 source=3D'arbiters.c' object=3D'arbiters.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o arbiters.lo arbiters.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c arbit= ers.c -Wp,-MD,.deps/arbiters.TPlo -fPIC -DPIC -o .libs/arbiters.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c arbit= ers.c -Wp,-MD,.deps/arbiters.TPlo -o arbiters.o >/dev/null 2>&1 source=3D'async.c' object=3D'async.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o async.lo async.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c async= .c -Wp,-MD,.deps/async.TPlo -fPIC -DPIC -o .libs/async.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c async= .c -Wp,-MD,.deps/async.TPlo -o async.o >/dev/null 2>&1 source=3D'backtrace.c' object=3D'backtrace.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o backtrace.lo backtrace.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c backt= race.c -Wp,-MD,.deps/backtrace.TPlo -fPIC -DPIC -o .libs/backtrace.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c backt= race.c -Wp,-MD,.deps/backtrace.TPlo -o backtrace.o >/dev/null 2>&1 source=3D'boolean.c' object=3D'boolean.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o boolean.lo boolean.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c boole= an.c -Wp,-MD,.deps/boolean.TPlo -fPIC -DPIC -o .libs/boolean.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c boole= an.c -Wp,-MD,.deps/boolean.TPlo -o boolean.o >/dev/null 2>&1 source=3D'chars.c' object=3D'chars.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o chars.lo chars.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c chars= .c -Wp,-MD,.deps/chars.TPlo -fPIC -DPIC -o .libs/chars.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c chars= .c -Wp,-MD,.deps/chars.TPlo -o chars.o >/dev/null 2>&1 source=3D'continuations.c' object=3D'continuations.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o continuations.lo continuati= ons.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c conti= nuations.c -Wp,-MD,.deps/continuations.TPlo -fPIC -DPIC -o .libs/continuat= ions.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c conti= nuations.c -Wp,-MD,.deps/continuations.TPlo -o continuations.o >/dev/null 2= >&1 source=3D'debug.c' object=3D'debug.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o debug.lo debug.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c debug= .c -Wp,-MD,.deps/debug.TPlo -fPIC -DPIC -o .libs/debug.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c debug= .c -Wp,-MD,.deps/debug.TPlo -o debug.o >/dev/null 2>&1 source=3D'deprecation.c' object=3D'deprecation.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o deprecation.lo deprecation.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c depre= cation.c -Wp,-MD,.deps/deprecation.TPlo -fPIC -DPIC -o .libs/deprecation.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c depre= cation.c -Wp,-MD,.deps/deprecation.TPlo -o deprecation.o >/dev/null 2>&1 source=3D'dynl.c' object=3D'dynl.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o dynl.lo dynl.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c dynl.= c -Wp,-MD,.deps/dynl.TPlo -fPIC -DPIC -o .libs/dynl.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c dynl.= c -Wp,-MD,.deps/dynl.TPlo -o dynl.o >/dev/null 2>&1 source=3D'dynwind.c' object=3D'dynwind.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o dynwind.lo dynwind.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c dynwi= nd.c -Wp,-MD,.deps/dynwind.TPlo -fPIC -DPIC -o .libs/dynwind.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c dynwi= nd.c -Wp,-MD,.deps/dynwind.TPlo -o dynwind.o >/dev/null 2>&1 source=3D'environments.c' object=3D'environments.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o environments.lo environment= s.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c envir= onments.c -Wp,-MD,.deps/environments.TPlo -fPIC -DPIC -o .libs/environment= s.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c envir= onments.c -Wp,-MD,.deps/environments.TPlo -o environments.o >/dev/null 2>&1 source=3D'eq.c' object=3D'eq.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o eq.lo eq.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c eq.c = -Wp,-MD,.deps/eq.TPlo -fPIC -DPIC -o .libs/eq.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c eq.c = -Wp,-MD,.deps/eq.TPlo -o eq.o >/dev/null 2>&1 source=3D'error.c' object=3D'error.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o error.lo error.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c error= .c -Wp,-MD,.deps/error.TPlo -fPIC -DPIC -o .libs/error.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c error= .c -Wp,-MD,.deps/error.TPlo -o error.o >/dev/null 2>&1 source=3D'eval.c' object=3D'eval.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o eval.lo eval.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c eval.= c -Wp,-MD,.deps/eval.TPlo -fPIC -DPIC -o .libs/eval.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c eval.= c -Wp,-MD,.deps/eval.TPlo -o eval.o >/dev/null 2>&1 source=3D'evalext.c' object=3D'evalext.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o evalext.lo evalext.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c evale= xt.c -Wp,-MD,.deps/evalext.TPlo -fPIC -DPIC -o .libs/evalext.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c evale= xt.c -Wp,-MD,.deps/evalext.TPlo -o evalext.o >/dev/null 2>&1 source=3D'extensions.c' object=3D'extensions.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o extensions.lo extensions.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c exten= sions.c -Wp,-MD,.deps/extensions.TPlo -fPIC -DPIC -o .libs/extensions.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c exten= sions.c -Wp,-MD,.deps/extensions.TPlo -o extensions.o >/dev/null 2>&1 source=3D'feature.c' object=3D'feature.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o feature.lo feature.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c featu= re.c -Wp,-MD,.deps/feature.TPlo -fPIC -DPIC -o .libs/feature.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c featu= re.c -Wp,-MD,.deps/feature.TPlo -o feature.o >/dev/null 2>&1 source=3D'fluids.c' object=3D'fluids.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o fluids.lo fluids.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c fluid= s.c -Wp,-MD,.deps/fluids.TPlo -fPIC -DPIC -o .libs/fluids.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c fluid= s.c -Wp,-MD,.deps/fluids.TPlo -o fluids.o >/dev/null 2>&1 source=3D'fports.c' object=3D'fports.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o fports.lo fports.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c fport= s.c -Wp,-MD,.deps/fports.TPlo -fPIC -DPIC -o .libs/fports.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c fport= s.c -Wp,-MD,.deps/fports.TPlo -o fports.o >/dev/null 2>&1 source=3D'gc.c' object=3D'gc.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o gc.lo gc.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gc.c = -Wp,-MD,.deps/gc.TPlo -fPIC -DPIC -o .libs/gc.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gc.c = -Wp,-MD,.deps/gc.TPlo -o gc.o >/dev/null 2>&1 source=3D'gc_os_dep.c' object=3D'gc_os_dep.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o gc_os_dep.lo gc_os_dep.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gc_os= _dep.c -Wp,-MD,.deps/gc_os_dep.TPlo -fPIC -DPIC -o .libs/gc_os_dep.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gc_os= _dep.c -Wp,-MD,.deps/gc_os_dep.TPlo -o gc_os_dep.o >/dev/null 2>&1 source=3D'gdbint.c' object=3D'gdbint.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o gdbint.lo gdbint.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gdbin= t.c -Wp,-MD,.deps/gdbint.TPlo -fPIC -DPIC -o .libs/gdbint.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gdbin= t.c -Wp,-MD,.deps/gdbint.TPlo -o gdbint.o >/dev/null 2>&1 source=3D'gh_data.c' object=3D'gh_data.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o gh_data.lo gh_data.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_da= ta.c -Wp,-MD,.deps/gh_data.TPlo -fPIC -DPIC -o .libs/gh_data.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_da= ta.c -Wp,-MD,.deps/gh_data.TPlo -o gh_data.o >/dev/null 2>&1 source=3D'gh_eval.c' object=3D'gh_eval.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o gh_eval.lo gh_eval.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_ev= al.c -Wp,-MD,.deps/gh_eval.TPlo -fPIC -DPIC -o .libs/gh_eval.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_ev= al.c -Wp,-MD,.deps/gh_eval.TPlo -o gh_eval.o >/dev/null 2>&1 source=3D'gh_funcs.c' object=3D'gh_funcs.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o gh_funcs.lo gh_funcs.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_fu= ncs.c -Wp,-MD,.deps/gh_funcs.TPlo -fPIC -DPIC -o .libs/gh_funcs.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_fu= ncs.c -Wp,-MD,.deps/gh_funcs.TPlo -o gh_funcs.o >/dev/null 2>&1 source=3D'gh_init.c' object=3D'gh_init.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o gh_init.lo gh_init.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_in= it.c -Wp,-MD,.deps/gh_init.TPlo -fPIC -DPIC -o .libs/gh_init.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_in= it.c -Wp,-MD,.deps/gh_init.TPlo -o gh_init.o >/dev/null 2>&1 source=3D'gh_io.c' object=3D'gh_io.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o gh_io.lo gh_io.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_io= .c -Wp,-MD,.deps/gh_io.TPlo -fPIC -DPIC -o .libs/gh_io.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_io= .c -Wp,-MD,.deps/gh_io.TPlo -o gh_io.o >/dev/null 2>&1 source=3D'gh_list.c' object=3D'gh_list.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o gh_list.lo gh_list.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_li= st.c -Wp,-MD,.deps/gh_list.TPlo -fPIC -DPIC -o .libs/gh_list.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_li= st.c -Wp,-MD,.deps/gh_list.TPlo -o gh_list.o >/dev/null 2>&1 source=3D'gh_predicates.c' object=3D'gh_predicates.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o gh_predicates.lo gh_predica= tes.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_pr= edicates.c -Wp,-MD,.deps/gh_predicates.TPlo -fPIC -DPIC -o .libs/gh_predic= ates.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gh_pr= edicates.c -Wp,-MD,.deps/gh_predicates.TPlo -o gh_predicates.o >/dev/null 2= >&1 source=3D'goops.c' object=3D'goops.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o goops.lo goops.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c goops= .c -Wp,-MD,.deps/goops.TPlo -fPIC -DPIC -o .libs/goops.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c goops= .c -Wp,-MD,.deps/goops.TPlo -o goops.o >/dev/null 2>&1 source=3D'gsubr.c' object=3D'gsubr.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o gsubr.lo gsubr.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gsubr= .c -Wp,-MD,.deps/gsubr.TPlo -fPIC -DPIC -o .libs/gsubr.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c gsubr= .c -Wp,-MD,.deps/gsubr.TPlo -o gsubr.o >/dev/null 2>&1 source=3D'guardians.c' object=3D'guardians.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o guardians.lo guardians.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c guard= ians.c -Wp,-MD,.deps/guardians.TPlo -fPIC -DPIC -o .libs/guardians.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c guard= ians.c -Wp,-MD,.deps/guardians.TPlo -o guardians.o >/dev/null 2>&1 source=3D'hash.c' object=3D'hash.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o hash.lo hash.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c hash.= c -Wp,-MD,.deps/hash.TPlo -fPIC -DPIC -o .libs/hash.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c hash.= c -Wp,-MD,.deps/hash.TPlo -o hash.o >/dev/null 2>&1 source=3D'hashtab.c' object=3D'hashtab.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o hashtab.lo hashtab.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c hasht= ab.c -Wp,-MD,.deps/hashtab.TPlo -fPIC -DPIC -o .libs/hashtab.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c hasht= ab.c -Wp,-MD,.deps/hashtab.TPlo -o hashtab.o >/dev/null 2>&1 source=3D'hooks.c' object=3D'hooks.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o hooks.lo hooks.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c hooks= .c -Wp,-MD,.deps/hooks.TPlo -fPIC -DPIC -o .libs/hooks.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c hooks= .c -Wp,-MD,.deps/hooks.TPlo -o hooks.o >/dev/null 2>&1 source=3D'init.c' object=3D'init.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o init.lo init.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c init.= c -Wp,-MD,.deps/init.TPlo -fPIC -DPIC -o .libs/init.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c init.= c -Wp,-MD,.deps/init.TPlo -o init.o >/dev/null 2>&1 source=3D'ioext.c' object=3D'ioext.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o ioext.lo ioext.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c ioext= .c -Wp,-MD,.deps/ioext.TPlo -fPIC -DPIC -o .libs/ioext.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c ioext= .c -Wp,-MD,.deps/ioext.TPlo -o ioext.o >/dev/null 2>&1 source=3D'iselect.c' object=3D'iselect.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o iselect.lo iselect.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c isele= ct.c -Wp,-MD,.deps/iselect.TPlo -fPIC -DPIC -o .libs/iselect.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c isele= ct.c -Wp,-MD,.deps/iselect.TPlo -o iselect.o >/dev/null 2>&1 source=3D'keywords.c' object=3D'keywords.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o keywords.lo keywords.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c keywo= rds.c -Wp,-MD,.deps/keywords.TPlo -fPIC -DPIC -o .libs/keywords.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c keywo= rds.c -Wp,-MD,.deps/keywords.TPlo -o keywords.o >/dev/null 2>&1 source=3D'lang.c' object=3D'lang.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o lang.lo lang.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c lang.= c -Wp,-MD,.deps/lang.TPlo -fPIC -DPIC -o .libs/lang.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c lang.= c -Wp,-MD,.deps/lang.TPlo -o lang.o >/dev/null 2>&1 source=3D'list.c' object=3D'list.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o list.lo list.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c list.= c -Wp,-MD,.deps/list.TPlo -fPIC -DPIC -o .libs/list.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c list.= c -Wp,-MD,.deps/list.TPlo -o list.o >/dev/null 2>&1 source=3D'load.c' object=3D'load.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o load.lo load.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c load.= c -Wp,-MD,.deps/load.TPlo -fPIC -DPIC -o .libs/load.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c load.= c -Wp,-MD,.deps/load.TPlo -o load.o >/dev/null 2>&1 source=3D'macros.c' object=3D'macros.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o macros.lo macros.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c macro= s.c -Wp,-MD,.deps/macros.TPlo -fPIC -DPIC -o .libs/macros.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c macro= s.c -Wp,-MD,.deps/macros.TPlo -o macros.o >/dev/null 2>&1 source=3D'mallocs.c' object=3D'mallocs.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o mallocs.lo mallocs.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c mallo= cs.c -Wp,-MD,.deps/mallocs.TPlo -fPIC -DPIC -o .libs/mallocs.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c mallo= cs.c -Wp,-MD,.deps/mallocs.TPlo -o mallocs.o >/dev/null 2>&1 source=3D'modules.c' object=3D'modules.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o modules.lo modules.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c modul= es.c -Wp,-MD,.deps/modules.TPlo -fPIC -DPIC -o .libs/modules.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c modul= es.c -Wp,-MD,.deps/modules.TPlo -o modules.o >/dev/null 2>&1 source=3D'numbers.c' object=3D'numbers.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall -= Wmissing-prototypes -fno-strict-aliasing -c -o numbers.lo numbers.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c numbe= rs.c -Wp,-MD,.deps/numbers.TPlo -fPIC -DPIC -o .libs/numbers.o In file included from numbers.c:4390: =2E./libguile/num2integral.i.c: In function `scm_short2num': =2E./libguile/num2integral.i.c:91: warning: comparison is always true due t= o limited range of data type In file included from numbers.c:4398: =2E./libguile/num2integral.i.c: In function `scm_num2ushort': =2E./libguile/num2integral.i.c:64: warning: comparison is always true due t= o limited range of data type cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c numbe= rs.c -Wp,-MD,.deps/numbers.TPlo -o numbers.o >/dev/null 2>&1 source=3D'objects.c' object=3D'objects.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o objects.lo objects.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c objec= ts.c -Wp,-MD,.deps/objects.TPlo -fPIC -DPIC -o .libs/objects.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c objec= ts.c -Wp,-MD,.deps/objects.TPlo -o objects.o >/dev/null 2>&1 source=3D'objprop.c' object=3D'objprop.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o objprop.lo objprop.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c objpr= op.c -Wp,-MD,.deps/objprop.TPlo -fPIC -DPIC -o .libs/objprop.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c objpr= op.c -Wp,-MD,.deps/objprop.TPlo -o objprop.o >/dev/null 2>&1 source=3D'options.c' object=3D'options.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o options.lo options.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c optio= ns.c -Wp,-MD,.deps/options.TPlo -fPIC -DPIC -o .libs/options.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c optio= ns.c -Wp,-MD,.deps/options.TPlo -o options.o >/dev/null 2>&1 source=3D'pairs.c' object=3D'pairs.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o pairs.lo pairs.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c pairs= .c -Wp,-MD,.deps/pairs.TPlo -fPIC -DPIC -o .libs/pairs.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c pairs= .c -Wp,-MD,.deps/pairs.TPlo -o pairs.o >/dev/null 2>&1 source=3D'ports.c' object=3D'ports.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o ports.lo ports.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c ports= .c -Wp,-MD,.deps/ports.TPlo -fPIC -DPIC -o .libs/ports.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c ports= .c -Wp,-MD,.deps/ports.TPlo -o ports.o >/dev/null 2>&1 source=3D'print.c' object=3D'print.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o print.lo print.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c print= .c -Wp,-MD,.deps/print.TPlo -fPIC -DPIC -o .libs/print.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c print= .c -Wp,-MD,.deps/print.TPlo -o print.o >/dev/null 2>&1 source=3D'procprop.c' object=3D'procprop.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o procprop.lo procprop.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c procp= rop.c -Wp,-MD,.deps/procprop.TPlo -fPIC -DPIC -o .libs/procprop.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c procp= rop.c -Wp,-MD,.deps/procprop.TPlo -o procprop.o >/dev/null 2>&1 source=3D'procs.c' object=3D'procs.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o procs.lo procs.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c procs= .c -Wp,-MD,.deps/procs.TPlo -fPIC -DPIC -o .libs/procs.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c procs= .c -Wp,-MD,.deps/procs.TPlo -o procs.o >/dev/null 2>&1 source=3D'properties.c' object=3D'properties.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o properties.lo properties.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c prope= rties.c -Wp,-MD,.deps/properties.TPlo -fPIC -DPIC -o .libs/properties.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c prope= rties.c -Wp,-MD,.deps/properties.TPlo -o properties.o >/dev/null 2>&1 source=3D'random.c' object=3D'random.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o random.lo random.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c rando= m.c -Wp,-MD,.deps/random.TPlo -fPIC -DPIC -o .libs/random.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c rando= m.c -Wp,-MD,.deps/random.TPlo -o random.o >/dev/null 2>&1 source=3D'rdelim.c' object=3D'rdelim.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o rdelim.lo rdelim.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c rdeli= m.c -Wp,-MD,.deps/rdelim.TPlo -fPIC -DPIC -o .libs/rdelim.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c rdeli= m.c -Wp,-MD,.deps/rdelim.TPlo -o rdelim.o >/dev/null 2>&1 source=3D'read.c' object=3D'read.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o read.lo read.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c read.= c -Wp,-MD,.deps/read.TPlo -fPIC -DPIC -o .libs/read.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c read.= c -Wp,-MD,.deps/read.TPlo -o read.o >/dev/null 2>&1 source=3D'root.c' object=3D'root.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o root.lo root.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c root.= c -Wp,-MD,.deps/root.TPlo -fPIC -DPIC -o .libs/root.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c root.= c -Wp,-MD,.deps/root.TPlo -o root.o >/dev/null 2>&1 source=3D'rw.c' object=3D'rw.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o rw.lo rw.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c rw.c = -Wp,-MD,.deps/rw.TPlo -fPIC -DPIC -o .libs/rw.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c rw.c = -Wp,-MD,.deps/rw.TPlo -o rw.o >/dev/null 2>&1 source=3D'scmsigs.c' object=3D'scmsigs.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o scmsigs.lo scmsigs.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c scmsi= gs.c -Wp,-MD,.deps/scmsigs.TPlo -fPIC -DPIC -o .libs/scmsigs.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c scmsi= gs.c -Wp,-MD,.deps/scmsigs.TPlo -o scmsigs.o >/dev/null 2>&1 source=3D'script.c' object=3D'script.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o script.lo script.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c scrip= t.c -Wp,-MD,.deps/script.TPlo -fPIC -DPIC -o .libs/script.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c scrip= t.c -Wp,-MD,.deps/script.TPlo -o script.o >/dev/null 2>&1 source=3D'simpos.c' object=3D'simpos.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o simpos.lo simpos.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c simpo= s.c -Wp,-MD,.deps/simpos.TPlo -fPIC -DPIC -o .libs/simpos.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c simpo= s.c -Wp,-MD,.deps/simpos.TPlo -o simpos.o >/dev/null 2>&1 source=3D'smob.c' object=3D'smob.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o smob.lo smob.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c smob.= c -Wp,-MD,.deps/smob.TPlo -fPIC -DPIC -o .libs/smob.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c smob.= c -Wp,-MD,.deps/smob.TPlo -o smob.o >/dev/null 2>&1 source=3D'sort.c' object=3D'sort.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o sort.lo sort.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c sort.= c -Wp,-MD,.deps/sort.TPlo -fPIC -DPIC -o .libs/sort.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c sort.= c -Wp,-MD,.deps/sort.TPlo -o sort.o >/dev/null 2>&1 source=3D'srcprop.c' object=3D'srcprop.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o srcprop.lo srcprop.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c srcpr= op.c -Wp,-MD,.deps/srcprop.TPlo -fPIC -DPIC -o .libs/srcprop.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c srcpr= op.c -Wp,-MD,.deps/srcprop.TPlo -o srcprop.o >/dev/null 2>&1 source=3D'stackchk.c' object=3D'stackchk.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o stackchk.lo stackchk.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stack= chk.c -Wp,-MD,.deps/stackchk.TPlo -fPIC -DPIC -o .libs/stackchk.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stack= chk.c -Wp,-MD,.deps/stackchk.TPlo -o stackchk.o >/dev/null 2>&1 source=3D'stacks.c' object=3D'stacks.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o stacks.lo stacks.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stack= s.c -Wp,-MD,.deps/stacks.TPlo -fPIC -DPIC -o .libs/stacks.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stack= s.c -Wp,-MD,.deps/stacks.TPlo -o stacks.o >/dev/null 2>&1 source=3D'stime.c' object=3D'stime.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o stime.lo stime.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stime= .c -Wp,-MD,.deps/stime.TPlo -fPIC -DPIC -o .libs/stime.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stime= .c -Wp,-MD,.deps/stime.TPlo -o stime.o >/dev/null 2>&1 source=3D'strings.c' object=3D'strings.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o strings.lo strings.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strin= gs.c -Wp,-MD,.deps/strings.TPlo -fPIC -DPIC -o .libs/strings.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strin= gs.c -Wp,-MD,.deps/strings.TPlo -o strings.o >/dev/null 2>&1 source=3D'strop.c' object=3D'strop.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o strop.lo strop.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strop= .c -Wp,-MD,.deps/strop.TPlo -fPIC -DPIC -o .libs/strop.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strop= .c -Wp,-MD,.deps/strop.TPlo -o strop.o >/dev/null 2>&1 source=3D'strorder.c' object=3D'strorder.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o strorder.lo strorder.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stror= der.c -Wp,-MD,.deps/strorder.TPlo -fPIC -DPIC -o .libs/strorder.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c stror= der.c -Wp,-MD,.deps/strorder.TPlo -o strorder.o >/dev/null 2>&1 source=3D'strports.c' object=3D'strports.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o strports.lo strports.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strpo= rts.c -Wp,-MD,.deps/strports.TPlo -fPIC -DPIC -o .libs/strports.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c strpo= rts.c -Wp,-MD,.deps/strports.TPlo -o strports.o >/dev/null 2>&1 source=3D'struct.c' object=3D'struct.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o struct.lo struct.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c struc= t.c -Wp,-MD,.deps/struct.TPlo -fPIC -DPIC -o .libs/struct.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c struc= t.c -Wp,-MD,.deps/struct.TPlo -o struct.o >/dev/null 2>&1 source=3D'symbols.c' object=3D'symbols.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o symbols.lo symbols.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c symbo= ls.c -Wp,-MD,.deps/symbols.TPlo -fPIC -DPIC -o .libs/symbols.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c symbo= ls.c -Wp,-MD,.deps/symbols.TPlo -o symbols.o >/dev/null 2>&1 source=3D'throw.c' object=3D'throw.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o throw.lo throw.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c throw= .c -Wp,-MD,.deps/throw.TPlo -fPIC -DPIC -o .libs/throw.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c throw= .c -Wp,-MD,.deps/throw.TPlo -o throw.o >/dev/null 2>&1 source=3D'values.c' object=3D'values.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o values.lo values.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c value= s.c -Wp,-MD,.deps/values.TPlo -fPIC -DPIC -o .libs/values.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c value= s.c -Wp,-MD,.deps/values.TPlo -o values.o >/dev/null 2>&1 source=3D'variable.c' object=3D'variable.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o variable.lo variable.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c varia= ble.c -Wp,-MD,.deps/variable.TPlo -fPIC -DPIC -o .libs/variable.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c varia= ble.c -Wp,-MD,.deps/variable.TPlo -o variable.o >/dev/null 2>&1 source=3D'vectors.c' object=3D'vectors.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o vectors.lo vectors.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c vecto= rs.c -Wp,-MD,.deps/vectors.TPlo -fPIC -DPIC -o .libs/vectors.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c vecto= rs.c -Wp,-MD,.deps/vectors.TPlo -o vectors.o >/dev/null 2>&1 source=3D'version.c' object=3D'version.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o version.lo version.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c versi= on.c -Wp,-MD,.deps/version.TPlo -fPIC -DPIC -o .libs/version.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c versi= on.c -Wp,-MD,.deps/version.TPlo -o version.o >/dev/null 2>&1 source=3D'vports.c' object=3D'vports.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o vports.lo vports.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c vport= s.c -Wp,-MD,.deps/vports.TPlo -fPIC -DPIC -o .libs/vports.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c vport= s.c -Wp,-MD,.deps/vports.TPlo -o vports.o >/dev/null 2>&1 source=3D'weaks.c' object=3D'weaks.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o weaks.lo weaks.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c weaks= .c -Wp,-MD,.deps/weaks.TPlo -fPIC -DPIC -o .libs/weaks.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c weaks= .c -Wp,-MD,.deps/weaks.TPlo -o weaks.o >/dev/null 2>&1 source=3D'symbols-deprecated.c' object=3D'symbols-deprecated.lo' libtool=3D= yes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o symbols-deprecated.lo symbo= ls-deprecated.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c symbo= ls-deprecated.c -Wp,-MD,.deps/symbols-deprecated.TPlo -fPIC -DPIC -o .libs= /symbols-deprecated.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c symbo= ls-deprecated.c -Wp,-MD,.deps/symbols-deprecated.TPlo -o symbols-deprecated= .o >/dev/null 2>&1 source=3D'ramap.c' object=3D'ramap.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o ramap.lo ramap.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c ramap= .c -Wp,-MD,.deps/ramap.TPlo -fPIC -DPIC -o .libs/ramap.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c ramap= .c -Wp,-MD,.deps/ramap.TPlo -o ramap.o >/dev/null 2>&1 source=3D'unif.c' object=3D'unif.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o unif.lo unif.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c unif.= c -Wp,-MD,.deps/unif.TPlo -fPIC -DPIC -o .libs/unif.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c unif.= c -Wp,-MD,.deps/unif.TPlo -o unif.o >/dev/null 2>&1 source=3D'filesys.c' object=3D'filesys.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o filesys.lo filesys.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c files= ys.c -Wp,-MD,.deps/filesys.TPlo -fPIC -DPIC -o .libs/filesys.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c files= ys.c -Wp,-MD,.deps/filesys.TPlo -o filesys.o >/dev/null 2>&1 source=3D'posix.c' object=3D'posix.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o posix.lo posix.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c posix= .c -Wp,-MD,.deps/posix.TPlo -fPIC -DPIC -o .libs/posix.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c posix= .c -Wp,-MD,.deps/posix.TPlo -o posix.o >/dev/null 2>&1 source=3D'net_db.c' object=3D'net_db.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o net_db.lo net_db.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c net_d= b.c -Wp,-MD,.deps/net_db.TPlo -fPIC -DPIC -o .libs/net_db.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c net_d= b.c -Wp,-MD,.deps/net_db.TPlo -o net_db.o >/dev/null 2>&1 source=3D'socket.c' object=3D'socket.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/local/include -O -pipe -Wall = -Wmissing-prototypes -fno-strict-aliasing -c -o socket.lo socket.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -I/usr/loca= l/include -O -pipe -Wall -Wmissing-prototypes -fno-strict-aliasing -c socke= t.c -Wp,-MD,.deps/socket.TPlo -fPIC -DPIC -o .libs/socket.o socket.c:79: conflicting types for `socklen_t' /usr/include/sys/socket.h:54: previous declaration of `socklen_t' gmake[2]: *** [socket.lo] Error 1 gmake[2]: Leaving directory `/work/a/ports/lang/guile/work/guile-1.6.8/libg= uile' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/lang/guile/work/guile-1.6.8' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/lang/guile. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/lang/guile ended at Fri Nov 3 22:07:23 GMT 2006 ----- End forwarded message ----- --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFS8WhWry0BWjoQKURAq2OAKCb3fbSH7QhBa5eWLSbQJRRzD2aEQCcCG9+ dkBqsYv4FSko89YPodxpHbo= =sYdH -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 00:31:42 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9361A16A407 for ; Sat, 4 Nov 2006 00:31:42 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FABD43D69 for ; Sat, 4 Nov 2006 00:31:42 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id BC7331A4D91 for ; Fri, 3 Nov 2006 16:31:41 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 228AB515E6; Fri, 3 Nov 2006 19:31:35 -0500 (EST) Date: Fri, 3 Nov 2006 19:31:35 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20061104003134.GB39175@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cmJC7u66zC7hs+87" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@FreeBSD.org: libxklavier-2.91_4,1 failed on i386 4] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 00:31:42 -0000 --cmJC7u66zC7hs+87 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Sat, 4 Nov 2006 00:14:01 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: libxklavier-2.91_4,1 failed on i386 4 X-UIDL: NB-"!SAn"!ZD;!!;ob!! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.3 building libxklavier-2.91_4,1 on gohan17.freebsd.org in directory /x/tmp/4/chroot/15162 building for: 4.11-STABLE i386 maintained by: gnome@FreeBSD.org port directory: /usr/ports/x11/libxklavier build started at Sat Nov 4 00:11:58 GMT 2006 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3DXFree86-libraries-4.5.0.tgz expat-2.0.0_1.tgz fontconfig-2.= 3.2_6,1.tgz freetype2-2.2.1_1.tgz gettext-0.14.5_2.tgz glib-2.12.4.tgz gmak= e-3.81_1.tgz ldconfig_compat-1.0_8.tgz libgnugetopt-1.2_1.tgz libiconv-1.9.= 2_2.tgz libxml2-2.6.26.tgz pkg-config-0.21.tgz rc_subr-1.31_1.tgz RUN_DEPENDS=3DXFree86-libraries-4.5.0.tgz expat-2.0.0_1.tgz fontconfig-2.3.= 2_6,1.tgz freetype2-2.2.1_1.tgz gettext-0.14.5_2.tgz glib-2.12.4.tgz ldconf= ig_compat-1.0_8.tgz libgnugetopt-1.2_1.tgz libiconv-1.9.2_2.tgz libxml2-2.6= .26.tgz pkg-config-0.21.tgz rc_subr-1.31_1.tgz prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/X11R6 add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> libxklavier-2.91.tar.gz doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. libxklavier-2.91.tar.gz 445 kB 743 kBps =3D> MD5 Checksum OK for libxklavier-2.91.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Extracting for libxklavier-2.91_4,1 =3D> MD5 Checksum OK for libxklavier-2.91.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Patching for libxklavier-2.91_4,1 =3D=3D=3D> Applying FreeBSD patches for libxklavier-2.91_4,1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg XFree86-libraries-4.5.0.tgz expat-2.0.0_1.tgz fontconfig-2.3.2_6,1.= tgz freetype2-2.2.1_1.tgz gettext-0.14.5_2.tgz glib-2.12.4.tgz gmake-3.81_1= .tgz ldconfig_compat-1.0_8.tgz libgnugetopt-1.2_1.tgz libiconv-1.9.2_2.tgz = libxml2-2.6.26.tgz pkg-config-0.21.tgz rc_subr-1.31_1.tgz adding dependencies pkg_add XFree86-libraries-4.5.0.tgz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add expat-2.0.0_1.tgz skipping expat-2.0.0_1, already added pkg_add fontconfig-2.3.2_6,1.tgz skipping fontconfig-2.3.2_6,1, already added pkg_add freetype2-2.2.1_1.tgz skipping freetype2-2.2.1_1, already added pkg_add gettext-0.14.5_2.tgz pkg_add glib-2.12.4.tgz pkg_add gmake-3.81_1.tgz pkg_add ldconfig_compat-1.0_8.tgz skipping ldconfig_compat-1.0_8, already added pkg_add libgnugetopt-1.2_1.tgz pkg_add libiconv-1.9.2_2.tgz skipping libiconv-1.9.2_2, already added pkg_add libxml2-2.6.26.tgz pkg_add pkg-config-0.21.tgz skipping pkg-config-0.21, already added pkg_add rc_subr-1.31_1.tgz skipping rc_subr-1.31_1, already added =3D=3D=3D> libxklavier-2.91_4,1 depends on executable in : gmake - found =3D=3D=3D> libxklavier-2.91_4,1 depends on executable in : pkg-config - f= ound =3D=3D=3D> libxklavier-2.91_4,1 depends on shared library: gnugetopt.1 - = found =3D=3D=3D> libxklavier-2.91_4,1 depends on shared library: glib-2.0.0 - f= ound =3D=3D=3D> libxklavier-2.91_4,1 depends on shared library: xml2.5 - found =3D=3D=3D> libxklavier-2.91_4,1 depends on shared library: X11.6 - found =3D=3D=3D> Configuring for libxklavier-2.91_4,1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc checking for library containing strerror... none required checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking build system type... i386-portbld-freebsd4.11 checking host system type... i386-portbld-freebsd4.11 checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by cc... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/libexec/elf/ld) supports shared librar= ies... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... no checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for shared library run path origin... ./config.rpath: Can't open .= /config.rpath: No such file or directory done checking for iconv... yes checking how to link with libiconv... -liconv checking for iconv declaration...=20 extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inby= tesleft, char * *outbuf, size_t *outbytesleft); checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking for nl_langinfo and CODESET... yes checking for setlocale... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for X11/extensions/XKBrules.h... yes checking whether at least one libxklavier backend is enabled... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XML... yes checking for GLIB... yes configure: creating ./config.status config.status: creating Makefile config.status: creating libxklavier/Makefile config.status: creating libxklavier.spec config.status: creating doc/Makefile config.status: creating doc/reference/Makefile config.status: creating tests/Makefile config.status: creating libxklavier.pc config.status: creating config.h config.status: executing depfiles commands ********************************************************** Libxklavier is configured with the following backends: XKB (libxkbfile headers are present) xmodmap ********************************************************** =3D=3D=3D> Building for libxklavier-2.91_4,1 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/x11/libxklavier/work/libxklavie= r-2.91' Making all in libxklavier gmake[2]: Entering directory `/work/a/ports/x11/libxklavier/work/libxklavie= r-2.91/libxklavier' source=3D'xklavier.c' object=3D'xklavier.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -Wall= -Werror -DDATA_DIR=3D\"/usr/local/share/libxklavier\" -I. -I/usr/local/inc= lude -I/usr/X11R6/include -I.. -I/usr/local/include/libxml2 -I/usr/local/in= clude -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= DXKB_HEADERS_PRESENT=3D1 -DENABLE_XKB_SUPPORT=3D1 -DENABLE_XMM_SUPPORT=3D1 = -O -pipe -c -o xklavier.lo xklavier.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include = -I/usr/local/include -Wall -Werror -DDATA_DIR=3D\"/usr/local/share/libxklav= ier\" -I. -I/usr/local/include -I/usr/X11R6/include -I.. -I/usr/local/inclu= de/libxml2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -DXKB_HEADERS_PRESENT=3D1 -DENABLE_XKB_SUPPORT=3D1 -DE= NABLE_XMM_SUPPORT=3D1 -O -pipe -c xklavier.c -Wp,-MD,.deps/xklavier.TPlo -= fPIC -DPIC -o .libs/xklavier.o xklavier.c: In function `xkl_engine_constructor': xklavier.c:593: syntax error before `*' xklavier.c:599: `engine' undeclared (first use in this function) xklavier.c:599: (Each undeclared identifier is reported only once xklavier.c:599: for each function it appears in.) xklavier.c:599: `display' undeclared (first use in this function) xklavier.c:601: syntax error before `int' xklavier.c:606: `scr' undeclared (first use in this function) xklavier.c:627: syntax error before `rv' xklavier.c:631: `rv' undeclared (first use in this function) xklavier.c: In function `xkl_engine_finalize': xklavier.c:731: syntax error before `backend' xklavier.c:732: `backend' undeclared (first use in this function) xklavier.c: In function `xkl_engine_class_init': xklavier.c:771: syntax error before `*' xklavier.c:833: `display_param_spec' undeclared (first use in this function) xklavier.c:836: `backend_name_param_spec' undeclared (first use in this fun= ction) xklavier.c:838: `features_param_spec' undeclared (first use in this functio= n) xklavier.c:840: `max_num_groups_param_spec' undeclared (first use in this f= unction) xklavier.c:842: `num_groups_param_spec' undeclared (first use in this funct= ion) xklavier.c:844: `default_group_param_spec' undeclared (first use in this fu= nction) xklavier.c:847: `secondary_groups_mask_param_spec' undeclared (first use in= this function) xklavier.c:850: `indicators_handling_param_spec' undeclared (first use in t= his function) xklavier.c:869: `state_change_type' undeclared (first use in this function) xklavier.c:875: syntax error before `const' xklavier.c:877: `sdl' undeclared (first use in this function) cc1: warnings being treated as errors xklavier.c:755: warning: unused variable `state_change_values' xklavier.c:742: warning: unused variable `feature_flags' gmake[2]: *** [xklavier.lo] Error 1 gmake[2]: Leaving directory `/work/a/ports/x11/libxklavier/work/libxklavier= -2.91/libxklavier' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/x11/libxklavier/work/libxklavier= -2.91' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/x11/libxklavier. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/x11/libxklavier ended at Sat Nov 4 00:13:48 GMT 2006 ----- End forwarded message ----- --cmJC7u66zC7hs+87 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFS99mWry0BWjoQKURAgOrAJwKbqxo/SlxfPxWuOUOdXCFQSx+kwCfaYXv rIbzfQnDtvvqq5LmQN0bUhE= =oBdg -----END PGP SIGNATURE----- --cmJC7u66zC7hs+87-- From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 01:45:56 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ACD016A553 for ; Sat, 4 Nov 2006 01:45:54 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D0743D46 for ; Sat, 4 Nov 2006 01:45:54 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id B5DC91A4D91 for ; Fri, 3 Nov 2006 17:45:53 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 06DA951305; Fri, 3 Nov 2006 20:45:46 -0500 (EST) Date: Fri, 3 Nov 2006 20:45:46 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20061104014546.GA40274@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@FreeBSD.org: py24-cairo-1.2.2 failed on i386 4] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 01:45:56 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Sat, 4 Nov 2006 00:53:50 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: py24-cairo-1.2.2 failed on i386 4 X-UIDL: \%$"!>B&#!?_a!!M\=3D"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.3 building py24-cairo-1.2.2 on gohan17.freebsd.org in directory /x/tmp/4/chroot/54031 building for: 4.11-STABLE i386 maintained by: gnome@FreeBSD.org port directory: /usr/ports/graphics/py-cairo build started at Sat Nov 4 00:51:56 GMT 2006 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3DXFree86-libraries-4.5.0.tgz cairo-1.2.6.tgz expat-2.0.0_1.t= gz fontconfig-2.3.2_6,1.tgz freetype2-2.2.1_1.tgz gettext-0.14.5_2.tgz gmak= e-3.81_1.tgz ldconfig_compat-1.0_8.tgz libiconv-1.9.2_2.tgz pkg-config-0.21= .tgz png-1.2.12_1.tgz py24-numeric-24.2.tgz python24-2.4.3_3.tgz rc_subr-1.= 31_1.tgz RUN_DEPENDS=3DXFree86-libraries-4.5.0.tgz cairo-1.2.6.tgz expat-2.0.0_1.tgz= fontconfig-2.3.2_6,1.tgz freetype2-2.2.1_1.tgz ldconfig_compat-1.0_8.tgz p= kg-config-0.21.tgz png-1.2.12_1.tgz py24-numeric-24.2.tgz python24-2.4.3_3.= tgz rc_subr-1.31_1.tgz prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/X11R6 add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> pycairo-1.2.2.tar.gz doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. pycairo-1.2.2.tar.gz 471 kB 2337 kBps =3D> MD5 Checksum OK for pycairo-1.2.2.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Extracting for py24-cairo-1.2.2 =3D> MD5 Checksum OK for pycairo-1.2.2.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Patching for py24-cairo-1.2.2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg XFree86-libraries-4.5.0.tgz cairo-1.2.6.tgz expat-2.0.0_1.tgz fontc= onfig-2.3.2_6,1.tgz freetype2-2.2.1_1.tgz gettext-0.14.5_2.tgz gmake-3.81_1= .tgz ldconfig_compat-1.0_8.tgz libiconv-1.9.2_2.tgz pkg-config-0.21.tgz png= -1.2.12_1.tgz py24-numeric-24.2.tgz python24-2.4.3_3.tgz rc_subr-1.31_1.tgz adding dependencies pkg_add XFree86-libraries-4.5.0.tgz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add cairo-1.2.6.tgz pkg_add expat-2.0.0_1.tgz skipping expat-2.0.0_1, already added pkg_add fontconfig-2.3.2_6,1.tgz skipping fontconfig-2.3.2_6,1, already added pkg_add freetype2-2.2.1_1.tgz skipping freetype2-2.2.1_1, already added pkg_add gettext-0.14.5_2.tgz pkg_add gmake-3.81_1.tgz pkg_add ldconfig_compat-1.0_8.tgz skipping ldconfig_compat-1.0_8, already added pkg_add libiconv-1.9.2_2.tgz skipping libiconv-1.9.2_2, already added pkg_add pkg-config-0.21.tgz skipping pkg-config-0.21, already added pkg_add png-1.2.12_1.tgz skipping png-1.2.12_1, already added pkg_add py24-numeric-24.2.tgz =3D=3D=3D=3D Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm tkinter x11-toolkits/py-tkinter Install them as needed. =3D=3D=3D=3D pkg_add python24-2.4.3_3.tgz skipping python24-2.4.3_3, already added pkg_add rc_subr-1.31_1.tgz skipping rc_subr-1.31_1, already added =3D=3D=3D> py24-cairo-1.2.2 depends on file: /usr/local/lib/python2.4/sit= e-packages/Numeric/Numeric.py - found =3D=3D=3D> py24-cairo-1.2.2 depends on file: /usr/local/bin/python - found =3D=3D=3D> py24-cairo-1.2.2 depends on executable in : gmake - found =3D=3D=3D> py24-cairo-1.2.2 depends on shared library: cairo.2 - found =3D=3D=3D> Configuring for py24-cairo-1.2.2 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking build system type... i386-portbld-freebsd4.11 checking host system type... i386-portbld-freebsd4.11 checking for style of include used by gmake... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by cc... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/libexec/elf/ld) supports shared librar= ies... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... no checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking for a Python interpreter with version >=3D 2.3... python checking for python... /usr/local/bin/python checking for python version... 2.4 checking for python platform... freebsd4 checking for python script directory... ${prefix}/lib/python2.4/site-packag= es checking for python extension module directory... ${exec_prefix}/lib/python= 2.4/site-packages checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for CAIRO... yes checking for headers required to compile python extensions... found checking for Numeric/arrayobject.h... yes checking for an ANSI C-conforming const... yes checking whether cc accepts -fno-strict-aliasing... yes configure: creating ./config.status config.status: creating Makefile config.status: creating pycairo.pc config.status: creating cairo/Makefile config.status: creating examples/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands Configuration: Installation prefix /usr/local Additional modules: build cairo.gtk? no build Numeric support? yes =3D=3D=3D> Building for py24-cairo-1.2.2 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/graphics/py-cairo/work/pycairo-= 1.2.2' Making all in cairo gmake[2]: Entering directory `/work/a/ports/graphics/py-cairo/work/pycairo-= 1.2.2/cairo' source=3D'pycairo-context.c' object=3D'_cairo_la-pycairo-context.lo' libtoo= l=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include/python2.4 -I/usr/local/include/cairo -I/usr/loca= l/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R= 6/include -O -pipe -Wall -fno-strict-aliasing -c -o _cairo_la-pycairo-con= text.lo `test -f 'pycairo-context.c' || echo './'`pycairo-context.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python2.4 -I/usr/loca= l/include/cairo -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/= X11R6/include -I/usr/X11R6/include -O -pipe -Wall -fno-strict-aliasing -c p= ycairo-context.c -Wp,-MD,.deps/_cairo_la-pycairo-context.TPlo -fPIC -DPIC = -o .libs/_cairo_la-pycairo-context.o source=3D'pycairo-font.c' object=3D'_cairo_la-pycairo-font.lo' libtool=3Dye= s \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include/python2.4 -I/usr/local/include/cairo -I/usr/loca= l/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R= 6/include -O -pipe -Wall -fno-strict-aliasing -c -o _cairo_la-pycairo-fon= t.lo `test -f 'pycairo-font.c' || echo './'`pycairo-font.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python2.4 -I/usr/loca= l/include/cairo -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/= X11R6/include -I/usr/X11R6/include -O -pipe -Wall -fno-strict-aliasing -c p= ycairo-font.c -Wp,-MD,.deps/_cairo_la-pycairo-font.TPlo -fPIC -DPIC -o .li= bs/_cairo_la-pycairo-font.o pycairo-font.c: In function `scaled_font_new': pycairo-font.c:208: syntax error before `*' pycairo-font.c:209: `o' undeclared (first use in this function) pycairo-font.c:209: (Each undeclared identifier is reported only once pycairo-font.c:209: for each function it appears in.) pycairo-font.c:221: warning: control reaches end of non-void function gmake[2]: *** [_cairo_la-pycairo-font.lo] Error 1 gmake[2]: Leaving directory `/work/a/ports/graphics/py-cairo/work/pycairo-1= .2.2/cairo' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/graphics/py-cairo/work/pycairo-1= .2.2' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/graphics/py-cairo. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/graphics/py-cairo ended at Sat Nov 4 00:53:42 GMT 2006 ----- End forwarded message ----- --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFS/DKWry0BWjoQKURAqbuAJ936Msi8A+nVQe0lIagSuPeXjjNyACeJ1W/ EtAu5qjy7P1F9Qo3huwBbsA= =XHXz -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 03:00:51 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3DB316A403 for ; Sat, 4 Nov 2006 03:00:50 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from talk.nabble.com (www.nabble.com [72.21.53.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FF3443D5A for ; Sat, 4 Nov 2006 03:00:50 +0000 (GMT) (envelope-from bounces@nabble.com) Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GgBm6-0007FG-0w for freebsd-gnome@freebsd.org; Fri, 03 Nov 2006 19:00:50 -0800 Message-ID: <7171153.post@talk.nabble.com> Date: Fri, 3 Nov 2006 19:00:50 -0800 (PST) From: alter_ego To: freebsd-gnome@freebsd.org In-Reply-To: <20061025174128.GR53740@fasolt.home.paeps.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: alter_ego@icmail.net References: <20061025174128.GR53740@fasolt.home.paeps.cx> Subject: Re: Firefox 2.0 doesn't open downloaded files X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 03:00:51 -0000 Firefox 2 is exhibiting exactly the same behaviour for me. I did a portupgrade yesterday, Firefox updated from 1.5.0.7 to 2 and now the helper apps don't work. Mine is a FreeBSD 6.1-RELEASE-p7 #0, and I don't use gnome either. I would appreciate any suggestion on how to fix this problem. Thanks, AE Philip Paeps wrote: > > I've compiled Firefox 2.0 from marcuscom earlier this week. It appears to > work great, except for the minor (but to me fairly important) feature of > opening files I download. > > For instance, I have in my .mailcap file that I want PDF files opened with > xpdf. I pointy-click a PDF file and I get a nice box offering to save it > somewhere or open it with xpdf. So far so good, Firefox 2.0 still groks > my > .mailcap file. > > However, it just puts the PDF file I pointy-clicked in /tmp and doesn't > fire > up xpdf for me to look at it. So I need to do that myself. That gets > boring > very quickly. > > I think it is just refusing to spawn any external application. I also use > the > Greasemonkey extension and have pointed the 'editor' of user scripts to a > script that fires up xterm -e vi. This worked fine in Firefox 1.5.0.7 but > now > no longer works. > > When I tell firefox to open a file with a script that just does a 'touch' > of a > file in /tmp, for example, I don't see a file created in /tmp. > > Any idea what I might be missing or how I would go about debugging this? > I > spent the night looking at ktrace output and it's making me go blind. :-o > > Note that I do not use gnome. A list of packages on my system is here: > > > > I am using -CURRENT from fairly recently: > > FreeBSD fasolt.home.paeps.cx 7.0-CURRENT FreeBSD 7.0-CURRENT #4: Tue Oct > 10 > 14:01:36 CEST 2006 > philip@fasolt.home.paeps.cx:/usr/obj/usr/src/sys/FASOLT > i386 > > I'd appreciate any insights. > > Thanks! > > - Philip > > -- > Philip Paeps Please don't Cc me, I am > philip@freebsd.org subscribed to the list. > > "Why's it called Ming?" said the Archchancellor, on cue. The > Bursar tapped the pot. It went *ming*. > -- Discworld archeology revealed > (Terry Pratchett, Moving Pictures) > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > > -- View this message in context: http://www.nabble.com/Firefox-2.0-doesn%27t-open-downloaded-files-tf2509142.html#a7171153 Sent from the freebsd-gnome mailing list archive at Nabble.com. From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 04:53:24 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDAC516A407 for ; Sat, 4 Nov 2006 04:53:24 +0000 (UTC) (envelope-from duncan.fbsd@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7291543D46 for ; Sat, 4 Nov 2006 04:53:24 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: by py-out-1112.google.com with SMTP id z59so429247pyg for ; Fri, 03 Nov 2006 20:52:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=iSlAnF5ImLkPVgMFAW77/VcRoUNMeUq7aLJ0GoidiMEr3/XDX051Bb4rBbOdCxwHiSV4LHoqLGvtmGnjXBJQUYN+FL5smg8YPc+n1KI5KnsT/NBYZmGPkV4PM7Lnl8Gdg7ySIbM07GBZmhXTZR4QjwCyE3ReyXh958Os+ojjGsw= Received: by 10.35.13.1 with SMTP id q1mr4829305pyi.1162615568195; Fri, 03 Nov 2006 20:46:08 -0800 (PST) Received: from pres1750.airedalians.com ( [75.7.74.134]) by mx.google.com with ESMTP id v66sm1768090pyh.2006.11.03.20.46.07; Fri, 03 Nov 2006 20:46:07 -0800 (PST) From: "Donald J. O'Neill" To: freebsd-gnome@freebsd.org Date: Fri, 3 Nov 2006 22:45:27 -0600 User-Agent: KMail/1.9.4 References: <20061025174128.GR53740@fasolt.home.paeps.cx> <7171153.post@talk.nabble.com> In-Reply-To: <7171153.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611032245.27692.duncan.fbsd@gmail.com> Cc: alter_ego Subject: Re: Firefox 2.0 doesn't open downloaded files X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 04:53:25 -0000 On Friday 03 November 2006 21:00, alter_ego wrote: > Firefox 2 is exhibiting exactly the same behaviour for me. I did a > portupgrade yesterday, Firefox updated from 1.5.0.7 to 2 and now the helper > apps don't work. > > Mine is a FreeBSD 6.1-RELEASE-p7 #0, and I don't use gnome either. > > I would appreciate any suggestion on how to fix this problem. > > Thanks, > AE > Change your symlinks from /usr/X11R6/lib/browser_plugins to /usr/local/lib/browser_plugins. Don From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 05:30:18 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EBA116A407 for ; Sat, 4 Nov 2006 05:30:18 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from talk.nabble.com (www.nabble.com [72.21.53.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18C3943D46 for ; Sat, 4 Nov 2006 05:30:18 +0000 (GMT) (envelope-from bounces@nabble.com) Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GgE6j-0003WQ-AT for freebsd-gnome@freebsd.org; Fri, 03 Nov 2006 21:30:17 -0800 Message-ID: <7171990.post@talk.nabble.com> Date: Fri, 3 Nov 2006 21:30:17 -0800 (PST) From: alter_ego To: freebsd-gnome@freebsd.org In-Reply-To: <200611032245.27692.duncan.fbsd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: alter_ego@icmail.net References: <20061025174128.GR53740@fasolt.home.paeps.cx> <7171153.post@talk.nabble.com> <200611032245.27692.duncan.fbsd@gmail.com> Subject: Re: Firefox 2.0 doesn't open downloaded files X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 05:30:18 -0000 Thanks, but I had changed symlinks as soon as I finished building Firefox, so I don't think that it could be what is causing the problem. I see this error GConf Error: Failed to launch configuration server: Failed to execute child process "/usr/local/libexec/gconfd-2" (Invalid argument) could this be relevant? Another problem, probably unrelated to this, this: when Firefox 2 starts, it seems to hang for a long time before I can go to one of the bookmarked sites. I see this message repeated a lot "failed to exec /usr/local/libexec/gam_server". If I start gam_server by hand, Firefox goes to the bookmarked site immediately. Is this relevant? Thanks and regards, AE. Donald J. O wrote: > > On Friday 03 November 2006 21:00, alter_ego wrote: >> Firefox 2 is exhibiting exactly the same behaviour for me. I did a >> portupgrade yesterday, Firefox updated from 1.5.0.7 to 2 and now the >> helper >> apps don't work. >> >> Mine is a FreeBSD 6.1-RELEASE-p7 #0, and I don't use gnome either. >> >> I would appreciate any suggestion on how to fix this problem. >> >> Thanks, >> AE >> > Change your symlinks from /usr/X11R6/lib/browser_plugins > to /usr/local/lib/browser_plugins. > > Don > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > > -- View this message in context: http://www.nabble.com/Firefox-2.0-doesn%27t-open-downloaded-files-tf2509142.html#a7171990 Sent from the freebsd-gnome mailing list archive at Nabble.com. From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 09:13:02 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EDC616A494 for ; Sat, 4 Nov 2006 09:13:02 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id A427A43D5F for ; Sat, 4 Nov 2006 09:13:00 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.8/8.13.8) with ESMTP id kA49DCkN004675; Sat, 4 Nov 2006 04:13:12 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: alter_ego In-Reply-To: <7171153.post@talk.nabble.com> References: <20061025174128.GR53740@fasolt.home.paeps.cx> <7171153.post@talk.nabble.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-EmhLxJyZRAa37XYaOj/l" Organization: MarcusCom, Inc. Date: Sat, 04 Nov 2006 04:12:58 -0500 Message-Id: <1162631578.1096.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Cc: freebsd-gnome@freebsd.org Subject: Re: Firefox 2.0 doesn't open downloaded files X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 09:13:02 -0000 --=-EmhLxJyZRAa37XYaOj/l Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2006-11-03 at 19:00 -0800, alter_ego wrote: > Firefox 2 is exhibiting exactly the same behaviour for me. I did a > portupgrade yesterday, Firefox updated from 1.5.0.7 to 2 and now the help= er > apps don't work. >=20 > Mine is a FreeBSD 6.1-RELEASE-p7 #0, and I don't use gnome either. >=20 > I would appreciate any suggestion on how to fix this problem. I could reproduce this, so I rebuilt Firefox with debugging support, then the problem went away. So I rebuilt again without debugging support, and now I can no longer reproduce. You might try rebuilding Firefox with debugging and logging enabled. If you can reproduce, check the console for any relevant errors. Joe >=20 > Thanks, > AE >=20 >=20 >=20 > Philip Paeps wrote: > >=20 > > I've compiled Firefox 2.0 from marcuscom earlier this week. It appears= to > > work great, except for the minor (but to me fairly important) feature o= f > > opening files I download. > >=20 > > For instance, I have in my .mailcap file that I want PDF files opened w= ith > > xpdf. I pointy-click a PDF file and I get a nice box offering to save = it > > somewhere or open it with xpdf. So far so good, Firefox 2.0 still grok= s > > my > > .mailcap file. > >=20 > > However, it just puts the PDF file I pointy-clicked in /tmp and doesn't > > fire > > up xpdf for me to look at it. So I need to do that myself. That gets > > boring > > very quickly. > >=20 > > I think it is just refusing to spawn any external application. I also = use > > the > > Greasemonkey extension and have pointed the 'editor' of user scripts to= a > > script that fires up xterm -e vi. This worked fine in Firefox 1.5.0.7 = but > > now > > no longer works. > >=20 > > When I tell firefox to open a file with a script that just does a 'touc= h' > > of a > > file in /tmp, for example, I don't see a file created in /tmp. > >=20 > > Any idea what I might be missing or how I would go about debugging this= ?=20 > > I > > spent the night looking at ktrace output and it's making me go blind. := -o > >=20 > > Note that I do not use gnome. A list of packages on my system is here: > >=20 > > > >=20 > > I am using -CURRENT from fairly recently: > >=20 > > FreeBSD fasolt.home.paeps.cx 7.0-CURRENT FreeBSD 7.0-CURRENT #4: Tue O= ct > > 10 > > 14:01:36 CEST 2006 =20 > > philip@fasolt.home.paeps.cx:/usr/obj/usr/src/sys/FASOLT > > i386 > >=20 > > I'd appreciate any insights. > >=20 > > Thanks! > >=20 > > - Philip > >=20 > > --=20 > > Philip Paeps Please don't Cc me, I a= m > > philip@freebsd.org subscribed to the list= . > >=20 > > "Why's it called Ming?" said the Archchancellor, on cue. The > > Bursar tapped the pot. It went *ming*. > > -- Discworld archeology revealed > > (Terry Pratchett, Moving Pictures) > > _______________________________________________ > > freebsd-gnome@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org= " > >=20 > >=20 >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-EmhLxJyZRAa37XYaOj/l Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFTFmab2iPiv4Uz4cRArf/AJ9cvemgEA9azyb8/seuQoXFgee+TgCdFR1c NIO6k5mkkyHEfmpuwDU1z1Q= =LAoP -----END PGP SIGNATURE----- --=-EmhLxJyZRAa37XYaOj/l-- From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 10:36:13 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0068A16A4AB for ; Sat, 4 Nov 2006 10:36:13 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD62643D5E for ; Sat, 4 Nov 2006 10:36:12 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 68D0C1A4D8E for ; Sat, 4 Nov 2006 02:36:12 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A25BE515E6; Sat, 4 Nov 2006 05:36:05 -0500 (EST) Date: Sat, 4 Nov 2006 05:36:05 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20061104103605.GB46704@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="H+4ONPRPur6+Ovig" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@FreeBSD.org: policykit-0.1.20060514_3 failed on i386 4] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 10:36:13 -0000 --H+4ONPRPur6+Ovig Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Sat, 4 Nov 2006 10:18:45 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: policykit-0.1.20060514_3 failed on i386 4 X-UIDL: /!Z!!@/$"!E54"!F(@!! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.3 building policykit-0.1.20060514_3 on gohan25.freebsd.org in directory /x/tmp/4/chroot/99418 building for: 4.11-STABLE i386 maintained by: gnome@FreeBSD.org port directory: /usr/ports/sysutils/policykit build started at Sat Nov 4 10:17:39 GMT 2006 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3DXFree86-libraries-4.5.0.tgz dbus-0.94_1.tgz dbus-glib-0.72.= tgz expat-2.0.0_1.tgz fontconfig-2.3.2_6,1.tgz freetype2-2.2.1_1.tgz gettex= t-0.14.5_2.tgz glib-2.12.4.tgz gmake-3.81_1.tgz gnome_subr-1.0.tgz ldconfig= _compat-1.0_8.tgz libiconv-1.9.2_2.tgz libxml2-2.6.26.tgz pkg-config-0.21.t= gz rc_subr-1.31_1.tgz RUN_DEPENDS=3DXFree86-libraries-4.5.0.tgz dbus-0.94_1.tgz dbus-glib-0.72.tg= z expat-2.0.0_1.tgz fontconfig-2.3.2_6,1.tgz freetype2-2.2.1_1.tgz gettext-= 0.14.5_2.tgz glib-2.12.4.tgz gnome_subr-1.0.tgz ldconfig_compat-1.0_8.tgz l= ibiconv-1.9.2_2.tgz libxml2-2.6.26.tgz pkg-config-0.21.tgz rc_subr-1.31_1.t= gz prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/X11R6 add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> PolicyKit-0.1.20060514.tar.bz2 doesn't seem to exist in /tmp/distfiles= /. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. PolicyKit-0.1.20060514.tar.bz2 325 kB 2522 kBps =3D> MD5 Checksum OK for PolicyKit-0.1.20060514.tar.bz2. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Extracting for policykit-0.1.20060514_3 =3D> MD5 Checksum OK for PolicyKit-0.1.20060514.tar.bz2. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Patching for policykit-0.1.20060514_3 =3D=3D=3D> Applying FreeBSD patches for policykit-0.1.20060514_3 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg XFree86-libraries-4.5.0.tgz dbus-0.94_1.tgz dbus-glib-0.72.tgz expa= t-2.0.0_1.tgz fontconfig-2.3.2_6,1.tgz freetype2-2.2.1_1.tgz gettext-0.14.5= _2.tgz glib-2.12.4.tgz gmake-3.81_1.tgz gnome_subr-1.0.tgz ldconfig_compat-= 1.0_8.tgz libiconv-1.9.2_2.tgz libxml2-2.6.26.tgz pkg-config-0.21.tgz rc_su= br-1.31_1.tgz adding dependencies pkg_add XFree86-libraries-4.5.0.tgz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add dbus-0.94_1.tgz Added group "messagebus". Added user "messagebus". pkg_add dbus-glib-0.72.tgz pkg_add expat-2.0.0_1.tgz skipping expat-2.0.0_1, already added pkg_add fontconfig-2.3.2_6,1.tgz skipping fontconfig-2.3.2_6,1, already added pkg_add freetype2-2.2.1_1.tgz skipping freetype2-2.2.1_1, already added pkg_add gettext-0.14.5_2.tgz skipping gettext-0.14.5_2, already added pkg_add glib-2.12.4.tgz skipping glib-2.12.4, already added pkg_add gmake-3.81_1.tgz pkg_add gnome_subr-1.0.tgz skipping gnome_subr-1.0, already added pkg_add ldconfig_compat-1.0_8.tgz skipping ldconfig_compat-1.0_8, already added pkg_add libiconv-1.9.2_2.tgz skipping libiconv-1.9.2_2, already added pkg_add libxml2-2.6.26.tgz skipping libxml2-2.6.26, already added pkg_add pkg-config-0.21.tgz skipping pkg-config-0.21, already added pkg_add rc_subr-1.31_1.tgz skipping rc_subr-1.31_1, already added =3D=3D=3D> policykit-0.1.20060514_3 depends on executable in : gmake - fo= und =3D=3D=3D> policykit-0.1.20060514_3 depends on shared library: dbus-glib-= 1.2 - found =3D=3D=3D> Configuring for policykit-0.1.20060514_3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by gmake... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc checking for library containing strerror... none required checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking build system type... i386-portbld-freebsd4.11 checking host system type... i386-portbld-freebsd4.11 checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by cc... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc static flag works... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/libexec/elf/ld) supports shared librar= ies... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking whether gmake sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for DBUS... yes checking for DBUS_GLIB... yes checking for getgrouplist... yes checking for docbook2html... no checking whether to build DocBook documentation... yes checking for pam_start in -lpam... yes checking for sigtimedwait in -lc... no checking for sigtimedwait in -lrt... no checking how to call pam_strerror... two arguments checking for /etc/redhat-release... no checking for /etc/SuSE-release... no Linux distribution autodetection failed, specify the distribution to target= using --with-os-type=3D configure: creating ./config.status config.status: creating policy-kit config.status: creating polkit.pc config.status: creating Makefile config.status: creating polkitd/Makefile config.status: creating polkitd/PolicyKit config.status: creating polkitd/PolicyKit.conf config.status: creating libpolkit/Makefile config.status: creating tools/Makefile config.status: creating doc/Makefile config.status: creating doc/api/Makefile config.status: creating doc/spec/Makefile config.status: creating doc/spec/polkit-spec.xml config.status: creating privileges/Makefile config.status: creating config.h config.status: executing depfiles commands PolicyKit 0.1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D prefix: /usr/local libdir: /usr/local/lib libexecdir: /usr/local/libexec bindir: /usr/local/bin sbindir: /usr/local/sbin datadir: /usr/local/share sysconfdir: /usr/local/etc localstatedir: /usr/local/var docdir: /usr/local/share/doc/PolicyKit-0.1 PAM prefix: /usr/local/etc compiler: cc cflags: -O -pipe -Wall -Wchar-subscripts -Wmis= sing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-comp= are cppflags: -I/usr/local/include DocBook: no user for PolicyKit: polkit group for PolicyKit: polkit pidfile for polkitd: /var/run/polkitd/polkitd.pid Distribution/OS: unknown PAM support: yes PAM file auth: system PAM file account: system PAM file password: system PAM file session: system Maintainer mode: no Building verbose mode: no Building api docs: no Building docs: no NOTE: You have to install init scripts yourself and tweak your own pam file NOTE: Remember to create user polkit and group polkit before make install =3D=3D=3D> Building for policykit-0.1.20060514_3 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/sysutils/policykit/work/PolicyK= it-0.1.20060514' Making all in libpolkit gmake[2]: Entering directory `/work/a/ports/sysutils/policykit/work/PolicyK= it-0.1.20060514/libpolkit' source=3D'libpolkit.c' object=3D'libpolkit.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -DPACKAGE_LIBEXEC_DIR=3D\""/usr/local/libexec"\" -DPACKAGE_SYSCONF_DIR= =3D\""/usr/local/etc"\" -DPACKAGE_DATA_DIR=3D\""/usr/local/share"\" -DPACKA= GE_BIN_DIR=3D\""/usr/local/bin"\" -DPACKAGE_LOCALSTATEDIR=3D\""/usr/local/v= ar"\" -DPACKAGE_LOCALE_DIR=3D\""/usr/local//locale"\" -D_POSIX_PTHREAD_SEMA= NTICS -D_REENTRANT -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/dbus-1.0 -I/usr/l= ocal/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/local/include -O -pipe -Wall -Wchar-subscrip= ts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Ws= ign-compare -c -o libpolkit.lo libpolkit.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LIBEXEC_DIR=3D\"/usr/local/libex= ec\" -DPACKAGE_SYSCONF_DIR=3D\"/usr/local/etc\" -DPACKAGE_DATA_DIR=3D\"/usr= /local/share\" -DPACKAGE_BIN_DIR=3D\"/usr/local/bin\" -DPACKAGE_LOCALSTATED= IR=3D\"/usr/local/var\" -DPACKAGE_LOCALE_DIR=3D\"/usr/local//locale\" -D_PO= SIX_PTHREAD_SEMANTICS -D_REENTRANT -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/loca= l/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/d= bus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/local/include -O -pipe -Wall -Wch= ar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcas= t-align -Wsign-compare -c libpolkit.c -Wp,-MD,.deps/libpolkit.TPlo -fPIC -= DPIC -o .libs/libpolkit.o cc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LIBEXEC_DIR=3D\"/usr/local/libex= ec\" -DPACKAGE_SYSCONF_DIR=3D\"/usr/local/etc\" -DPACKAGE_DATA_DIR=3D\"/usr= /local/share\" -DPACKAGE_BIN_DIR=3D\"/usr/local/bin\" -DPACKAGE_LOCALSTATED= IR=3D\"/usr/local/var\" -DPACKAGE_LOCALE_DIR=3D\"/usr/local//locale\" -D_PO= SIX_PTHREAD_SEMANTICS -D_REENTRANT -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/loca= l/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/d= bus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/local/include -O -pipe -Wall -Wch= ar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcas= t-align -Wsign-compare -c libpolkit.c -Wp,-MD,.deps/libpolkit.TPlo -o libpo= lkit.o >/dev/null 2>&1 /bin/sh ../libtool --tag=3DCC --mode=3Dlink cc -O -pipe -Wall -Wchar-subs= cripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align= -Wsign-compare -L/usr/local/lib -o libpolkit.la -rpath /usr/local/lib -ve= rsion-info 0:0:0 libpolkit.lo -pthread -L/usr/local/lib -ldbus-glib-1 -ldbu= s-1 -lgobject-2.0 -lglib-2.0 -liconv -L/usr/local/lib -lglib-2.0 -liconv = =20 cc -shared .libs/libpolkit.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -= Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libdbus-glib-1.so /usr/lo= cal/lib/libdbus-1.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgli= b-2.0.so /usr/local/lib/libiconv.so -pthread -Wl,-soname -Wl,libpolkit.so.= 0 -o .libs/libpolkit.so.0 (cd .libs && rm -f libpolkit.so && ln -s libpolkit.so.0 libpolkit.so) (cd .libs && rm -f libpolkit.so && ln -s libpolkit.so.0 libpolkit.so) ar cru .libs/libpolkit.a libpolkit.o ranlib .libs/libpolkit.a creating libpolkit.la (cd .libs && rm -f libpolkit.la && ln -s ../libpolkit.la libpolkit.la) gmake[2]: Leaving directory `/work/a/ports/sysutils/policykit/work/PolicyKi= t-0.1.20060514/libpolkit' Making all in polkitd gmake[2]: Entering directory `/work/a/ports/sysutils/policykit/work/PolicyK= it-0.1.20060514/polkitd' glib-genmarshal --prefix=3Dpolkit_marshal ./polkit-marshal.list --header --= body > polkit-marshal.c.tmp && mv polkit-marshal.c.tmp polkit-marshal.c glib-genmarshal --prefix=3Dpolkit_marshal ./polkit-marshal.list --header > = polkit-marshal.h.tmp && mv polkit-marshal.h.tmp polkit-marshal.h gmake all-am gmake[3]: Entering directory `/work/a/ports/sysutils/policykit/work/PolicyK= it-0.1.20060514/polkitd' source=3D'polkit-marshal.c' object=3D'polkitd-polkit-marshal.o' libtool=3Dn= o \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LIBEXEC_DIR=3D\""/usr/local/libe= xec"\" -DPACKAGE_SYSCONF_DIR=3D\""/usr/local/etc"\" -DPACKAGE_DATA_DIR=3D\"= "/usr/local/share"\" -DPACKAGE_BIN_DIR=3D\""/usr/local/bin"\" -DPACKAGE_LOC= ALE_DIR=3D\""/usr/local//locale"\" -DPACKAGE_LOCALSTATEDIR=3D\""/usr/local/= var"\" -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/i= nclude -fno-strict-aliasing -O -pipe -Wall -Wchar-subscripts -Wmissing-dec= larations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -c -= o polkitd-polkit-marshal.o `test -f 'polkit-marshal.c' || echo './'`polkit-= marshal.c source=3D'polkit-session.c' object=3D'polkitd-polkit-session.o' libtool=3Dn= o \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LIBEXEC_DIR=3D\""/usr/local/libe= xec"\" -DPACKAGE_SYSCONF_DIR=3D\""/usr/local/etc"\" -DPACKAGE_DATA_DIR=3D\"= "/usr/local/share"\" -DPACKAGE_BIN_DIR=3D\""/usr/local/bin"\" -DPACKAGE_LOC= ALE_DIR=3D\""/usr/local//locale"\" -DPACKAGE_LOCALSTATEDIR=3D\""/usr/local/= var"\" -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include= -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/i= nclude -fno-strict-aliasing -O -pipe -Wall -Wchar-subscripts -Wmissing-dec= larations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -c -= o polkitd-polkit-session.o `test -f 'polkit-session.c' || echo './'`polkit-= session.c polkit-session.c: In function `data_from_pam': polkit-session.c:652: syntax error before `char' polkit-session.c:655: `p' undeclared (first use in this function) polkit-session.c:655: (Each undeclared identifier is reported only once polkit-session.c:655: for each function it appears in.) gmake[3]: *** [polkitd-polkit-session.o] Error 1 gmake[3]: Leaving directory `/work/a/ports/sysutils/policykit/work/PolicyKi= t-0.1.20060514/polkitd' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/work/a/ports/sysutils/policykit/work/PolicyKi= t-0.1.20060514/polkitd' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/sysutils/policykit/work/PolicyKi= t-0.1.20060514' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/sysutils/policykit. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/sysutils/policykit ended at Sat Nov 4 10:18:40 GMT 2006 ----- End forwarded message ----- --H+4ONPRPur6+Ovig Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFTG0VWry0BWjoQKURAkDYAJ40poqIISBxxoK+a7S97aaULu1q4wCfRsQl SuCen53MCfwcnqHllyJ3aRo= =EPKa -----END PGP SIGNATURE----- --H+4ONPRPur6+Ovig-- From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 14:31:32 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57BE216A615 for ; Sat, 4 Nov 2006 14:31:32 +0000 (UTC) (envelope-from duncan.fbsd@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F5343D64 for ; Sat, 4 Nov 2006 14:31:29 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: by py-out-1112.google.com with SMTP id z59so505825pyg for ; Sat, 04 Nov 2006 06:31:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=AUjR/pDfiHSnDMm5Tdi9ifxAZqZXV2titeh6sdPHzMgXFfjAYYaH2WpC4OpJPu5qEFvBrCEyP8S46UoI+0u8Ukp6PbkDlVtQaWKoJ6fQnpTvfymOL9ELNcLXmhlxSepYcqDCb0iDDonnAZSiFxPyQCZ6cr8bWdxYtBxI5dzNV14= Received: by 10.35.111.14 with SMTP id o14mr5764714pym.1162650291778; Sat, 04 Nov 2006 06:24:51 -0800 (PST) Received: from pres1750.airedalians.com ( [75.7.74.134]) by mx.google.com with ESMTP id f60sm2371512pyh.2006.11.04.06.24.50; Sat, 04 Nov 2006 06:24:51 -0800 (PST) From: "Donald J. O'Neill" To: freebsd-gnome@freebsd.org Date: Sat, 4 Nov 2006 08:24:10 -0600 User-Agent: KMail/1.9.4 References: <20061025174128.GR53740@fasolt.home.paeps.cx> <200611032245.27692.duncan.fbsd@gmail.com> <7171990.post@talk.nabble.com> In-Reply-To: <7171990.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611040824.10329.duncan.fbsd@gmail.com> Cc: alter_ego Subject: Re: Firefox 2.0 doesn't open downloaded files X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 14:31:32 -0000 On Friday 03 November 2006 23:30, alter_ego wrote: > Thanks, but I had changed symlinks as soon as I finished building Firefox, > so I don't think that it could be what is causing the problem. > > I see this error > GConf Error: Failed to launch configuration server: Failed to execute child > process "/usr/local/libexec/gconfd-2" (Invalid argument) > > could this be relevant? > I get that message when I open Firefox if I'm using KDE; if I use Gnome2.16.1, I don't get the message. I gconfd-2 is a Gnome program. > > Another problem, probably unrelated to this, this: when Firefox 2 starts, > it seems to hang for a long time before I can go to one of the bookmarked > sites. I see this message repeated a lot "failed to exec > /usr/local/libexec/gam_server". If I start gam_server by hand, Firefox goes > to the bookmarked site immediately. >> > Is this relevant? > You're using gamin, I use fam, I don't have that problem. So, yes, it may be a relevant problem on your system having to do with the way gamin is set-up on your system. > > Thanks and regards, > AE. > Check to see that you didn't remove the symlinks from /usr/X11R6/lib/browser_plugins. I removed them to see what would happen - no firefox - put those links back and, voila, firefox loads again. The symlinks need to be in booth places. Don From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 18:48:17 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71C6D16A55C for ; Sat, 4 Nov 2006 18:48:17 +0000 (UTC) (envelope-from eesumter@dsiweb.net) Received: from dsiweb.net (218-168-196-3.dynamic.hinet.net [218.168.196.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 6549143D7D for ; Sat, 4 Nov 2006 18:47:57 +0000 (GMT) (envelope-from eesumter@dsiweb.net) Message-ID: <027701c6ff05$3cfd36f0$2296e1f0@acassockq> From: "YGracie CTravis" To: Date: Sun, 05 Nov 2006 02:47:47 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Stock Shakerz AND Moverz fd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: YGracie CTravis List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 18:48:17 -0000 OF INTEREST PAY ATTENTION VITAL This advisory is based on exclusive insiders/agents information. (NHVP.PK) NHVP has provided investors with 1000% + gains during the real estate boom, and now with the sector at its bottom, is ready to provide with results yet again.. OCT 13th: Northeast Development Corp. to Receive Funding from European Investment Firm. Preliminary discussions suggest figures of -3 million with a combination of real estate and equity collateralization. GET IN ON MONDAY NOV 6th: at 08 cents its a STEAL - Volume: 8,000 - Volume: + 100% - Price: +100% The key to any tade is buying low and selling high, WELL the REAL ESTATE market has bottomed out and time to get in is now. We specialise in calling market bottom and when it comes to REAL ESTATE THIS IS THE BOTTOM, SO GET IN FOLKS GET IN NOW DONT REGRET LATER GET IN NOW DONT REGRET LATER Previewing his weekend at his Texas ranch, Bush said he planned to be with his wife, Laura, to celebrate her birthday Saturday. Several thousand GOP supporters cheered Bush as he strode into the darkened Springfield Exposition Center where volunteers handed out signs that said "Cards fans for Talent" -- a reference to the St. Louis Cardinals' World Series victory. "This arrest really does help with some of the closure, the healing that we in the Forest Service community, and in the families, need," said Jeanne Wade Evans, the San Bernardino National Forest supervisor. "Nine days ago, one of the worst tragedies in the 100-year history of the Forest Service took the lives of five heroes," U.S. Forest Service Chaplain Steve Seltzner said as the service began. "It has shaken this agency and the men and women of the San Benardino National Forest to its very core and shocked the entire world." From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 18:48:58 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 585B316AABB for ; Sat, 4 Nov 2006 18:48:58 +0000 (UTC) (envelope-from eesumter@dsiweb.net) Received: from dsiweb.net (218-168-196-3.dynamic.hinet.net [218.168.196.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 1915843D5F for ; Sat, 4 Nov 2006 18:48:56 +0000 (GMT) (envelope-from eesumter@dsiweb.net) Message-ID: <00cc01c6ff52$3dbd72a0$0712c3d0@klutek> From: "YJerome Glenna" To: Date: Sun, 05 Nov 2006 02:48:48 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Bull's Eye Investing m X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: YJerome Glenna List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 18:48:58 -0000 LISTEN UP This advisory is based on exclusive insiders/agents information. (NHVP.PK) NHVP has provided investors with 1000% + gains during the real estate boom, and now with the sector at its bottom, is ready to provide with results yet again.. OCT 13th: Northeast Development Corp. to Receive Funding from European Investment Firm. Preliminary discussions suggest figures of -3 million with a combination of real estate and equity collateralization. GET IN ON MONDAY NOV 6th: at 08 cents its a STEAL - Volume: 8,000 - Volume: + 100% - Price: +100% The key to any tade is buying low and selling high, WELL the REAL ESTATE market has bottomed out and time to get in is now. We specialise in calling market bottom and when it comes to REAL ESTATE THIS IS THE BOTTOM, SO GET IN FOLKS A REAL SMALL CAP GIFT A REAL SMALL CAP GIFT The report issued Friday said the airplane was flying along the East River between Manhattan and Queens when it attempted a U-turn with only 1,300 feet of room for the turn. To make a successful turn, the aircraft would have had to bank so steeply that it might have stalled, the NTSB said in an update on the crash. McKay's funeral in Victorville was the first for the five U.S. Forest Service firefighters who were overrun by flames October 26 in Southern California's San Jacinto Mountains. Authorities were trying to determine whether Oyler has any links to at least 40 fires in the area since May, according to an official involved in the investigation who spoke on condition of anonymity because the case is continuing. The National Transportation Safety Board said the wind, coupled with the pilot's inability to turn sharply, forced the aircraft away from its intended path over the East River and into the building. From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 19:57:03 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56AD816A4E1 for ; Sat, 4 Nov 2006 19:57:03 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79ED843D69 for ; Sat, 4 Nov 2006 19:56:58 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 298E81A4D87 for ; Sat, 4 Nov 2006 11:56:58 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 43E91515F7; Sat, 4 Nov 2006 14:56:51 -0500 (EST) Date: Sat, 4 Nov 2006 14:56:51 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20061104195651.GM70239@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RNRUMt0ZF5Yaq/Aq" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@FreeBSD.org: pan-0.117 failed on i386 4] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 19:57:03 -0000 --RNRUMt0ZF5Yaq/Aq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Sat, 4 Nov 2006 15:53:02 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: pan-0.117 failed on i386 4 X-UIDL: !_\"!l6f"!o]B!!0W;!! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.3 building pan-0.117 on gohan31.freebsd.org in directory /x/tmp/4/chroot/51141 building for: 4.11-STABLE i386 maintained by: gnome@FreeBSD.org port directory: /usr/ports/news/pan build started at Sat Nov 4 15:47:19 GMT 2006 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3DXFree86-fontEncodings-4.5.0_1.tgz XFree86-fontScalable-4.5.= 0_1.tgz XFree86-libraries-4.5.0.tgz aspell-0.60.4_4.tgz atk-1.12.3.tgz bits= tream-vera-1.10_2.tgz cairo-1.2.6.tgz expat-2.0.0_1.tgz fontconfig-2.3.2_6,= 1.tgz freetype2-2.2.1_1.tgz gettext-0.14.5_2.tgz glib-2.12.4.tgz gmake-3.81= _1.tgz gmime-2.2.3.tgz gnomehier-2.2.tgz gtk-2.10.6_2.tgz gtkspell-2.0.11_4= .tgz hicolor-icon-theme-0.9_2.tgz intltool-0.35.0.tgz jpeg-6b_4.tgz ldconfi= g_compat-1.0_8.tgz libXft-2.1.7_1.tgz libiconv-1.9.2_2.tgz libxml2-2.6.26.t= gz p5-XML-Parser-2.34_2.tgz pango-1.14.7.tgz pcre-utf8-6.7.tgz pkg-config-0= .21.tgz png-1.2.12_1.tgz rc_subr-1.31_1.tgz shared-mime-info-0.19.tgz tiff-= 3.8.2.tgz RUN_DEPENDS=3DXFree86-fontEncodings-4.5.0_1.tgz XFree86-fontScalable-4.5.0_= 1.tgz XFree86-libraries-4.5.0.tgz aspell-0.60.4_4.tgz atk-1.12.3.tgz bitstr= eam-vera-1.10_2.tgz cairo-1.2.6.tgz expat-2.0.0_1.tgz fontconfig-2.3.2_6,1.= tgz freetype2-2.2.1_1.tgz gettext-0.14.5_2.tgz glib-2.12.4.tgz gmime-2.2.3.= tgz gnomehier-2.2.tgz gtk-2.10.6_2.tgz gtkspell-2.0.11_4.tgz hicolor-icon-t= heme-0.9_2.tgz jpeg-6b_4.tgz ldconfig_compat-1.0_8.tgz libXft-2.1.7_1.tgz l= ibiconv-1.9.2_2.tgz libxml2-2.6.26.tgz pango-1.14.7.tgz pcre-utf8-6.7.tgz p= kg-config-0.21.tgz png-1.2.12_1.tgz rc_subr-1.31_1.tgz shared-mime-info-0.1= 9.tgz tiff-3.8.2.tgz prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/X11R6 add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> pan-0.117.tar.bz2 doesn't seem to exist in /tmp/distfiles/gnome2. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/gnome2/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/gnome2/pan-= 0.117.tar.bz2: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/gnome2/. fetch: transfer timed out =3D> Attempting to fetch from http://pan.rebelbase.com/download/releases/0.= 117/source/. pan-0.117.tar.bz2 1374 kB 2188 kBps =3D> MD5 Checksum OK for gnome2/pan-0.117.tar.bz2. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Extracting for pan-0.117 =3D> MD5 Checksum OK for gnome2/pan-0.117.tar.bz2. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Patching for pan-0.117 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg XFree86-fontEncodings-4.5.0_1.tgz XFree86-fontScalable-4.5.0_1.tgz = XFree86-libraries-4.5.0.tgz aspell-0.60.4_4.tgz atk-1.12.3.tgz bitstream-ve= ra-1.10_2.tgz cairo-1.2.6.tgz expat-2.0.0_1.tgz fontconfig-2.3.2_6,1.tgz fr= eetype2-2.2.1_1.tgz gettext-0.14.5_2.tgz glib-2.12.4.tgz gmake-3.81_1.tgz g= mime-2.2.3.tgz gnomehier-2.2.tgz gtk-2.10.6_2.tgz gtkspell-2.0.11_4.tgz hic= olor-icon-theme-0.9_2.tgz intltool-0.35.0.tgz jpeg-6b_4.tgz ldconfig_compat= -1.0_8.tgz libXft-2.1.7_1.tgz libiconv-1.9.2_2.tgz libxml2-2.6.26.tgz p5-XM= L-Parser-2.34_2.tgz pango-1.14.7.tgz pcre-utf8-6.7.tgz pkg-config-0.21.tgz = png-1.2.12_1.tgz rc_subr-1.31_1.tgz shared-mime-info-0.19.tgz tiff-3.8.2.tgz adding dependencies pkg_add XFree86-fontEncodings-4.5.0_1.tgz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add XFree86-fontScalable-4.5.0_1.tgz /usr/X11R6/bin/fc-cache: "lib/X11/fonts/bitstream-vera": caching, 10 fonts,= 0 dirs /usr/X11R6/bin/fc-cache: succeeded IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these f= onts before using. The copyright can be found at /usr/X11R6/lib/X11/fonts/bitst= ream-vera/COPYRIGHT.TXT. To use these fonts, follow the instructions below. Make sure that the freetype module is loaded. If it is not, add the follow= ing line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration fi= le: FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. fc-cache: "/usr/X11R6/lib/X11/fonts/CID": caching, 0 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/Speedo": caching, 0 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": caching, 29 fonts, 0 dirs fc-cache: succeeded pkg_add XFree86-libraries-4.5.0.tgz skipping XFree86-libraries-4.5.0, already added pkg_add aspell-0.60.4_4.tgz pkg_add atk-1.12.3.tgz pkg_add bitstream-vera-1.10_2.tgz skipping bitstream-vera-1.10_2, already added pkg_add cairo-1.2.6.tgz pkg_add expat-2.0.0_1.tgz skipping expat-2.0.0_1, already added pkg_add fontconfig-2.3.2_6,1.tgz skipping fontconfig-2.3.2_6,1, already added pkg_add freetype2-2.2.1_1.tgz skipping freetype2-2.2.1_1, already added pkg_add gettext-0.14.5_2.tgz skipping gettext-0.14.5_2, already added pkg_add glib-2.12.4.tgz skipping glib-2.12.4, already added pkg_add gmake-3.81_1.tgz pkg_add gmime-2.2.3.tgz pkg_add gnomehier-2.2.tgz =2E/etc/CORBA missing (created) =2E/etc/CORBA/servers missing (created) =2E/etc/X11 missing (created) =2E/etc/X11/serverconfig missing (created) =2E/etc/X11/starthere missing (created) =2E/etc/X11/sysconfig missing (created) =2E/etc/gconf missing (created) =2E/etc/gconf/gconf.xml.defaults missing (created) =2E/etc/gconf/gconf.xml.mandatory missing (created) =2E/etc/gconf/schemas missing (created) =2E/etc/gnome missing (created) =2E/etc/gnome/config missing (created) =2E/etc/gnome-vfs-2.0 missing (created) =2E/etc/gnome-vfs-2.0/modules missing (created) =2E/etc/sound missing (created) =2E/etc/sound/events missing (created) =2E/etc/vfs missing (created) =2E/etc/vfs/modules missing (created) =2E/include/gconf missing (created) =2E/include/gdkcardimage missing (created) =2E/include/gnome-1.0 missing (created) =2E/lib/GConf missing (created) =2E/lib/bonobo missing (created) =2E/lib/bonobo/monikers missing (created) =2E/lib/bonobo/plugin missing (created) =2E/lib/gnome-vfs-2.0 missing (created) =2E/lib/gnome-vfs-2.0/modules missing (created) =2E/lib/vfs missing (created) =2E/lib/vfs/modules missing (created) =2E/libdata/bonobo missing (created) =2E/libdata/bonobo/servers missing (created) =2E/share/doc/libgda missing (created) =2E/share/gnome missing (created) =2E/share/gnome/applets missing (created) =2E/share/gnome/applets/Amusements missing (created) =2E/share/gnome/applets/Clocks missing (created) =2E/share/gnome/applets/Monitors missing (created) =2E/share/gnome/applets/Multimedia missing (created) =2E/share/gnome/applets/Network missing (created) =2E/share/gnome/applets/Utility missing (created) =2E/share/gnome/application-registry missing (created) =2E/share/gnome/applications missing (created) =2E/share/gnome/apps missing (created) =2E/share/gnome/apps/Applications missing (created) =2E/share/gnome/apps/Audio missing (created) =2E/share/gnome/apps/Development missing (created) =2E/share/gnome/apps/Games missing (created) =2E/share/gnome/apps/Graphics missing (created) =2E/share/gnome/apps/Internet missing (created) =2E/share/gnome/apps/Multimedia missing (created) =2E/share/gnome/apps/Settings missing (created) =2E/share/gnome/apps/Settings/Desktop missing (created) =2E/share/gnome/apps/Settings/Documents missing (created) =2E/share/gnome/apps/Settings/Peripherals missing (created) =2E/share/gnome/apps/Settings/Session missing (created) =2E/share/gnome/apps/System missing (created) =2E/share/gnome/apps/Utilities missing (created) =2E/share/gnome/capplets missing (created) =2E/share/gnome/control-center missing (created) =2E/share/gnome/control-center/Desktop missing (created) =2E/share/gnome/control-center/Documents missing (created) =2E/share/gnome/control-center/Peripherals missing (created) =2E/share/gnome/control-center/Session missing (created) =2E/share/gnome/control-center/capplets missing (created) =2E/share/gnome/control-center-2.0 missing (created) =2E/share/gnome/control-center-2.0/capplets missing (created) =2E/share/gnome/fonts missing (created) =2E/share/gnome/games missing (created) =2E/share/gnome/gnome-2.0 missing (created) =2E/share/gnome/gnome-2.0/ui missing (created) =2E/share/gnome/gnome-about missing (created) =2E/share/gnome/help missing (created) =2E/share/gnome/help/fdl missing (created) =2E/share/gnome/help/fdl/C missing (created) =2E/share/gnome/help/gpl missing (created) =2E/share/gnome/help/gpl/C missing (created) =2E/share/gnome/help/lgpl missing (created) =2E/share/gnome/help/lgpl/C missing (created) =2E/share/gnome/icons missing (created) =2E/share/gnome/idl missing (created) =2E/share/gnome/images missing (created) =2E/share/gnome/mc missing (created) =2E/share/gnome/mc/templates missing (created) =2E/share/gnome/mime-info missing (created) =2E/share/gnome/oaf missing (created) =2E/share/gnome/omf missing (created) =2E/share/gnome/panel missing (created) =2E/share/gnome/pixmaps missing (created) =2E/share/gnome/pixmaps/document-icons missing (created) =2E/share/gnome/pixmaps/splash missing (created) =2E/share/gnome/sgml missing (created) =2E/share/gnome/sgml/docbook missing (created) =2E/share/gnome/sgml/docbook/gnome-customization-0.1 missing (created) =2E/share/gnome/sounds missing (created) =2E/share/gnome/themes missing (created) =2E/share/gnome/ui missing (created) =2E/share/gnome/vfolders missing (created) =2E/share/gnome/wm-properties missing (created) =2E/share/gnome/xmodmap missing (created) pkg_add gtk-2.10.6_2.tgz *** * Updating MIME database in /usr/X11R6/share/mime... Wrote 0 strings at 20 - 20 Wrote aliases at 20 - 24 Wrote parents at 24 - 28 Wrote literal globs at 28 - 2c Wrote suffix globs at 2c - 34 Wrote full globs at 34 - 38 Wrote magic at 38 - 44 Wrote namespace list at 44 - 48 *** *** * Updating MIME database in /usr/local/share/mime... Wrote 499 strings at 20 - 295c Wrote aliases at 295c - 2b50 Wrote parents at 2b50 - 354c Wrote literal globs at 354c - 35a8 Wrote suffix globs at 35a8 - 69b0 Wrote full globs at 69b0 - 69d4 Wrote magic at 69d4 - c2fc Wrote namespace list at c2fc - c30c *** *** * Updating MIME database in /usr/local/share/mime... Wrote 499 strings at 20 - 295c Wrote aliases at 295c - 2b50 Wrote parents at 2b50 - 354c Wrote literal globs at 354c - 35a8 Wrote suffix globs at 35a8 - 69b0 Wrote full globs at 69b0 - 69d4 Wrote magic at 69d4 - c2fc Wrote namespace list at c2fc - c30c *** Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 7 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/bitstream-vera": caching, 10 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/CID": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/Speedo": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": caching, 29 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add gtkspell-2.0.11_4.tgz pkg_add hicolor-icon-theme-0.9_2.tgz skipping hicolor-icon-theme-0.9_2, already added pkg_add intltool-0.35.0.tgz pkg_add jpeg-6b_4.tgz skipping jpeg-6b_4, already added pkg_add ldconfig_compat-1.0_8.tgz skipping ldconfig_compat-1.0_8, already added pkg_add libXft-2.1.7_1.tgz skipping libXft-2.1.7_1, already added pkg_add libiconv-1.9.2_2.tgz skipping libiconv-1.9.2_2, already added pkg_add libxml2-2.6.26.tgz skipping libxml2-2.6.26, already added pkg_add p5-XML-Parser-2.34_2.tgz skipping p5-XML-Parser-2.34_2, already added pkg_add pango-1.14.7.tgz skipping pango-1.14.7, already added pkg_add pcre-utf8-6.7.tgz pkg_add pkg-config-0.21.tgz skipping pkg-config-0.21, already added pkg_add png-1.2.12_1.tgz skipping png-1.2.12_1, already added pkg_add rc_subr-1.31_1.tgz skipping rc_subr-1.31_1, already added pkg_add shared-mime-info-0.19.tgz skipping shared-mime-info-0.19, already added pkg_add tiff-3.8.2.tgz skipping tiff-3.8.2, already added =3D=3D=3D> pan-0.117 depends on executable in : gmake - found =3D=3D=3D> pan-0.117 depends on file: /usr/local/bin/intltool-extract - f= ound =3D=3D=3D> pan-0.117 depends on executable in : pkg-config - found =3D=3D=3D> pan-0.117 depends on shared library: pcre.0 - found =3D=3D=3D> pan-0.117 depends on shared library: gmime-2.0.4 - found =3D=3D=3D> pan-0.117 depends on shared library: gtkspell.0 - found =3D=3D=3D> pan-0.117 depends on shared library: intl - found =3D=3D=3D> pan-0.117 depends on shared library: atk-1.0.0 - found =3D=3D=3D> pan-0.117 depends on shared library: glib-2.0.0 - found =3D=3D=3D> pan-0.117 depends on shared library: gtk-x11-2.0.0 - found =3D=3D=3D> pan-0.117 depends on shared library: pango-1.0.0 - found =3D=3D=3D> pan-0.117 depends on shared library: X11.6 - found =3D=3D=3D> Configuring for pan-0.117 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for style of include used by gmake... GNU checking dependency style of c++... gcc checking for gcc... cc checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... yes checking for localtime_r... yes checking whether the compiler implements namespaces... yes checking whether the compiler has ext/hash_map... no checking for gawk... (cached) nawk checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether gmake sets $(MAKE)... (cached) yes checking for ranlib... ranlib checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for intltool >=3D 0.23... 0.34.1 found checking for perl... /usr/bin/perl checking for iconv... /usr/local/bin/iconv checking for msgfmt... /usr/local/bin/msgfmt checking for msgmerge... /usr/local/bin/msgmerge checking for xgettext... /usr/local/bin/xgettext checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for catalogs to be installed... am az bg ca cs da de el en_CA en_= GB es et fi fr ga gl hr hu it ja ko lt lv ms nb nl no pl pt pt_BR ro ru sk = sl sq sr sr@Latn sv tr uk vi zh_CN zh_TW checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PCRE... yes checking for pkg-config... /usr/local/bin/pkg-config checking for GLIB - version >=3D 2.4.0... yes (version 2.12.4) checking for GMIME... yes checking for pkg-config... (cached) /usr/local/bin/pkg-config checking for GTK+ - version >=3D 2.4.0... yes (version 2.10.6) checking for GTKSPELL... yes checking for %l and %k support in strftime... yes checking build system type... i386-portbld-freebsd4.11 checking host system type... i386-portbld-freebsd4.11 configure: creating ./config.status config.status: creating Makefile config.status: creating pan.spec config.status: creating pan.iss config.status: creating README.windows config.status: creating po/Makefile.in config.status: creating uulib/Makefile config.status: creating pan/Makefile config.status: creating pan/general/Makefile config.status: creating pan/usenet-utils/Makefile config.status: creating pan/data/Makefile config.status: creating pan/data/decode-test-cache/Makefile config.status: creating pan/tasks/Makefile config.status: creating pan/icons/Makefile config.status: creating pan/data-impl/Makefile config.status: creating pan/gui/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing intltool commands config.status: executing default-1 commands Configuration: Source code location: . Compiler: c++ With GtkSpell: yes =3D=3D=3D> Building for pan-0.117 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/news/pan/work/pan-0.117' Making all in po gmake[2]: Entering directory `/work/a/ports/news/pan/work/pan-0.117/po' file=3D`echo am | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file am.po file=3D`echo az | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file az.po file=3D`echo bg | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file bg.po file=3D`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po file=3D`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=3D`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=3D`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=3D`echo el | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file el.po file=3D`echo en_CA | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_CA.po file=3D`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_GB.po file=3D`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=3D`echo et | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file et.po file=3D`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=3D`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=3D`echo ga | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ga.po file=3D`echo gl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file gl.po file=3D`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hr.po file=3D`echo hu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hu.po file=3D`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file it.po file=3D`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ja.po file=3D`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ko.po file=3D`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=3D`echo lv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lv.po file=3D`echo ms | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ms.po file=3D`echo nb | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nb.po file=3D`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=3D`echo no | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file no.po file=3D`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=3D`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt.po file=3D`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=3D`echo ro | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ro.po file=3D`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po file=3D`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sk.po file=3D`echo sl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sl.po file=3D`echo sq | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sq.po file=3D`echo sr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sr.po file=3D`echo sr@Latn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sr@Latn.po file=3D`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=3D`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=3D`echo uk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file uk.po file=3D`echo vi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file vi.po file=3D`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po file=3D`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_TW.po gmake[2]: Leaving directory `/work/a/ports/news/pan/work/pan-0.117/po' Making all in uulib gmake[2]: Entering directory `/work/a/ports/news/pan/work/pan-0.117/uulib' source=3D'uulib.c' object=3D'uulib.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_THREAD_SAFE -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -DPROTOTYPES -I/usr/local/inc= lude -D_THREAD_SAFE -O -pipe -c uulib.c source=3D'uucheck.c' object=3D'uucheck.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_THREAD_SAFE -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -DPROTOTYPES -I/usr/local/inc= lude -D_THREAD_SAFE -O -pipe -c uucheck.c source=3D'uunconc.c' object=3D'uunconc.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_THREAD_SAFE -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -DPROTOTYPES -I/usr/local/inc= lude -D_THREAD_SAFE -O -pipe -c uunconc.c source=3D'uuutil.c' object=3D'uuutil.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_THREAD_SAFE -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -DPROTOTYPES -I/usr/local/inc= lude -D_THREAD_SAFE -O -pipe -c uuutil.c source=3D'uuencode.c' object=3D'uuencode.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_THREAD_SAFE -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -DPROTOTYPES -I/usr/local/inc= lude -D_THREAD_SAFE -O -pipe -c uuencode.c source=3D'uuscan.c' object=3D'uuscan.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_THREAD_SAFE -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -DPROTOTYPES -I/usr/local/inc= lude -D_THREAD_SAFE -O -pipe -c uuscan.c source=3D'uustring.c' object=3D'uustring.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_THREAD_SAFE -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -DPROTOTYPES -I/usr/local/inc= lude -D_THREAD_SAFE -O -pipe -c uustring.c source=3D'fptools.c' object=3D'fptools.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_THREAD_SAFE -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -DPROTOTYPES -I/usr/local/inc= lude -D_THREAD_SAFE -O -pipe -c fptools.c fptools.c: In function `_FP_fgets': fptools.c:456: syntax error before `const' fptools.c:458: `pch' undeclared (first use in this function) fptools.c:458: (Each undeclared identifier is reported only once fptools.c:458: for each function it appears in.) fptools.c:465: `len' undeclared (first use in this function) gmake[2]: *** [fptools.o] Error 1 gmake[2]: Leaving directory `/work/a/ports/news/pan/work/pan-0.117/uulib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/news/pan/work/pan-0.117' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/news/pan. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/news/pan ended at Sat Nov 4 15:52:55 GMT 2006 ----- End forwarded message ----- --RNRUMt0ZF5Yaq/Aq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFTPCCWry0BWjoQKURAnWrAKDsePa6zki+Wl9yOSC4/c/6CduMlQCePbN2 ZkmA8pfMt2F1PdYuYt/5lh8= =eMbD -----END PGP SIGNATURE----- --RNRUMt0ZF5Yaq/Aq-- From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 19:58:00 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29B2916A40F for ; Sat, 4 Nov 2006 19:58:00 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7AF043D4C for ; Sat, 4 Nov 2006 19:57:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 828071A4D87 for ; Sat, 4 Nov 2006 11:57:59 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9E351515D8; Sat, 4 Nov 2006 14:57:52 -0500 (EST) Date: Sat, 4 Nov 2006 14:57:52 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20061104195752.GO70239@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xexMVKTdXPhpRiVT" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@FreeBSD.org: pulseaudio-0.9.3 failed on i386 4] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 19:58:00 -0000 --xexMVKTdXPhpRiVT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Sat, 4 Nov 2006 11:38:18 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: pulseaudio-0.9.3 failed on i386 4 X-UIDL: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Extracting for pulseaudio-0.9.3 =3D> MD5 Checksum OK for pulseaudio-0.9.3.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Patching for pulseaudio-0.9.3 =3D=3D=3D> Applying FreeBSD patches for pulseaudio-0.9.3 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg XFree86-libraries-4.5.0.tgz avahi-0.6.14.tgz dbus-0.94_1.tgz dbus-g= lib-0.72.tgz expat-2.0.0_1.tgz fftw3-3.1.2.tgz flac-1.1.2_1.tgz fontconfig-= 2.3.2_6,1.tgz freetype2-2.2.1_1.tgz gdbm-1.8.3_3.tgz gettext-0.14.5_2.tgz g= lib-2.12.4.tgz gmake-3.81_1.tgz gnome_subr-1.0.tgz ldconfig_compat-1.0_8.tg= z libdaemon-0.10_1.tgz libgnugetopt-1.2_1.tgz libiconv-1.9.2_2.tgz libltdl-= 1.5.22.tgz libogg-1.1.3,3.tgz liboil-0.3.9_1.tgz libsamplerate-0.1.2_2.tgz = libsndfile-1.0.17.tgz libxml2-2.6.26.tgz pkg-config-0.21.tgz rc_subr-1.31_1= .tgz adding dependencies pkg_add XFree86-libraries-4.5.0.tgz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add avahi-0.6.14.tgz messagebus:*:556: You already have a group "messagebus", so I will use it. messagebus:*:556:556::0:0:D-BUS Daemon User:/nonexistent:/sbin/nologin You already have a user "messagebus", so I will use it. Added group "avahi". Added user "avahi". pkg_add dbus-0.94_1.tgz skipping dbus-0.94_1, already added pkg_add dbus-glib-0.72.tgz skipping dbus-glib-0.72, already added pkg_add expat-2.0.0_1.tgz skipping expat-2.0.0_1, already added pkg_add fftw3-3.1.2.tgz pkg_add flac-1.1.2_1.tgz pkg_add fontconfig-2.3.2_6,1.tgz skipping fontconfig-2.3.2_6,1, already added pkg_add freetype2-2.2.1_1.tgz skipping freetype2-2.2.1_1, already added pkg_add gdbm-1.8.3_3.tgz skipping gdbm-1.8.3_3, already added pkg_add gettext-0.14.5_2.tgz skipping gettext-0.14.5_2, already added pkg_add glib-2.12.4.tgz skipping glib-2.12.4, already added pkg_add gmake-3.81_1.tgz pkg_add gnome_subr-1.0.tgz skipping gnome_subr-1.0, already added pkg_add ldconfig_compat-1.0_8.tgz skipping ldconfig_compat-1.0_8, already added pkg_add libdaemon-0.10_1.tgz skipping libdaemon-0.10_1, already added pkg_add libgnugetopt-1.2_1.tgz skipping libgnugetopt-1.2_1, already added pkg_add libiconv-1.9.2_2.tgz skipping libiconv-1.9.2_2, already added pkg_add libltdl-1.5.22.tgz pkg_add libogg-1.1.3,3.tgz skipping libogg-1.1.3,3, already added pkg_add liboil-0.3.9_1.tgz pkg_add libsamplerate-0.1.2_2.tgz pkg_add libsndfile-1.0.17.tgz skipping libsndfile-1.0.17, already added pkg_add libxml2-2.6.26.tgz skipping libxml2-2.6.26, already added pkg_add pkg-config-0.21.tgz skipping pkg-config-0.21, already added pkg_add rc_subr-1.31_1.tgz skipping rc_subr-1.31_1, already added =3D=3D=3D> pulseaudio-0.9.3 depends on executable in : gmake - found =3D=3D=3D> pulseaudio-0.9.3 depends on executable in : pkg-config - found =3D=3D=3D> pulseaudio-0.9.3 depends on shared library: samplerate.1 - fou= nd =3D=3D=3D> pulseaudio-0.9.3 depends on shared library: oil-0.3.1 - found =3D=3D=3D> pulseaudio-0.9.3 depends on shared library: avahi-core.4 - fou= nd =3D=3D=3D> pulseaudio-0.9.3 depends on shared library: gnugetopt.1 - found =3D=3D=3D> pulseaudio-0.9.3 depends on shared library: ltdl.4 - found =3D=3D=3D> pulseaudio-0.9.3 depends on shared library: glib-2.0.0 - found =3D=3D=3D> pulseaudio-0.9.3 depends on shared library: X11.6 - found =3D=3D=3D> Configuring for pulseaudio-0.9.3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether cc needs -traditional... no checking for m4... /usr/bin/m4 checking whether cc accepts -std=3Dgnu99... no checking whether cc accepts -Wall... yes checking whether cc accepts -W... yes checking whether cc accepts -Wextra... no checking whether cc accepts -pedantic... yes checking whether cc accepts -pipe... yes checking whether cc accepts -Wformat... yes checking whether cc accepts -Wold-style-definition... no checking whether cc accepts -Wdeclaration-after-statement... no checking whether cc accepts -Wfloat-equal... no checking whether cc accepts -Wmissing-declarations... yes checking whether cc accepts -Wmissing-prototypes... yes checking whether cc accepts -Wstrict-prototypes... yes checking whether cc accepts -Wredundant-decls... yes checking whether cc accepts -Wmissing-noreturn... yes checking whether cc accepts -Wshadow... yes checking whether cc accepts -Wendif-labels... no checking whether cc accepts -Wpointer-arith... yes checking whether cc accepts -Wcast-align... yes checking whether cc accepts -Wwrite-strings... yes checking whether cc accepts -Winline... yes checking whether cc accepts -Wno-unused-parameter... no checking for lt_dlinit in -lltdl... yes checking build system type... i386-portbld-freebsd4.11 checking host system type... i386-portbld-freebsd4.11 checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by cc... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/libexec/elf/ld) supports shared librar= ies... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... no checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking for ANSI C header files... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking netinet/ip.h usability... no checking netinet/ip.h presence... yes configure: WARNING: netinet/ip.h: present but cannot be compiled configure: WARNING: netinet/ip.h: check for missing prerequisite header= s? configure: WARNING: netinet/ip.h: see the Autoconf documentation configure: WARNING: netinet/ip.h: section "Present But Cannot Be Compil= ed" configure: WARNING: netinet/ip.h: proceeding with the preprocessor's result configure: WARNING: netinet/ip.h: in the future, the compiler will take pre= cedence configure: WARNING: ## ------------------------------------------------= -- ## configure: WARNING: ## Report this to mzcbylcnhqvb (at) 0pointer (dot) = de ## configure: WARNING: ## ------------------------------------------------= -- ## checking for netinet/ip.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking linux/input.h usability... no checking linux/input.h presence... no checking for linux/input.h... no checking sys/prctl.h usability... no checking sys/prctl.h presence... no checking for sys/prctl.h... no checking sys/filio.h usability... yes checking sys/filio.h presence... yes checking for sys/filio.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking ws2tcpip.h usability... no checking ws2tcpip.h presence... no checking for ws2tcpip.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for an ANSI C-conforming const... yes checking whether byte ordering is bigendian... no checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for off_t... yes checking return type of signal handlers... void checking for uid_t in sys/types.h... yes checking for SIGXCPU in signal.h... yes checking for INADDR_NONE in netinet/in.h... no checking for INADDR_NONE in winsock2.h... no checking for library containing pow... none required checking for library containing sched_setscheduler... none required checking for library containing dlopen... none required checking for library containing connect... none required checking for getopt_long... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking type of array argument to getgroups... gid_t checking for getgroups... yes checking for working getgroups... yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking for chmod... yes checking for chown... yes checking for getaddrinfo... yes checking for getgrgid_r... no checking for getpwuid_r... no checking for gettimeofday... yes checking for getuid... yes checking for inet_ntop... yes checking for inet_pton... yes checking for nanosleep... yes checking for pipe... yes checking for setpgid... yes checking for setsid... yes checking for sigaction... yes checking for sleep... yes checking for mkfifo... yes checking for readlink... yes checking for ctime_r... yes checking for usleep... yes checking for strerror_r... yes checking for lstat... yes checking for setresuid... yes checking for setresgid... yes checking for setreuid... yes checking for setregid... yes checking for seteuid... yes checking for setegid... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... -D_THREAD_SAFE checking if pthread_yield is available... yes checking for cc_r... cc checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for open64... no checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for shared library run path origin... ./config.rpath: Can't open .= /config.rpath: No such file or directory done checking for iconv... yes checking how to link with libiconv... -liconv checking for iconv declaration...=20 extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inby= tesleft, char * *outbuf, size_t *outbytesleft); checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for library containing cap_init... no checking sys/capability.h usability... no checking sys/capability.h presence... no checking for sys/capability.h... no checking for pkg-config... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBSAMPLERATE... yes checking for LIBSNDFILE... yes checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking for ASOUNDLIB... gnome-config: not found checking sys/audio.h usability... no checking sys/audio.h presence... no checking for sys/audio.h... no checking for GLIB20... yes checking for AVAHI... yes checking for LIBOIL... yes checking for JACK... gnome-config: not found checking for LIBASYNCNS... gnome-config: not found checking for tcpwrap library and headers... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating libpulse.pc config.status: creating libpulse-simple.pc config.status: creating libpulse-browse.pc config.status: creating libpulse-mainloop-glib.pc config.status: creating doxygen/Makefile config.status: creating doxygen/doxygen.conf config.status: creating src/pulse/version.h config.status: creating config.h config.status: executing depfiles commands =3D=3D=3D configuring in libltdl (/work/a/ports/audio/pulseaudio/work/pulse= audio-0.9.3/libltdl) configure: running /bin/sh ./configure --prefix=3D/usr/local '--disable-li= rc' '--enable-avahi' '--x-libraries=3D/usr/X11R6/lib' '--x-includes=3D/usr/= X11R6/include' '--build=3Di386-portbld-freebsd4.11' 'build_alias=3Di386-por= tbld-freebsd4.11' 'CC=3Dcc' 'CFLAGS=3D-O -pipe ' 'LDFLAGS=3D -L/usr/local/l= ib -lgnugetopt' 'CPPFLAGS=3D-I/usr/local/include' 'CXX=3Dc++' 'CXXFLAGS=3D = -O -pipe ' '--enable-ltdl-install=3Dno' --cache-file=3D/dev/null --srcdir= =3D. checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... none checking for an ANSI C-conforming const... yes checking for inline... inline checking build system type... i386-portbld-freebsd4.11 checking host system type... i386-portbld-freebsd4.11 checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by cc... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... none checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/libexec/elf/ld) supports shared librar= ies... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... no checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking which extension is used for loadable modules... .so checking which variable specifies run-time library path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for objdir... .libs checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen in -ldl... no checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... unknown checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for error_t... no checking for argz_append... no checking for argz_create_sep... no checking for argz_insert... no checking for argz_next... no checking for argz_stringify... no checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for unistd.h... (cached) yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for string.h... (cached) yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for strcmp... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands ---{ pulseaudio 0.9.3 }--- prefix: /usr/local sysconfdir: ${prefix}/etc localstatedir: ${prefix}/var System Runtime Path: ${prefix}/var/run/pulse Compiler: cc CFLAGS: -O -pipe -Wall -W -pedantic -pipe -Wformat -Wm= issing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-de= cls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-string= s -Winline Have X11: yes Enable OSS: yes Enable Alsa: no Enable Solaris: no Enable Glib 2.0: yes Enable Avahi: yes Enable Jack: no Enable Async DNS: no Enable LIRC: no Enable TCP Wrappers: yes System User: pulse System Group: pulse Realtime Group: realtime Access Group: pulse-access =3D=3D=3D> Building for pulseaudio-0.9.3 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/audio/pulseaudio/work/pulseaudi= o-0.9.3' Making all in libltdl gmake[2]: Entering directory `/work/a/ports/audio/pulseaudio/work/pulseaudi= o-0.9.3/libltdl' gmake all-am gmake[3]: Entering directory `/work/a/ports/audio/pulseaudio/work/pulseaudi= o-0.9.3/libltdl' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/work/a/ports/audio/pulseaudio/work/pulseaudio= -0.9.3/libltdl' gmake[2]: Leaving directory `/work/a/ports/audio/pulseaudio/work/pulseaudio= -0.9.3/libltdl' Making all in src gmake[2]: Entering directory `/work/a/ports/audio/pulseaudio/work/pulseaudi= o-0.9.3/src' gmake all-am gmake[3]: Entering directory `/work/a/ports/audio/pulseaudio/work/pulseaudi= o-0.9.3/src' source=3D'pulse/channelmap.c' object=3D'libpulse_la-channelmap.lo' libtool= =3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-channelmap.lo `test -f 'pulse/channelmap.c' || e= cho './'`pulse/channelmap.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/channelmap.c -Wp,-MD,.deps/libpulse= _la-channelmap.TPlo -fPIC -DPIC -o .libs/libpulse_la-channelmap.o In file included from pulse/channelmap.c:26: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/xmalloc.h:28, from pulse/channelmap.c:31: /usr/include/assert.h:64: warning: redundant redeclaration of `__assert' in= same scope /usr/include/assert.h:64: warning: previous declaration of `__assert' In file included from pulse/channelmap.c:31: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' pulse/channelmap.c:37: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:39: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:40: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:41: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:43: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:44: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:45: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:47: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:49: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:50: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:52: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:53: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:55: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:56: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:57: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:58: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:59: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:60: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:61: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:62: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:63: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:64: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:65: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:66: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:67: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:68: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:69: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:70: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:72: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:74: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:75: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:76: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:78: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:79: warning: ANSI C forbids specifying element to initia= lize pulse/channelmap.c:80: warning: ANSI C forbids specifying element to initia= lize cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/channelmap.c -Wp,-MD,.deps/libpulse= _la-channelmap.TPlo -o libpulse_la-channelmap.o >/dev/null 2>&1 source=3D'pulse/client-conf.c' object=3D'libpulse_la-client-conf.lo' libtoo= l=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-client-conf.lo `test -f 'pulse/client-conf.c' ||= echo './'`pulse/client-conf.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/client-conf.c -Wp,-MD,.deps/libpuls= e_la-client-conf.TPlo -fPIC -DPIC -o .libs/libpulse_la-client-conf.o In file included from pulse/client-conf.c:26: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/xmalloc.h:28, from pulse/client-conf.c:33: /usr/include/assert.h:64: warning: redundant redeclaration of `__assert' in= same scope /usr/include/assert.h:64: warning: previous declaration of `__assert' In file included from pulse/client-conf.c:33: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' pulse/client-conf.c:59: warning: ANSI C forbids specifying structure member= to initialize pulse/client-conf.c:60: warning: ANSI C forbids specifying structure member= to initialize pulse/client-conf.c:61: warning: ANSI C forbids specifying structure member= to initialize pulse/client-conf.c:62: warning: ANSI C forbids specifying structure member= to initialize pulse/client-conf.c:63: warning: ANSI C forbids specifying structure member= to initialize pulse/client-conf.c:64: warning: ANSI C forbids specifying structure member= to initialize pulse/client-conf.c:65: warning: ANSI C forbids specifying structure member= to initialize pulse/client-conf.c:66: warning: ANSI C forbids specifying structure member= to initialize pulse/client-conf.c:67: warning: missing initializer pulse/client-conf.c:67: warning: (near initialization for `default_conf.coo= kie') cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/client-conf.c -Wp,-MD,.deps/libpuls= e_la-client-conf.TPlo -o libpulse_la-client-conf.o >/dev/null 2>&1 source=3D'pulse/context.c' object=3D'libpulse_la-context.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-context.lo `test -f 'pulse/context.c' || echo '.= /'`pulse/context.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/context.c -Wp,-MD,.deps/libpulse_la= -context.TPlo -fPIC -DPIC -o .libs/libpulse_la-context.o In file included from pulse/context.c:28: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/xmalloc.h:28, from pulse/context.c:55: /usr/include/assert.h:64: warning: redundant redeclaration of `__assert' in= same scope /usr/include/assert.h:64: warning: previous declaration of `__assert' In file included from pulse/context.c:55: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' pulse/context.c:81: warning: ANSI C forbids specifying element to initialize pulse/context.c:82: warning: ANSI C forbids specifying element to initialize pulse/context.c:83: warning: ANSI C forbids specifying element to initialize pulse/context.c:84: warning: ANSI C forbids specifying element to initialize pulse/context.c:85: warning: ANSI C forbids specifying element to initialize pulse/context.c:86: warning: ANSI C forbids specifying element to initialize cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/context.c -Wp,-MD,.deps/libpulse_la= -context.TPlo -o libpulse_la-context.o >/dev/null 2>&1 source=3D'pulse/error.c' object=3D'libpulse_la-error.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-error.lo `test -f 'pulse/error.c' || echo './'`p= ulse/error.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/error.c -Wp,-MD,.deps/libpulse_la-e= rror.TPlo -fPIC -DPIC -o .libs/libpulse_la-error.o In file included from pulse/error.c:28: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/error.c:31: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' pulse/error.c: In function `pa_strerror': pulse/error.c:41: warning: ANSI C forbids specifying element to initialize pulse/error.c:42: warning: ANSI C forbids specifying element to initialize pulse/error.c:43: warning: ANSI C forbids specifying element to initialize pulse/error.c:44: warning: ANSI C forbids specifying element to initialize pulse/error.c:45: warning: ANSI C forbids specifying element to initialize pulse/error.c:46: warning: ANSI C forbids specifying element to initialize pulse/error.c:47: warning: ANSI C forbids specifying element to initialize pulse/error.c:48: warning: ANSI C forbids specifying element to initialize pulse/error.c:49: warning: ANSI C forbids specifying element to initialize pulse/error.c:50: warning: ANSI C forbids specifying element to initialize pulse/error.c:51: warning: ANSI C forbids specifying element to initialize pulse/error.c:52: warning: ANSI C forbids specifying element to initialize pulse/error.c:53: warning: ANSI C forbids specifying element to initialize pulse/error.c:54: warning: ANSI C forbids specifying element to initialize pulse/error.c:55: warning: ANSI C forbids specifying element to initialize pulse/error.c:56: warning: ANSI C forbids specifying element to initialize pulse/error.c:57: warning: ANSI C forbids specifying element to initialize pulse/error.c:58: warning: ANSI C forbids specifying element to initialize pulse/error.c:59: warning: ANSI C forbids specifying element to initialize cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/error.c -Wp,-MD,.deps/libpulse_la-e= rror.TPlo -o libpulse_la-error.o >/dev/null 2>&1 source=3D'pulse/introspect.c' object=3D'libpulse_la-introspect.lo' libtool= =3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-introspect.lo `test -f 'pulse/introspect.c' || e= cho './'`pulse/introspect.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/introspect.c -Wp,-MD,.deps/libpulse= _la-introspect.TPlo -fPIC -DPIC -o .libs/libpulse_la-introspect.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/introspect.c -Wp,-MD,.deps/libpulse= _la-introspect.TPlo -o libpulse_la-introspect.o >/dev/null 2>&1 source=3D'pulse/mainloop.c' object=3D'libpulse_la-mainloop.lo' libtool=3Dye= s \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-mainloop.lo `test -f 'pulse/mainloop.c' || echo = './'`pulse/mainloop.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/mainloop.c -Wp,-MD,.deps/libpulse_l= a-mainloop.TPlo -fPIC -DPIC -o .libs/libpulse_la-mainloop.o In file included from pulse/mainloop.c:29: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/xmalloc.h:28, from pulse/mainloop.c:49: /usr/include/assert.h:64: warning: redundant redeclaration of `__assert' in= same scope /usr/include/assert.h:64: warning: previous declaration of `__assert' In file included from pulse/mainloop.c:49: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' pulse/mainloop.c:316: warning: ANSI C forbids specifying structure member t= o initialize pulse/mainloop.c:318: warning: ANSI C forbids specifying structure member t= o initialize pulse/mainloop.c:319: warning: ANSI C forbids specifying structure member t= o initialize pulse/mainloop.c:320: warning: ANSI C forbids specifying structure member t= o initialize pulse/mainloop.c:321: warning: ANSI C forbids specifying structure member t= o initialize pulse/mainloop.c:323: warning: ANSI C forbids specifying structure member t= o initialize pulse/mainloop.c:324: warning: ANSI C forbids specifying structure member t= o initialize pulse/mainloop.c:325: warning: ANSI C forbids specifying structure member t= o initialize pulse/mainloop.c:326: warning: ANSI C forbids specifying structure member t= o initialize pulse/mainloop.c:328: warning: ANSI C forbids specifying structure member t= o initialize pulse/mainloop.c:329: warning: ANSI C forbids specifying structure member t= o initialize pulse/mainloop.c:330: warning: ANSI C forbids specifying structure member t= o initialize pulse/mainloop.c:331: warning: ANSI C forbids specifying structure member t= o initialize pulse/mainloop.c:333: warning: ANSI C forbids specifying structure member t= o initialize cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/mainloop.c -Wp,-MD,.deps/libpulse_l= a-mainloop.TPlo -o libpulse_la-mainloop.o >/dev/null 2>&1 source=3D'pulse/mainloop-api.c' object=3D'libpulse_la-mainloop-api.lo' libt= ool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-mainloop-api.lo `test -f 'pulse/mainloop-api.c' = || echo './'`pulse/mainloop-api.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/mainloop-api.c -Wp,-MD,.deps/libpul= se_la-mainloop-api.TPlo -fPIC -DPIC -o .libs/libpulse_la-mainloop-api.o In file included from pulse/mainloop-api.c:27: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/xmalloc.h:28, from pulse/mainloop-api.c:29: /usr/include/assert.h:64: warning: redundant redeclaration of `__assert' in= same scope /usr/include/assert.h:64: warning: previous declaration of `__assert' In file included from pulse/mainloop-api.c:29: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/mainloop-api.c -Wp,-MD,.deps/libpul= se_la-mainloop-api.TPlo -o libpulse_la-mainloop-api.o >/dev/null 2>&1 source=3D'pulse/mainloop-signal.c' object=3D'libpulse_la-mainloop-signal.lo= ' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-mainloop-signal.lo `test -f 'pulse/mainloop-sign= al.c' || echo './'`pulse/mainloop-signal.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/mainloop-signal.c -Wp,-MD,.deps/lib= pulse_la-mainloop-signal.TPlo -fPIC -DPIC -o .libs/libpulse_la-mainloop-si= gnal.o In file included from pulse/mainloop-signal.c:30: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/xmalloc.h:28, from pulse/mainloop-signal.c:40: /usr/include/assert.h:64: warning: redundant redeclaration of `__assert' in= same scope /usr/include/assert.h:64: warning: previous declaration of `__assert' In file included from pulse/mainloop-signal.c:40: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/mainloop-signal.c -Wp,-MD,.deps/lib= pulse_la-mainloop-signal.TPlo -o libpulse_la-mainloop-signal.o >/dev/null 2= >&1 source=3D'pulse/operation.c' object=3D'libpulse_la-operation.lo' libtool=3D= yes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-operation.lo `test -f 'pulse/operation.c' || ech= o './'`pulse/operation.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/operation.c -Wp,-MD,.deps/libpulse_= la-operation.TPlo -fPIC -DPIC -o .libs/libpulse_la-operation.o In file included from pulse/xmalloc.h:26, from pulse/operation.c:28: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/xmalloc.h:28, from pulse/operation.c:28: /usr/include/assert.h:64: warning: redundant redeclaration of `__assert' in= same scope /usr/include/assert.h:64: warning: previous declaration of `__assert' In file included from pulse/operation.c:28: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/operation.c -Wp,-MD,.deps/libpulse_= la-operation.TPlo -o libpulse_la-operation.o >/dev/null 2>&1 source=3D'pulse/sample.c' object=3D'libpulse_la-sample.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-sample.lo `test -f 'pulse/sample.c' || echo './'= `pulse/sample.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/sample.c -Wp,-MD,.deps/libpulse_la-= sample.TPlo -fPIC -DPIC -o .libs/libpulse_la-sample.o pulse/sample.c: In function `pa_sample_format_to_string': pulse/sample.c:97: warning: ANSI C forbids specifying element to initialize pulse/sample.c:98: warning: ANSI C forbids specifying element to initialize pulse/sample.c:99: warning: ANSI C forbids specifying element to initialize pulse/sample.c:100: warning: ANSI C forbids specifying element to initialize pulse/sample.c:101: warning: ANSI C forbids specifying element to initialize pulse/sample.c:102: warning: ANSI C forbids specifying element to initialize pulse/sample.c:103: warning: ANSI C forbids specifying element to initialize cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/sample.c -Wp,-MD,.deps/libpulse_la-= sample.TPlo -o libpulse_la-sample.o >/dev/null 2>&1 source=3D'pulse/scache.c' object=3D'libpulse_la-scache.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-scache.lo `test -f 'pulse/scache.c' || echo './'= `pulse/scache.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/scache.c -Wp,-MD,.deps/libpulse_la-= scache.TPlo -fPIC -DPIC -o .libs/libpulse_la-scache.o In file included from pulse/scache.c:27: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/scache.c -Wp,-MD,.deps/libpulse_la-= scache.TPlo -o libpulse_la-scache.o >/dev/null 2>&1 source=3D'pulse/stream.c' object=3D'libpulse_la-stream.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-stream.lo `test -f 'pulse/stream.c' || echo './'= `pulse/stream.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/stream.c -Wp,-MD,.deps/libpulse_la-= stream.TPlo -fPIC -DPIC -o .libs/libpulse_la-stream.o In file included from pulse/xmalloc.h:26, from pulse/stream.c:33: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/xmalloc.h:28, from pulse/stream.c:33: /usr/include/assert.h:64: warning: redundant redeclaration of `__assert' in= same scope /usr/include/assert.h:64: warning: previous declaration of `__assert' In file included from pulse/stream.c:33: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/stream.c -Wp,-MD,.deps/libpulse_la-= stream.TPlo -o libpulse_la-stream.o >/dev/null 2>&1 source=3D'pulse/subscribe.c' object=3D'libpulse_la-subscribe.lo' libtool=3D= yes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-subscribe.lo `test -f 'pulse/subscribe.c' || ech= o './'`pulse/subscribe.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/subscribe.c -Wp,-MD,.deps/libpulse_= la-subscribe.TPlo -fPIC -DPIC -o .libs/libpulse_la-subscribe.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/subscribe.c -Wp,-MD,.deps/libpulse_= la-subscribe.TPlo -o libpulse_la-subscribe.o >/dev/null 2>&1 source=3D'pulse/thread-mainloop.c' object=3D'libpulse_la-thread-mainloop.lo= ' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-thread-mainloop.lo `test -f 'pulse/thread-mainlo= op.c' || echo './'`pulse/thread-mainloop.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/thread-mainloop.c -Wp,-MD,.deps/lib= pulse_la-thread-mainloop.TPlo -fPIC -DPIC -o .libs/libpulse_la-thread-main= loop.o In file included from pulse/xmalloc.h:26, from pulse/thread-mainloop.c:44: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/xmalloc.h:28, from pulse/thread-mainloop.c:44: /usr/include/assert.h:64: warning: redundant redeclaration of `__assert' in= same scope /usr/include/assert.h:64: warning: previous declaration of `__assert' In file included from pulse/thread-mainloop.c:44: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' pulse/thread-mainloop.c:72: warning: ANSI does not permit the keyword `inli= ne' cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/thread-mainloop.c -Wp,-MD,.deps/lib= pulse_la-thread-mainloop.TPlo -o libpulse_la-thread-mainloop.o >/dev/null 2= >&1 source=3D'pulse/timeval.c' object=3D'libpulse_la-timeval.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-timeval.lo `test -f 'pulse/timeval.c' || echo '.= /'`pulse/timeval.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/timeval.c -Wp,-MD,.deps/libpulse_la= -timeval.TPlo -fPIC -DPIC -o .libs/libpulse_la-timeval.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/timeval.c -Wp,-MD,.deps/libpulse_la= -timeval.TPlo -o libpulse_la-timeval.o >/dev/null 2>&1 source=3D'pulse/utf8.c' object=3D'libpulse_la-utf8.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-utf8.lo `test -f 'pulse/utf8.c' || echo './'`pul= se/utf8.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/utf8.c -Wp,-MD,.deps/libpulse_la-ut= f8.TPlo -fPIC -DPIC -o .libs/libpulse_la-utf8.o In file included from pulse/utf8.c:33: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/xmalloc.h:28, from pulse/utf8.c:42: /usr/include/assert.h:64: warning: redundant redeclaration of `__assert' in= same scope /usr/include/assert.h:64: warning: previous declaration of `__assert' In file included from pulse/utf8.c:42: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' pulse/utf8.c:46: warning: ANSI does not permit the keyword `inline' pulse/utf8.c:58: warning: ANSI does not permit the keyword `inline' pulse/utf8.c:64: warning: ANSI does not permit the keyword `inline' cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/utf8.c -Wp,-MD,.deps/libpulse_la-ut= f8.TPlo -o libpulse_la-utf8.o >/dev/null 2>&1 source=3D'pulse/util.c' object=3D'libpulse_la-util.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-util.lo `test -f 'pulse/util.c' || echo './'`pul= se/util.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/util.c -Wp,-MD,.deps/libpulse_la-ut= il.TPlo -fPIC -DPIC -o .libs/libpulse_la-util.o In file included from pulse/util.c:30: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' pulse/util.c: In function `pa_get_user_name': pulse/util.c:75: warning: unused variable `pw' pulse/util.c:72: warning: unused variable `buf' pulse/util.c: In function `pa_get_home_dir': pulse/util.c:127: warning: unused variable `pw' pulse/util.c:126: warning: unused variable `buf' cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/util.c -Wp,-MD,.deps/libpulse_la-ut= il.TPlo -o libpulse_la-util.o >/dev/null 2>&1 source=3D'pulse/volume.c' object=3D'libpulse_la-volume.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-volume.lo `test -f 'pulse/volume.c' || echo './'= `pulse/volume.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/volume.c -Wp,-MD,.deps/libpulse_la-= volume.TPlo -fPIC -DPIC -o .libs/libpulse_la-volume.o cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/volume.c -Wp,-MD,.deps/libpulse_la-= volume.TPlo -o libpulse_la-volume.o >/dev/null 2>&1 source=3D'pulse/xmalloc.c' object=3D'libpulse_la-xmalloc.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-xmalloc.lo `test -f 'pulse/xmalloc.c' || echo '.= /'`pulse/xmalloc.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/xmalloc.c -Wp,-MD,.deps/libpulse_la= -xmalloc.TPlo -fPIC -DPIC -o .libs/libpulse_la-xmalloc.o In file included from pulse/xmalloc.c:26: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/xmalloc.h:28, from pulse/xmalloc.c:35: /usr/include/assert.h:64: warning: redundant redeclaration of `__assert' in= same scope /usr/include/assert.h:64: warning: previous declaration of `__assert' In file included from pulse/xmalloc.c:35: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulse/xmalloc.c -Wp,-MD,.deps/libpulse_la= -xmalloc.TPlo -o libpulse_la-xmalloc.o >/dev/null 2>&1 source=3D'pulsecore/authkey.c' object=3D'libpulse_la-authkey.lo' libtool=3D= yes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-authkey.lo `test -f 'pulsecore/authkey.c' || ech= o './'`pulsecore/authkey.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulsecore/authkey.c -Wp,-MD,.deps/libpuls= e_la-authkey.TPlo -fPIC -DPIC -o .libs/libpulse_la-authkey.o In file included from pulsecore/authkey.c:33: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulsecore/authkey.c -Wp,-MD,.deps/libpuls= e_la-authkey.TPlo -o libpulse_la-authkey.o >/dev/null 2>&1 source=3D'pulsecore/conf-parser.c' object=3D'libpulse_la-conf-parser.lo' li= btool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-conf-parser.lo `test -f 'pulsecore/conf-parser.c= ' || echo './'`pulsecore/conf-parser.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulsecore/conf-parser.c -Wp,-MD,.deps/lib= pulse_la-conf-parser.TPlo -fPIC -DPIC -o .libs/libpulse_la-conf-parser.o In file included from pulse/xmalloc.h:26, from pulsecore/conf-parser.c:31: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/xmalloc.h:28, from pulsecore/conf-parser.c:31: /usr/include/assert.h:64: warning: redundant redeclaration of `__assert' in= same scope /usr/include/assert.h:64: warning: previous declaration of `__assert' In file included from pulsecore/conf-parser.c:31: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulsecore/conf-parser.c -Wp,-MD,.deps/lib= pulse_la-conf-parser.TPlo -o libpulse_la-conf-parser.o >/dev/null 2>&1 source=3D'pulsecore/core-util.c' object=3D'libpulse_la-core-util.lo' libtoo= l=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -I../src -D_THREAD_SAFE -pthread -D_POSIX_PTHRE= AD_SEMANTICS -I/usr/local/include -I/usr/local/include -DPA_DLSEARCHPA= TH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=3D\"/usr= /local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_= RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" '-DDEBUG_TRAP=3D__asm__("int $3= ")' -I/usr/X11R6/include -O -pipe -Wall -W -pedantic -pipe -Wformat -Wmis= sing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decl= s -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings = -Winline -c -o libpulse_la-core-util.lo `test -f 'pulsecore/core-util.c' ||= echo './'`pulsecore/core-util.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src -D_THREAD_SA= FE -pthread -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/in= clude -DPA_DLSEARCHPATH=3D\"/usr/local/lib/pulse-0.9/modules/\" -DPA_DEFAUL= T_CONFIG_DIR=3D\"/usr/local/etc/pulse\" -DPA_BINARY=3D\"/usr/local/bin/puls= eaudio\" -DPA_SYSTEM_RUNTIME_PATH=3D\"/usr/local/var/run/pulse\" "-DDEBUG_T= RAP=3D__asm__(\"int \$3\")" -I/usr/X11R6/include -O -pipe -Wall -W -pedanti= c -pipe -Wformat -Wmissing-declarations -Wmissing-prototypes -Wstrict-proto= types -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-= align -Wwrite-strings -Winline -c pulsecore/core-util.c -Wp,-MD,.deps/libpu= lse_la-core-util.TPlo -fPIC -DPIC -o .libs/libpulse_la-core-util.o In file included from pulsecore/core-util.c:27: /usr/include/stdlib.h:111: warning: ANSI C does not support `long long' /usr/include/stdlib.h:117: warning: ANSI C does not support `long long' In file included from pulse/xmalloc.h:28, from pulsecore/core-util.c:72: /usr/include/assert.h:64: warning: redundant redeclaration of `__assert' in= same scope /usr/include/assert.h:64: warning: previous declaration of `__assert' In file included from pulsecore/core-util.c:72: pulse/xmalloc.h:59: warning: ANSI does not permit the keyword `inline' pulse/xmalloc.h:68: warning: ANSI does not permit the keyword `inline' pulsecore/core-util.c: In function `pa_read': pulsecore/core-util.c:234: warning: unused parameter `type' pulsecore/core-util.c: In function `pa_write': pulsecore/core-util.c:264: warning: implicit declaration of function `send' pulsecore/core-util.c: In function `pa_vsprintf_malloc': pulsecore/core-util.c:428: warning: implicit declaration of function `va_co= py' pulsecore/core-util.c:426: warning: `aq' might be used uninitialized in thi= s function pulsecore/core-util.c: In function `is_group': pulsecore/core-util.c:617: warning: unused variable `data' pulsecore/core-util.c:616: warning: unused variable `n' pulsecore/core-util.c:615: warning: unused variable `group' pulsecore/core-util.c: In function `pa_uid_in_group': pulsecore/core-util.c:699: `_SC_GETGR_R_SIZE_MAX' undeclared (first use in = this function) pulsecore/core-util.c:699: (Each undeclared identifier is reported only once pulsecore/core-util.c:699: for each function it appears in.) pulsecore/core-util.c:702: `_SC_GETPW_R_SIZE_MAX' undeclared (first use in = this function) pulsecore/core-util.c:705: warning: implicit declaration of function `getgr= nam_r' pulsecore/core-util.c:712: warning: implicit declaration of function `getpw= nam_r' pulsecore/core-util.c: In function `pa_get_gid_of_group': pulsecore/core-util.c:735: `_SC_GETGR_R_SIZE_MAX' undeclared (first use in = this function) pulsecore/core-util.c: In function `pa_lock_fd': pulsecore/core-util.c:787: warning: declaration of `flock' shadows global d= eclaration pulsecore/core-util.c: In function `pa_open_config_file': pulsecore/core-util.c:915: warning: `fn' might be used uninitialized in thi= s function gmake[3]: *** [libpulse_la-core-util.lo] Error 1 gmake[3]: Leaving directory `/work/a/ports/audio/pulseaudio/work/pulseaudio= -0.9.3/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/work/a/ports/audio/pulseaudio/work/pulseaudio= -0.9.3/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/audio/pulseaudio/work/pulseaudio= -0.9.3' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/audio/pulseaudio. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/audio/pulseaudio ended at Sat Nov 4 11:38:14 GMT 2006 ----- End forwarded message ----- --xexMVKTdXPhpRiVT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFTPDAWry0BWjoQKURAuBqAJ0XzaMluIo+doxy0KKza/015YLdNQCeIa+0 RE32jfuhOve0wJrKILpv0wE= =EEwp -----END PGP SIGNATURE----- --xexMVKTdXPhpRiVT-- From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 20:00:02 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A742E16A412 for ; Sat, 4 Nov 2006 20:00:02 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D877A43D6D for ; Sat, 4 Nov 2006 19:59:40 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 2B15A1A4D87 for ; Sat, 4 Nov 2006 11:59:40 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2037051364; Sat, 4 Nov 2006 14:59:33 -0500 (EST) Date: Sat, 4 Nov 2006 14:59:32 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20061104195932.GR70239@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JB7KW7Ey7eB5HOHs" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@FreeBSD.org: gimp-2.3.9_2,1 failed on i386 4] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 20:00:02 -0000 --JB7KW7Ey7eB5HOHs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Sat, 4 Nov 2006 18:25:37 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: gimp-2.3.9_2,1 failed on i386 4 X-UIDL: %C]"!&a!#!!96"!P_1!! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.3 gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/script-fu' Making all in siod gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/script-fu/siod' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/local/include= /glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/= local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEA= D_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT regex.o -MD -MP -MF ".deps= /regex.Tpo" -c -o regex.o regex.c; \ then mv -f ".deps/regex.Tpo" ".deps/regex.Po"; else rm -f ".deps/regex.Tpo= "; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/local/include= /glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/= local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEA= D_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT slib.o -MD -MP -MF ".deps/= slib.Tpo" -c -o slib.o slib.c; \ then mv -f ".deps/slib.Tpo" ".deps/slib.Po"; else rm -f ".deps/slib.Tpo"; = exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/local/include= /glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/= local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEA= D_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT sliba.o -MD -MP -MF ".deps= /sliba.Tpo" -c -o sliba.o sliba.c; \ then mv -f ".deps/sliba.Tpo" ".deps/sliba.Po"; else rm -f ".deps/sliba.Tpo= "; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/local/include= /glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/= local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEA= D_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT trace.o -MD -MP -MF ".deps= /trace.Tpo" -c -o trace.o trace.c; \ then mv -f ".deps/trace.Tpo" ".deps/trace.Po"; else rm -f ".deps/trace.Tpo= "; exit 1; fi rm -f libsiod.a ar cru libsiod.a regex.o slib.o sliba.o trace.o=20 ranlib libsiod.a gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/script-fu/siod' Making all in scripts gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/script-fu/scripts' Making all in images gmake[5]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/script-fu/scripts/images' gmake[5]: Nothing to be done for `all'. gmake[5]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/script-fu/scripts/images' gmake[5]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/script-fu/scripts' gmake[5]: Nothing to be done for `all-am'. gmake[5]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/script-fu/scripts' gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/script-fu/scripts' gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/script-fu' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT script-fu.o -MD -MP -MF ".deps/scri= pt-fu.Tpo" -c -o script-fu.o script-fu.c; \ then mv -f ".deps/script-fu.Tpo" ".deps/script-fu.Po"; else rm -f ".deps/s= cript-fu.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT script-fu-console.o -MD -MP -MF ".d= eps/script-fu-console.Tpo" -c -o script-fu-console.o script-fu-console.c; \ then mv -f ".deps/script-fu-console.Tpo" ".deps/script-fu-console.Po"; els= e rm -f ".deps/script-fu-console.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT script-fu-interface.o -MD -MP -MF "= .deps/script-fu-interface.Tpo" -c -o script-fu-interface.o script-fu-interf= ace.c; \ then mv -f ".deps/script-fu-interface.Tpo" ".deps/script-fu-interface.Po";= else rm -f ".deps/script-fu-interface.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT script-fu-text-console.o -MD -MP -M= F ".deps/script-fu-text-console.Tpo" -c -o script-fu-text-console.o script-= fu-text-console.c; \ then mv -f ".deps/script-fu-text-console.Tpo" ".deps/script-fu-text-consol= e.Po"; else rm -f ".deps/script-fu-text-console.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT script-fu-scripts.o -MD -MP -MF ".d= eps/script-fu-scripts.Tpo" -c -o script-fu-scripts.o script-fu-scripts.c; \ then mv -f ".deps/script-fu-scripts.Tpo" ".deps/script-fu-scripts.Po"; els= e rm -f ".deps/script-fu-scripts.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT script-fu-server.o -MD -MP -MF ".de= ps/script-fu-server.Tpo" -c -o script-fu-server.o script-fu-server.c; \ then mv -f ".deps/script-fu-server.Tpo" ".deps/script-fu-server.Po"; else = rm -f ".deps/script-fu-server.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT siod-wrapper.o -MD -MP -MF ".deps/s= iod-wrapper.Tpo" -c -o siod-wrapper.o siod-wrapper.c; \ then mv -f ".deps/siod-wrapper.Tpo" ".deps/siod-wrapper.Po"; else rm -f ".= deps/siod-wrapper.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o scr= ipt-fu script-fu.o script-fu-console.o script-fu-interface.o script-fu-tex= t-console.o script-fu-scripts.o script-fu-server.o siod-wrapper.o ../../lib= gimp/libgimpui-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libg= impconfig/libgimpconfig-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../l= ibgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpb= ase/libgimpbase-2.0.la siod/libsiod.a ../../regexrepl/libregex.a -pthread -= Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L= /usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinera= ma -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcai= ro -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0= -lgmodule-2.0 -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/script-fu script-fu.o script-fu-console.o scr= ipt-fu-interface.o script-fu-text-console.o script-fu-scripts.o script-fu-s= erver.o siod-wrapper.o -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath -= Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../../libgimp/.libs/li= bgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp/.l= ibs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgim= pwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphics/gimp-devel/work= /gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../../libgimpwidgets/.= libs/libgimpwidgets-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so .= ./../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimp/.libs/libgimp-2.0.s= o /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/lib= gimpconfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp= math/.libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/libgimpcol or/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpc= olor-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so siod/libsiod.a ../..= /regexrepl/libregex.a /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgd= k-x11-2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /= usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXc= ursor /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 = /usr/local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/loca= l/lib/libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango= -1.0.so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.= so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/l= ibiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating script-fu gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/script-fu' gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/script-fu' Making all in FractalExplorer gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/FractalExplorer' Making all in examples gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/FractalExplorer/examples' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/FractalExplorer/examples' gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/FractalExplorer' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT Dialogs.o -MD -MP -MF ".deps/Dialog= s.Tpo" -c -o Dialogs.o Dialogs.c; \ then mv -f ".deps/Dialogs.Tpo" ".deps/Dialogs.Po"; else rm -f ".deps/Dialo= gs.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT FractalExplorer.o -MD -MP -MF ".dep= s/FractalExplorer.Tpo" -c -o FractalExplorer.o FractalExplorer.c; \ then mv -f ".deps/FractalExplorer.Tpo" ".deps/FractalExplorer.Po"; else rm= -f ".deps/FractalExplorer.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o Fra= ctalExplorer Dialogs.o FractalExplorer.o ../../libgimp/libgimpui-2.0.la ..= /../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimpconfig/libgimpconfig-= 2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la = ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -= pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/loc= al/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi= -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcur= sor -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgo= bject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/FractalExplorer Dialogs.o FractalExplorer.o -= pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/us= r/local/lib -L/usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/p= orts/graphics/gimp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work= /a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwi= dgets-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodul= e/.libs/libgimpmodule-2.0.so ../../libgimpwidgets/.libs/libgimpwidgets-2.0.= so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimp/.libs/libgi= mp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.= libs/libgimpconfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9= /libgimpmath/.libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/wor= k/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/= gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgi= mpcolor/.libs/l ibgimpcolor-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgim= pbase/.libs/libgimpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/= lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk= -1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.= 0.so -lXcursor /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lI= CE -lX11 /usr/local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so = /usr/local/lib/libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib= /libpango-1.0.so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmo= dule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/lo= cal/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11= R6/lib creating FractalExplorer gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/FractalExplorer' gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/FractalExplorer' Making all in Lighting gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/Lighting' Making all in images gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/Lighting/images' ( rm -f stock-icons.list; \ for image in stock-intensity-ambient-high.png stock-intensity-amb= ient-low.png stock-intensity-diffuse-high.png stock-intensity-diffuse-low.p= ng stock-reflectivity-diffuse-high.png stock-reflectivity-diffuse-low.png s= tock-reflectivity-specular-high.png stock-reflectivity-specular-low.png sto= ck-reflectivity-highlight-high.png stock-reflectivity-highlight-low.png; do= \ echo $image | \ sed -e 's|.*/||' -e 's|-|_|g' -e 's|\.png$||' >> stock-icons.= list; \ echo " ./$image" >> stock-icons.list; \ done ) /usr/local/bin/gdk-pixbuf-csource --raw --build-list `cat stock-icons.list`= > stock-pixbufs.h gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/Lighting/images' gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/Lighting' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT lighting_apply.o -MD -MP -MF ".deps= /lighting_apply.Tpo" -c -o lighting_apply.o lighting_apply.c; \ then mv -f ".deps/lighting_apply.Tpo" ".deps/lighting_apply.Po"; else rm -= f ".deps/lighting_apply.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT lighting_image.o -MD -MP -MF ".deps= /lighting_image.Tpo" -c -o lighting_image.o lighting_image.c; \ then mv -f ".deps/lighting_image.Tpo" ".deps/lighting_image.Po"; else rm -= f ".deps/lighting_image.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT lighting_main.o -MD -MP -MF ".deps/= lighting_main.Tpo" -c -o lighting_main.o lighting_main.c; \ then mv -f ".deps/lighting_main.Tpo" ".deps/lighting_main.Po"; else rm -f = ".deps/lighting_main.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT lighting_preview.o -MD -MP -MF ".de= ps/lighting_preview.Tpo" -c -o lighting_preview.o lighting_preview.c; \ then mv -f ".deps/lighting_preview.Tpo" ".deps/lighting_preview.Po"; else = rm -f ".deps/lighting_preview.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT lighting_shade.o -MD -MP -MF ".deps= /lighting_shade.Tpo" -c -o lighting_shade.o lighting_shade.c; \ then mv -f ".deps/lighting_shade.Tpo" ".deps/lighting_shade.Po"; else rm -= f ".deps/lighting_shade.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT lighting_stock.o -MD -MP -MF ".deps= /lighting_stock.Tpo" -c -o lighting_stock.o lighting_stock.c; \ then mv -f ".deps/lighting_stock.Tpo" ".deps/lighting_stock.Po"; else rm -= f ".deps/lighting_stock.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT lighting_ui.o -MD -MP -MF ".deps/li= ghting_ui.Tpo" -c -o lighting_ui.o lighting_ui.c; \ then mv -f ".deps/lighting_ui.Tpo" ".deps/lighting_ui.Po"; else rm -f ".de= ps/lighting_ui.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o Lig= hting lighting_apply.o lighting_image.o lighting_main.o lighting_preview.o= lighting_shade.o lighting_stock.o lighting_ui.o ../../libgimp/libgimpui-2.= 0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimpconfig/libgimp= config-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-= 2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2= .0.la -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/= usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrend= er -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0= -lXcursor -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -= lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/Lighting lighting_apply.o lighting_image.o li= ghting_main.o lighting_preview.o lighting_shade.o lighting_stock.o lighting= _ui.o -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib= -L/usr/local/lib -L/usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /w= ork/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.s= o /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/li= bgimpwidgets-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgi= mpmodule/.libs/libgimpmodule-2.0.so ../../libgimpwidgets/.libs/libgimpwidge= ts-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimp/.lib= s/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpc= onfig/.libs/libgimpconfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gim= p-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-de= vel/work/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/gr= aphics/gimp-dev el/work/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor= /.libs/libgimpcolor-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../..= /libgimpbase/.libs/libgimpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr= /local/lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib= /libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangoc= airo-1.0.so -lXcursor /usr/local/lib/libcairo.so -pthread -lpng -lXrender -= lSM -lICE -lX11 /usr/local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontcon= fig.so /usr/local/lib/libexpat.so /usr/local/lib/libfreetype.so -lz /usr/lo= cal/lib/libpango-1.0.so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib= /libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so = /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/= usr/X11R6/lib creating Lighting gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/Lighting' gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/Lighting' Making all in MapObject gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/MapObject' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT arcball.o -MD -MP -MF ".deps/arcbal= l.Tpo" -c -o arcball.o arcball.c; \ then mv -f ".deps/arcball.Tpo" ".deps/arcball.Po"; else rm -f ".deps/arcba= ll.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT mapobject_apply.o -MD -MP -MF ".dep= s/mapobject_apply.Tpo" -c -o mapobject_apply.o mapobject_apply.c; \ then mv -f ".deps/mapobject_apply.Tpo" ".deps/mapobject_apply.Po"; else rm= -f ".deps/mapobject_apply.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT mapobject_image.o -MD -MP -MF ".dep= s/mapobject_image.Tpo" -c -o mapobject_image.o mapobject_image.c; \ then mv -f ".deps/mapobject_image.Tpo" ".deps/mapobject_image.Po"; else rm= -f ".deps/mapobject_image.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT mapobject_main.o -MD -MP -MF ".deps= /mapobject_main.Tpo" -c -o mapobject_main.o mapobject_main.c; \ then mv -f ".deps/mapobject_main.Tpo" ".deps/mapobject_main.Po"; else rm -= f ".deps/mapobject_main.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT mapobject_preview.o -MD -MP -MF ".d= eps/mapobject_preview.Tpo" -c -o mapobject_preview.o mapobject_preview.c; \ then mv -f ".deps/mapobject_preview.Tpo" ".deps/mapobject_preview.Po"; els= e rm -f ".deps/mapobject_preview.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT mapobject_shade.o -MD -MP -MF ".dep= s/mapobject_shade.Tpo" -c -o mapobject_shade.o mapobject_shade.c; \ then mv -f ".deps/mapobject_shade.Tpo" ".deps/mapobject_shade.Po"; else rm= -f ".deps/mapobject_shade.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT mapobject_stock.o -MD -MP -MF ".dep= s/mapobject_stock.Tpo" -c -o mapobject_stock.o mapobject_stock.c; \ then mv -f ".deps/mapobject_stock.Tpo" ".deps/mapobject_stock.Po"; else rm= -f ".deps/mapobject_stock.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT mapobject_ui.o -MD -MP -MF ".deps/m= apobject_ui.Tpo" -c -o mapobject_ui.o mapobject_ui.c; \ then mv -f ".deps/mapobject_ui.Tpo" ".deps/mapobject_ui.Po"; else rm -f ".= deps/mapobject_ui.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o Map= Object arcball.o mapobject_apply.o mapobject_image.o mapobject_main.o mapo= bject_preview.o mapobject_shade.o mapobject_stock.o mapobject_ui.o ../../li= bgimp/libgimpui-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../lib= gimpconfig/libgimpconfig-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpc= olor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../libgimp= base/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath,= /usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.= 0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.= 0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype= -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lin= tl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/MapObject arcball.o mapobject_apply.o mapobje= ct_image.o mapobject_main.o mapobject_preview.o mapobject_shade.o mapobject= _stock.o mapobject_ui.o -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath = -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../../libgimp/.libs/l= ibgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp/.= libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgi= mpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphics/gimp-devel/wor= k/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../../libgimpwidgets/= .libs/libgimpwidgets-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so = ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/g= imp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/ports/graphics/g= imp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/port= s/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.s= o /work/a/ports /graphics/gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so = ../../libgimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpmath/.libs/libgim= pmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /usr/local/lib/libg= tk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lX= ext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/l= ocal/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/libcairo.so -pthread= -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpangoft2-1.0.so /usr/X1= 1R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/local/lib/libfreet= ype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/lib/libgobject-2.0= .so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/loc= al/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib= -Wl,--rpath -Wl,/usr/X11R6/lib creating MapObject gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/MapObject' Making all in bmp gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/bmp' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT bmp.o -MD -MP -MF ".deps/bmp.Tpo" -= c -o bmp.o bmp.c; \ then mv -f ".deps/bmp.Tpo" ".deps/bmp.Po"; else rm -f ".deps/bmp.Tpo"; exi= t 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT bmpread.o -MD -MP -MF ".deps/bmprea= d.Tpo" -c -o bmpread.o bmpread.c; \ then mv -f ".deps/bmpread.Tpo" ".deps/bmpread.Po"; else rm -f ".deps/bmpre= ad.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT bmpwrite.o -MD -MP -MF ".deps/bmpwr= ite.Tpo" -c -o bmpwrite.o bmpwrite.c; \ then mv -f ".deps/bmpwrite.Tpo" ".deps/bmpwrite.Po"; else rm -f ".deps/bmp= write.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o bmp= bmp.o bmpread.o bmpwrite.o ../../libgimp/libgimpui-2.0.la ../../libgimpwi= dgets/libgimpwidgets-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../= libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimp= math/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,-= -rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr= /X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -= lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -= lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lg= module-2.0 -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/bmp bmp.o bmpread.o bmpwrite.o -pthread -Wl,-= -rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -= L/usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics= /gimp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/grap= hics/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so = /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgi= mpmodule-2.0.so ../../libgimpwidgets/.libs/libgimpwidgets-2.0.so ../../libg= impconfig/.libs/libgimpconfig-2.0.so ../../libgimp/.libs/libgimp-2.0.so /wo= rk/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpc= onfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/= .libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/= libgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/wo= rk/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs= /libgimpcolor-2 .0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/l= ibgimpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x1= 1-2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/= local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcurso= r /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr= /local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/li= b/libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0= .so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /= usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libic= onv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating bmp gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/bmp' Making all in faxg3 gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/faxg3' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/glib-= 2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/= include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE= -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT faxg3.o -MD -MP -MF ".deps/faxg3= .Tpo" -c -o faxg3.o faxg3.c; \ then mv -f ".deps/faxg3.Tpo" ".deps/faxg3.Po"; else rm -f ".deps/faxg3.Tpo= "; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/glib-= 2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/= include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE= -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT g3.o -MD -MP -MF ".deps/g3.Tpo" = -c -o g3.o g3.c; \ then mv -f ".deps/g3.Tpo" ".deps/g3.Po"; else rm -f ".deps/g3.Tpo"; exit 1= ; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/glib-= 2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/= include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE= -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT run_tbl.o -MD -MP -MF ".deps/run= _tbl.Tpo" -c -o run_tbl.o run_tbl.c; \ then mv -f ".deps/run_tbl.Tpo" ".deps/run_tbl.Po"; else rm -f ".deps/run_t= bl.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o fax= g3 faxg3.o g3.o run_tbl.o ../../libgimp/libgimp-2.0.la ../../libgimpcolor/= libgimpcolor-2.0.la ../../libgimpbase/libgimpbase-2.0.la ../../libgimpmath/= libgimpmath-2.0.la -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -liconv -li= ntl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/faxg3 faxg3.o g3.o run_tbl.o -L/usr/local/li= b -L/usr/X11R6/lib ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphic= s/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work= /a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-= 2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs= /libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libg= impbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.= so ../../libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpmath/.libs/libgi= mpmath-2.0.so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2= .0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,= /usr/local/lib creating faxg3 gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/faxg3' Making all in fits gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/fits' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT fits.o -MD -MP -MF ".deps/fits.Tpo"= -c -o fits.o fits.c; \ then mv -f ".deps/fits.Tpo" ".deps/fits.Po"; else rm -f ".deps/fits.Tpo"; = exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT fitsrw.o -MD -MP -MF ".deps/fitsrw.= Tpo" -c -o fitsrw.o fitsrw.c; \ then mv -f ".deps/fitsrw.Tpo" ".deps/fitsrw.Po"; else rm -f ".deps/fitsrw.= Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o fit= s fits.o fitsrw.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/libg= impwidgets-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../libgimp/li= bgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgi= mpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl= ,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib= -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX1= 1 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-= 1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0= -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/fits fits.o fitsrw.o -pthread -Wl,--rpath -Wl= ,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R= 6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-deve= l/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-= devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/po= rts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2= .0.so ../../libgimpwidgets/.libs/libgimpwidgets-2.0.so ../../libgimpconfig/= .libs/libgimpconfig-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports= /graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.= so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libg= impmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcol= or/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpco= lor-2.0.so ../. ./libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase= -2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -= lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/= libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/loc= al/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib= /libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat= .so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /u= sr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/= lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl= ,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating fits gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/fits' Making all in flame gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/flame' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT cmap.o -MD -MP -MF ".deps/cmap.Tpo"= -c -o cmap.o cmap.c; \ then mv -f ".deps/cmap.Tpo" ".deps/cmap.Po"; else rm -f ".deps/cmap.Tpo"; = exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT flame.o -MD -MP -MF ".deps/flame.Tp= o" -c -o flame.o flame.c; \ then mv -f ".deps/flame.Tpo" ".deps/flame.Po"; else rm -f ".deps/flame.Tpo= "; exit 1; fi flame.c:275:2: warning: #warning FIXME: "reverse" hardcoded to FALSE. if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT libifs.o -MD -MP -MF ".deps/libifs.= Tpo" -c -o libifs.o libifs.c; \ then mv -f ".deps/libifs.Tpo" ".deps/libifs.Po"; else rm -f ".deps/libifs.= Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT rect.o -MD -MP -MF ".deps/rect.Tpo"= -c -o rect.o rect.c; \ then mv -f ".deps/rect.Tpo" ".deps/rect.Po"; else rm -f ".deps/rect.Tpo"; = exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o fla= me cmap.o flame.o libifs.o rect.o ../../libgimp/libgimpui-2.0.la ../../lib= gimpwidgets/libgimpwidgets-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la = ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../l= ibgimpmath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread= -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib = -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXine= rama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lc= airo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2= .0 -lgmodule-2.0 -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/flame cmap.o flame.o libifs.o rect.o -pthread= -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local= /lib -L/usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/gr= aphics/gimp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/port= s/graphics/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2= .0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs= /libgimpmodule-2.0.so ../../libgimpwidgets/.libs/libgimpwidgets-2.0.so ../.= ./libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimp/.libs/libgimp-2.0.= so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/li= bgimpconfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgim= pmath/.libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-= 2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-de= vel/work/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor= /.libs/libgimpc olor-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.= libs/libgimpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/lib= gdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so= /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -l= Xcursor /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX1= 1 /usr/local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/lo= cal/lib/libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpan= go-1.0.so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.= 0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib= /libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating flame gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/flame' Making all in gfig gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/gfig' Making all in gfig-examples gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/gfig/gfig-examples' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/gfig/gfig-examples' Making all in images gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/gfig/images' ( rm -f stock-icons.list; \ for image in stock-bezier.png stock-circle.png stock-copy-object.= png stock-curve.png stock-delete-object.png stock-ellipse.png stock-line.pn= g stock-move-object.png stock-move-point.png stock-polygon.png stock-rectan= gle.png stock-select-object.png stock-show-all.png stock-spiral.png stock-s= tar.png stock-logo.png; do \ echo $image | \ sed -e 's|.*/||' -e 's|-|_|g' -e 's|\.png$||' >> stock-icons.= list; \ echo " ./$image" >> stock-icons.list; \ done ) /usr/local/bin/gdk-pixbuf-csource --raw --build-list `cat stock-icons.list`= > gfig-stock-pixbufs.h gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/gfig/images' gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/gfig' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig.o -MD -MP -MF ".deps/gfig.Tpo"= -c -o gfig.o gfig.c; \ then mv -f ".deps/gfig.Tpo" ".deps/gfig.Po"; else rm -f ".deps/gfig.Tpo"; = exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-arc.o -MD -MP -MF ".deps/gfig-= arc.Tpo" -c -o gfig-arc.o gfig-arc.c; \ then mv -f ".deps/gfig-arc.Tpo" ".deps/gfig-arc.Po"; else rm -f ".deps/gfi= g-arc.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-bezier.o -MD -MP -MF ".deps/gf= ig-bezier.Tpo" -c -o gfig-bezier.o gfig-bezier.c; \ then mv -f ".deps/gfig-bezier.Tpo" ".deps/gfig-bezier.Po"; else rm -f ".de= ps/gfig-bezier.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-circle.o -MD -MP -MF ".deps/gf= ig-circle.Tpo" -c -o gfig-circle.o gfig-circle.c; \ then mv -f ".deps/gfig-circle.Tpo" ".deps/gfig-circle.Po"; else rm -f ".de= ps/gfig-circle.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-dialog.o -MD -MP -MF ".deps/gf= ig-dialog.Tpo" -c -o gfig-dialog.o gfig-dialog.c; \ then mv -f ".deps/gfig-dialog.Tpo" ".deps/gfig-dialog.Po"; else rm -f ".de= ps/gfig-dialog.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-dobject.o -MD -MP -MF ".deps/g= fig-dobject.Tpo" -c -o gfig-dobject.o gfig-dobject.c; \ then mv -f ".deps/gfig-dobject.Tpo" ".deps/gfig-dobject.Po"; else rm -f ".= deps/gfig-dobject.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-ellipse.o -MD -MP -MF ".deps/g= fig-ellipse.Tpo" -c -o gfig-ellipse.o gfig-ellipse.c; \ then mv -f ".deps/gfig-ellipse.Tpo" ".deps/gfig-ellipse.Po"; else rm -f ".= deps/gfig-ellipse.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-grid.o -MD -MP -MF ".deps/gfig= -grid.Tpo" -c -o gfig-grid.o gfig-grid.c; \ then mv -f ".deps/gfig-grid.Tpo" ".deps/gfig-grid.Po"; else rm -f ".deps/g= fig-grid.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-line.o -MD -MP -MF ".deps/gfig= -line.Tpo" -c -o gfig-line.o gfig-line.c; \ then mv -f ".deps/gfig-line.Tpo" ".deps/gfig-line.Po"; else rm -f ".deps/g= fig-line.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-poly.o -MD -MP -MF ".deps/gfig= -poly.Tpo" -c -o gfig-poly.o gfig-poly.c; \ then mv -f ".deps/gfig-poly.Tpo" ".deps/gfig-poly.Po"; else rm -f ".deps/g= fig-poly.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-preview.o -MD -MP -MF ".deps/g= fig-preview.Tpo" -c -o gfig-preview.o gfig-preview.c; \ then mv -f ".deps/gfig-preview.Tpo" ".deps/gfig-preview.Po"; else rm -f ".= deps/gfig-preview.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-rectangle.o -MD -MP -MF ".deps= /gfig-rectangle.Tpo" -c -o gfig-rectangle.o gfig-rectangle.c; \ then mv -f ".deps/gfig-rectangle.Tpo" ".deps/gfig-rectangle.Po"; else rm -= f ".deps/gfig-rectangle.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-spiral.o -MD -MP -MF ".deps/gf= ig-spiral.Tpo" -c -o gfig-spiral.o gfig-spiral.c; \ then mv -f ".deps/gfig-spiral.Tpo" ".deps/gfig-spiral.Po"; else rm -f ".de= ps/gfig-spiral.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-star.o -MD -MP -MF ".deps/gfig= -star.Tpo" -c -o gfig-star.o gfig-star.c; \ then mv -f ".deps/gfig-star.Tpo" ".deps/gfig-star.Po"; else rm -f ".deps/g= fig-star.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-stock.o -MD -MP -MF ".deps/gfi= g-stock.Tpo" -c -o gfig-stock.o gfig-stock.c; \ then mv -f ".deps/gfig-stock.Tpo" ".deps/gfig-stock.Po"; else rm -f ".deps= /gfig-stock.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfig-style.o -MD -MP -MF ".deps/gfi= g-style.Tpo" -c -o gfig-style.o gfig-style.c; \ then mv -f ".deps/gfig-style.Tpo" ".deps/gfig-style.Po"; else rm -f ".deps= /gfig-style.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gfi= g gfig.o gfig-arc.o gfig-bezier.o gfig-circle.o gfig-dialog.o gfig-dobject= .o gfig-ellipse.o gfig-grid.o gfig-line.o gfig-poly.o gfig-preview.o gfig-r= ectangle.o gfig-spiral.o gfig-star.o gfig-stock.o gfig-style.o ../../libgim= p/libgimpui-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp= config/libgimpconfig-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpcolor= /libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase= /libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath,/usr= /X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -l= Xrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -l= pangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz= -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lintl = =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/gfig gfig.o gfig-arc.o gfig-bezier.o gfig-cir= cle.o gfig-dialog.o gfig-dobject.o gfig-ellipse.o gfig-grid.o gfig-line.o g= fig-poly.o gfig-preview.o gfig-rectangle.o gfig-spiral.o gfig-star.o gfig-s= tock.o gfig-style.o -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,= /usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../../libgimp/.libs/libgi= mpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp/.libs= /libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpwi= dgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphics/gimp-devel/work/gi= mp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../../libgimpwidgets/.lib= s/libgimpwidgets-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../.= ./libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-= 2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/ports/graphics/gimp-= devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/ports/gr= aphics/gimp-dev el/work/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/gr= aphics/gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../.= ./libgimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpmath/.libs/libgimpmat= h-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /usr/local/lib/libgtk-x= 11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext = /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local= /lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/libcairo.so -pthread -lp= ng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpangoft2-1.0.so /usr/X11R6/= lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/local/lib/libfreetype.= so -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/lib/libgobject-2.0.so = /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/l= ib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl= ,--rpath -Wl,/usr/X11R6/lib creating gfig gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/gfig' gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/gfig' Making all in gflare gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/gflare' Making all in gflares gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/gflare/gflares' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/gflare/gflares' gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/gflare' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gflare.o -MD -MP -MF ".deps/gflare.= Tpo" -c -o gflare.o gflare.c; \ then mv -f ".deps/gflare.Tpo" ".deps/gflare.Po"; else rm -f ".deps/gflare.= Tpo"; exit 1; fi gflare.c:4804:2: warning: #warning FIXME: "reverse" hardcoded to FALSE. /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gfl= are gflare.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/libgimpwi= dgets-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../libgimp/libgimp= -2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmat= h-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr= /local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgt= k-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -la= tk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -= lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lgl= ib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/gflare gflare.o -pthread -Wl,--rpath -Wl,/usr= /local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib= ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/wor= k/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel= /work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/g= raphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so= ../../libgimpwidgets/.libs/libgimpwidgets-2.0.so ../../libgimpconfig/.libs= /libgimpconfig-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/grap= hics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /w= ork/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpma= th-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.l= ibs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/l= ibgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2= .0.so ../../lib gimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.= so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXran= dr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgd= k_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/li= b/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libp= angoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /= usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/lo= cal/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/l= ibglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rp= ath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating gflare gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/gflare' gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/gflare' Making all in gfli gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/gfli' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT fli.o -MD -MP -MF ".deps/fli.Tpo" -= c -o fli.o fli.c; \ then mv -f ".deps/fli.Tpo" ".deps/fli.Po"; else rm -f ".deps/fli.Tpo"; exi= t 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gfli.o -MD -MP -MF ".deps/gfli.Tpo"= -c -o gfli.o gfli.c; \ then mv -f ".deps/gfli.Tpo" ".deps/gfli.Po"; else rm -f ".deps/gfli.Tpo"; = exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gfl= i fli.o gfli.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/libgimp= widgets-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../libgimp/libgi= mp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpm= ath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -l= gtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -= latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0= -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -l= glib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/gfli fli.o gfli.o -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/l= ib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/w= ork/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports= /graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.= so ../../libgimpwidgets/.libs/libgimpwidgets-2.0.so ../../libgimpconfig/.li= bs/libgimpconfig-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/gr= aphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so = /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimp= math-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/= .libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9= /libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor= -2.0.so ../../l ibgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.= 0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXr= andr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/lib= gdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/= lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/li= bpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so= /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/= local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib= /libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--= rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating gfli gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/gfli' Making all in gimpressionist gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/gimpressionist' Making all in Brushes gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/gimpressionist/Brushes' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/gimpressionist/Brushes' Making all in Paper gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/gimpressionist/Paper' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/gimpressionist/Paper' Making all in Presets gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/gimpressionist/Presets' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/gimpressionist/Presets' gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/gimpressionist' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT brush.o -MD -MP -MF ".dep= s/brush.Tpo" -c -o brush.o brush.c; \ then mv -f ".deps/brush.Tpo" ".deps/brush.Po"; else rm -f ".deps/brush.Tpo= "; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT color.o -MD -MP -MF ".dep= s/color.Tpo" -c -o color.o color.c; \ then mv -f ".deps/color.Tpo" ".deps/color.Po"; else rm -f ".deps/color.Tpo= "; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT general.o -MD -MP -MF ".d= eps/general.Tpo" -c -o general.o general.c; \ then mv -f ".deps/general.Tpo" ".deps/general.Po"; else rm -f ".deps/gener= al.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gimp.o -MD -MP -MF ".deps= /gimp.Tpo" -c -o gimp.o gimp.c; \ then mv -f ".deps/gimp.Tpo" ".deps/gimp.Po"; else rm -f ".deps/gimp.Tpo"; = exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gimpressionist.o -MD -MP = -MF ".deps/gimpressionist.Tpo" -c -o gimpressionist.o gimpressionist.c; \ then mv -f ".deps/gimpressionist.Tpo" ".deps/gimpressionist.Po"; else rm -= f ".deps/gimpressionist.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT globals.o -MD -MP -MF ".d= eps/globals.Tpo" -c -o globals.o globals.c; \ then mv -f ".deps/globals.Tpo" ".deps/globals.Po"; else rm -f ".deps/globa= ls.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT orientation.o -MD -MP -MF= ".deps/orientation.Tpo" -c -o orientation.o orientation.c; \ then mv -f ".deps/orientation.Tpo" ".deps/orientation.Po"; else rm -f ".de= ps/orientation.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT orientmap.o -MD -MP -MF "= .deps/orientmap.Tpo" -c -o orientmap.o orientmap.c; \ then mv -f ".deps/orientmap.Tpo" ".deps/orientmap.Po"; else rm -f ".deps/o= rientmap.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT paper.o -MD -MP -MF ".dep= s/paper.Tpo" -c -o paper.o paper.c; \ then mv -f ".deps/paper.Tpo" ".deps/paper.Po"; else rm -f ".deps/paper.Tpo= "; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT placement.o -MD -MP -MF "= .deps/placement.Tpo" -c -o placement.o placement.c; \ then mv -f ".deps/placement.Tpo" ".deps/placement.Po"; else rm -f ".deps/p= lacement.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT plasma.o -MD -MP -MF ".de= ps/plasma.Tpo" -c -o plasma.o plasma.c; \ then mv -f ".deps/plasma.Tpo" ".deps/plasma.Po"; else rm -f ".deps/plasma.= Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT ppmtool.o -MD -MP -MF ".d= eps/ppmtool.Tpo" -c -o ppmtool.o ppmtool.c; \ then mv -f ".deps/ppmtool.Tpo" ".deps/ppmtool.Po"; else rm -f ".deps/ppmto= ol.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT presets.o -MD -MP -MF ".d= eps/presets.Tpo" -c -o presets.o presets.c; \ then mv -f ".deps/presets.Tpo" ".deps/presets.Po"; else rm -f ".deps/prese= ts.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT preview.o -MD -MP -MF ".d= eps/preview.Tpo" -c -o preview.o preview.c; \ then mv -f ".deps/preview.Tpo" ".deps/preview.Po"; else rm -f ".deps/previ= ew.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT repaint.o -MD -MP -MF ".d= eps/repaint.Tpo" -c -o repaint.o repaint.c; \ then mv -f ".deps/repaint.Tpo" ".deps/repaint.Po"; else rm -f ".deps/repai= nt.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT size.o -MD -MP -MF ".deps= /size.Tpo" -c -o size.o size.c; \ then mv -f ".deps/size.Tpo" ".deps/size.Po"; else rm -f ".deps/size.Tpo"; = exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT sizemap.o -MD -MP -MF ".d= eps/sizemap.Tpo" -c -o sizemap.o sizemap.c; \ then mv -f ".deps/sizemap.Tpo" ".deps/sizemap.Po"; else rm -f ".deps/sizem= ap.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -DDEFAULTPATH=3D\= ""~/.gimp-2.3/gimpressionist:/usr/local/share/gimp/gimpressionist"\" -I/usr= /local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHE= AD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT utils.o -MD -MP -MF ".dep= s/utils.Tpo" -c -o utils.o utils.c; \ then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo= "; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gim= pressionist brush.o color.o general.o gimp.o gimpressionist.o globals.o or= ientation.o orientmap.o paper.o placement.o plasma.o ppmtool.o presets.o pr= eview.o repaint.o size.o sizemap.o utils.o ../../libgimp/libgimpui-2.0.la .= ./../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimpconfig/libgimpconfig= -2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la= ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la = -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/lo= cal/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lX= i -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcu= rsor -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lg= object-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/gimpressionist brush.o color.o general.o gimp= .o gimpressionist.o globals.o orientation.o orientmap.o paper.o placement.o= plasma.o ppmtool.o presets.o preview.o repaint.o size.o sizemap.o utils.o = -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/u= sr/local/lib -L/usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/= ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /wor= k/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpw= idgets-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodu= le/.libs/libgimpmodule-2.0.so ../../libgimpwidgets/.libs/libgimpwidgets-2.0= .so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimp/.libs/libg= imp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/= .libs/libgimpconfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.= 9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/wo= rk/gimp-2.3.9/l ibgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/wo= rk/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs= /libgimpcolor-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgi= mpbase/.libs/libgimpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local= /lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libat= k-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1= .0.so -lXcursor /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -l= ICE -lX11 /usr/local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so= /usr/local/lib/libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/li= b/libpango-1.0.so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgm= odule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/l= ocal/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X1= 1R6/lib creating gimpressionist gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/gimpressionist' gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/gimpressionist' Making all in help gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/help' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/glib-= 2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DDATADIR=3D\"= "/usr/local/share/gimp"\" -I/usr/local/include -I/usr/X11R6/include -DGIMP_= DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wa= ll -MT domain.o -MD -MP -MF ".deps/domain.Tpo" -c -o domain.o domain.c; \ then mv -f ".deps/domain.Tpo" ".deps/domain.Po"; else rm -f ".deps/domain.= Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/glib-= 2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DDATADIR=3D\"= "/usr/local/share/gimp"\" -I/usr/local/include -I/usr/X11R6/include -DGIMP_= DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wa= ll -MT locales.o -MD -MP -MF ".deps/locales.Tpo" -c -o locales.o locales.c;= \ then mv -f ".deps/locales.Tpo" ".deps/locales.Po"; else rm -f ".deps/local= es.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/glib-= 2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DDATADIR=3D\"= "/usr/local/share/gimp"\" -I/usr/local/include -I/usr/X11R6/include -DGIMP_= DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wa= ll -MT help.o -MD -MP -MF ".deps/help.Tpo" -c -o help.o help.c; \ then mv -f ".deps/help.Tpo" ".deps/help.Po"; else rm -f ".deps/help.Tpo"; = exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o hel= p domain.o locales.o help.o ../../libgimp/libgimp-2.0.la ../../libgimpcolo= r/libgimpcolor-2.0.la ../../libgimpbase/libgimpbase-2.0.la ../../libgimpmat= h/libgimpmath-2.0.la -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -liconv -= lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/help domain.o locales.o help.o -L/usr/local/= lib -L/usr/X11R6/lib ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graph= ics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /wo= rk/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmat= h-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.li= bs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/li= bgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.= 0.so ../../libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpmath/.libs/lib= gimpmath-2.0.so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib= -2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -W= l,/usr/local/lib creating help if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/glib-= 2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DDATADIR=3D\"= "/usr/local/share/gimp"\" -I/usr/local/include -I/usr/X11R6/include -DGIMP_= DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -O -pipe -Wa= ll -MT gimp-help-lookup.o -MD -MP -MF ".deps/gimp-help-lookup.Tpo" -c -o gi= mp-help-lookup.o gimp-help-lookup.c; \ then mv -f ".deps/gimp-help-lookup.Tpo" ".deps/gimp-help-lookup.Po"; else = rm -f ".deps/gimp-help-lookup.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gim= p-help-lookup domain.o locales.o gimp-help-lookup.o ../../libgimpbase/libg= impbase-2.0.la -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -liconv =20 gcc34 -O -pipe -Wall -o .libs/gimp-help-lookup domain.o locales.o gimp-help= -lookup.o -L/usr/local/lib -L/usr/X11R6/lib ../../libgimpbase/.libs/libgim= pbase-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so= /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/= local/lib creating gimp-help-lookup gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/help' Making all in ifscompose gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/ifscompose' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT ifscompose.o -MD -MP -MF ".deps/ifs= compose.Tpo" -c -o ifscompose.o ifscompose.c; \ then mv -f ".deps/ifscompose.Tpo" ".deps/ifscompose.Po"; else rm -f ".deps= /ifscompose.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT ifscompose_utils.o -MD -MP -MF ".de= ps/ifscompose_utils.Tpo" -c -o ifscompose_utils.o ifscompose_utils.c; \ then mv -f ".deps/ifscompose_utils.Tpo" ".deps/ifscompose_utils.Po"; else = rm -f ".deps/ifscompose_utils.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT ifscompose_storage.o -MD -MP -MF ".= deps/ifscompose_storage.Tpo" -c -o ifscompose_storage.o ifscompose_storage.= c; \ then mv -f ".deps/ifscompose_storage.Tpo" ".deps/ifscompose_storage.Po"; e= lse rm -f ".deps/ifscompose_storage.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o ifs= compose ifscompose.o ifscompose_utils.o ifscompose_storage.o ../../libgimp= /libgimpui-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimpc= onfig/libgimpconfig-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpcolor/= libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase/= libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/= X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lX= randr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lp= angocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz = -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lintl = =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/ifscompose ifscompose.o ifscompose_utils.o if= scompose_storage.o -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/= usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../../libgimp/.libs/libgim= pui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp/.libs/= libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpwid= gets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphics/gimp-devel/work/gim= p-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../../libgimpwidgets/.libs= /libgimpwidgets-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../..= /libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/ports/graphics/gimp-d= evel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/ports/gra= phics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.so /wo= rk/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/libgimpbas= e-2.0.so ../../ libgimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpmath/.libs/libgimpmath= -2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /usr/local/lib/libgtk-x1= 1-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext /= usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/= lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/libcairo.so -pthread -lpn= g -lXrender -lSM -lICE -lX11 /usr/local/lib/libpangoft2-1.0.so /usr/X11R6/l= ib/libfontconfig.so /usr/local/lib/libexpat.so /usr/local/lib/libfreetype.s= o -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/lib/libgobject-2.0.so /= usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/li= b/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,= --rpath -Wl,/usr/X11R6/lib creating ifscompose gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/ifscompose' Making all in imagemap gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/imagemap' Making all in images gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/imagemap/images' ( rm -f stock-icons.list; \ for image in stock-circle.png stock-coord.png stock-dimension.png= stock-java.png stock-map-info.png stock-polygon.png stock-rectangle.png st= ock-to-back.png stock-to-front.png; do \ echo $image | \ sed -e 's|.*/||' -e 's|-|_|g' -e 's|\.png$||' >> stock-icons.= list; \ echo " ./$image" >> stock-icons.list; \ done ) /usr/local/bin/gdk-pixbuf-csource --raw --build-list `cat stock-icons.list`= > imap-stock-pixbufs.h gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/imagemap/images' gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/imagemap' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_about.o -MD -MP -MF ".deps/ima= p_about.Tpo" -c -o imap_about.o imap_about.c; \ then mv -f ".deps/imap_about.Tpo" ".deps/imap_about.Po"; else rm -f ".deps= /imap_about.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_browse.o -MD -MP -MF ".deps/im= ap_browse.Tpo" -c -o imap_browse.o imap_browse.c; \ then mv -f ".deps/imap_browse.Tpo" ".deps/imap_browse.Po"; else rm -f ".de= ps/imap_browse.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cern_lex.o -MD -MP -MF ".deps/= imap_cern_lex.Tpo" -c -o imap_cern_lex.o imap_cern_lex.c; \ then mv -f ".deps/imap_cern_lex.Tpo" ".deps/imap_cern_lex.Po"; else rm -f = ".deps/imap_cern_lex.Tpo"; exit 1; fi imap_cern_lex.c:1166: warning: 'yyunput' defined but not used if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cern_parse.o -MD -MP -MF ".dep= s/imap_cern_parse.Tpo" -c -o imap_cern_parse.o imap_cern_parse.c; \ then mv -f ".deps/imap_cern_parse.Tpo" ".deps/imap_cern_parse.Po"; else rm= -f ".deps/imap_cern_parse.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_circle.o -MD -MP -MF ".deps/im= ap_circle.Tpo" -c -o imap_circle.o imap_circle.c; \ then mv -f ".deps/imap_circle.Tpo" ".deps/imap_circle.Po"; else rm -f ".de= ps/imap_circle.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_clear.o -MD -MP -MF ".deps= /imap_cmd_clear.Tpo" -c -o imap_cmd_clear.o imap_cmd_clear.c; \ then mv -f ".deps/imap_cmd_clear.Tpo" ".deps/imap_cmd_clear.Po"; else rm -= f ".deps/imap_cmd_clear.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_copy.o -MD -MP -MF ".deps/= imap_cmd_copy.Tpo" -c -o imap_cmd_copy.o imap_cmd_copy.c; \ then mv -f ".deps/imap_cmd_copy.Tpo" ".deps/imap_cmd_copy.Po"; else rm -f = ".deps/imap_cmd_copy.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_copy_object.o -MD -MP -MF = ".deps/imap_cmd_copy_object.Tpo" -c -o imap_cmd_copy_object.o imap_cmd_copy= _object.c; \ then mv -f ".deps/imap_cmd_copy_object.Tpo" ".deps/imap_cmd_copy_object.Po= "; else rm -f ".deps/imap_cmd_copy_object.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_create.o -MD -MP -MF ".dep= s/imap_cmd_create.Tpo" -c -o imap_cmd_create.o imap_cmd_create.c; \ then mv -f ".deps/imap_cmd_create.Tpo" ".deps/imap_cmd_create.Po"; else rm= -f ".deps/imap_cmd_create.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_cut.o -MD -MP -MF ".deps/i= map_cmd_cut.Tpo" -c -o imap_cmd_cut.o imap_cmd_cut.c; \ then mv -f ".deps/imap_cmd_cut.Tpo" ".deps/imap_cmd_cut.Po"; else rm -f ".= deps/imap_cmd_cut.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_cut_object.o -MD -MP -MF "= .deps/imap_cmd_cut_object.Tpo" -c -o imap_cmd_cut_object.o imap_cmd_cut_obj= ect.c; \ then mv -f ".deps/imap_cmd_cut_object.Tpo" ".deps/imap_cmd_cut_object.Po";= else rm -f ".deps/imap_cmd_cut_object.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_delete.o -MD -MP -MF ".dep= s/imap_cmd_delete.Tpo" -c -o imap_cmd_delete.o imap_cmd_delete.c; \ then mv -f ".deps/imap_cmd_delete.Tpo" ".deps/imap_cmd_delete.Po"; else rm= -f ".deps/imap_cmd_delete.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_delete_point.o -MD -MP -MF= ".deps/imap_cmd_delete_point.Tpo" -c -o imap_cmd_delete_point.o imap_cmd_d= elete_point.c; \ then mv -f ".deps/imap_cmd_delete_point.Tpo" ".deps/imap_cmd_delete_point.= Po"; else rm -f ".deps/imap_cmd_delete_point.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_edit_object.o -MD -MP -MF = ".deps/imap_cmd_edit_object.Tpo" -c -o imap_cmd_edit_object.o imap_cmd_edit= _object.c; \ then mv -f ".deps/imap_cmd_edit_object.Tpo" ".deps/imap_cmd_edit_object.Po= "; else rm -f ".deps/imap_cmd_edit_object.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_gimp_guides.o -MD -MP -MF = ".deps/imap_cmd_gimp_guides.Tpo" -c -o imap_cmd_gimp_guides.o imap_cmd_gimp= _guides.c; \ then mv -f ".deps/imap_cmd_gimp_guides.Tpo" ".deps/imap_cmd_gimp_guides.Po= "; else rm -f ".deps/imap_cmd_gimp_guides.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_guides.o -MD -MP -MF ".dep= s/imap_cmd_guides.Tpo" -c -o imap_cmd_guides.o imap_cmd_guides.c; \ then mv -f ".deps/imap_cmd_guides.Tpo" ".deps/imap_cmd_guides.Po"; else rm= -f ".deps/imap_cmd_guides.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_insert_point.o -MD -MP -MF= ".deps/imap_cmd_insert_point.Tpo" -c -o imap_cmd_insert_point.o imap_cmd_i= nsert_point.c; \ then mv -f ".deps/imap_cmd_insert_point.Tpo" ".deps/imap_cmd_insert_point.= Po"; else rm -f ".deps/imap_cmd_insert_point.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_move.o -MD -MP -MF ".deps/= imap_cmd_move.Tpo" -c -o imap_cmd_move.o imap_cmd_move.c; \ then mv -f ".deps/imap_cmd_move.Tpo" ".deps/imap_cmd_move.Po"; else rm -f = ".deps/imap_cmd_move.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_move_down.o -MD -MP -MF ".= deps/imap_cmd_move_down.Tpo" -c -o imap_cmd_move_down.o imap_cmd_move_down.= c; \ then mv -f ".deps/imap_cmd_move_down.Tpo" ".deps/imap_cmd_move_down.Po"; e= lse rm -f ".deps/imap_cmd_move_down.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_move_sash.o -MD -MP -MF ".= deps/imap_cmd_move_sash.Tpo" -c -o imap_cmd_move_sash.o imap_cmd_move_sash.= c; \ then mv -f ".deps/imap_cmd_move_sash.Tpo" ".deps/imap_cmd_move_sash.Po"; e= lse rm -f ".deps/imap_cmd_move_sash.Tpo"; exit 1; fi imap_cmd_move_sash.c:33: warning: 'move_sash_command_undo' declared `static= ' but never defined imap_cmd_move_sash.c:33: warning: 'move_sash_command_redo' declared `static= ' but never defined if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_move_selected.o -MD -MP -M= F ".deps/imap_cmd_move_selected.Tpo" -c -o imap_cmd_move_selected.o imap_cm= d_move_selected.c; \ then mv -f ".deps/imap_cmd_move_selected.Tpo" ".deps/imap_cmd_move_selecte= d.Po"; else rm -f ".deps/imap_cmd_move_selected.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_move_to_front.o -MD -MP -M= F ".deps/imap_cmd_move_to_front.Tpo" -c -o imap_cmd_move_to_front.o imap_cm= d_move_to_front.c; \ then mv -f ".deps/imap_cmd_move_to_front.Tpo" ".deps/imap_cmd_move_to_fron= t.Po"; else rm -f ".deps/imap_cmd_move_to_front.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_move_up.o -MD -MP -MF ".de= ps/imap_cmd_move_up.Tpo" -c -o imap_cmd_move_up.o imap_cmd_move_up.c; \ then mv -f ".deps/imap_cmd_move_up.Tpo" ".deps/imap_cmd_move_up.Po"; else = rm -f ".deps/imap_cmd_move_up.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_object_down.o -MD -MP -MF = ".deps/imap_cmd_object_down.Tpo" -c -o imap_cmd_object_down.o imap_cmd_obje= ct_down.c; \ then mv -f ".deps/imap_cmd_object_down.Tpo" ".deps/imap_cmd_object_down.Po= "; else rm -f ".deps/imap_cmd_object_down.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_object_move.o -MD -MP -MF = ".deps/imap_cmd_object_move.Tpo" -c -o imap_cmd_object_move.o imap_cmd_obje= ct_move.c; \ then mv -f ".deps/imap_cmd_object_move.Tpo" ".deps/imap_cmd_object_move.Po= "; else rm -f ".deps/imap_cmd_object_move.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_object_up.o -MD -MP -MF ".= deps/imap_cmd_object_up.Tpo" -c -o imap_cmd_object_up.o imap_cmd_object_up.= c; \ then mv -f ".deps/imap_cmd_object_up.Tpo" ".deps/imap_cmd_object_up.Po"; e= lse rm -f ".deps/imap_cmd_object_up.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_paste.o -MD -MP -MF ".deps= /imap_cmd_paste.Tpo" -c -o imap_cmd_paste.o imap_cmd_paste.c; \ then mv -f ".deps/imap_cmd_paste.Tpo" ".deps/imap_cmd_paste.Po"; else rm -= f ".deps/imap_cmd_paste.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_select.o -MD -MP -MF ".dep= s/imap_cmd_select.Tpo" -c -o imap_cmd_select.o imap_cmd_select.c; \ then mv -f ".deps/imap_cmd_select.Tpo" ".deps/imap_cmd_select.Po"; else rm= -f ".deps/imap_cmd_select.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_select_all.o -MD -MP -MF "= .deps/imap_cmd_select_all.Tpo" -c -o imap_cmd_select_all.o imap_cmd_select_= all.c; \ then mv -f ".deps/imap_cmd_select_all.Tpo" ".deps/imap_cmd_select_all.Po";= else rm -f ".deps/imap_cmd_select_all.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_select_next.o -MD -MP -MF = ".deps/imap_cmd_select_next.Tpo" -c -o imap_cmd_select_next.o imap_cmd_sele= ct_next.c; \ then mv -f ".deps/imap_cmd_select_next.Tpo" ".deps/imap_cmd_select_next.Po= "; else rm -f ".deps/imap_cmd_select_next.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_select_prev.o -MD -MP -MF = ".deps/imap_cmd_select_prev.Tpo" -c -o imap_cmd_select_prev.o imap_cmd_sele= ct_prev.c; \ then mv -f ".deps/imap_cmd_select_prev.Tpo" ".deps/imap_cmd_select_prev.Po= "; else rm -f ".deps/imap_cmd_select_prev.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_select_region.o -MD -MP -M= F ".deps/imap_cmd_select_region.Tpo" -c -o imap_cmd_select_region.o imap_cm= d_select_region.c; \ then mv -f ".deps/imap_cmd_select_region.Tpo" ".deps/imap_cmd_select_regio= n.Po"; else rm -f ".deps/imap_cmd_select_region.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_send_to_back.o -MD -MP -MF= ".deps/imap_cmd_send_to_back.Tpo" -c -o imap_cmd_send_to_back.o imap_cmd_s= end_to_back.c; \ then mv -f ".deps/imap_cmd_send_to_back.Tpo" ".deps/imap_cmd_send_to_back.= Po"; else rm -f ".deps/imap_cmd_send_to_back.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_unselect.o -MD -MP -MF ".d= eps/imap_cmd_unselect.Tpo" -c -o imap_cmd_unselect.o imap_cmd_unselect.c; \ then mv -f ".deps/imap_cmd_unselect.Tpo" ".deps/imap_cmd_unselect.Po"; els= e rm -f ".deps/imap_cmd_unselect.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_cmd_unselect_all.o -MD -MP -MF= ".deps/imap_cmd_unselect_all.Tpo" -c -o imap_cmd_unselect_all.o imap_cmd_u= nselect_all.c; \ then mv -f ".deps/imap_cmd_unselect_all.Tpo" ".deps/imap_cmd_unselect_all.= Po"; else rm -f ".deps/imap_cmd_unselect_all.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_command.o -MD -MP -MF ".deps/i= map_command.Tpo" -c -o imap_command.o imap_command.c; \ then mv -f ".deps/imap_command.Tpo" ".deps/imap_command.Po"; else rm -f ".= deps/imap_command.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_csim_lex.o -MD -MP -MF ".deps/= imap_csim_lex.Tpo" -c -o imap_csim_lex.o imap_csim_lex.c; \ then mv -f ".deps/imap_csim_lex.Tpo" ".deps/imap_csim_lex.Po"; else rm -f = ".deps/imap_csim_lex.Tpo"; exit 1; fi imap_csim.l: In function `csim__init_buffer': imap_csim.l:722: warning: implicit declaration of function `isatty' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_csim_parse.o -MD -MP -MF ".dep= s/imap_csim_parse.Tpo" -c -o imap_csim_parse.o imap_csim_parse.c; \ then mv -f ".deps/imap_csim_parse.Tpo" ".deps/imap_csim_parse.Po"; else rm= -f ".deps/imap_csim_parse.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_default_dialog.o -MD -MP -MF "= .deps/imap_default_dialog.Tpo" -c -o imap_default_dialog.o imap_default_dia= log.c; \ then mv -f ".deps/imap_default_dialog.Tpo" ".deps/imap_default_dialog.Po";= else rm -f ".deps/imap_default_dialog.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_edit_area_info.o -MD -MP -MF "= .deps/imap_edit_area_info.Tpo" -c -o imap_edit_area_info.o imap_edit_area_i= nfo.c; \ then mv -f ".deps/imap_edit_area_info.Tpo" ".deps/imap_edit_area_info.Po";= else rm -f ".deps/imap_edit_area_info.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_file.o -MD -MP -MF ".deps/imap= _file.Tpo" -c -o imap_file.o imap_file.c; \ then mv -f ".deps/imap_file.Tpo" ".deps/imap_file.Po"; else rm -f ".deps/i= map_file.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_grid.o -MD -MP -MF ".deps/imap= _grid.Tpo" -c -o imap_grid.o imap_grid.c; \ then mv -f ".deps/imap_grid.Tpo" ".deps/imap_grid.Po"; else rm -f ".deps/i= map_grid.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_main.o -MD -MP -MF ".deps/imap= _main.Tpo" -c -o imap_main.o imap_main.c; \ then mv -f ".deps/imap_main.Tpo" ".deps/imap_main.Po"; else rm -f ".deps/i= map_main.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_menu.o -MD -MP -MF ".deps/imap= _menu.Tpo" -c -o imap_menu.o imap_menu.c; \ then mv -f ".deps/imap_menu.Tpo" ".deps/imap_menu.Po"; else rm -f ".deps/i= map_menu.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_menu_funcs.o -MD -MP -MF ".dep= s/imap_menu_funcs.Tpo" -c -o imap_menu_funcs.o imap_menu_funcs.c; \ then mv -f ".deps/imap_menu_funcs.Tpo" ".deps/imap_menu_funcs.Po"; else rm= -f ".deps/imap_menu_funcs.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_misc.o -MD -MP -MF ".deps/imap= _misc.Tpo" -c -o imap_misc.o imap_misc.c; \ then mv -f ".deps/imap_misc.Tpo" ".deps/imap_misc.Po"; else rm -f ".deps/i= map_misc.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_mru.o -MD -MP -MF ".deps/imap_= mru.Tpo" -c -o imap_mru.o imap_mru.c; \ then mv -f ".deps/imap_mru.Tpo" ".deps/imap_mru.Po"; else rm -f ".deps/ima= p_mru.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_ncsa_lex.o -MD -MP -MF ".deps/= imap_ncsa_lex.Tpo" -c -o imap_ncsa_lex.o imap_ncsa_lex.c; \ then mv -f ".deps/imap_ncsa_lex.Tpo" ".deps/imap_ncsa_lex.Po"; else rm -f = ".deps/imap_ncsa_lex.Tpo"; exit 1; fi imap_ncsa_lex.c:1155: warning: 'yyunput' defined but not used if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_ncsa_parse.o -MD -MP -MF ".dep= s/imap_ncsa_parse.Tpo" -c -o imap_ncsa_parse.o imap_ncsa_parse.c; \ then mv -f ".deps/imap_ncsa_parse.Tpo" ".deps/imap_ncsa_parse.Po"; else rm= -f ".deps/imap_ncsa_parse.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_object.o -MD -MP -MF ".deps/im= ap_object.Tpo" -c -o imap_object.o imap_object.c; \ then mv -f ".deps/imap_object.Tpo" ".deps/imap_object.Po"; else rm -f ".de= ps/imap_object.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_object_popup.o -MD -MP -MF ".d= eps/imap_object_popup.Tpo" -c -o imap_object_popup.o imap_object_popup.c; \ then mv -f ".deps/imap_object_popup.Tpo" ".deps/imap_object_popup.Po"; els= e rm -f ".deps/imap_object_popup.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_polygon.o -MD -MP -MF ".deps/i= map_polygon.Tpo" -c -o imap_polygon.o imap_polygon.c; \ then mv -f ".deps/imap_polygon.Tpo" ".deps/imap_polygon.Po"; else rm -f ".= deps/imap_polygon.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_preferences.o -MD -MP -MF ".de= ps/imap_preferences.Tpo" -c -o imap_preferences.o imap_preferences.c; \ then mv -f ".deps/imap_preferences.Tpo" ".deps/imap_preferences.Po"; else = rm -f ".deps/imap_preferences.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_preview.o -MD -MP -MF ".deps/i= map_preview.Tpo" -c -o imap_preview.o imap_preview.c; \ then mv -f ".deps/imap_preview.Tpo" ".deps/imap_preview.Po"; else rm -f ".= deps/imap_preview.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_rectangle.o -MD -MP -MF ".deps= /imap_rectangle.Tpo" -c -o imap_rectangle.o imap_rectangle.c; \ then mv -f ".deps/imap_rectangle.Tpo" ".deps/imap_rectangle.Po"; else rm -= f ".deps/imap_rectangle.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_selection.o -MD -MP -MF ".deps= /imap_selection.Tpo" -c -o imap_selection.o imap_selection.c; \ then mv -f ".deps/imap_selection.Tpo" ".deps/imap_selection.Po"; else rm -= f ".deps/imap_selection.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_settings.o -MD -MP -MF ".deps/= imap_settings.Tpo" -c -o imap_settings.o imap_settings.c; \ then mv -f ".deps/imap_settings.Tpo" ".deps/imap_settings.Po"; else rm -f = ".deps/imap_settings.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_source.o -MD -MP -MF ".deps/im= ap_source.Tpo" -c -o imap_source.o imap_source.c; \ then mv -f ".deps/imap_source.Tpo" ".deps/imap_source.Po"; else rm -f ".de= ps/imap_source.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_stock.o -MD -MP -MF ".deps/ima= p_stock.Tpo" -c -o imap_stock.o imap_stock.c; \ then mv -f ".deps/imap_stock.Tpo" ".deps/imap_stock.Po"; else rm -f ".deps= /imap_stock.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_statusbar.o -MD -MP -MF ".deps= /imap_statusbar.Tpo" -c -o imap_statusbar.o imap_statusbar.c; \ then mv -f ".deps/imap_statusbar.Tpo" ".deps/imap_statusbar.Po"; else rm -= f ".deps/imap_statusbar.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_string.o -MD -MP -MF ".deps/im= ap_string.Tpo" -c -o imap_string.o imap_string.c; \ then mv -f ".deps/imap_string.Tpo" ".deps/imap_string.Po"; else rm -f ".de= ps/imap_string.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_table.o -MD -MP -MF ".deps/ima= p_table.Tpo" -c -o imap_table.o imap_table.c; \ then mv -f ".deps/imap_table.Tpo" ".deps/imap_table.Po"; else rm -f ".deps= /imap_table.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT imap_taglist.o -MD -MP -MF ".deps/i= map_taglist.Tpo" -c -o imap_taglist.o imap_taglist.c; \ then mv -f ".deps/imap_taglist.Tpo" ".deps/imap_taglist.Po"; else rm -f ".= deps/imap_taglist.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o ima= gemap imap_about.o imap_browse.o imap_cern_lex.o imap_cern_parse.o imap_ci= rcle.o imap_cmd_clear.o imap_cmd_copy.o imap_cmd_copy_object.o imap_cmd_cre= ate.o imap_cmd_cut.o imap_cmd_cut_object.o imap_cmd_delete.o imap_cmd_delet= e_point.o imap_cmd_edit_object.o imap_cmd_gimp_guides.o imap_cmd_guides.o i= map_cmd_insert_point.o imap_cmd_move.o imap_cmd_move_down.o imap_cmd_move_s= ash.o imap_cmd_move_selected.o imap_cmd_move_to_front.o imap_cmd_move_up.o = imap_cmd_object_down.o imap_cmd_object_move.o imap_cmd_object_up.o imap_cmd= _paste.o imap_cmd_select.o imap_cmd_select_all.o imap_cmd_select_next.o ima= p_cmd_select_prev.o imap_cmd_select_region.o imap_cmd_send_to_back.o imap_c= md_unselect.o imap_cmd_unselect_all.o imap_command.o imap_csim_lex.o imap_c= sim_parse.o imap_default_dialog.o imap_edit_area_info.o imap_file.o imap_gr= id.o imap_main.o im ap_menu.o imap_menu_funcs.o imap_misc.o imap_mru.o imap_ncsa_lex.o imap_nc= sa_parse.o imap_object.o imap_object_popup.o imap_polygon.o imap_preference= s.o imap_preview.o imap_rectangle.o imap_selection.o imap_settings.o imap_s= ource.o imap_stock.o imap_statusbar.o imap_string.o imap_table.o imap_tagli= st.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0= .la ../../libgimpconfig/libgimpconfig-2.0.la ../../libgimp/libgimp-2.0.la .= ./../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.la = ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/local/li= b -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0= -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -l= gdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontconf= ig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -l= iconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/imagemap imap_about.o imap_browse.o imap_cern= _lex.o imap_cern_parse.o imap_circle.o imap_cmd_clear.o imap_cmd_copy.o ima= p_cmd_copy_object.o imap_cmd_create.o imap_cmd_cut.o imap_cmd_cut_object.o = imap_cmd_delete.o imap_cmd_delete_point.o imap_cmd_edit_object.o imap_cmd_g= imp_guides.o imap_cmd_guides.o imap_cmd_insert_point.o imap_cmd_move.o imap= _cmd_move_down.o imap_cmd_move_sash.o imap_cmd_move_selected.o imap_cmd_mov= e_to_front.o imap_cmd_move_up.o imap_cmd_object_down.o imap_cmd_object_move= .o imap_cmd_object_up.o imap_cmd_paste.o imap_cmd_select.o imap_cmd_select_= all.o imap_cmd_select_next.o imap_cmd_select_prev.o imap_cmd_select_region.= o imap_cmd_send_to_back.o imap_cmd_unselect.o imap_cmd_unselect_all.o imap_= command.o imap_csim_lex.o imap_csim_parse.o imap_default_dialog.o imap_edit= _area_info.o imap_file.o imap_grid.o imap_main.o imap_menu.o imap_menu_func= s.o imap_misc.o imap_mru.o imap_ncsa_lex.o imap_ncsa_parse.o imap_object.o = imap_object_pop up.o imap_polygon.o imap_preferences.o imap_preview.o imap_rectangle.o ima= p_selection.o imap_settings.o imap_source.o imap_stock.o imap_statusbar.o i= map_string.o imap_table.o imap_taglist.o -pthread -Wl,--rpath -Wl,/usr/loca= l/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../.= ./libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gim= p-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work= /gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphi= cs/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../.= ./libgimpwidgets/.libs/libgimpwidgets-2.0.so ../../libgimpconfig/.libs/libg= impconfig-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/= gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a= /ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.= 0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/l= ibgimpcolor-2.0 .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgim! pbase/.l ibs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so ../../l= ibgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0= .so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXra= ndr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libg= dk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/l= ib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/lib= pangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so = /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/l= ocal/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/= libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--r= path -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating imagemap gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/imagemap' gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/imagemap' Making all in jpeg gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/jpeg' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT jpeg.o -MD -MP -MF ".deps/jpeg.Tpo= " -c -o jpeg.o jpeg.c; \ then mv -f ".deps/jpeg.Tpo" ".deps/jpeg.Po"; else rm -f ".deps/jpeg.Tpo"; = exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT jpeg-exif.o -MD -MP -MF ".deps/jpe= g-exif.Tpo" -c -o jpeg-exif.o jpeg-exif.c; \ then mv -f ".deps/jpeg-exif.Tpo" ".deps/jpeg-exif.Po"; else rm -f ".deps/j= peg-exif.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT jpeg-icc.o -MD -MP -MF ".deps/jpeg= -icc.Tpo" -c -o jpeg-icc.o jpeg-icc.c; \ then mv -f ".deps/jpeg-icc.Tpo" ".deps/jpeg-icc.Po"; else rm -f ".deps/jpe= g-icc.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT jpeg-load.o -MD -MP -MF ".deps/jpe= g-load.Tpo" -c -o jpeg-load.o jpeg-load.c; \ then mv -f ".deps/jpeg-load.Tpo" ".deps/jpeg-load.Po"; else rm -f ".deps/j= peg-load.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT jpeg-save.o -MD -MP -MF ".deps/jpe= g-save.Tpo" -c -o jpeg-save.o jpeg-save.c; \ then mv -f ".deps/jpeg-save.Tpo" ".deps/jpeg-save.Po"; else rm -f ".deps/j= peg-save.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gimpexif.o -MD -MP -MF ".deps/gimp= exif.Tpo" -c -o gimpexif.o gimpexif.c; \ then mv -f ".deps/gimpexif.Tpo" ".deps/gimpexif.Po"; else rm -f ".deps/gim= pexif.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o jpe= g jpeg.o jpeg-exif.o jpeg-icc.o jpeg-load.o jpeg-save.o gimpexif.o ../../l= ibgimp/libgimpui-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../li= bgimpconfig/libgimpconfig-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimp= color/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../libgim= pbase/libgimpbase-2.0.la -ljpeg -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl= ,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgd= k-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_p= ixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontconfig -l= freetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv= -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/jpeg jpeg.o jpeg-exif.o jpeg-icc.o jpeg-load.= o jpeg-save.o gimpexif.o -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath= -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../../libgimp/.libs/= libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp/= .libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libg= impwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphics/gimp-devel/wo= rk/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../../libgimpwidgets= /.libs/libgimpwidgets-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so= ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/ports/graphics/= gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/por= ts/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.= so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/libg= impbase-2.0.so=20 ../../libgimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpmath/.libs/libgi= mpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /usr/local/lib/lib= jpeg.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -= lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/= libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/loc= al/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib= /libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat= .so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /u= sr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/= lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl= ,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating jpeg gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/jpeg' Making all in maze gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/maze' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT algorithms.o -MD -MP -MF ".deps/alg= orithms.Tpo" -c -o algorithms.o algorithms.c; \ then mv -f ".deps/algorithms.Tpo" ".deps/algorithms.Po"; else rm -f ".deps= /algorithms.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT handy.o -MD -MP -MF ".deps/handy.Tp= o" -c -o handy.o handy.c; \ then mv -f ".deps/handy.Tpo" ".deps/handy.Po"; else rm -f ".deps/handy.Tpo= "; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT maze.o -MD -MP -MF ".deps/maze.Tpo"= -c -o maze.o maze.c; \ then mv -f ".deps/maze.Tpo" ".deps/maze.Po"; else rm -f ".deps/maze.Tpo"; = exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT maze_face.o -MD -MP -MF ".deps/maze= _face.Tpo" -c -o maze_face.o maze_face.c; \ then mv -f ".deps/maze_face.Tpo" ".deps/maze_face.Po"; else rm -f ".deps/m= aze_face.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o maz= e algorithms.o handy.o maze.o maze_face.o ../../libgimp/libgimpui-2.0.la .= ./../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimpconfig/libgimpconfig= -2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la= ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la = -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/lo= cal/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lX= i -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcu= rsor -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lg= object-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/maze algorithms.o handy.o maze.o maze_face.o = -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/u= sr/local/lib -L/usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/= ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /wor= k/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpw= idgets-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodu= le/.libs/libgimpmodule-2.0.so ../../libgimpwidgets/.libs/libgimpwidgets-2.0= .so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimp/.libs/libg= imp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/= .libs/libgimpconfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.= 9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/wo= rk/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics= /gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libg= impcolor/.libs/ libgimpcolor-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgi= mpbase/.libs/libgimpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local= /lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libat= k-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1= .0.so -lXcursor /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -l= ICE -lX11 /usr/local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so= /usr/local/lib/libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/li= b/libpango-1.0.so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgm= odule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/l= ocal/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X1= 1R6/lib creating maze gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/maze' Making all in metadata gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/metadata' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT metadata.o -MD -MP -MF ".deps/meta= data.Tpo" -c -o metadata.o metadata.c; \ then mv -f ".deps/metadata.Tpo" ".deps/metadata.Po"; else rm -f ".deps/met= adata.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT interface.o -MD -MP -MF ".deps/int= erface.Tpo" -c -o interface.o interface.c; \ then mv -f ".deps/interface.Tpo" ".deps/interface.Po"; else rm -f ".deps/i= nterface.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT base64.o -MD -MP -MF ".deps/base64= .Tpo" -c -o base64.o base64.c; \ then mv -f ".deps/base64.Tpo" ".deps/base64.Po"; else rm -f ".deps/base64.= Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT xmp-model.o -MD -MP -MF ".deps/xmp= -model.Tpo" -c -o xmp-model.o xmp-model.c; \ then mv -f ".deps/xmp-model.Tpo" ".deps/xmp-model.Po"; else rm -f ".deps/x= mp-model.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT xmp-parse.o -MD -MP -MF ".deps/xmp= -parse.Tpo" -c -o xmp-parse.o xmp-parse.c; \ then mv -f ".deps/xmp-parse.Tpo" ".deps/xmp-parse.Po"; else rm -f ".deps/x= mp-parse.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT xmp-encode.o -MD -MP -MF ".deps/xm= p-encode.Tpo" -c -o xmp-encode.o xmp-encode.c; \ then mv -f ".deps/xmp-encode.Tpo" ".deps/xmp-encode.Po"; else rm -f ".deps= /xmp-encode.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT xmp-schemas.o -MD -MP -MF ".deps/x= mp-schemas.Tpo" -c -o xmp-schemas.o xmp-schemas.c; \ then mv -f ".deps/xmp-schemas.Tpo" ".deps/xmp-schemas.Po"; else rm -f ".de= ps/xmp-schemas.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o met= adata metadata.o interface.o base64.o xmp-model.o xmp-parse.o xmp-encode.o= xmp-schemas.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/libgimpw= idgets-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-= 2.0.la ../../libgimpbase/libgimpbase-2.0.la ../../libgimpmath/libgimpmath-2= .0.la -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/= usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrend= er -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0= -lXcursor -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -= lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/metadata metadata.o interface.o base64.o xmp-= model.o xmp-parse.o xmp-encode.o xmp-schemas.o -pthread -Wl,--rpath -Wl,/us= r/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/li= b ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/wo= rk/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-deve= l/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/= graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.s= o ../../libgimpwidgets/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libg= imp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/= .libs/libgimpconfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.= 9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/wo= rk/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics= /gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libg= impcolor/.libs/ libgimpcolor-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so ../../libgi= mpmath/.libs/libgimpmath-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local= /lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libat= k-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1= .0.so -lXcursor /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -l= ICE -lX11 /usr/local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so= /usr/local/lib/libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/li= b/libpango-1.0.so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgm= odule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/l= ocal/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X1= 1R6/lib creating metadata if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT xmpdump.o -MD -MP -MF ".deps/xmpdu= mp.Tpo" -c -o xmpdump.o xmpdump.c; \ then mv -f ".deps/xmpdump.Tpo" ".deps/xmpdump.Po"; else rm -f ".deps/xmpdu= mp.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o xmp= dump xmpdump.o base64.o xmp-parse.o ../../libgimp/libgimpui-2.0.la ../../l= ibgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp-2.0.la ../../libg= impcolor/libgimpcolor-2.0.la ../../libgimpbase/libgimpbase-2.0.la ../../lib= gimpmath/libgimpmath-2.0.la -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rp= ath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x1= 1-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbu= f-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontconfig -lfree= type -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = -lintl =20 gcc34 -O -pipe -Wall -o .libs/xmpdump xmpdump.o base64.o xmp-parse.o -pthre= ad -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/loc= al/lib -L/usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/= graphics/gimp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/po= rts/graphics/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets= -2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.li= bs/libgimpmodule-2.0.so ../../libgimpwidgets/.libs/libgimpwidgets-2.0.so ..= /../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gim= p-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/ports/graphics/gim= p-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/ports/= graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.so = /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/libgimp= base-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpbase/= .libs/libgimpba se-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so /usr/local/lib/libgtk= -x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXex= t /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/loc= al/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/libcairo.so -pthread -= lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpangoft2-1.0.so /usr/X11R= 6/lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/local/lib/libfreetyp= e.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/lib/libgobject-2.0.s= o /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local= /lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -= Wl,--rpath -Wl,/usr/X11R6/lib creating xmpdump gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/metadata' Making all in pagecurl gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/pagecurl' ( rm -f pagecurl-icons.list; \ for image in curl0.png curl1.png curl2.png curl3.png curl4.png cu= rl5.png curl6.png curl7.png; do \ echo $image | \ sed -e 's|.*/||' -e 's|-|_|g' -e 's|\.png$||' >> pagecurl-ico= ns.list; \ echo " ./$image" >> pagecurl-icons.list; \ done ) /usr/local/bin/gdk-pixbuf-csource --raw --build-list `cat pagecurl-icons.li= st` > pagecurl-icons.h if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT pagecurl.o -MD -MP -MF ".deps/pagec= url.Tpo" -c -o pagecurl.o pagecurl.c; \ then mv -f ".deps/pagecurl.Tpo" ".deps/pagecurl.Po"; else rm -f ".deps/pag= ecurl.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o pag= ecurl pagecurl.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/libg= impwidgets-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../libgimp/li= bgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgi= mpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl= ,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib= -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX1= 1 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-= 1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0= -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/pagecurl pagecurl.o -pthread -Wl,--rpath -Wl,= /usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6= /lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel= /work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-d= evel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/por= ts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.= 0.so ../../libgimpwidgets/.libs/libgimpwidgets-2.0.so ../../libgimpconfig/.= libs/libgimpconfig-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/= graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.s= o /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgi= mpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolo= r/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3= .9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcol= or-2.0.so ../.. /libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-= 2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -l= Xrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/l= ibgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/loca= l/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/= libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.= so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /us= r/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/l= ib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,= --rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating pagecurl gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/pagecurl' Making all in rcm gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/rcm' Making all in images gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/rcm/images' ( rm -f stock-icons.list; \ for image in rcm-360.png rcm-a-b.png rcm-ccw.png rcm-cw.png; do \ echo $image | \ sed -e 's|.*/||' -e 's|-|_|g' -e 's|\.png$||' >> stock-icons.= list; \ echo " ./$image" >> stock-icons.list; \ done ) /usr/local/bin/gdk-pixbuf-csource --raw --build-list `cat stock-icons.list`= > rcm-stock-pixbufs.h gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/rcm/images' gmake[4]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/rcm' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT rcm.o -MD -MP -MF ".deps/rcm.Tpo" -= c -o rcm.o rcm.c; \ then mv -f ".deps/rcm.Tpo" ".deps/rcm.Po"; else rm -f ".deps/rcm.Tpo"; exi= t 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT rcm_callback.o -MD -MP -MF ".deps/r= cm_callback.Tpo" -c -o rcm_callback.o rcm_callback.c; \ then mv -f ".deps/rcm_callback.Tpo" ".deps/rcm_callback.Po"; else rm -f ".= deps/rcm_callback.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT rcm_dialog.o -MD -MP -MF ".deps/rcm= _dialog.Tpo" -c -o rcm_dialog.o rcm_dialog.c; \ then mv -f ".deps/rcm_dialog.Tpo" ".deps/rcm_dialog.Po"; else rm -f ".deps= /rcm_dialog.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT rcm_gdk.o -MD -MP -MF ".deps/rcm_gd= k.Tpo" -c -o rcm_gdk.o rcm_gdk.c; \ then mv -f ".deps/rcm_gdk.Tpo" ".deps/rcm_gdk.Po"; else rm -f ".deps/rcm_g= dk.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT rcm_misc.o -MD -MP -MF ".deps/rcm_m= isc.Tpo" -c -o rcm_misc.o rcm_misc.c; \ then mv -f ".deps/rcm_misc.Tpo" ".deps/rcm_misc.Po"; else rm -f ".deps/rcm= _misc.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT rcm_stock.o -MD -MP -MF ".deps/rcm_= stock.Tpo" -c -o rcm_stock.o rcm_stock.c; \ then mv -f ".deps/rcm_stock.Tpo" ".deps/rcm_stock.Po"; else rm -f ".deps/r= cm_stock.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o rcm= rcm.o rcm_callback.o rcm_dialog.o rcm_gdk.o rcm_misc.o rcm_stock.o ../../= libgimp/libgimpui-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../l= ibgimpconfig/libgimpconfig-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../.= ./libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgi= mpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpat= h,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-= 2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-= 2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontconfig -lfreety= pe -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -l= intl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/rcm rcm.o rcm_callback.o rcm_dialog.o rcm_gdk= .o rcm_misc.o rcm_stock.o -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpat= h -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../../libgimp/.libs= /libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp= /.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/lib= gimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphics/gimp-devel/w= ork/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../../libgimpwidget= s/.libs/libgimpwidgets-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.s= o ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimp/.libs/libgimp-2.= 0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/= libgimpconfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libg= impmath/.libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gim= p-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-= devel/work/gimp -2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgi= mpcolor-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /usr/local/lib/li= bgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -= lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr= /local/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/libcairo.so -pthre= ad -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpangoft2-1.0.so /usr/= X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/local/lib/libfre= etype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/lib/libgobject-2= .0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/l= ocal/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/l= ib -Wl,--rpath -Wl,/usr/X11R6/lib creating rcm gmake[4]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/rcm' gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/rcm' Making all in sgi gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/sgi' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT sgi.o -MD -MP -MF ".deps/sgi.Tpo" -= c -o sgi.o sgi.c; \ then mv -f ".deps/sgi.Tpo" ".deps/sgi.Po"; else rm -f ".deps/sgi.Tpo"; exi= t 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT sgilib.o -MD -MP -MF ".deps/sgilib.= Tpo" -c -o sgilib.o sgilib.c; \ then mv -f ".deps/sgilib.Tpo" ".deps/sgilib.Po"; else rm -f ".deps/sgilib.= Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o sgi= sgi.o sgilib.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/libgim= pwidgets-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../libgimpmath/= libgimpmath-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpc= olor-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/= usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -= lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 = -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.= 0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -= lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/sgi sgi.o sgilib.o -pthread -Wl,--rpath -Wl,/= usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/= lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/= work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-de= vel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/port= s/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0= .so ../../libgimpwidgets/.libs/libgimpwidgets-2.0.so ../../libgimpconfig/.l= ibs/libgimpconfig-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../l= ibgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3= .9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/ports/graph= ics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.so /work= /a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/libgimpbase-= 2.0.so ../../li bgimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpbase/.libs/libgimpbase-2= .0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lX= randr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/li= bgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local= /lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/l= ibpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.s= o /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr= /local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/li= b/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-= -rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating sgi gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/sgi' Making all in sel2path gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/sel2path' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT curve.o -MD -MP -MF ".deps/curve.Tp= o" -c -o curve.o curve.c; \ then mv -f ".deps/curve.Tpo" ".deps/curve.Po"; else rm -f ".deps/curve.Tpo= "; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT edge.o -MD -MP -MF ".deps/edge.Tpo"= -c -o edge.o edge.c; \ then mv -f ".deps/edge.Tpo" ".deps/edge.Po"; else rm -f ".deps/edge.Tpo"; = exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT fit.o -MD -MP -MF ".deps/fit.Tpo" -= c -o fit.o fit.c; \ then mv -f ".deps/fit.Tpo" ".deps/fit.Po"; else rm -f ".deps/fit.Tpo"; exi= t 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT math.o -MD -MP -MF ".deps/math.Tpo"= -c -o math.o math.c; \ then mv -f ".deps/math.Tpo" ".deps/math.Po"; else rm -f ".deps/math.Tpo"; = exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT pxl-outline.o -MD -MP -MF ".deps/px= l-outline.Tpo" -c -o pxl-outline.o pxl-outline.c; \ then mv -f ".deps/pxl-outline.Tpo" ".deps/pxl-outline.Po"; else rm -f ".de= ps/pxl-outline.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT sel2path.o -MD -MP -MF ".deps/sel2p= ath.Tpo" -c -o sel2path.o sel2path.c; \ then mv -f ".deps/sel2path.Tpo" ".deps/sel2path.Po"; else rm -f ".deps/sel= 2path.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT sel2path_adv_dialog.o -MD -MP -MF "= .deps/sel2path_adv_dialog.Tpo" -c -o sel2path_adv_dialog.o sel2path_adv_dia= log.c; \ then mv -f ".deps/sel2path_adv_dialog.Tpo" ".deps/sel2path_adv_dialog.Po";= else rm -f ".deps/sel2path_adv_dialog.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT spline.o -MD -MP -MF ".deps/spline.= Tpo" -c -o spline.o spline.c; \ then mv -f ".deps/spline.Tpo" ".deps/spline.Po"; else rm -f ".deps/spline.= Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT vector.o -MD -MP -MF ".deps/vector.= Tpo" -c -o vector.o vector.c; \ then mv -f ".deps/vector.Tpo" ".deps/vector.Po"; else rm -f ".deps/vector.= Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o sel= 2path curve.o edge.o fit.o math.o pxl-outline.o sel2path.o sel2path_adv_di= alog.o spline.o vector.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidget= s/libgimpwidgets-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../libg= impmath/libgimpmath-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpcolor/= libgimpcolor-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpa= th -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11= R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXex= t -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpan= goft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodu= le-2.0 -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/sel2path curve.o edge.o fit.o math.o pxl-outl= ine.o sel2path.o sel2path_adv_dialog.o spline.o vector.o -pthread -Wl,--rpa= th -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/us= r/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gim= p-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics= /gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /wor= k/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmo= dule-2.0.so ../../libgimpwidgets/.libs/libgimpwidgets-2.0.so ../../libgimpc= onfig/.libs/libgimpconfig-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so= ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/ports/graphics/= gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/por= ts/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.= so /work/a/port s/graphics/gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so= ../../libgimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpbase/.libs/libgi= mpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.= 0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/loca= l/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /u= sr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/loc= al/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/li= bexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so = -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/= local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.= so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating sel2path gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/sel2path' Making all in uri gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/uri' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-= 2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/lo= cal/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-= 2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/inc= lude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT uri.o -MD -MP -MF ".deps/uri.Tpo" = -c -o uri.o uri.c; \ then mv -f ".deps/uri.Tpo" ".deps/uri.Po"; else rm -f ".deps/uri.Tpo"; exi= t 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-= 2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/lo= cal/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-= 2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/inc= lude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/in= clude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -= DGTK_MULTIHEAD_SAFE -O -pipe -Wall -MT uri-backend-wget.o -MD -MP -MF ".d= eps/uri-backend-wget.Tpo" -c -o uri-backend-wget.o uri-backend-wget.c; \ then mv -f ".deps/uri-backend-wget.Tpo" ".deps/uri-backend-wget.Po"; else = rm -f ".deps/uri-backend-wget.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o uri= uri.o uri-backend-wget.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidg= ets/libgimpwidgets-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../li= bgimpmath/libgimpmath-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpcolo= r/libgimpcolor-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--= rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/= X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -l= Xext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -l= pangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgm= odule-2.0 -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/uri uri.o uri-backend-wget.o -pthread -Wl,--r= path -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/= usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/g= imp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphi= cs/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /w= ork/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimp= module-2.0.so ../../libgimpwidgets/.libs/libgimpwidgets-2.0.so ../../libgim= pconfig/.libs/libgimpconfig-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.= so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/wor= k/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/ports/graphic= s/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/p= orts/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.= 0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/li= bgimpbase-2.0.s o ../../libgimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpbase/.libs/lib= gimpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-= 2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/lo= cal/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor = /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/l= ocal/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/= libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.s= o -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /us= r/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libicon= v.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating uri gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/uri' Making all in winicon gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/winicon' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT icodialog.o -MD -MP -MF ".deps/icod= ialog.Tpo" -c -o icodialog.o icodialog.c; \ then mv -f ".deps/icodialog.Tpo" ".deps/icodialog.Po"; else rm -f ".deps/i= codialog.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT icoload.o -MD -MP -MF ".deps/icoloa= d.Tpo" -c -o icoload.o icoload.c; \ then mv -f ".deps/icoload.Tpo" ".deps/icoload.Po"; else rm -f ".deps/icolo= ad.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT icosave.o -MD -MP -MF ".deps/icosav= e.Tpo" -c -o icosave.o icosave.c; \ then mv -f ".deps/icosave.Tpo" ".deps/icosave.Po"; else rm -f ".deps/icosa= ve.Tpo"; exit 1; fi if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT main.o -MD -MP -MF ".deps/main.Tpo"= -c -o main.o main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; = exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o win= icon icodialog.o icoload.o icosave.o main.o ../../libgimp/libgimpui-2.0.la= ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimpconfig/libgimpconf= ig-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.= la ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.l= a -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/= local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -= lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lX= cursor -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -= lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/winicon icodialog.o icoload.o icosave.o main.= o -pthread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L= /usr/local/lib -L/usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/= a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /w= ork/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgim= pwidgets-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmo= dule/.libs/libgimpmodule-2.0.so ../../libgimpwidgets/.libs/libgimpwidgets-2= .0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimp/.libs/li= bgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfi= g/.libs/libgimpconfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/= work/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphi= cs/gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../li= bgimpcolor/.lib s/libgimpcolor-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../lib= gimpbase/.libs/libgimpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/loc= al/lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/lib= atk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo= -1.0.so -lXcursor /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM = -lICE -lX11 /usr/local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.= so /usr/local/lib/libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/= lib/libpango-1.0.so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/lib= gmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr= /local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/= X11R6/lib creating winicon gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/winicon' Making all in xjt gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/xjt' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT xjt.o -MD -MP -MF ".deps/xjt.Tpo" -= c -o xjt.o xjt.c; \ then mv -f ".deps/xjt.Tpo" ".deps/xjt.Po"; else rm -f ".deps/xjt.Tpo"; exi= t 1; fi xjt.c:71:2: warning: #warning GIMP_DISABLE_DEPRECATED if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT xjpeg.o -MD -MP -MF ".deps/xjpeg.Tp= o" -c -o xjpeg.o xjpeg.c; \ then mv -f ".deps/xjpeg.Tpo" ".deps/xjpeg.Po"; else rm -f ".deps/xjpeg.Tpo= "; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o xjt= xjt.o xjpeg.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/libgimp= widgets-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../libgimpmath/l= ibgimpmath-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpco= lor-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -l= gtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -= latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0= -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -l= glib-2.0 -liconv -ljpeg -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/xjt xjt.o xjpeg.o -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/l= ib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/w= ork/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports= /graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.= so ../../libgimpwidgets/.libs/libgimpwidgets-2.0.so ../../libgimpconfig/.li= bs/libgimpconfig-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../li= bgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.= 9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/ports/graphics/gimp-deve= l/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/ports/graphi= cs/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.so /work/= a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2= .0.so ../../lib gimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpbase/.libs/libgimpbase-2.= 0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXr= andr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/lib= gdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/= lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/li= bpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so= /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/= local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib= /libglib-2.0.so /usr/local/lib/libjpeg.so /usr/local/lib/libintl.so /usr/lo= cal/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11= R6/lib creating xjt gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/xjt' Making all in common gmake[3]: Entering directory `/work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/plug-ins/common' if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT AlienMap2.o -MD -MP -MF ".deps/Alie= nMap2.Tpo" -c -o AlienMap2.o AlienMap2.c; \ then mv -f ".deps/AlienMap2.Tpo" ".deps/AlienMap2.Po"; else rm -f ".deps/A= lienMap2.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o Ali= enMap2 AlienMap2.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libg= impconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/l= ibgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libg= impmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -W= l,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/li= b -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX= 11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2= -1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.= 0 -lglib-2.0 -liconv -lintl =20 mkdir .libs gcc34 -O -pipe -Wall -o .libs/AlienMap2 AlienMap2.o -pthread -Wl,--rpath -W= l,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11= R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp= -devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/p= orts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-= 2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/= .libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/port= s/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0= .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/lib= gimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpco= lor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpc= olor-2.0.so ../ ../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbas= e-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so = -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib= /libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/lo= cal/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/li= b/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpa= t.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /= usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local= /lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -W= l,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating AlienMap2 if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT CEL.o -MD -MP -MF ".deps/CEL.Tpo" -= c -o CEL.o CEL.c; \ then mv -f ".deps/CEL.Tpo" ".deps/CEL.Po"; else rm -f ".deps/CEL.Tpo"; exi= t 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o CEL= CEL.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpconfig-2.= 0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp-2.0.l= a ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.= la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/local= /lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-= 2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0= -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontc= onfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0= -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/CEL CEL.o -pthread -Wl,--rpath -Wl,/usr/local= /lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../..= /libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp= -2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphic= s/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../..= /libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/libgim= pwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/g= imp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/= ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0= .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/li= bgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp= base/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so = ../../libgimpma th/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /us= r/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -lX= i -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixb= uf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/libc= airo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpangoft= 2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/lo= cal/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/li= b/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib= -2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -W= l,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating CEL if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT CML_explorer.o -MD -MP -MF ".deps/C= ML_explorer.Tpo" -c -o CML_explorer.o CML_explorer.c; \ then mv -f ".deps/CML_explorer.Tpo" ".deps/CML_explorer.Po"; else rm -f ".= deps/CML_explorer.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o CML= _explorer CML_explorer.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfi= g/libgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../lib= gimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmat= h/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rp= ath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X1= 1R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXe= xt -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpa= ngoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmod= ule-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/CML_explorer CML_explorer.o -pthread -Wl,--rp= ath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/u= sr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gi= mp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphic= s/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /wo= rk/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpm= odule-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwi= dgets/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/= a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconf= ig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.li= bs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/lib= gimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/li= bgimpcolor-2.0. so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libg= impbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2= .0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/loc= al/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /= usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/lo= cal/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/l= ibexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so= -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr= /local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv= .so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating CML_explorer if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT aa.o -MD -MP -MF ".deps/aa.Tpo" -c = -o aa.o aa.c; \ then mv -f ".deps/aa.Tpo" ".deps/aa.Po"; else rm -f ".deps/aa.Tpo"; exit 1= ; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o aa = aa.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpconfig-2.0.= la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp-2.0.la = ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.la= ../../libgimpbase/libgimpbase-2.0.la -laa -pthread -Wl,--rpath -Wl,/usr/lo= cal/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x= 11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-= 1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfo= ntconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-= 2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/aa aa.o -pthread -Wl,--rpath -Wl,/usr/local/l= ib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../../l= ibgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gi= mp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphics/= gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../../l= ibgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/libgimpw= idgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gim= p-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/po= rts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.s= o /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libg= impcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpba= se/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so ..= /../libgimpmath /.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /usr/= local/lib/libaa.so -lncurses /usr/local/lib/libgtk-x11-2.0.so /usr/local/li= b/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1= .0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.= so -lXcursor /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE= -lX11 /usr/local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /u= sr/local/lib/libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/l= ibpango-1.0.so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodu= le-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/loca= l/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6= /lib /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider usin= g mkstemp() /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider usin= g mkstemp() /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is not r= ecommended. /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider usi= ng mkstemp() creating aa if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT align_layers.o -MD -MP -MF ".deps/a= lign_layers.Tpo" -c -o align_layers.o align_layers.c; \ then mv -f ".deps/align_layers.Tpo" ".deps/align_layers.Po"; else rm -f ".= deps/align_layers.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o ali= gn_layers align_layers.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfi= g/libgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../lib= gimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmat= h/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rp= ath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X1= 1R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXe= xt -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpa= ngoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmod= ule-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/align_layers align_layers.o -pthread -Wl,--rp= ath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/u= sr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gi= mp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphic= s/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /wo= rk/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpm= odule-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwi= dgets/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/= a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconf= ig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.li= bs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/lib= gimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/li= bgimpcolor-2.0. so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libg= impbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2= .0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/loc= al/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /= usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/lo= cal/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/l= ibexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so= -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr= /local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv= .so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating align_layers if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT animationplay.o -MD -MP -MF ".deps/= animationplay.Tpo" -c -o animationplay.o animationplay.c; \ then mv -f ".deps/animationplay.Tpo" ".deps/animationplay.Po"; else rm -f = ".deps/animationplay.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o ani= mationplay animationplay.o ../../libgimp/libgimpui-2.0.la ../../libgimpcon= fig/libgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../l= ibgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpm= ath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--= rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/= X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -l= Xext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -l= pangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgm= odule-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/animationplay animationplay.o -pthread -Wl,--= rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L= /usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/= gimp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graph= ics/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /= work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgim= pmodule-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimp= widgets/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /wor= k/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpco= nfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.= libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/l= ibgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/wor= k/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/= libgimpcolor-2. 0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/li= bgimpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11= -2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/l= ocal/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor= /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/= local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib= /libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.= so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /u= sr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libico= nv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating animationplay if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT animoptimize.o -MD -MP -MF ".deps/a= nimoptimize.Tpo" -c -o animoptimize.o animoptimize.c; \ then mv -f ".deps/animoptimize.Tpo" ".deps/animoptimize.Po"; else rm -f ".= deps/animoptimize.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o ani= moptimize animoptimize.o ../../libgimp/libgimp-2.0.la ../../libgimpcolor/l= ibgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase/l= ibgimpbase-2.0.la -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -liconv -lin= tl =20 gcc34 -O -pipe -Wall -o .libs/animoptimize animoptimize.o -L/usr/local/lib= -L/usr/X11R6/lib ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics= /gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/= a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2= .0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/= libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgi= mpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.s= o ../../libgimpmath/.libs/libgimpmath-2.0.so -lm ../../libgimpbase/.libs/li= bgimpbase-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.= 0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/= usr/local/lib creating animoptimize if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT apply_lens.o -MD -MP -MF ".deps/app= ly_lens.Tpo" -c -o apply_lens.o apply_lens.c; \ then mv -f ".deps/apply_lens.Tpo" ".deps/apply_lens.Po"; else rm -f ".deps= /apply_lens.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o app= ly_lens apply_lens.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/li= bgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp= /libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/li= bgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath = -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/= lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -= lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangof= t2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-= 2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/apply_lens apply_lens.o -pthread -Wl,--rpath = -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X= 11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-d= evel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gi= mp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a= /ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodul= e-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidget= s/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/po= rts/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2= .0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/l= ibgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp= color/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp= -2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgim= pcolor-2.0.so . ./../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpb= ase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.s= o -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/l= ib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/= local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/= lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libex= pat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm= /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/loc= al/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so = -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating apply_lens if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT autocrop.o -MD -MP -MF ".deps/autoc= rop.Tpo" -c -o autocrop.o autocrop.c; \ then mv -f ".deps/autocrop.Tpo" ".deps/autocrop.Po"; else rm -f ".deps/aut= ocrop.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o aut= ocrop autocrop.o ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpco= lor-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase/libgimpba= se-2.0.la -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/autocrop autocrop.o -L/usr/local/lib -L/usr/= X11R6/lib ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-de= vel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/ports/= graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /w= ork/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libgimpc= olor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpbase/.= libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so ../../= libgimpmath/.libs/libgimpmath-2.0.so -lm ../../libgimpbase/.libs/libgimpbas= e-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /us= r/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/loca= l/lib creating autocrop if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT autostretch_hsv.o -MD -MP -MF ".dep= s/autostretch_hsv.Tpo" -c -o autostretch_hsv.o autostretch_hsv.c; \ then mv -f ".deps/autostretch_hsv.Tpo" ".deps/autostretch_hsv.Po"; else rm= -f ".deps/autostretch_hsv.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o aut= ostretch_hsv autostretch_hsv.o ../../libgimp/libgimp-2.0.la ../../libgimpc= olor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../libgimp= base/libgimpbase-2.0.la -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -liconv = -lintl =20 gcc34 -O -pipe -Wall -o .libs/autostretch_hsv autostretch_hsv.o -L/usr/loc= al/lib -L/usr/X11R6/lib ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/gr= aphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so = /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimp= math-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/= .libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9= /libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor= -2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so -lm ../../libgimpbase/.l= ibs/libgimpbase-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libg= lib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath= -Wl,/usr/local/lib creating autostretch_hsv if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT blinds.o -MD -MP -MF ".deps/blinds.= Tpo" -c -o blinds.o blinds.c; \ then mv -f ".deps/blinds.Tpo" ".deps/blinds.Po"; else rm -f ".deps/blinds.= Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o bli= nds blinds.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpcon= fig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp= -2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmat= h-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr= /local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgt= k-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -la= tk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -= lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lgl= ib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/blinds blinds.o -pthread -Wl,--rpath -Wl,/usr= /local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib= ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/wor= k/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel= /work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/g= raphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so= ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/= libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/grap= hics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /w= ork/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpma= th-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.l= ibs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/l= ibgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2= .0.so ../../lib gimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.= so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXran= dr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgd= k_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/li= b/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libp= angoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /= usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/lo= cal/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/l= ibglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rp= ath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating blinds if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT blur.o -MD -MP -MF ".deps/blur.Tpo"= -c -o blur.o blur.c; \ then mv -f ".deps/blur.Tpo" ".deps/blur.Po"; else rm -f ".deps/blur.Tpo"; = exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o blu= r blur.o ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.= la ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.l= a -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/blur blur.o -L/usr/local/lib -L/usr/X11R6/li= b ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work= /gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/ports/graphics= /gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/po= rts/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0= .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/lib= gimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpm= ath/.libs/libgimpmath-2.0.so -lm ../../libgimpbase/.libs/libgimpbase-2.0.so= /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/= lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib creating blur if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT borderaverage.o -MD -MP -MF ".deps/= borderaverage.Tpo" -c -o borderaverage.o borderaverage.c; \ then mv -f ".deps/borderaverage.Tpo" ".deps/borderaverage.Po"; else rm -f = ".deps/borderaverage.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o bor= deraverage borderaverage.o ../../libgimp/libgimpui-2.0.la ../../libgimpcon= fig/libgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../l= ibgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpm= ath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--= rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/= X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -l= Xext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -l= pangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgm= odule-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/borderaverage borderaverage.o -pthread -Wl,--= rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L= /usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/= gimp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graph= ics/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /= work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgim= pmodule-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimp= widgets/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /wor= k/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpco= nfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.= libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/l= ibgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/wor= k/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/= libgimpcolor-2. 0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/li= bgimpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11= -2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/l= ocal/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor= /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/= local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib= /libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.= so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /u= sr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libico= nv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating borderaverage if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT bumpmap.o -MD -MP -MF ".deps/bumpma= p.Tpo" -c -o bumpmap.o bumpmap.c; \ then mv -f ".deps/bumpmap.Tpo" ".deps/bumpmap.Po"; else rm -f ".deps/bumpm= ap.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o bum= pmap bumpmap.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpc= onfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgi= mp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpm= ath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -l= gtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -= latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0= -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -l= glib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/bumpmap bumpmap.o -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/l= ib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/w= ork/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports= /graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.= so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.lib= s/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/gr= aphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so = /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimp= math-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/= .libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9= /libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor= -2.0.so ../../l ibgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.= 0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXr= andr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/lib= gdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/= lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/li= bpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so= /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/= local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib= /libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--= rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating bumpmap if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT c_astretch.o -MD -MP -MF ".deps/c_a= stretch.Tpo" -c -o c_astretch.o c_astretch.c; \ then mv -f ".deps/c_astretch.Tpo" ".deps/c_astretch.Po"; else rm -f ".deps= /c_astretch.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o c_a= stretch c_astretch.o ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgi= mpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase/libgi= mpbase-2.0.la -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -liconv -lintl = =20 gcc34 -O -pipe -Wall -o .libs/c_astretch c_astretch.o -L/usr/local/lib -L/= usr/X11R6/lib ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gim= p-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/po= rts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.s= o /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libg= impcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpba= se/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so ..= /../libgimpmath/.libs/libgimpmath-2.0.so -lm ../../libgimpbase/.libs/libgim= pbase-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so= /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/= local/lib creating c_astretch if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT cartoon.o -MD -MP -MF ".deps/cartoo= n.Tpo" -c -o cartoon.o cartoon.c; \ then mv -f ".deps/cartoon.Tpo" ".deps/cartoon.Po"; else rm -f ".deps/carto= on.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o car= toon cartoon.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpc= onfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgi= mp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpm= ath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -l= gtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -= latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0= -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -l= glib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/cartoon cartoon.o -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/l= ib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/w= ork/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports= /graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.= so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.lib= s/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/gr= aphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so = /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimp= math-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/= .libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9= /libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor= -2.0.so ../../l ibgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.= 0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXr= andr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/lib= gdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/= lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/li= bpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so= /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/= local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib= /libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--= rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating cartoon if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT ccanalyze.o -MD -MP -MF ".deps/ccan= alyze.Tpo" -c -o ccanalyze.o ccanalyze.c; \ then mv -f ".deps/ccanalyze.Tpo" ".deps/ccanalyze.Po"; else rm -f ".deps/c= canalyze.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o cca= nalyze ccanalyze.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libg= impconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/l= ibgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libg= impmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -W= l,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/li= b -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX= 11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2= -1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.= 0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/ccanalyze ccanalyze.o -pthread -Wl,--rpath -W= l,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11= R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp= -devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/p= orts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-= 2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/= .libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/port= s/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0= .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/lib= gimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpco= lor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpc= olor-2.0.so ../ ../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbas= e-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so = -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib= /libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/lo= cal/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/li= b/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpa= t.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /= usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local= /lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -W= l,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating ccanalyze if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT channel_mixer.o -MD -MP -MF ".deps/= channel_mixer.Tpo" -c -o channel_mixer.o channel_mixer.c; \ then mv -f ".deps/channel_mixer.Tpo" ".deps/channel_mixer.Po"; else rm -f = ".deps/channel_mixer.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o cha= nnel_mixer channel_mixer.o ../../libgimp/libgimpui-2.0.la ../../libgimpcon= fig/libgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../l= ibgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpm= ath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--= rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/= X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -l= Xext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -l= pangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgm= odule-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/channel_mixer channel_mixer.o -pthread -Wl,--= rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L= /usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/= gimp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graph= ics/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /= work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgim= pmodule-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimp= widgets/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /wor= k/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpco= nfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.= libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/l= ibgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/wor= k/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/= libgimpcolor-2. 0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/li= bgimpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11= -2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/l= ocal/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor= /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/= local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib= /libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.= so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /u= sr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libico= nv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating channel_mixer if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT checkerboard.o -MD -MP -MF ".deps/c= heckerboard.Tpo" -c -o checkerboard.o checkerboard.c; \ then mv -f ".deps/checkerboard.Tpo" ".deps/checkerboard.Po"; else rm -f ".= deps/checkerboard.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o che= ckerboard checkerboard.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfi= g/libgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../lib= gimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmat= h/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rp= ath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X1= 1R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXe= xt -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpa= ngoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmod= ule-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/checkerboard checkerboard.o -pthread -Wl,--rp= ath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/u= sr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gi= mp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphic= s/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /wo= rk/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpm= odule-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwi= dgets/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/= a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconf= ig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.li= bs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/lib= gimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/li= bgimpcolor-2.0. so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libg= impbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2= .0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/loc= al/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /= usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/lo= cal/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/l= ibexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so= -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr= /local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv= .so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating checkerboard if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT color_enhance.o -MD -MP -MF ".deps/= color_enhance.Tpo" -c -o color_enhance.o color_enhance.c; \ then mv -f ".deps/color_enhance.Tpo" ".deps/color_enhance.Po"; else rm -f = ".deps/color_enhance.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o col= or_enhance color_enhance.o ../../libgimp/libgimpui-2.0.la ../../libgimpcon= fig/libgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../l= ibgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpm= ath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--= rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/= X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -l= Xext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -l= pangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgm= odule-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/color_enhance color_enhance.o -pthread -Wl,--= rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L= /usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/= gimp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graph= ics/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /= work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgim= pmodule-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimp= widgets/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /wor= k/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpco= nfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.= libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/l= ibgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/wor= k/gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/= libgimpcolor-2. 0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/li= bgimpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11= -2.0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/l= ocal/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor= /usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/= local/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib= /libexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.= so -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /u= sr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libico= nv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating color_enhance if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT colorify.o -MD -MP -MF ".deps/color= ify.Tpo" -c -o colorify.o colorify.c; \ then mv -f ".deps/colorify.Tpo" ".deps/colorify.Po"; else rm -f ".deps/col= orify.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o col= orify colorify.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgim= pconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/lib= gimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgim= pmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,= /usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib = -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11= -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1= .0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 = -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/colorify colorify.o -pthread -Wl,--rpath -Wl,= /usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6= /lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel= /work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-d= evel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/por= ts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.= 0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.l= ibs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/= graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.s= o /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgi= mpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolo= r/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3= .9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcol= or-2.0.so ../.. /libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-= 2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -l= Xrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/l= ibgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/loca= l/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/= libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.= so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /us= r/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/l= ib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,= --rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating colorify if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT colortoalpha.o -MD -MP -MF ".deps/c= olortoalpha.Tpo" -c -o colortoalpha.o colortoalpha.c; \ then mv -f ".deps/colortoalpha.Tpo" ".deps/colortoalpha.Po"; else rm -f ".= deps/colortoalpha.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o col= ortoalpha colortoalpha.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfi= g/libgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../lib= gimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmat= h/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rp= ath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X1= 1R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXe= xt -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpa= ngoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmod= ule-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/colortoalpha colortoalpha.o -pthread -Wl,--rp= ath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/u= sr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gi= mp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphic= s/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /wo= rk/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpm= odule-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwi= dgets/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/= a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconf= ig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.li= bs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/lib= gimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/li= bgimpcolor-2.0. so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libg= impbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2= .0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/loc= al/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /= usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/lo= cal/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/l= ibexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so= -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr= /local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv= .so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating colortoalpha if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT compose.o -MD -MP -MF ".deps/compos= e.Tpo" -c -o compose.o compose.c; \ then mv -f ".deps/compose.Tpo" ".deps/compose.Po"; else rm -f ".deps/compo= se.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o com= pose compose.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpc= onfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgi= mp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpm= ath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -l= gtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -= latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0= -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -l= glib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/compose compose.o -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/l= ib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/w= ork/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports= /graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.= so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.lib= s/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/gr= aphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so = /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimp= math-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/= .libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9= /libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor= -2.0.so ../../l ibgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.= 0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXr= andr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/lib= gdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/= lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/li= bpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so= /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/= local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib= /libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--= rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating compose if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT compressor.o -MD -MP -MF ".deps/com= pressor.Tpo" -c -o compressor.o compressor.c; \ then mv -f ".deps/compressor.Tpo" ".deps/compressor.Po"; else rm -f ".deps= /compressor.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o com= pressor compressor.o ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgi= mpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase/libgi= mpbase-2.0.la -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -liconv -lintl = =20 gcc34 -O -pipe -Wall -o .libs/compressor compressor.o -L/usr/local/lib -L/= usr/X11R6/lib ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gim= p-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/po= rts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.s= o /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libg= impcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpba= se/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so ..= /../libgimpmath/.libs/libgimpmath-2.0.so -lm ../../libgimpbase/.libs/libgim= pbase-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so= /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/= local/lib creating compressor if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT convmatrix.o -MD -MP -MF ".deps/con= vmatrix.Tpo" -c -o convmatrix.o convmatrix.c; \ then mv -f ".deps/convmatrix.Tpo" ".deps/convmatrix.Po"; else rm -f ".deps= /convmatrix.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o con= vmatrix convmatrix.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/li= bgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp= /libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/li= bgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath = -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/= lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -= lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangof= t2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-= 2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/convmatrix convmatrix.o -pthread -Wl,--rpath = -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X= 11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-d= evel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gi= mp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a= /ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodul= e-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidget= s/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/po= rts/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2= .0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/l= ibgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp= color/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp= -2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgim= pcolor-2.0.so . ./../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpb= ase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.s= o -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/l= ib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/= local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/= lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libex= pat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm= /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/loc= al/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so = -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating convmatrix if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT csource.o -MD -MP -MF ".deps/csourc= e.Tpo" -c -o csource.o csource.c; \ then mv -f ".deps/csource.Tpo" ".deps/csource.Po"; else rm -f ".deps/csour= ce.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o cso= urce csource.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpc= onfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgi= mp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpm= ath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -l= gtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -= latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0= -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -l= glib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/csource csource.o -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/l= ib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/w= ork/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports= /graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.= so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.lib= s/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/gr= aphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so = /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimp= math-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/= .libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9= /libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor= -2.0.so ../../l ibgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.= 0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXr= andr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/lib= gdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/= lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/li= bpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so= /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/= local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib= /libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--= rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating csource if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT cubism.o -MD -MP -MF ".deps/cubism.= Tpo" -c -o cubism.o cubism.c; \ then mv -f ".deps/cubism.Tpo" ".deps/cubism.Po"; else rm -f ".deps/cubism.= Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o cub= ism cubism.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpcon= fig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp= -2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmat= h-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr= /local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgt= k-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -la= tk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -= lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lgl= ib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/cubism cubism.o -pthread -Wl,--rpath -Wl,/usr= /local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib= ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/wor= k/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel= /work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/g= raphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so= ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/= libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/grap= hics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /w= ork/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpma= th-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.l= ibs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/l= ibgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2= .0.so ../../lib gimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.= so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXran= dr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgd= k_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/li= b/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libp= angoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /= usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/lo= cal/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/l= ibglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rp= ath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating cubism if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT curve_bend.o -MD -MP -MF ".deps/cur= ve_bend.Tpo" -c -o curve_bend.o curve_bend.c; \ then mv -f ".deps/curve_bend.Tpo" ".deps/curve_bend.Po"; else rm -f ".deps= /curve_bend.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o cur= ve_bend curve_bend.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/li= bgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp= /libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/li= bgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath = -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/= lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -= lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangof= t2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-= 2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/curve_bend curve_bend.o -pthread -Wl,--rpath = -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X= 11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-d= evel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gi= mp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a= /ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodul= e-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidget= s/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/po= rts/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2= .0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/l= ibgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp= color/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp= -2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgim= pcolor-2.0.so . ./../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpb= ase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.s= o -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/l= ib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/= local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/= lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libex= pat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm= /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/loc= al/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so = -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating curve_bend if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT decompose.o -MD -MP -MF ".deps/deco= mpose.Tpo" -c -o decompose.o decompose.c; \ then mv -f ".deps/decompose.Tpo" ".deps/decompose.Po"; else rm -f ".deps/d= ecompose.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o dec= ompose decompose.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libg= impconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/l= ibgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libg= impmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -W= l,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/li= b -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX= 11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2= -1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.= 0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/decompose decompose.o -pthread -Wl,--rpath -W= l,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11= R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp= -devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/p= orts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-= 2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/= .libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/port= s/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0= .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/lib= gimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpco= lor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpc= olor-2.0.so ../ ../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbas= e-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so = -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib= /libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/lo= cal/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/li= b/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpa= t.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /= usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local= /lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -W= l,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating decompose if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT deinterlace.o -MD -MP -MF ".deps/de= interlace.Tpo" -c -o deinterlace.o deinterlace.c; \ then mv -f ".deps/deinterlace.Tpo" ".deps/deinterlace.Po"; else rm -f ".de= ps/deinterlace.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o dei= nterlace deinterlace.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/= libgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgi= mp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/= libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpat= h -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R= 6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext= -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpang= oft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodul= e-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/deinterlace deinterlace.o -pthread -Wl,--rpat= h -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr= /X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp= -devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/= gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work= /a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmod= ule-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidg= ets/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/= ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig= -2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs= /libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgi= mpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gi= mp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libg= impcolor-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgim= pbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0= .so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local= /lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /us= r/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/loca= l/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/lib= expat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -= lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/l= ocal/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.s= o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating deinterlace if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT depthmerge.o -MD -MP -MF ".deps/dep= thmerge.Tpo" -c -o depthmerge.o depthmerge.c; \ then mv -f ".deps/depthmerge.Tpo" ".deps/depthmerge.Po"; else rm -f ".deps= /depthmerge.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o dep= thmerge depthmerge.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/li= bgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp= /libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/li= bgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath = -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/= lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -= lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangof= t2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-= 2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/depthmerge depthmerge.o -pthread -Wl,--rpath = -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X= 11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-d= evel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gi= mp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a= /ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodul= e-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidget= s/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/po= rts/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2= .0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/l= ibgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp= color/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp= -2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgim= pcolor-2.0.so . ./../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpb= ase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.s= o -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/l= ib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/= local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/= lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libex= pat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm= /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/loc= al/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so = -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating depthmerge if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT despeckle.o -MD -MP -MF ".deps/desp= eckle.Tpo" -c -o despeckle.o despeckle.c; \ then mv -f ".deps/despeckle.Tpo" ".deps/despeckle.Po"; else rm -f ".deps/d= especkle.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o des= peckle despeckle.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libg= impconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/l= ibgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libg= impmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -W= l,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/li= b -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX= 11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2= -1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.= 0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/despeckle despeckle.o -pthread -Wl,--rpath -W= l,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11= R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp= -devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/p= orts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-= 2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/= .libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/port= s/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0= .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/lib= gimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpco= lor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpc= olor-2.0.so ../ ../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbas= e-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so = -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib= /libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/lo= cal/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/li= b/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpa= t.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /= usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local= /lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -W= l,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating despeckle if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT destripe.o -MD -MP -MF ".deps/destr= ipe.Tpo" -c -o destripe.o destripe.c; \ then mv -f ".deps/destripe.Tpo" ".deps/destripe.Po"; else rm -f ".deps/des= tripe.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o des= tripe destripe.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgim= pconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/lib= gimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgim= pmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,= /usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib = -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11= -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1= .0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 = -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/destripe destripe.o -pthread -Wl,--rpath -Wl,= /usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6= /lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel= /work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-d= evel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/por= ts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.= 0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.l= ibs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/= graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.s= o /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgi= mpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolo= r/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3= .9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcol= or-2.0.so ../.. /libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-= 2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -l= Xrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/l= ibgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/loca= l/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/= libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.= so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /us= r/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/l= ib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,= --rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating destripe if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT dicom.o -MD -MP -MF ".deps/dicom.Tp= o" -c -o dicom.o dicom.c; \ then mv -f ".deps/dicom.Tpo" ".deps/dicom.Po"; else rm -f ".deps/dicom.Tpo= "; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o dic= om dicom.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpconfi= g-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp-2= .0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-= 2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/l= ocal/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-= x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk= -1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lf= ontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib= -2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/dicom dicom.o -pthread -Wl,--rpath -Wl,/usr/l= ocal/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib .= ./../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/w= ork/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/gra= phics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so .= ./../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/li= bgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphi= cs/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /wor= k/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath= -2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.lib= s/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/lib= gimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0= .so ../../libgi mpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so= /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr= -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_= pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/= libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpan= goft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /us= r/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/loca= l/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/lib= glib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpat= h -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating dicom if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT diffraction.o -MD -MP -MF ".deps/di= ffraction.Tpo" -c -o diffraction.o diffraction.c; \ then mv -f ".deps/diffraction.Tpo" ".deps/diffraction.Po"; else rm -f ".de= ps/diffraction.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o dif= fraction diffraction.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/= libgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgi= mp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/= libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpat= h -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R= 6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext= -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpang= oft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodul= e-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/diffraction diffraction.o -pthread -Wl,--rpat= h -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr= /X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp= -devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/= gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work= /a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmod= ule-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidg= ets/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/= ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig= -2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs= /libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgi= mpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gi= mp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libg= impcolor-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgim= pbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0= .so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local= /lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /us= r/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/loca= l/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/lib= expat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -= lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/l= ocal/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.s= o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating diffraction if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT displace.o -MD -MP -MF ".deps/displ= ace.Tpo" -c -o displace.o displace.c; \ then mv -f ".deps/displace.Tpo" ".deps/displace.Po"; else rm -f ".deps/dis= place.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o dis= place displace.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgim= pconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/lib= gimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgim= pmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,= /usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib = -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11= -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1= .0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 = -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/displace displace.o -pthread -Wl,--rpath -Wl,= /usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6= /lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel= /work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-d= evel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/por= ts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.= 0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.l= ibs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/= graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.s= o /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgi= mpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolo= r/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3= .9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcol= or-2.0.so ../.. /libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-= 2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -l= Xrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/l= ibgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/loca= l/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/= libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.= so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /us= r/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/l= ib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,= --rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating displace if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT dog.o -MD -MP -MF ".deps/dog.Tpo" -= c -o dog.o dog.c; \ then mv -f ".deps/dog.Tpo" ".deps/dog.Po"; else rm -f ".deps/dog.Tpo"; exi= t 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o dog= dog.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpconfig-2.= 0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp-2.0.l= a ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.= la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/local= /lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-= 2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0= -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontc= onfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0= -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/dog dog.o -pthread -Wl,--rpath -Wl,/usr/local= /lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../..= /libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp= -2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphic= s/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../..= /libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/libgim= pwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/g= imp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/= ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0= .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/li= bgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp= base/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so = ../../libgimpma th/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /us= r/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -lX= i -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixb= uf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/libc= airo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpangoft= 2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/lo= cal/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/li= b/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib= -2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -W= l,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating dog if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT edge.o -MD -MP -MF ".deps/edge.Tpo"= -c -o edge.o edge.c; \ then mv -f ".deps/edge.Tpo" ".deps/edge.Po"; else rm -f ".deps/edge.Tpo"; = exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o edg= e edge.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpconfig-= 2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp-2.0= .la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.= 0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/loc= al/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x1= 1-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1= .0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfon= tconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2= .0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/edge edge.o -pthread -Wl,--rpath -Wl,/usr/loc= al/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../= ../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gi= mp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/wor= k/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graph= ics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../= ../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/libg= impwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics= /gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/= a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2= .0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/= libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgi= mpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.s= o ../../libgimp math/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /= usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -= lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pi= xbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/li= bcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpango= ft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/= local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/= lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgl= ib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath = -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating edge if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT emboss.o -MD -MP -MF ".deps/emboss.= Tpo" -c -o emboss.o emboss.c; \ then mv -f ".deps/emboss.Tpo" ".deps/emboss.Po"; else rm -f ".deps/emboss.= Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o emb= oss emboss.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpcon= fig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp= -2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmat= h-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr= /local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgt= k-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -la= tk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -= lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lgl= ib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/emboss emboss.o -pthread -Wl,--rpath -Wl,/usr= /local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib= ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/wor= k/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel= /work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/g= raphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so= ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/= libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/grap= hics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /w= ork/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpma= th-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.l= ibs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/l= ibgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2= .0.so ../../lib gimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.= so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXran= dr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgd= k_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/li= b/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libp= angoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /= usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/lo= cal/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/l= ibglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rp= ath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating emboss if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT engrave.o -MD -MP -MF ".deps/engrav= e.Tpo" -c -o engrave.o engrave.c; \ then mv -f ".deps/engrave.Tpo" ".deps/engrave.Po"; else rm -f ".deps/engra= ve.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o eng= rave engrave.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpc= onfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgi= mp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpm= ath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -l= gtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -= latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0= -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -l= glib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/engrave engrave.o -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/l= ib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/w= ork/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports= /graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.= so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.lib= s/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/gr= aphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so = /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimp= math-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/= .libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9= /libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor= -2.0.so ../../l ibgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.= 0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXr= andr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/lib= gdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/= lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/li= bpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so= /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/= local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib= /libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--= rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating engrave if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT exchange.o -MD -MP -MF ".deps/excha= nge.Tpo" -c -o exchange.o exchange.c; \ then mv -f ".deps/exchange.Tpo" ".deps/exchange.Po"; else rm -f ".deps/exc= hange.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o exc= hange exchange.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgim= pconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/lib= gimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgim= pmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,= /usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib = -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11= -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1= .0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 = -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/exchange exchange.o -pthread -Wl,--rpath -Wl,= /usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6= /lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel= /work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-d= evel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/por= ts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.= 0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.l= ibs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/= graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.s= o /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgi= mpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolo= r/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3= .9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcol= or-2.0.so ../.. /libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-= 2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -l= Xrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/l= ibgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/loca= l/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/= libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.= so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /us= r/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/l= ib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,= --rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating exchange if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT film.o -MD -MP -MF ".deps/film.Tpo"= -c -o film.o film.c; \ then mv -f ".deps/film.Tpo" ".deps/film.Po"; else rm -f ".deps/film.Tpo"; = exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o fil= m film.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpconfig-= 2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp-2.0= .la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.= 0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/loc= al/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x1= 1-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1= .0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfon= tconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2= .0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/film film.o -pthread -Wl,--rpath -Wl,/usr/loc= al/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../= ../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gi= mp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/wor= k/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graph= ics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../= ../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/libg= impwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics= /gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/= a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2= .0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/= libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgi= mpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.s= o ../../libgimp math/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /= usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -= lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pi= xbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/li= bcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpango= ft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/= local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/= lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgl= ib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath = -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating film if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT flarefx.o -MD -MP -MF ".deps/flaref= x.Tpo" -c -o flarefx.o flarefx.c; \ then mv -f ".deps/flarefx.Tpo" ".deps/flarefx.Po"; else rm -f ".deps/flare= fx.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o fla= refx flarefx.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpc= onfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgi= mp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpm= ath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -l= gtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -= latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0= -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -l= glib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/flarefx flarefx.o -pthread -Wl,--rpath -Wl,/u= sr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/l= ib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/w= ork/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports= /graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.= so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.lib= s/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/gr= aphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so = /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimp= math-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/= .libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9= /libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor= -2.0.so ../../l ibgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.= 0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXr= andr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/lib= gdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/= lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/li= bpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so= /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/= local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib= /libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--= rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating flarefx if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT fp.o -MD -MP -MF ".deps/fp.Tpo" -c = -o fp.o fp.c; \ then mv -f ".deps/fp.Tpo" ".deps/fp.Po"; else rm -f ".deps/fp.Tpo"; exit 1= ; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o fp = fp.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpconfig-2.0.= la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp-2.0.la = ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.la= ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/local/l= ib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.= 0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -= lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontcon= fig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -= liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/fp fp.o -pthread -Wl,--rpath -Wl,/usr/local/l= ib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../../l= ibgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/gi= mp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphics/= gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../../l= ibgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/libgimpw= idgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gim= p-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/po= rts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.s= o /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libg= impcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpba= se/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so ..= /../libgimpmath /.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /usr/= local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -lXi = -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf= -2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/libcai= ro.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpangoft2-= 1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/loca= l/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/lib/= libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2= .0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,= /usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating fp if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT fractaltrace.o -MD -MP -MF ".deps/f= ractaltrace.Tpo" -c -o fractaltrace.o fractaltrace.c; \ then mv -f ".deps/fractaltrace.Tpo" ".deps/fractaltrace.Po"; else rm -f ".= deps/fractaltrace.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o fra= ctaltrace fractaltrace.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfi= g/libgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../lib= gimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmat= h/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rp= ath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X1= 1R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXe= xt -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpa= ngoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmod= ule-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/fractaltrace fractaltrace.o -pthread -Wl,--rp= ath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/u= sr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gi= mp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphic= s/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /wo= rk/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpm= odule-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwi= dgets/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/= a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconf= ig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.li= bs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/lib= gimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/li= bgimpcolor-2.0. so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libg= impbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2= .0.so -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/loc= al/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /= usr/local/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/lo= cal/lib/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/l= ibexpat.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so= -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr= /local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv= .so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating fractaltrace if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gauss.o -MD -MP -MF ".deps/gauss.Tp= o" -c -o gauss.o gauss.c; \ then mv -f ".deps/gauss.Tpo" ".deps/gauss.Po"; else rm -f ".deps/gauss.Tpo= "; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gau= ss gauss.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpconfi= g-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp-2= .0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-= 2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/l= ocal/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-= x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk= -1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lf= ontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib= -2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/gauss gauss.o -pthread -Wl,--rpath -Wl,/usr/l= ocal/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib .= ./../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/w= ork/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/gra= phics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so .= ./../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/li= bgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphi= cs/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /wor= k/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath= -2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.lib= s/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/lib= gimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0= .so ../../libgi mpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so= /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr= -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_= pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/= libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpan= goft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /us= r/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/loca= l/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/lib= glib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpat= h -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating gauss if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gbr.o -MD -MP -MF ".deps/gbr.Tpo" -= c -o gbr.o gbr.c; \ then mv -f ".deps/gbr.Tpo" ".deps/gbr.Po"; else rm -f ".deps/gbr.Tpo"; exi= t 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gbr= gbr.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpconfig-2.= 0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp-2.0.l= a ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.= la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/local= /lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-= 2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0= -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontc= onfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0= -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/gbr gbr.o -pthread -Wl,--rpath -Wl,/usr/local= /lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../..= /libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp= -2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphic= s/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../..= /libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/libgim= pwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/g= imp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/= ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0= .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/li= bgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp= base/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so = ../../libgimpma th/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /us= r/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -lX= i -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixb= uf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/libc= airo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpangoft= 2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/lo= cal/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/li= b/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib= -2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -W= l,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating gbr if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gee.o -MD -MP -MF ".deps/gee.Tpo" -= c -o gee.o gee.c; \ then mv -f ".deps/gee.Tpo" ".deps/gee.Po"; else rm -f ".deps/gee.Tpo"; exi= t 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gee= gee.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpconfig-2.= 0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp-2.0.l= a ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.= la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/local= /lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-= 2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0= -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontc= onfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0= -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/gee gee.o -pthread -Wl,--rpath -Wl,/usr/local= /lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../..= /libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp= -2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphic= s/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../..= /libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/libgim= pwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/g= imp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/= ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0= .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/li= bgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp= base/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so = ../../libgimpma th/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /us= r/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -lX= i -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixb= uf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/libc= airo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpangoft= 2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/lo= cal/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/li= b/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib= -2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -W= l,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating gee if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gee_zoom.o -MD -MP -MF ".deps/gee_z= oom.Tpo" -c -o gee_zoom.o gee_zoom.c; \ then mv -f ".deps/gee_zoom.Tpo" ".deps/gee_zoom.Po"; else rm -f ".deps/gee= _zoom.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gee= _zoom gee_zoom.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgim= pconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/lib= gimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgim= pmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,= /usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib = -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11= -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1= .0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 = -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/gee_zoom gee_zoom.o -pthread -Wl,--rpath -Wl,= /usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6= /lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel= /work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-d= evel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/por= ts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.= 0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.l= ibs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/= graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.s= o /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgi= mpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolo= r/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3= .9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcol= or-2.0.so ../.. /libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-= 2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -l= Xrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/l= ibgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/loca= l/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/= libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.= so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /us= r/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/l= ib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,= --rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating gee_zoom if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gif.o -MD -MP -MF ".deps/gif.Tpo" -= c -o gif.o gif.c; \ then mv -f ".deps/gif.Tpo" ".deps/gif.Po"; else rm -f ".deps/gif.Tpo"; exi= t 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gif= gif.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpconfig-2.= 0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp-2.0.l= a ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.= la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/local= /lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-= 2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0= -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontc= onfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0= -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/gif gif.o -pthread -Wl,--rpath -Wl,/usr/local= /lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../..= /libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp= -2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphic= s/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../..= /libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/libgim= pwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/g= imp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/= ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0= .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/li= bgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp= base/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so = ../../libgimpma th/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /us= r/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -lX= i -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixb= uf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/libc= airo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpangoft= 2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/lo= cal/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/li= b/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib= -2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -W= l,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating gif if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gifload.o -MD -MP -MF ".deps/gifloa= d.Tpo" -c -o gifload.o gifload.c; \ then mv -f ".deps/gifload.Tpo" ".deps/gifload.Po"; else rm -f ".deps/giflo= ad.Tpo"; exit 1; fi gifload.c: In function `run': gifload.c:180: warning: 'image_ID' might be used uninitialized in this func= tion /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gif= load gifload.o ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolo= r-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase= -2.0.la -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/gifload gifload.o -L/usr/local/lib -L/usr/X1= 1R6/lib ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-deve= l/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/ports/gr= aphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /wor= k/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libgimpcol= or-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpbase/.li= bs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so ../../li= bgimpmath/.libs/libgimpmath-2.0.so -lm ../../libgimpbase/.libs/libgimpbase-= 2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/= local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/= lib creating gifload if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gih.o -MD -MP -MF ".deps/gih.Tpo" -= c -o gih.o gih.c; \ then mv -f ".deps/gih.Tpo" ".deps/gih.Po"; else rm -f ".deps/gih.Tpo"; exi= t 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gih= gih.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libgimpconfig-2.= 0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/libgimp-2.0.l= a ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libgimpmath-2.0.= la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -Wl,/usr/local= /lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-= 2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0= -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontc= onfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0= -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/gih gih.o -pthread -Wl,--rpath -Wl,/usr/local= /lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib ../..= /libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp= -2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/ports/graphic= s/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-2.0.so ../..= /libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/.libs/libgim= pwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/g= imp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/= ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0= .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/li= bgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimp= base/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so = ../../libgimpma th/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /us= r/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -lX= i -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixb= uf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/local/lib/libc= airo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/lib/libpangoft= 2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/lo= cal/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /usr/local/li= b/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib= -2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -W= l,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating gih if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT glasstile.o -MD -MP -MF ".deps/glas= stile.Tpo" -c -o glasstile.o glasstile.c; \ then mv -f ".deps/glasstile.Tpo" ".deps/glasstile.Po"; else rm -f ".deps/g= lasstile.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gla= sstile glasstile.o ../../libgimp/libgimpui-2.0.la ../../libgimpconfig/libg= impconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimp/l= ibgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpmath/libg= impmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -Wl,--rpath -W= l,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/li= b -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX= 11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2= -1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.= 0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/glasstile glasstile.o -pthread -Wl,--rpath -W= l,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11= R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/ports/graphics/gimp-dev= el/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp= -devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidgets-2.0.so /work/a/p= orts/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/.libs/libgimpmodule-= 2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpwidgets/= .libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp-2.0.so /work/a/port= s/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0= .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/lib= gimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpco= lor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2= .3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/libgimpc= olor-2.0.so ../ ../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpbase/.libs/libgimpbas= e-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so = -lXrandr -lXi -lXinerama -lXext /usr/local/lib/libatk-1.0.so /usr/local/lib= /libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so -lXcursor /usr/lo= cal/lib/libcairo.so -pthread -lpng -lXrender -lSM -lICE -lX11 /usr/local/li= b/libpangoft2-1.0.so /usr/X11R6/lib/libfontconfig.so /usr/local/lib/libexpa= t.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpango-1.0.so -lm /= usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local= /lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -W= l,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib creating glasstile if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT glob.o -MD -MP -MF ".deps/glob.Tpo"= -c -o glob.o glob.c; \ then mv -f ".deps/glob.Tpo" ".deps/glob.Po"; else rm -f ".deps/glob.Tpo"; = exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o glo= b glob.o ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.= la ../../libgimpmath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.l= a -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -liconv -lintl =20 gcc34 -O -pipe -Wall -o .libs/glob glob.o -L/usr/local/lib -L/usr/X11R6/li= b ../../libgimp/.libs/libgimp-2.0.so /work/a/ports/graphics/gimp-devel/work= /gimp-2.3.9/libgimpconfig/.libs/libgimpconfig-2.0.so /work/a/ports/graphics= /gimp-devel/work/gimp-2.3.9/libgimpmath/.libs/libgimpmath-2.0.so /work/a/po= rts/graphics/gimp-devel/work/gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0= .so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpbase/.libs/lib= gimpbase-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpm= ath/.libs/libgimpmath-2.0.so -lm ../../libgimpbase/.libs/libgimpbase-2.0.so= /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/= lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib creating glob if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -I/usr/local/include/libgnomeprintui-2.2 -I/usr/local/in= clude/libgnomeprint-2.2 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/loca= l/include/libart-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.= 0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/in= clude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/= local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include= /atk-1.0 -I/usr/local/include/cairo -O -pipe -Wall -MT gnomeprint-gnomep= rint.o -MD -MP=20 -MF ".deps/gnomeprint-gnomeprint.Tpo" -c -o gnomeprint-gnomeprint.o `test = -f 'gnomeprint.c' || echo './'`gnomeprint.c; \ then mv -f ".deps/gnomeprint-gnomeprint.Tpo" ".deps/gnomeprint-gnomeprint.= Po"; else rm -f ".deps/gnomeprint-gnomeprint.Tpo"; exit 1; fi /bin/sh /work/a/ports/graphics/gimp-devel/work/gnome-libtool --tag=3DCC --m= ode=3Dlink gcc34 -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o gno= meprint gnomeprint-gnomeprint.o ../../libgimp/libgimpui-2.0.la ../../libgi= mpconfig/libgimpconfig-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ..= /../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../lib= gimpmath/libgimpmath-2.0.la ../../libgimpbase/libgimpbase-2.0.la -Wl,--expo= rt-dynamic -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/= local/lib -L/usr/X11R6/lib -lgnomeprintui-2-2 -lgnomeprint-2-2 -lgnomecanva= s-2 -lxml2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi= -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcur= sor -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgo= bject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -pthread -Wl,--rpath -Wl,/usr/= local/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk= -x11-2.0 -lgdk-x11- 2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf= -2.0 -lpangocairo-1.0 -lXcursor -lcairo -lpangoft2-1.0 -lfontconfig -lfreet= ype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -= lintl =20 gcc34 -O -pipe -Wall -o .libs/gnomeprint gnomeprint-gnomeprint.o -Wl,--expo= rt-dynamic -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -pt= hread -Wl,--rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/X11R6/lib -L/usr/= local/lib -L/usr/X11R6/lib ../../libgimp/.libs/libgimpui-2.0.so /work/a/por= ts/graphics/gimp-devel/work/gimp-2.3.9/libgimp/.libs/libgimp-2.0.so /work/a= /ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpwidgets/.libs/libgimpwidg= ets-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpmodule/= .libs/libgimpmodule-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so .= ./../libgimpwidgets/.libs/libgimpwidgets-2.0.so ../../libgimp/.libs/libgimp= -2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/libgimpconfig/.li= bs/libgimpconfig-2.0.so /work/a/ports/graphics/gimp-devel/work/gimp-2.3.9/l= ibgimpmath/.libs/libgimpmath-2.0.so /work/a/ports/graphics/gimp-devel/work/= gimp-2.3.9/libgimpcolor/.libs/libgimpcolor-2.0.so /work/a/ports/graphics/gi= mp-devel/work/g imp-2.3.9/libgimpbase/.libs/libgimpbase-2.0.so ../../libgimpcolor/.libs/li= bgimpcolor-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpb= ase/.libs/libgimpbase-2.0.so /usr/local/lib/libgnomeprintui-2-2.so /usr/loc= al/lib/libgnomeprint-2-2.so /usr/local/lib/libgnomecanvas-2.so /usr/local/l= ib/libxml2.so /usr/local/lib/libart_lgpl_2.so /usr/local/lib/libgtk-x11-2.0= .so /usr/local/lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext /usr/l= ocal/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/l= ibpangocairo-1.0.so -lXcursor /usr/local/lib/libcairo.so -pthread -lpng -lX= render -lSM -lICE -lX11 /usr/local/lib/libpangoft2-1.0.so /usr/X11R6/lib/li= bfontconfig.so /usr/local/lib/libexpat.so /usr/local/lib/libfreetype.so -lz= /usr/local/lib/libpango-1.0.so -lm /usr/local/lib/libgobject-2.0.so /usr/l= ocal/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/lib= intl.so /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpa= th -Wl,/usr/X11 R6/lib creating gnomeprint if gcc34 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2= .0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/loc= al/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/incl= ude/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/inc= lude -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -D= GTK_MULTIHEAD_SAFE -O -pipe -Wall -MT gqbist.o -MD -MP -MF ".deps/gqbist.= Tpo" -c -o gqbist.o gqbist.c; \ then mv -f ".deps/gqbist.Tpo" ".deps/gqbist.Po"; else rm -f ".deps/gqbist.= Tpo"; exit 1; fi In file included from /usr/local/include/glib-2.0/glib/gstdio.h:26, from gqbist.c:37: /usr/include/sys/stat.h:80: error: syntax error before "dev_t" /usr/include/sys/stat.h:82: error: syntax error before "st_mode" /usr/include/sys/stat.h:83: error: syntax error before "st_nlink" /usr/include/sys/stat.h:84: error: syntax error before "st_uid" /usr/include/sys/stat.h:85: error: syntax error before "st_gid" /usr/include/sys/stat.h:86: error: syntax error before "st_rdev" /usr/include/sys/stat.h:92: error: syntax error before "st_atime" /usr/include/sys/stat.h:94: error: syntax error before "st_mtime" /usr/include/sys/stat.h:96: error: syntax error before "st_ctime" /usr/include/sys/stat.h:99: error: syntax error before "st_size" /usr/include/sys/stat.h:100: error: syntax error before "st_blocks" /usr/include/sys/stat.h:101: error: syntax error before "st_blksize" /usr/include/sys/stat.h:102: error: syntax error before "st_flags" /usr/include/sys/stat.h:103: error: syntax error before "st_gen" /usr/include/sys/stat.h:104: error: syntax error before "st_lspare" /usr/include/sys/stat.h:105: error: syntax error before "st_qspare" /usr/include/sys/stat.h:106: error: syntax error before '}' token /usr/include/sys/stat.h:242: error: syntax error before "mode_t" /usr/include/sys/stat.h:244: error: syntax error before "mode_t" /usr/include/sys/stat.h:245: error: syntax error before "mode_t" /usr/include/sys/stat.h:247: error: syntax error before "umask" gmake[3]: *** [gqbist.o] Error 1 gmake[3]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins/common' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9/plug-ins' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/graphics/gimp-devel/work/gimp-2.= 3.9' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/graphics/gimp-devel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/graphics/gimp-devel ended at Sat Nov 4 18:25:25 GMT 20= 06 ----- End forwarded message ----- --JB7KW7Ey7eB5HOHs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFTPEkWry0BWjoQKURAp7RAJ0S3YBzrpLymuJ/PkJhUNvwSlggJgCgyqjS jxdrurl+9d0oUs3gkSzQ9HI= =hL+X -----END PGP SIGNATURE----- --JB7KW7Ey7eB5HOHs-- From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 20:00:19 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70BAF16A492 for ; Sat, 4 Nov 2006 20:00:19 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEEB943D9C for ; Sat, 4 Nov 2006 20:00:01 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 338721A4D91 for ; Sat, 4 Nov 2006 12:00:01 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 480FB51364; Sat, 4 Nov 2006 14:59:54 -0500 (EST) Date: Sat, 4 Nov 2006 14:59:54 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20061104195954.GS70239@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="R0KbGFzrRdaLlFh/" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@FreeBSD.org: hxplay-1.0.7 failed on i386 4] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 20:00:19 -0000 --R0KbGFzrRdaLlFh/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Sat, 4 Nov 2006 15:21:10 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: hxplay-1.0.7 failed on i386 4 X-UIDL: e~l"!Vo9"!QY^"!D?o"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.3 ERROR: UNIXCompile(datatype/text/realtext/fileformat) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/text/realtext/fileformat from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/image/realpix/codec/png UNIXCompile(datatype/image/realpix/codec/png): generating makefiles UMAKE: Umakefil -> Makefile in datatype/image/realpix/codec/png UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakelib -> umakelib.mak in datatype/image/realpix/codec/png UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakedll -> umakedll.mak in datatype/image/realpix/codec/png UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Time used: 1.73 seconds UNIXCompile(datatype/image/realpix/codec/png): making depend make depend make SUBMAKEFLAGS=3D"" -f umakelib.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakelib -mumakelib.mak -I../../../../../common/runtime/pub -I../.= ./../../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include= -I../../../../../common/include -I../../../../../client/include -I../../..= /../../common/util/pub -I../../../../../common/container/pub -I../../../../= ../common/dbgtool/pub -I../../../../../common/system/pub -I../../../../../c= ommon/import/zlib/pub -I../../../common/pub -I../../../png/common/pub -I../= ../../png/import/libpng -I./pub pxcpngff.cpp pxcpngrn.cpp make SUBMAKEFLAGS=3D"" -f umakedll.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakedll -mumakedll.mak -I../../../../../common/runtime/pub -I../.= ./../../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include= -I../../../../../common/include -I./pub -I../../../../../datatype/image/re= alpix/codec/png/pub -I../../../../../datatype/image/png/common/pub -I../../= ../../../datatype/image/common/pub -I../../../../../datatype/common/util/pu= b -I../../../../../common/system/pub -I../../../../../common/dbgtool/pub -I= ../../../../../common/util/pub -I../../../../../common/container/pub pxcpng= fa.cpp Time used: 4.35 seconds UNIXCompile(datatype/image/realpix/codec/png): making copy make copy make SUBMAKEFLAGS=3D"" -f umakelib.mak copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../../../co= mmon/runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/inclu= de -I/usr/local/include -I../../../../../common/include -I../../../../../cl= ient/include -I../../../../../common/util/pub -I../../../../../common/conta= iner/pub -I../../../../../common/dbgtool/pub -I../../../../../common/system= /pub -I../../../../../common/import/zlib/pub -I../../../common/pub -I../../= ../png/common/pub -I../../../png/import/libpng -I./pub -I. -include rel/dat= atype_image_realpix_codec_png_umakelib_ribodefs.h -fPIC -DPIC -o rel/obj/um= akelib/pxcpngff.o -c pxcpngff.cpp In file included from pxcpngff.cpp:51: =2E./../../../../common/include/hxtypes.h:102: sys/limits.h: No such file o= r directory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/realpix/codec/png. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/realpix/codec/png. Time used: 3.24 seconds ERROR: UNIXCompile(datatype/image/realpix/codec/png) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/image/realpix/codec/png from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/image/png/renderer UNIXCompile(datatype/image/png/renderer): generating makefiles UMAKE: Umakefil -> Makefile in datatype/image/png/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakelib -> umakelib.mak in datatype/image/png/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Warning: Missing BIF source dep 'datatype_image_png' (include path ../../..= /../datatype/image/png/import/libpng) UMAKE: umakedll -> umakedll.mak in datatype/image/png/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Warning: Missing BIF dep 'common_system' (module library ../../../../common= /system/rel/syslib.a) Time used: 0.42 seconds UNIXCompile(datatype/image/png/renderer): making depend make depend make SUBMAKEFLAGS=3D"" -f umakelib.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakelib -mumakelib.mak -I../../../../common/runtime/pub -I../../.= ./../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I= ../../../../common/include -I../../../../client/include -I../../../../commo= n/container/pub -I../../../../common/dbgtool/pub -I../../../../common/util/= pub -I../../../../common/system/pub -I../../../../common/import/zlib/pub -I= ../../../../datatype/common/util/pub -I../../../../datatype/common/baserend= /pub -I../../../../datatype/image/png/common/pub -I../../../../datatype/ima= ge/png/import/libpng -I./pub pxpngrnd.cpp make SUBMAKEFLAGS=3D"" -f umakedll.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakedll -mumakedll.mak -I../../../../common/runtime/pub -I../../.= ./../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I= ../../../../common/include -I../../../../client/include -I./pub -I../../../= ../common/util/pub -I../../../../common/container/pub -I../../../../common/= dbgtool/pub -I../../../../common/system/pub -I../../../../datatype/common/b= aserend/pub -I../../../../datatype/common/util/pub -I../../../../datatype/i= mage/png/common/pub -I../../../../datatype/image/png/renderer/pub pngrdll.c= pp Time used: 7.19 seconds UNIXCompile(datatype/image/png/renderer): making copy make copy make SUBMAKEFLAGS=3D"" -f umakelib.mak copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../../commo= n/runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include = -I/usr/local/include -I../../../../common/include -I../../../../client/incl= ude -I../../../../common/container/pub -I../../../../common/dbgtool/pub -I.= ./../../../common/util/pub -I../../../../common/system/pub -I../../../../co= mmon/import/zlib/pub -I../../../../datatype/common/util/pub -I../../../../d= atatype/common/baserend/pub -I../../../../datatype/image/png/common/pub -I.= ./../../../datatype/image/png/import/libpng -I./pub -I. -include rel/dataty= pe_image_png_renderer_umakelib_ribodefs.h -fPIC -DPIC -o rel/obj/umakelib/p= xpngrnd.o -c pxpngrnd.cpp In file included from pxpngrnd.cpp:51: =2E./../../../common/include/hxtypes.h:102: sys/limits.h: No such file or d= irectory pxpngrnd.cpp: In method `HX_RESULT PXPNGRenderer::RMASurfaceUpdate2(IHXSubR= ectVideoSurface *, _HXxRect *, _HXxRegion *)': pxpngrnd.cpp:521: warning: assignment to `short int' from `double' pxpngrnd.cpp:522: warning: assignment to `short int' from `double' pxpngrnd.cpp:523: warning: assignment to `short int' from `double' pxpngrnd.cpp:524: warning: assignment to `short int' from `double' *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/png/renderer. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/png/renderer. Time used: 4.95 seconds ERROR: UNIXCompile(datatype/image/png/renderer) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/image/png/renderer from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/image/gif/fileformat UNIXCompile(datatype/image/gif/fileformat): generating makefiles UMAKE: Umakefil -> Makefile in datatype/image/gif/fileformat UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakelib -> umakelib.mak in datatype/image/gif/fileformat UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakedll -> umakedll.mak in datatype/image/gif/fileformat UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Time used: 1.46 seconds UNIXCompile(datatype/image/gif/fileformat): making depend make depend make SUBMAKEFLAGS=3D"" -f umakelib.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakelib -mumakelib.mak -I../../../../common/runtime/pub -I../../.= ./../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I= ../../../../common/include -I../../../../common/container/pub -I../../../..= /common/dbgtool/pub -I../../../../common/util/pub -I../../../../common/syst= em/pub -I../../../../client/resource/pub -I../common/pub -I../../common/pub= -I./pub pxgifff.cpp make SUBMAKEFLAGS=3D"" -f umakedll.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakedll -mumakedll.mak -I../../../../common/runtime/pub -I../../.= ./../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I= ../../../../common/include -I../../common/pub -I../../gif/common/pub -I../.= ./gif/fileformat/pub -I./pub -I../../../../datatype/common/util/pub -I../..= /../../common/util/pub -I../../../../common/container/pub -I../../../../com= mon/dbgtool/pub -I../../../../common/system/pub giffdll.cpp Time used: 4.23 seconds UNIXCompile(datatype/image/gif/fileformat): making copy make copy make SUBMAKEFLAGS=3D"" -f umakelib.mak copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../../commo= n/runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include = -I/usr/local/include -I../../../../common/include -I../../../../common/cont= ainer/pub -I../../../../common/dbgtool/pub -I../../../../common/util/pub -I= ../../../../common/system/pub -I../../../../client/resource/pub -I../common= /pub -I../../common/pub -I./pub -I. -include rel/datatype_image_gif_filefor= mat_umakelib_ribodefs.h -fPIC -DPIC -o rel/obj/umakelib/pxgifff.o -c pxgiff= f.cpp In file included from pxgifff.cpp:55: =2E./../../../common/include/hxtypes.h:102: sys/limits.h: No such file or d= irectory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/gif/fileformat. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/gif/fileformat. Time used: 4.30 seconds ERROR: UNIXCompile(datatype/image/gif/fileformat) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/image/gif/fileformat from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/image/gif/renderer UNIXCompile(datatype/image/gif/renderer): generating makefiles UMAKE: Umakefil -> Makefile in datatype/image/gif/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakelib -> umakelib.mak in datatype/image/gif/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakedll -> umakedll.mak in datatype/image/gif/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Time used: 0.60 seconds UNIXCompile(datatype/image/gif/renderer): making depend make depend make SUBMAKEFLAGS=3D"" -f umakelib.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakelib -mumakelib.mak -I../../../../common/runtime/pub -I../../.= ./../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I= ../../../../common/include -I../../../../common/dbgtool/pub -I../../../../c= ommon/util/pub -I../../../../common/container/pub -I../../../../common/syst= em/pub -I../../../../client/include -I../../../../datatype/common/util/pub = -I../../common/pub -I../common/pub -I./pub pxgifrnd.cpp make SUBMAKEFLAGS=3D"" -f umakedll.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakedll -mumakedll.mak -I../../../../common/runtime/pub -I../../.= ./../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I= ../../../../common/include -I../../../../client/include -I../../common/pub = -I../../gif/common/pub -I../../gif/renderer/pub -I./pub -I../../../../commo= n/util/pub -I../../../../common/dbgtool/pub -I../../../../common/container/= pub -I../../../../common/system/pub -I../../../../datatype/common/util/pub = -I../../../../datatype/image/gif/common/pub -I../../../../datatype/image/gi= f/renderer/pub gifrdll.cpp Time used: 6.62 seconds UNIXCompile(datatype/image/gif/renderer): making copy make copy make SUBMAKEFLAGS=3D"" -f umakelib.mak copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../../commo= n/runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include = -I/usr/local/include -I../../../../common/include -I../../../../common/dbgt= ool/pub -I../../../../common/util/pub -I../../../../common/container/pub -I= ../../../../common/system/pub -I../../../../client/include -I../../../../da= tatype/common/util/pub -I../../common/pub -I../common/pub -I./pub -I. -incl= ude rel/datatype_image_gif_renderer_umakelib_ribodefs.h -fPIC -DPIC -o rel/= obj/umakelib/pxgifrnd.o -c pxgifrnd.cpp In file included from pxgifrnd.cpp:51: =2E./../../../common/include/hxtypes.h:102: sys/limits.h: No such file or d= irectory pxgifrnd.cpp: In method `HX_RESULT CGIFRenderer::RMASurfaceUpdate2(IHXSubRe= ctVideoSurface *, _HXxRect *, _HXxRegion *)': pxgifrnd.cpp:2159: warning: assignment to `short int' from `double' pxgifrnd.cpp:2160: warning: assignment to `short int' from `double' pxgifrnd.cpp:2161: warning: assignment to `short int' from `double' pxgifrnd.cpp:2162: warning: assignment to `short int' from `double' *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/gif/renderer. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/gif/renderer. Time used: 5.48 seconds ERROR: UNIXCompile(datatype/image/gif/renderer) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/image/gif/renderer from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/image/realpix/codec/gif UNIXCompile(datatype/image/realpix/codec/gif): generating makefiles UMAKE: Umakefil -> Makefile in datatype/image/realpix/codec/gif UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakelib -> umakelib.mak in datatype/image/realpix/codec/gif UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakedll -> umakedll.mak in datatype/image/realpix/codec/gif UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Time used: 0.35 seconds UNIXCompile(datatype/image/realpix/codec/gif): making depend make depend make SUBMAKEFLAGS=3D"" -f umakelib.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakelib -mumakelib.mak -I../../../../../common/runtime/pub -I../.= ./../../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include= -I../../../../../common/include -I../../../../../client/include -I../../..= /../../common/util/pub -I../../../../../common/container/pub -I../../../../= ../common/dbgtool/pub -I../../../../../common/system/pub -I../../../common/= pub -I../../../gif/common/pub -I./pub pxcgifff.cpp pxcgifrn.cpp make SUBMAKEFLAGS=3D"" -f umakedll.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakedll -mumakedll.mak -I../../../../../common/runtime/pub -I../.= ./../../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include= -I../../../../../common/include -I./pub -I../../../../../datatype/image/re= alpix/codec/gif/pub -I../../../../../datatype/image/gif/common/pub -I../../= ../../../datatype/image/common/pub -I../../../../../datatype/common/util/pu= b -I../../../../../common/system/pub -I../../../../../common/dbgtool/pub -I= ../../../../../common/util/pub -I../../../../../common/container/pub pxcgif= fa.cpp Time used: 6.57 seconds UNIXCompile(datatype/image/realpix/codec/gif): making copy make copy make SUBMAKEFLAGS=3D"" -f umakelib.mak copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../../../co= mmon/runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/inclu= de -I/usr/local/include -I../../../../../common/include -I../../../../../cl= ient/include -I../../../../../common/util/pub -I../../../../../common/conta= iner/pub -I../../../../../common/dbgtool/pub -I../../../../../common/system= /pub -I../../../common/pub -I../../../gif/common/pub -I./pub -I. -include r= el/datatype_image_realpix_codec_gif_umakelib_ribodefs.h -fPIC -DPIC -o rel/= obj/umakelib/pxcgifff.o -c pxcgifff.cpp In file included from pxcgifff.cpp:51: =2E./../../../../common/include/hxtypes.h:102: sys/limits.h: No such file o= r directory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/realpix/codec/gif. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/realpix/codec/gif. Time used: 2.16 seconds ERROR: UNIXCompile(datatype/image/realpix/codec/gif) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/image/realpix/codec/gif from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/image/realpix/codec/jpg UNIXCompile(datatype/image/realpix/codec/jpg): generating makefiles UMAKE: Umakefil -> Makefile in datatype/image/realpix/codec/jpg UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakelib -> umakelib.mak in datatype/image/realpix/codec/jpg UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakedll -> umakedll.mak in datatype/image/realpix/codec/jpg UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Time used: 0.38 seconds UNIXCompile(datatype/image/realpix/codec/jpg): making depend make depend make SUBMAKEFLAGS=3D"" -f umakelib.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakelib -mumakelib.mak -I../../../../../common/runtime/pub -I../.= ./../../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include= -I../../../../../common/include -I../../../../../client/include -I../../..= /../../common/util/pub -I../../../../../common/container/pub -I../../../../= ../common/dbgtool/pub -I../../../../../common/system/pub -I../../../common/= pub -I../../../jpg/common/pub -I../../../jpg/import/jpeg-6b -I./pub pxcjpgf= f.cpp pxcjpgrn.cpp make SUBMAKEFLAGS=3D"" -f umakedll.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakedll -mumakedll.mak -I../../../../../common/runtime/pub -I../.= ./../../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include= -I../../../../../common/include -I./pub -I../../../../../datatype/image/re= alpix/codec/jpg/pub -I../../../../../datatype/image/jpg/common/pub -I../../= ../../../datatype/image/common/pub -I../../../../../datatype/common/util/pu= b -I../../../../../common/system/pub -I../../../../../common/dbgtool/pub -I= ../../../../../common/util/pub -I../../../../../common/container/pub pxcjpg= fa.cpp Time used: 5.48 seconds UNIXCompile(datatype/image/realpix/codec/jpg): making copy make copy make SUBMAKEFLAGS=3D"" -f umakelib.mak copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../../../co= mmon/runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/inclu= de -I/usr/local/include -I../../../../../common/include -I../../../../../cl= ient/include -I../../../../../common/util/pub -I../../../../../common/conta= iner/pub -I../../../../../common/dbgtool/pub -I../../../../../common/system= /pub -I../../../common/pub -I../../../jpg/common/pub -I../../../jpg/import/= jpeg-6b -I./pub -I. -include rel/datatype_image_realpix_codec_jpg_umakelib_= ribodefs.h -fPIC -DPIC -o rel/obj/umakelib/pxcjpgff.o -c pxcjpgff.cpp In file included from pxcjpgff.cpp:51: =2E./../../../../common/include/hxtypes.h:102: sys/limits.h: No such file o= r directory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/realpix/codec/jpg. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/realpix/codec/jpg. Time used: 2.81 seconds ERROR: UNIXCompile(datatype/image/realpix/codec/jpg) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/image/realpix/codec/jpg from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/image/wbmp/renderer UNIXCompile(datatype/image/wbmp/renderer): generating makefiles UMAKE: Umakefil -> Makefile in datatype/image/wbmp/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakelib -> umakelib.mak in datatype/image/wbmp/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakedll -> umakedll.mak in datatype/image/wbmp/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Time used: 0.37 seconds UNIXCompile(datatype/image/wbmp/renderer): making depend make depend make SUBMAKEFLAGS=3D"" -f umakelib.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakelib -mumakelib.mak -I../../../../common/runtime/pub -I../../.= ./../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I= ../../../../common/include -I../../../../client/include -I../../../../commo= n/container/pub -I../../../../common/dbgtool/pub -I../../../../common/util/= pub -I../../../../common/system/pub -I../../../../datatype/common/baserend/= pub -I../common/pub -I../../common/pub -I./pub wbmprend.cpp make SUBMAKEFLAGS=3D"" -f umakedll.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakedll -mumakedll.mak -I../../../../common/runtime/pub -I../../.= ./../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I= ../../../../common/include -I../../../../client/include -I./pub -I../../../= ../common/util/pub -I../../../../common/container/pub -I../../../../common/= dbgtool/pub -I../../../../common/system/pub -I../../../../datatype/common/b= aserend/pub -I../../../../datatype/image/wbmp/common/pub -I../../../../data= type/image/wbmp/renderer/pub wbmprenddll.cpp Time used: 6.28 seconds UNIXCompile(datatype/image/wbmp/renderer): making copy make copy make SUBMAKEFLAGS=3D"" -f umakelib.mak copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../../commo= n/runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include = -I/usr/local/include -I../../../../common/include -I../../../../client/incl= ude -I../../../../common/container/pub -I../../../../common/dbgtool/pub -I.= ./../../../common/util/pub -I../../../../common/system/pub -I../../../../da= tatype/common/baserend/pub -I../common/pub -I../../common/pub -I./pub -I. -= include rel/datatype_image_wbmp_renderer_umakelib_ribodefs.h -fPIC -DPIC -o= rel/obj/umakelib/wbmprend.o -c wbmprend.cpp In file included from wbmprend.cpp:51: =2E./../../../common/include/hxtypes.h:102: sys/limits.h: No such file or d= irectory wbmprend.cpp: In method `HX_RESULT CWBMPRenderer::RMASurfaceUpdate2(IHXSubR= ectVideoSurface *, _HXxRect *, _HXxRegion *)': wbmprend.cpp:389: warning: assignment to `short int' from `double' wbmprend.cpp:390: warning: assignment to `short int' from `double' wbmprend.cpp:391: warning: assignment to `short int' from `double' wbmprend.cpp:392: warning: assignment to `short int' from `double' *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/wbmp/renderer. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/wbmp/renderer. Time used: 2.42 seconds ERROR: UNIXCompile(datatype/image/wbmp/renderer) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/image/wbmp/renderer from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/image/jpg/renderer UNIXCompile(datatype/image/jpg/renderer): generating makefiles UMAKE: Umakefil -> Makefile in datatype/image/jpg/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakelib -> umakelib.mak in datatype/image/jpg/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Warning: Missing BIF source dep 'datatype_image_jpg' (include path ../../..= /../datatype/image/jpg/import/jpeg-6b) UMAKE: umakedll -> umakedll.mak in datatype/image/jpg/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Warning: Missing BIF dep 'common_system' (module library ../../../../common= /system/rel/syslib.a) Time used: 0.37 seconds UNIXCompile(datatype/image/jpg/renderer): making depend make depend make SUBMAKEFLAGS=3D"" -f umakelib.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakelib -mumakelib.mak -I../../../../common/runtime/pub -I../../.= ./../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I= ../../../../common/include -I../../../../common/container/pub -I../../../..= /common/dbgtool/pub -I../../../../common/util/pub -I../../../../common/syst= em/pub -I../../../../client/include -I../../../../datatype/common/baserend/= pub -I../../../../datatype/common/util/pub -I../../../../datatype/image/jpg= /common/pub -I../../../../datatype/image/jpg/import/jpeg-6b -I./pub gimage.= cpp pxjpgrnd.cpp make SUBMAKEFLAGS=3D"" -f umakedll.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakedll -mumakedll.mak -I../../../../common/runtime/pub -I../../.= ./../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I= ../../../../common/include -I../../../../client/include -I./pub -I../../../= ../common/container/pub -I../../../../common/dbgtool/pub -I../../../../comm= on/util/pub -I../../../../datatype/common/baserend/pub -I../../../../dataty= pe/common/util/pub -I../../../../datatype/image/jpg/common/pub -I../../../.= ./datatype/image/jpg/renderer/pub -I../../../../common/system/pub jpgrdll.c= pp Time used: 5.40 seconds UNIXCompile(datatype/image/jpg/renderer): making copy make copy make SUBMAKEFLAGS=3D"" -f umakelib.mak copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../../commo= n/runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include = -I/usr/local/include -I../../../../common/include -I../../../../common/cont= ainer/pub -I../../../../common/dbgtool/pub -I../../../../common/util/pub -I= ../../../../common/system/pub -I../../../../client/include -I../../../../da= tatype/common/baserend/pub -I../../../../datatype/common/util/pub -I../../.= ./../datatype/image/jpg/common/pub -I../../../../datatype/image/jpg/import/= jpeg-6b -I./pub -I. -include rel/datatype_image_jpg_renderer_umakelib_ribod= efs.h -fPIC -DPIC -o rel/obj/umakelib/gimage.o -c gimage.cpp In file included from gimage.cpp:51: =2E./../../../common/include/hxtypes.h:102: sys/limits.h: No such file or d= irectory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/jpg/renderer. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/ima= ge/jpg/renderer. Time used: 0.51 seconds ERROR: UNIXCompile(datatype/image/jpg/renderer) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/image/jpg/renderer from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/h261/renderer UNIXCompile(datatype/h261/renderer): generating makefiles UMAKE: Umakefil -> Makefile in datatype/h261/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: h261rendlib -> h261rendlib.mak in datatype/h261/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Warning: Missing BIF source dep 'datatype_image_common' (include path ../..= /../../datatype/image/common/pub) UMAKE: h261renddll -> h261renddll.mak in datatype/h261/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Time used: 1.40 seconds UNIXCompile(datatype/h261/renderer): making depend make depend make SUBMAKEFLAGS=3D"" -f h261rendlib.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/h261rendlib -mh261rendlib.mak -I../../../common/runtime/pub -I../.= ./../../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include= -I../../../common/include -I../../../client/common/container/pub -I../../.= ./client/include -I../../../datatype/common/container/pub -I../../../dataty= pe/common/util/pub -I../../../datatype/common/vidrend/pub -I../../../dataty= pe/rm/include -I../../../common/dbgtool/pub -I../../../common/util/pub -I..= /../../common/container/pub -I../../../common/system/pub -I../../../video/v= idutil/pub -I../../../datatype/common/vidrend -I../../../protocol/sdp/pub -= I./pub h261video.cpp h261vidfmt.cpp bv.c dct.cpp decoder-h261.cpp huffcode.= c p64.cpp make SUBMAKEFLAGS=3D"" -f h261renddll.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/h261renddll -mh261renddll.mak -I../../../common/runtime/pub -I../.= ./../../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include= -I../../../common/include -I../../../client/common/container/pub -I../../.= ./client/include -I../../../datatype/common/container/pub -I../../../dataty= pe/rm/include -I./pub -I../../../common/dbgtool/pub -I../../../common/util/= pub -I../../../common/container/pub -I../../../common/system/pub -I../../..= /datatype/common/vidrend/pub -I../../../datatype/common/util/pub -I../../..= /protocol/sdp/pub plugin.cpp Time used: 8.05 seconds UNIXCompile(datatype/h261/renderer): making copy make copy make SUBMAKEFLAGS=3D"" -f h261rendlib.mak copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I../../../common/include -I../../../client/common/contai= ner/pub -I../../../client/include -I../../../datatype/common/container/pub = -I../../../datatype/common/util/pub -I../../../datatype/common/vidrend/pub = -I../../../datatype/rm/include -I../../../common/dbgtool/pub -I../../../com= mon/util/pub -I../../../common/container/pub -I../../../common/system/pub -= I../../../video/vidutil/pub -I../../../datatype/common/vidrend -I../../../p= rotocol/sdp/pub -I./pub -I. -include rel/datatype_h261_renderer_h261rendlib= _ribodefs.h -fPIC -DPIC -o rel/obj/h261rendlib/h261video.o -c h261video.cpp In file included from h261video.cpp:67: =2E./../../common/include/hxtypes.h:102: sys/limits.h: No such file or dire= ctory In file included from ../../../datatype/common/vidrend/pub/vidrendf.h:64, from ../../../datatype/common/vidrend/pub/vidrend.h:56, from h261video.h:56, from h261video.cpp:91: =2E./../../datatype/common/container/pub/chxbufpl.h: In method `void * CHXB= ufferPool::GetBestMatch(unsigned int)': =2E./../../datatype/common/container/pub/chxbufpl.h:132: warning: initializ= ation of negative value `-1' to `UINT32' =2E./../../datatype/common/container/pub/chxbufpl.h:133: warning: initializ= ation of negative value `-1' to `UINT32' *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/h26= 1/renderer. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/h26= 1/renderer. Time used: 2.01 seconds ERROR: UNIXCompile(datatype/h261/renderer) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/h261/renderer from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory video/site UNIXCompile(video/site): generating makefiles UMAKE: Umakefil -> Makefile in video/site UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Time used: 0.31 seconds UNIXCompile(video/site): making depend make depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../common/runtime/pub -I../../../../datatype/image= /common/pub -I/usr/X11R6/include -I/usr/local/include -I../sitelib/pub/plat= form/unix -I../../common/include -I../sitelib/pub -Ipub -I. -I../../common/= container/pub -I../../common/dbgtool/pub -I../../common/system/pub -I../../= client/include -I../include -I../colconverter/pub -I./pub -I../../common/ut= il/pub -I../../video/sitelib/pub siteplug.cpp Time used: 2.42 seconds UNIXCompile(video/site): making copy make copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../common/runt= ime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/usr= /local/include -I../sitelib/pub/platform/unix -I../../common/include -I../s= itelib/pub -Ipub -I. -I../../common/container/pub -I../../common/dbgtool/pu= b -I../../common/system/pub -I../../client/include -I../include -I../colcon= verter/pub -I./pub -I../../common/util/pub -I../../video/sitelib/pub -I. -i= nclude rel/video_site_ribodefs.h -fPIC -DPIC -o rel/obj/siteplug.o -c sitep= lug.cpp In file included from ../../common/include/hxcom.h:53, from siteplug.cpp:66: =2E./../common/include/hxtypes.h:102: sys/limits.h: No such file or directo= ry *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/video/site. Time used: 3.44 seconds ERROR: UNIXCompile(video/site) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= video/site from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory filesystem/http UNIXCompile(filesystem/http): generating makefiles UMAKE: Umakefil -> Makefile in filesystem/http UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Time used: 0.51 seconds UNIXCompile(filesystem/http): making depend make depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../common/runtime/pub -I../../../../datatype/image= /common/pub -I/usr/X11R6/include -I/usr/local/include -I../../common/includ= e -I./pub -I../../filesystem/data/pub -I../../protocol/http/pub -I../../pro= tocol/common/util/pub -I../../common/dbgtool/pub -I../../common/fileio/pub = -I../../common/system/pub -I../../common/container/pub -I../../common/util/= pub factory.cpp httpfsys.cpp cache.cpp fsdb.cpp decoder.cpp Time used: 3.13 seconds UNIXCompile(filesystem/http): making copy make copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../common/runt= ime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/usr= /local/include -I../../common/include -I./pub -I../../filesystem/data/pub -= I../../protocol/http/pub -I../../protocol/common/util/pub -I../../common/db= gtool/pub -I../../common/fileio/pub -I../../common/system/pub -I../../commo= n/container/pub -I../../common/util/pub -I. -include rel/filesystem_http_ri= bodefs.h -fPIC -DPIC -o rel/obj/factory.o -c factory.cpp In file included from ../../common/include/hxcom.h:53, from factory.cpp:52: =2E./../common/include/hxtypes.h:102: sys/limits.h: No such file or directo= ry *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/filesystem/h= ttp. Time used: 0.78 seconds ERROR: UNIXCompile(filesystem/http) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= filesystem/http from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/theora/renderer UNIXCompile(datatype/theora/renderer): generating makefiles UMAKE: Umakefil -> Makefile in datatype/theora/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Warning: Missing BIF source dep 'datatype_image_common' (include path ../..= /../../datatype/image/common/pub) Time used: 0.76 seconds UNIXCompile(datatype/theora/renderer): making depend make depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../common/runtime/pub -I../../../../datatype/im= age/common/pub -I/usr/X11R6/include -I/usr/local/include -I../../../common/= include -I../../../client/include -I../../../datatype/common/container/pub = -I../../../datatype/common/util/pub -I../../../datatype/common/vidrend/pub = -I../../../protocol/common/util/pub -I./pub -I../../../common/dbgtool/pub -= I../../../common/util/pub -I../../../common/container/pub -I../../../common= /system/pub theoravideo.cpp theoravidfmt.cpp plugin.cpp guids.cpp Time used: 3.37 seconds UNIXCompile(datatype/theora/renderer): making copy make copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I../../../common/include -I../../../client/include -I../= ../../datatype/common/container/pub -I../../../datatype/common/util/pub -I.= ./../../datatype/common/vidrend/pub -I../../../protocol/common/util/pub -I.= /pub -I../../../common/dbgtool/pub -I../../../common/util/pub -I../../../co= mmon/container/pub -I../../../common/system/pub -I. -include rel/datatype_t= heora_renderer_ribodefs.h -fPIC -DPIC -o rel/obj/theoravideo.o -c theoravid= eo.cpp In file included from ../../../datatype/common/vidrend/pub/vidrendf.h:56, from ../../../datatype/common/vidrend/pub/vidrend.h:56, from theoravideo.h:56, from theoravideo.cpp:50: =2E./../../common/include/hxtypes.h:102: sys/limits.h: No such file or dire= ctory In file included from ../../../datatype/common/vidrend/pub/vidrendf.h:64, from ../../../datatype/common/vidrend/pub/vidrend.h:56, from theoravideo.h:56, from theoravideo.cpp:50: =2E./../../datatype/common/container/pub/chxbufpl.h: In method `void * CHXB= ufferPool::GetBestMatch(unsigned int)': =2E./../../datatype/common/container/pub/chxbufpl.h:132: warning: initializ= ation of negative value `-1' to `UINT32' =2E./../../datatype/common/container/pub/chxbufpl.h:133: warning: initializ= ation of negative value `-1' to `UINT32' *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/the= ora/renderer. Time used: 0.77 seconds ERROR: UNIXCompile(datatype/theora/renderer) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/theora/renderer from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/h263/renderer UNIXCompile(datatype/h263/renderer): generating makefiles UMAKE: ./umakefil -> Makefile in datatype/h263/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakelib -> umakelib.mak in datatype/h263/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Warning: Missing BIF source dep 'datatype_image_common' (include path ../..= /../../datatype/image/common/pub) Warning: Missing BIF source dep 'client_videosvc' (include path ../../../cl= ient/videosvc/include) UMAKE: umakedll -> umakedll.mak in datatype/h263/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Time used: 1.67 seconds UNIXCompile(datatype/h263/renderer): making depend make depend make SUBMAKEFLAGS=3D"" -f umakelib.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakelib -mumakelib.mak -I../../../common/runtime/pub -I../../../.= ./datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I../= ../../common/util/pub/platform/unix -I../../../common/include -I../../../co= mmon/dbgtool/pub -I../../../common/util/pub -I../../../common/container/pub= -I../../../common/system/pub -I../../../protocol/common/util/pub -I../../.= ./protocol/sdp/pub -I../../../protocol/rtsp/pub -I../../../video/vidutil/pu= b -I../../../client/videosvc/include -I../../../client/common/container/pub= -I../../../client/include -I../../../datatype/common/vidrend/pub -I../../.= ./datatype/common/util/pub -I../../../datatype/common/container/pub -I../..= /../datatype/h263/payload/pub -I../../../datatype/h263/codec -I./pub h263vi= deo.cpp h263vidfmt.cpp h263dec.cpp make SUBMAKEFLAGS=3D"" -f umakedll.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakedll -mumakedll.mak -I../../../common/runtime/pub -I../../../.= ./datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I../= ../../common/util/pub/platform/unix -I../../../common/include -I../../../cl= ient/videosvc/include -I../../../client/common/container/pub -I../../../cli= ent/include -I../../../datatype/common/container/pub -I../../../datatype/co= mmon/util/pub -I../../../datatype/common/vidrend/pub -I../../../datatype/h2= 63/payload/pub -I../../../datatype/h263/codec -I./pub -I../../../common/dbg= tool/pub -I../../../common/util/pub -I../../../common/container/pub -I../..= /../common/system/pub -I../../../protocol/common/util/pub -I../../../protoc= ol/sdp/pub -I../../../protocol/rtsp/pub h263video.cpp h263vidfmt.cpp h263de= c.cpp plugin.cpp guids.cpp Time used: 8.20 seconds UNIXCompile(datatype/h263/renderer): making copy make copy make SUBMAKEFLAGS=3D"" -f umakelib.mak copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I../../../common/util/pub/platform/unix -I../../../commo= n/include -I../../../common/dbgtool/pub -I../../../common/util/pub -I../../= ../common/container/pub -I../../../common/system/pub -I../../../protocol/co= mmon/util/pub -I../../../protocol/sdp/pub -I../../../protocol/rtsp/pub -I..= /../../video/vidutil/pub -I../../../client/videosvc/include -I../../../clie= nt/common/container/pub -I../../../client/include -I../../../datatype/commo= n/vidrend/pub -I../../../datatype/common/util/pub -I../../../datatype/commo= n/container/pub -I../../../datatype/h263/payload/pub -I../../../datatype/h2= 63/codec -I./pub -I. -include rel/datatype_h263_renderer_umakelib_ribodefs.= h -fPIC -DPIC -o rel/obj/umakelib/h263video.o -c h263video.cpp In file included from h263video.cpp:66: =2E./../../common/include/hxtypes.h:102: sys/limits.h: No such file or dire= ctory In file included from ../../../datatype/common/vidrend/pub/vidrendf.h:64, from ../../../datatype/common/vidrend/pub/vidrend.h:56, from pub/h263video.h:56, from h263video.cpp:90: =2E./../../datatype/common/container/pub/chxbufpl.h: In method `void * CHXB= ufferPool::GetBestMatch(unsigned int)': =2E./../../datatype/common/container/pub/chxbufpl.h:132: warning: initializ= ation of negative value `-1' to `UINT32' =2E./../../datatype/common/container/pub/chxbufpl.h:133: warning: initializ= ation of negative value `-1' to `UINT32' *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/h26= 3/renderer. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/h26= 3/renderer. Time used: 3.57 seconds ERROR: UNIXCompile(datatype/h263/renderer) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/h263/renderer from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/h263 UNIXCompile(datatype/h263): generating makefiles UMAKE: Umakefil -> Makefile in datatype/h263 UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: Umakefil -> Makefile in datatype/h263/payload UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: ./umakefil -> Makefile in datatype/h263/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakelib -> umakelib.mak in datatype/h263/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: umakedll -> umakedll.mak in datatype/h263/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Time used: 0.62 seconds UNIXCompile(datatype/h263): making depend make depend cd ../../datatype/h263/payload && make SUBMAKEFLAGS=3D"" -f Makefile depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../common/runtime/pub -I../../../../datatype/im= age/common/pub -I/usr/X11R6/include -I/usr/local/include -I../../../common/= include -I../../../common/system/pub -I../../../common/dbgtool/pub -I../../= ../common/util/pub -I../../../common/container/pub -I../../../datatype/comm= on/util/pub -I./pub h263pyld.cpp h263hlpr.cpp rfc2190hlpr.cpp rfc2429hlpr.c= pp cd ../../datatype/h263/renderer && make SUBMAKEFLAGS=3D"" -f Makefile depe= nd make SUBMAKEFLAGS=3D"" -f umakelib.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakelib -mumakelib.mak -I../../../common/runtime/pub -I../../../.= ./datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I../= ../../common/util/pub/platform/unix -I../../../common/include -I../../../co= mmon/dbgtool/pub -I../../../common/util/pub -I../../../common/container/pub= -I../../../common/system/pub -I../../../protocol/common/util/pub -I../../.= ./protocol/sdp/pub -I../../../protocol/rtsp/pub -I../../../video/vidutil/pu= b -I../../../client/videosvc/include -I../../../client/common/container/pub= -I../../../client/include -I../../../datatype/common/vidrend/pub -I../../.= ./datatype/common/util/pub -I../../../datatype/common/container/pub -I../..= /../datatype/h263/payload/pub -I../../../datatype/h263/codec -I./pub h263vi= deo.cpp h263vidfmt.cpp h263dec.cpp make SUBMAKEFLAGS=3D"" -f umakedll.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/umakedll -mumakedll.mak -I../../../common/runtime/pub -I../../../.= ./datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I../= ../../common/util/pub/platform/unix -I../../../common/include -I../../../cl= ient/videosvc/include -I../../../client/common/container/pub -I../../../cli= ent/include -I../../../datatype/common/container/pub -I../../../datatype/co= mmon/util/pub -I../../../datatype/common/vidrend/pub -I../../../datatype/h2= 63/payload/pub -I../../../datatype/h263/codec -I./pub -I../../../common/dbg= tool/pub -I../../../common/util/pub -I../../../common/container/pub -I../..= /../common/system/pub -I../../../protocol/common/util/pub -I../../../protoc= ol/sdp/pub -I../../../protocol/rtsp/pub h263video.cpp h263vidfmt.cpp h263de= c.cpp plugin.cpp guids.cpp Time used: 2.21 seconds UNIXCompile(datatype/h263): making copy make copy cd ../../datatype/h263/payload && make SUBMAKEFLAGS=3D"" -f Makefile copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I../../../common/include -I../../../common/system/pub -I= ../../../common/dbgtool/pub -I../../../common/util/pub -I../../../common/co= ntainer/pub -I../../../datatype/common/util/pub -I./pub -I. -include rel/da= tatype_h263_payload_ribodefs.h -fPIC -DPIC -o rel/obj/h263pyld.o -c h263pyl= d.cpp In file included from ../../../common/include/hxcom.h:53, from pub/h263pyld.h:53, from h263pyld.cpp:50: =2E./../../common/include/hxtypes.h:102: sys/limits.h: No such file or dire= ctory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/h26= 3/payload. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/h26= 3. Time used: 0.68 seconds ERROR: UNIXCompile(datatype/h263) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/h263 from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/sdp/plugin/fileformat UNIXCompile(datatype/sdp/plugin/fileformat): generating makefiles UMAKE: Umakefil -> Makefile in datatype/sdp/plugin/fileformat UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Warning: Missing BIF source dep 'datatype_image_common' (include path ../..= /../../datatype/image/common/pub) Time used: 1.49 seconds UNIXCompile(datatype/sdp/plugin/fileformat): making depend make depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../../common/runtime/pub -I../../../../datatype= /image/common/pub -I/usr/X11R6/include -I/usr/local/include -I../../../../c= ommon/include -I../../../../datatype/sdp/plugin -I./pub -I../../../../commo= n/dbgtool/pub -I../../../../common/util/pub -I../../../../common/container/= pub -I../../../../common/system/pub sdpfformat.cpp Time used: 1.50 seconds UNIXCompile(datatype/sdp/plugin/fileformat): making copy make copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../../commo= n/runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include = -I/usr/local/include -I../../../../common/include -I../../../../datatype/sd= p/plugin -I./pub -I../../../../common/dbgtool/pub -I../../../../common/util= /pub -I../../../../common/container/pub -I../../../../common/system/pub -I.= -include rel/datatype_sdp_plugin_fileformat_ribodefs.h -fPIC -DPIC -o rel/= obj/sdpfformat.o -c sdpfformat.cpp In file included from ../../../../common/runtime/pub/hlxclib/stdlib.h:53, from sdpfformat.cpp:54: =2E./../../../common/include/hxtypes.h:102: sys/limits.h: No such file or d= irectory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/sdp= /plugin/fileformat. Time used: 2.26 seconds ERROR: UNIXCompile(datatype/sdp/plugin/fileformat) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/sdp/plugin/fileformat from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/sdp/plugin/renderer UNIXCompile(datatype/sdp/plugin/renderer): generating makefiles UMAKE: Umakefil -> Makefile in datatype/sdp/plugin/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Warning: Missing BIF source dep 'datatype_image_common' (include path ../..= /../../datatype/image/common/pub) Time used: 0.12 seconds UNIXCompile(datatype/sdp/plugin/renderer): making depend make depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../../common/runtime/pub -I../../../../datatype= /image/common/pub -I/usr/X11R6/include -I/usr/local/include -I../../../../c= ommon/include -I../../../../common/system/pub -I../../../../datatype/sdp/pl= ugin -I./pub -I../../../../common/dbgtool/pub -I../../../../common/util/pub= -I../../../../common/container/pub sdprendr.cpp Time used: 0.73 seconds UNIXCompile(datatype/sdp/plugin/renderer): making copy make copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../../commo= n/runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include = -I/usr/local/include -I../../../../common/include -I../../../../common/syst= em/pub -I../../../../datatype/sdp/plugin -I./pub -I../../../../common/dbgto= ol/pub -I../../../../common/util/pub -I../../../../common/container/pub -I.= -include rel/datatype_sdp_plugin_renderer_ribodefs.h -fPIC -DPIC -o rel/ob= j/sdprendr.o -c sdprendr.cpp In file included from sdprendr.cpp:52: =2E./../../../common/include/hxtypes.h:102: sys/limits.h: No such file or d= irectory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/sdp= /plugin/renderer. Time used: 2.25 seconds ERROR: UNIXCompile(datatype/sdp/plugin/renderer) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/sdp/plugin/renderer from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/sdp/plugin UNIXCompile(datatype/sdp/plugin): generating makefiles UMAKE: Umakefil -> Makefile in datatype/sdp/plugin UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Warning: Missing BIF source dep 'datatype_image_common' (include path ../..= /../../datatype/image/common/pub) Time used: 0.14 seconds UNIXCompile(datatype/sdp/plugin): making depend make depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../common/runtime/pub -I../../../../datatype/im= age/common/pub -I/usr/X11R6/include -I/usr/local/include -I../../../common/= include -I../../../common/system/pub -I./pub -I../../../common/dbgtool/pub = -I../../../common/util/pub -I../../../common/container/pub -I../../../datat= ype/sdp/plugin/fileformat/pub -I../../../datatype/sdp/plugin/renderer/pub s= dpfctry.cpp dlliids.cpp Time used: 1.42 seconds UNIXCompile(datatype/sdp/plugin): making copy make copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I../../../common/include -I../../../common/system/pub -I= ./pub -I../../../common/dbgtool/pub -I../../../common/util/pub -I../../../c= ommon/container/pub -I../../../datatype/sdp/plugin/fileformat/pub -I../../.= ./datatype/sdp/plugin/renderer/pub -I. -include rel/datatype_sdp_plugin_rib= odefs.h -fPIC -DPIC -o rel/obj/sdpfctry.o -c sdpfctry.cpp In file included from sdpfctry.cpp:51: =2E./../../common/include/hxtypes.h:102: sys/limits.h: No such file or dire= ctory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/sdp= /plugin. Time used: 1.50 seconds ERROR: UNIXCompile(datatype/sdp/plugin) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/sdp/plugin from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/sdp UNIXCompile(datatype/sdp): generating makefiles UMAKE: Umakefil -> Makefile in datatype/sdp UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: Umakefil -> Makefile in datatype/sdp/common UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: Umakefil -> Makefile in datatype/sdp/plugin/fileformat UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: Umakefil -> Makefile in datatype/sdp/plugin/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: Umakefil -> Makefile in datatype/sdp/plugin UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Time used: 1.99 seconds UNIXCompile(datatype/sdp): making depend make depend cd ../../datatype/sdp/common && make SUBMAKEFLAGS=3D"" -f Makefile depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../common/runtime/pub -I../../../../datatype/im= age/common/pub -I/usr/X11R6/include -I/usr/local/include -I../../../common/= include -I../../../common/container/pub -I../../../common/dbgtool/pub -I../= ../../common/system/pub -I./pub ppbin.cpp cd ../../datatype/sdp/plugin/fileformat && make SUBMAKEFLAGS=3D"" -f Makef= ile depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../../common/runtime/pub -I../../../../datatype= /image/common/pub -I/usr/X11R6/include -I/usr/local/include -I../../../../c= ommon/include -I../../../../datatype/sdp/plugin -I./pub -I../../../../commo= n/dbgtool/pub -I../../../../common/util/pub -I../../../../common/container/= pub -I../../../../common/system/pub sdpfformat.cpp cd ../../datatype/sdp/plugin/renderer && make SUBMAKEFLAGS=3D"" -f Makefil= e depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../../common/runtime/pub -I../../../../datatype= /image/common/pub -I/usr/X11R6/include -I/usr/local/include -I../../../../c= ommon/include -I../../../../common/system/pub -I../../../../datatype/sdp/pl= ugin -I./pub -I../../../../common/dbgtool/pub -I../../../../common/util/pub= -I../../../../common/container/pub sdprendr.cpp cd ../../datatype/sdp/plugin && make SUBMAKEFLAGS=3D"" -f Makefile depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../common/runtime/pub -I../../../../datatype/im= age/common/pub -I/usr/X11R6/include -I/usr/local/include -I../../../common/= include -I../../../common/system/pub -I./pub -I../../../common/dbgtool/pub = -I../../../common/util/pub -I../../../common/container/pub -I../../../datat= ype/sdp/plugin/fileformat/pub -I../../../datatype/sdp/plugin/renderer/pub s= dpfctry.cpp dlliids.cpp Time used: 2.60 seconds UNIXCompile(datatype/sdp): making copy make copy cd ../../datatype/sdp/common && make SUBMAKEFLAGS=3D"" -f Makefile copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I../../../common/include -I../../../common/container/pub= -I../../../common/dbgtool/pub -I../../../common/system/pub -I./pub -I. -in= clude rel/datatype_sdp_common_ribodefs.h -fPIC -DPIC -o rel/obj/ppbin.o -c = ppbin.cpp In file included from ../../../common/include/hxresult.h:54, from ppbin.cpp:54: =2E./../../common/include/hxtypes.h:102: sys/limits.h: No such file or dire= ctory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/sdp= /common. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/sdp. Time used: 1.52 seconds ERROR: UNIXCompile(datatype/sdp) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/sdp from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/smil/renderer UNIXCompile(datatype/smil/renderer): generating makefiles UMAKE: Umakefil -> Makefile in datatype/smil/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Warning: Missing BIF source dep 'datatype_image_common' (include path ../..= /../../datatype/image/common/pub) Time used: 3.61 seconds UNIXCompile(datatype/smil/renderer): making depend make depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../common/runtime/pub -I../../../../datatype/im= age/common/pub -I/usr/X11R6/include -I/usr/local/include -I/include -I../..= /../common/include -I../../../client/include -I../../../client/resource/pub= -I./pub -I../../../common/container/pub -I../../../common/dbgtool/pub -I..= /../../common/util/pub -I../../../common/lang/xml/pub -I../../../common/sys= tem/pub -I../../../client/common/system/pub -I../../../datatype/common/base= rend/pub -I../../../datatype/common/util/pub -I../../../datatype/smil/commo= n/pub -I../../../datatype/smil/renderer/smil1/pub -I../../../datatype/smil/= renderer/smil2/pub -I../../../datatype/smil/renderer/smil2/brush/fileformat= /pub -I../../../datatype/smil/renderer/smil2/brush/renderer/pub dlliids.cpp= smlfctry.cpp Time used: 1.72 seconds UNIXCompile(datatype/smil/renderer): making copy make copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/include -I../../../common/include -I../../../client/in= clude -I../../../client/resource/pub -I./pub -I../../../common/container/pu= b -I../../../common/dbgtool/pub -I../../../common/util/pub -I../../../commo= n/lang/xml/pub -I../../../common/system/pub -I../../../client/common/system= /pub -I../../../datatype/common/baserend/pub -I../../../datatype/common/uti= l/pub -I../../../datatype/smil/common/pub -I../../../datatype/smil/renderer= /smil1/pub -I../../../datatype/smil/renderer/smil2/pub -I../../../datatype/= smil/renderer/smil2/brush/fileformat/pub -I../../../datatype/smil/renderer/= smil2/brush/renderer/pub -I. -include rel/datatype_smil_renderer_ribodefs.h= -fPIC -DPIC -o rel/obj/dlliids.o -c dlliids.cpp In file included from dlliids.cpp:52: =2E./../../common/include/hxtypes.h:102: sys/limits.h: No such file or dire= ctory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/smi= l/renderer. Time used: 1.49 seconds ERROR: UNIXCompile(datatype/smil/renderer) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/smil/renderer from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/smil UNIXCompile(datatype/smil): generating makefiles UMAKE: Umakefil -> Makefile in datatype/smil UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: Umakefil -> Makefile in datatype/smil/common UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: Umakefil -> Makefile in datatype/smil/fileformat UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: Umakefil -> Makefile in datatype/smil/renderer UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Time used: 0.59 seconds UNIXCompile(datatype/smil): making depend make depend cd ../../datatype/smil/common && make SUBMAKEFLAGS=3D"" -f Makefile depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../common/runtime/pub -I../../../../datatype/im= age/common/pub -I/usr/X11R6/include -I/usr/local/include -I../../../common/= include -I../../../common/dbgtool/pub -I../../../common/system/pub -I../../= ../common/util/pub -I../../../common/container/pub -I./pub smlpkt.cpp cd ../../datatype/smil/fileformat && make SUBMAKEFLAGS=3D"" -f Makefile de= pend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../common/runtime/pub -I../../../../datatype/im= age/common/pub -I/usr/X11R6/include -I/usr/local/include -I../../../common/= include -I./pub -I../../../datatype/smil/common/pub -I../../../common/syste= m/pub -I../../../common/dbgtool/pub -I../../../common/util/pub -I../../../c= ommon/container/pub smlffpln.cpp cd ../../datatype/smil/renderer && make SUBMAKEFLAGS=3D"" -f Makefile depe= nd /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../common/runtime/pub -I../../../../datatype/im= age/common/pub -I/usr/X11R6/include -I/usr/local/include -I/include -I../..= /../common/include -I../../../client/include -I../../../client/resource/pub= -I./pub -I../../../common/container/pub -I../../../common/dbgtool/pub -I..= /../../common/util/pub -I../../../common/lang/xml/pub -I../../../common/sys= tem/pub -I../../../client/common/system/pub -I../../../datatype/common/base= rend/pub -I../../../datatype/common/util/pub -I../../../datatype/smil/commo= n/pub -I../../../datatype/smil/renderer/smil1/pub -I../../../datatype/smil/= renderer/smil2/pub -I../../../datatype/smil/renderer/smil2/brush/fileformat= /pub -I../../../datatype/smil/renderer/smil2/brush/renderer/pub dlliids.cpp= smlfctry.cpp Time used: 4.61 seconds UNIXCompile(datatype/smil): making copy make copy cd ../../datatype/smil/common && make SUBMAKEFLAGS=3D"" -f Makefile copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I../../../common/include -I../../../common/dbgtool/pub -= I../../../common/system/pub -I../../../common/util/pub -I../../../common/co= ntainer/pub -I./pub -I. -include rel/datatype_smil_common_ribodefs.h -fPIC = -DPIC -o rel/obj/smlpkt.o -c smlpkt.cpp In file included from ../../../common/runtime/pub/hlxclib/stdlib.h:53, from smlpkt.cpp:50: =2E./../../common/include/hxtypes.h:102: sys/limits.h: No such file or dire= ctory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/smi= l/common. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/smi= l. Time used: 3.04 seconds ERROR: UNIXCompile(datatype/smil) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/smil from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory datatype/group/audio UNIXCompile(datatype/group/audio): generating makefiles UMAKE: Umakefil -> Makefile in datatype/group/audio UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Warning: Missing BIF source dep 'datatype_image_common' (include path ../..= /../../datatype/image/common/pub) Time used: 2.36 seconds UNIXCompile(datatype/group/audio): making depend make depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../common/runtime/pub -I../../../../datatype/im= age/common/pub -I/usr/X11R6/include -I/usr/local/include -I../../../common/= include -I../../../datatype/common/include -I../../../datatype/common/conta= iner/pub -I./pub -I../../../common/system/pub -I../../../common/dbgtool/pub= -I../../../common/util/pub -I../../../common/container/pub -I../../../data= type/wav/fileformat/pub -I../../../datatype/common/util/pub -I../../../data= type/wav/renderer/pcm/pub -I../../../datatype/au/fileformat/pub -I../../../= datatype/common/audrend/pub -I../../../datatype/aiff/fileformat/pub audplin= .cpp Time used: 2.23 seconds UNIXCompile(datatype/group/audio): making copy make copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I../../../common/include -I../../../datatype/common/incl= ude -I../../../datatype/common/container/pub -I./pub -I../../../common/syst= em/pub -I../../../common/dbgtool/pub -I../../../common/util/pub -I../../../= common/container/pub -I../../../datatype/wav/fileformat/pub -I../../../data= type/common/util/pub -I../../../datatype/wav/renderer/pcm/pub -I../../../da= tatype/au/fileformat/pub -I../../../datatype/common/audrend/pub -I../../../= datatype/aiff/fileformat/pub -I. -include rel/datatype_group_audio_ribodefs= .h -fPIC -DPIC -o rel/obj/audplin.o -c audplin.cpp In file included from ../../../common/include/hxcom.h:53, from audplin.cpp:38: =2E./../../common/include/hxtypes.h:102: sys/limits.h: No such file or dire= ctory In file included from audplin.cpp:80: =2E./../../datatype/aiff/fileformat/pub/aiffplin.h:146: warning: `class AIF= FFileFormat' only defines a private destructor and has no friends *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/datatype/gro= up/audio. Time used: 2.60 seconds ERROR: UNIXCompile(datatype/group/audio) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= datatype/group/audio from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory client/core UNIXCompile(client/core): generating makefiles UMAKE: Umakefil -> Makefile in client/core UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: clntcorelib -> clntcorelib.mak in client/core UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: clntcoredll -> clntcoredll.mak in client/core UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Umakefile uses generic python code. Time used: 3.24 seconds UNIXCompile(client/core): making depend make depend make SUBMAKEFLAGS=3D"" -f clntcorelib.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/clntcorelib -mclntcorelib.mak -I../../common/runtime/pub -I../../.= ./../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I= . -Ipub/platform/unix -I../../common/netio/pub/platform/unix -I../../common= /system/pub/platform/unix -I../../common/util/pub/platform/unix -I../../com= mon/include -I../../common/container/pub -I../../common/util/pub -I../../co= mmon/system/pub -I../../common/dbgtool/pub -I../../common/fileio/pub -I../.= ./common/lang/xml/pub -I../../common/netio/pub -I../../protocol/transport/c= ommon/system/pub -I../../protocol/transport/rtp/pub -I../../protocol/common= /util/pub -I../../protocol/rtsp/pub -I../../protocol/rtsp/include -I../../p= rotocol/pna/pub -I../../protocol/sdp/pub -I../../audio/include -I../../vide= o/include -I../../video/colconverter/pub -I../include -I../common/container= /pub -I../common/util/pub -I../common/netio/pub -I../common/system/pub -I..= /audiosvc/pub - I../videosvc/pub -I../netwksvc/pub -I../resource/pub -I./pub -I../../proto= col/http/pub platform/unix/hxslctcb.cpp buffmgr.cpp corshare.cpp plsnkctl.c= pp hxcleng.cpp hxplay.cpp hxsrc.cpp hxstrm.cpp hxcorcom.cpp srcinfo.cpp str= minfo.cpp hxbufstate.cpp chxelst.cpp wmbufctl.cpp fbbufctl.cpp hxflsrc.cpp = hxntsrc.cpp hxprotocol.cpp rtspprotocol.cpp advgroup.cpp basgroup.cpp hxres= mgr.cpp sinkctl.cpp statsmgr.cpp hxtac.cpp asm/hxsmstr.cpp asm/createbwman.= cpp asm/hxsmutil.cpp asm/hxsm.cpp hypernav/playhpnv.cpp hypernav/hxhypnv.cp= p hypernav/thrhypnv.cpp perscmgr.cpp viewport.cpp prefmgr.cpp nxtgrmgr.cpp = mediamrk.cpp eventmgr.cpp dtrvtcon.cpp recordctl.cpp make SUBMAKEFLAGS=3D"" -f clntcoredll.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/clntcoredll -mclntcoredll.mak -I../../common/runtime/pub -I../../.= ./../datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I= . -Ipub/platform/unix -I../../common/netio/pub/platform/unix -I../../common= /system/pub/platform/unix -I../../common/util/pub/platform/unix -I../../com= mon/include -I../../common/container/pub -I../../common/util/pub -I../../co= mmon/system/pub -I../../common/dbgtool/pub -I../../common/fileio/pub -I../.= ./common/lang/xml/pub -I../../common/netio/pub -I../../protocol/transport/c= ommon/system/pub -I../../protocol/transport/rtp/pub -I../../protocol/common= /util/pub -I../../protocol/rtsp/pub -I../../protocol/rtsp/include -I../../p= rotocol/pna/pub -I../../protocol/sdp/pub -I../../audio/include -I../../vide= o/include -I../../video/colconverter/pub -I../include -I../common/container= /pub -I../common/util/pub -I../common/netio/pub -I../common/system/pub -I..= /audiosvc/pub - I../videosvc/pub -I../netwksvc/pub -I../resource/pub -I./pub -I../../clien= t/common/system/pub -I../../client/common/container/pub -I../../client/comm= on/util/pub -I../../client/core/pub -I../../audio/device/pub -I../../client= /audiosvc/pub -I../../audio/gaintool/pub -I../../audio/crossfade/pub -I../.= ./audio/limiter/pub -I../../client/videosvc/pub -I../../client/netwksvc/pub= -I../../client/common/netio/pub -I../../audio/mixer/pub -I../../protocol/h= ttp/pub -I../../audio/resampler/pub dlliids.cpp hxdll.cpp Time used: 20.55 seconds UNIXCompile(client/core): making copy make copy make SUBMAKEFLAGS=3D"" -f clntcorelib.mak copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../common/runt= ime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/usr= /local/include -I. -Ipub/platform/unix -I../../common/netio/pub/platform/un= ix -I../../common/system/pub/platform/unix -I../../common/util/pub/platform= /unix -I../../common/include -I../../common/container/pub -I../../common/ut= il/pub -I../../common/system/pub -I../../common/dbgtool/pub -I../../common/= fileio/pub -I../../common/lang/xml/pub -I../../common/netio/pub -I../../pro= tocol/transport/common/system/pub -I../../protocol/transport/rtp/pub -I../.= ./protocol/common/util/pub -I../../protocol/rtsp/pub -I../../protocol/rtsp/= include -I../../protocol/pna/pub -I../../protocol/sdp/pub -I../../audio/inc= lude -I../../video/include -I../../video/colconverter/pub -I../include -I..= /common/container/pub -I../common/util/pub -I../common/netio/pub -I../commo= n/system/pub -I../audiosvc/pub -I../videosvc/pub -I../netwksvc/pub -I../res= ource/pub -I./p ub -I../../protocol/http/pub -I. -include rel/client_core_clntcorelib_ribo= defs.h -fPIC -DPIC -o rel/obj/clntcorelib/platform/unix/hxslctcb.o -c platf= orm/unix/hxslctcb.cpp In file included from platform/unix/hxslctcb.cpp:50: =2E./../common/include/hxtypes.h:102: sys/limits.h: No such file or directo= ry *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/client/core. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/client/core. Time used: 0.34 seconds ERROR: UNIXCompile(client/core) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= client/core from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory player/common/gtk UNIXCompile(player/common/gtk): generating makefiles UMAKE: Umakefil -> Makefile in player/common/gtk UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: gtkhxlib -> gtkhxlib.mak in player/common/gtk UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Umakefile uses generic python code. Warning: Missing BIF source dep 'datatype_image_common' (include path ../..= /../../datatype/image/common/pub) UMAKE: gtkhxdll -> gtkhxdll.mak in player/common/gtk UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Umakefile uses generic python code. UMAKE Warning: player/common/gtk/rel/libgtkhx.a is created by both player/c= ommon/gtk/gtkhxlib.mak and player/common/gtk/gtkhxdll.mak Time used: 1.66 seconds UNIXCompile(player/common/gtk): making depend make depend make SUBMAKEFLAGS=3D"" -f gtkhxlib.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/gtkhxlib -mgtkhxlib.mak -I../../../common/runtime/pub -I../../../.= ./datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I/us= r/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/inclu= de/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/in= clude/gtk-2.0 -I../include -I../../../common/include -I../../../client/incl= ude -I./pub -I../../../common/system/pub -I../../../common/container/pub -I= ../../../common/dbgtool/pub -I../../../player/hxclientkit/pub hxplayer.cpp = hxbin.cpp hxgvalue.cpp hxgprefs.cpp hxstatisticsobserver.cpp hxgerror.cpp h= xmarshal.c make SUBMAKEFLAGS=3D"" -f gtkhxdll.mak depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj/gtkhxdll -mgtkhxdll.mak -I../../../common/runtime/pub -I../../../.= ./datatype/image/common/pub -I/usr/X11R6/include -I/usr/local/include -I/us= r/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/inclu= de/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/us= r/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/in= clude/gtk-2.0 -I../include -I../../../common/include -I../../../client/incl= ude -I./pub -I../../../common/system/pub -I../../../common/container/pub -I= ../../../common/dbgtool/pub -I../../../player/hxclientkit/pub hxplayer.cpp = hxbin.cpp hxgvalue.cpp hxgprefs.cpp hxstatisticsobserver.cpp hxgerror.cpp h= xmarshal.c Time used: 10.62 seconds UNIXCompile(player/common/gtk): making all make=20 make SUBMAKEFLAGS=3D"" -f gtkhxlib.mak c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common= /runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -= I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/a= tk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/= freetype2 -I/usr/local/include/gtk-2.0 -I../include -I../../../common/inclu= de -I../../../client/include -I./pub -I../../../common/system/pub -I../../.= ./common/container/pub -I../../../common/dbgtool/pub -I../../../player/hxcl= ientkit/pub -I. -include rel/player_common_gtk_gtkhxlib_ribodefs.h -fPIC -D= PIC -o rel/obj/gtkhxlib/hxplayer.o -c hxplayer.cpp In file included from hxplayer.cpp:50: =2E./../../common/include/hxtypes.h:102: sys/limits.h: No such file or dire= ctory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/player/commo= n/gtk. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/player/commo= n/gtk. Time used: 5.10 seconds ERROR: UNIXCompile(player/common/gtk) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= player/common/gtk from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory player/app/gtk UNIXCompile(player/app/gtk): generating makefiles UMAKE: Umakefil -> Makefile in player/app/gtk UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Umakefile uses generic python code. Warning: Missing BIF source dep 'datatype_image_common' (include path ../..= /../../datatype/image/common/pub) Time used: 0.59 seconds UNIXCompile(player/app/gtk): making depend make depend /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/build/bin/mkdepend -= trel/obj -mMakefile -I../../../common/runtime/pub -I../../../../datatype/im= age/common/pub -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/g= tk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/u= sr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/g= lib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/gtk-2.0= -I../../../common/include -I../../../player/common/gtk/pub -I../../../comm= on/container/pub -I../../../player/app/gtk/pub -I../../../client/include -I= ../../../common/dbgtool/pub -I../../../common/util/pub -I../../../filesyste= m/memory/pub -I../../../filesystem/http -I../../../player/hxclientkit/pub -= I../../../player/mime/include -I../../../player/mime/util/pub -I./pub -I../= ../../common/system/pub xutils.cpp support.c clipdetails_interface.c main_i= nterface.c preferences_interface.c uri_interface.c about_interface.c contex= tmenu_interface .c auth_interface.c transport_interface.c plugins_interface.c error_interf= ace.c upgrade_interface.c favorites_interface.c statistics_interface.c setu= p_interface.c unsupportedbrowser_interface.c playeripc.cpp embeddedapp.cpp = hxstatusinfopanel.cpp hxstatustacctrl.cpp hxstatuscongestion.cpp mainapp.cp= p remote.cpp prefsdialog.cpp mimetypes.cpp commonapp.cpp libgladeemu.cpp hx= status.cpp hxstatustop.cpp hxstatuspositionfield.cpp hxstatuspositionslider= .cpp hxstatusfield.cpp hxbandwidthgraph.cpp favorites.cpp statistics.cpp se= tup.cpp about.cpp auth.cpp clipdetails.cpp error.cpp upgrade.cpp plugins.cp= p open.cpp guids.cpp contextmenu.cpp sysinfo.cpp switchboard.cpp mailcap.cpp Time used: 30.16 seconds UNIXCompile(player/app/gtk): making copy make copy c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common= /runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -= I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/a= tk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/= freetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../..= /player/common/gtk/pub -I../../../common/container/pub -I../../../player/ap= p/gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../.= ./common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/ht= tp -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../..= /../player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include = rel/player_app_gtk_ribodefs.h -o rel/obj/xutils.o -c xutils.cpp cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/support.o -c support.c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/clipdetails_interface.o -c clipdetai= ls_interface.c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/main_interface.o -c main_interface.c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/preferences_interface.o -c preferenc= es_interface.c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/uri_interface.o -c uri_interface.c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/about_interface.o -c about_interface= .c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/contextmenu_interface.o -c contextme= nu_interface.c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/auth_interface.o -c auth_interface.c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/transport_interface.o -c transport_i= nterface.c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/plugins_interface.o -c plugins_inter= face.c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/error_interface.o -c error_interface= .c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/upgrade_interface.o -c upgrade_inter= face.c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/favorites_interface.o -c favorites_i= nterface.c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/statistics_interface.o -c statistics= _interface.c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/setup_interface.o -c setup_interface= .c cc -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common/r= untime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -I/= usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk= -1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local= /include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/fr= eetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../../p= layer/common/gtk/pub -I../../../common/container/pub -I../../../player/app/= gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../../= common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/http= -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../../.= ./player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include re= l/player_app_gtk_ribodefs.h -o rel/obj/unsupportedbrowser_interface.o -c un= supportedbrowser_interface.c c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common= /runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -= I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/a= tk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/= freetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../..= /player/common/gtk/pub -I../../../common/container/pub -I../../../player/ap= p/gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../.= ./common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/ht= tp -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../..= /../player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include = rel/player_app_gtk_ribodefs.h -o rel/obj/playeripc.o -c playeripc.cpp c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common= /runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -= I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/a= tk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/= freetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../..= /player/common/gtk/pub -I../../../common/container/pub -I../../../player/ap= p/gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../.= ./common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/ht= tp -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../..= /../player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include = rel/player_app_gtk_ribodefs.h -o rel/obj/embeddedapp.o -c embeddedapp.cpp c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common= /runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -= I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/a= tk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/= freetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../..= /player/common/gtk/pub -I../../../common/container/pub -I../../../player/ap= p/gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../.= ./common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/ht= tp -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../..= /../player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include = rel/player_app_gtk_ribodefs.h -o rel/obj/hxstatusinfopanel.o -c hxstatusinf= opanel.cpp c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common= /runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -= I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/a= tk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/= freetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../..= /player/common/gtk/pub -I../../../common/container/pub -I../../../player/ap= p/gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../.= ./common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/ht= tp -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../..= /../player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include = rel/player_app_gtk_ribodefs.h -o rel/obj/hxstatustacctrl.o -c hxstatustacct= rl.cpp c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common= /runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -= I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/a= tk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/= freetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../..= /player/common/gtk/pub -I../../../common/container/pub -I../../../player/ap= p/gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../.= ./common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/ht= tp -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../..= /../player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include = rel/player_app_gtk_ribodefs.h -o rel/obj/hxstatuscongestion.o -c hxstatusco= ngestion.cpp c++ -O -pipe -fsigned-char -D_THREAD_SAFE -O -pipe -I../../../common= /runtime/pub -I../../../../datatype/image/common/pub -I/usr/X11R6/include -= I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/a= tk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/= freetype2 -I/usr/local/include/gtk-2.0 -I../../../common/include -I../../..= /player/common/gtk/pub -I../../../common/container/pub -I../../../player/ap= p/gtk/pub -I../../../client/include -I../../../common/dbgtool/pub -I../../.= ./common/util/pub -I../../../filesystem/memory/pub -I../../../filesystem/ht= tp -I../../../player/hxclientkit/pub -I../../../player/mime/include -I../..= /../player/mime/util/pub -I./pub -I../../../common/system/pub -I. -include = rel/player_app_gtk_ribodefs.h -o rel/obj/mainapp.o -c mainapp.cpp In file included from ../../../common/include/hxcom.h:53, from mainapp.cpp:115: =2E./../../common/include/hxtypes.h:102: sys/limits.h: No such file or dire= ctory In file included from ../../../common/include/hxtypes.h:394, from ../../../common/include/hxcom.h:53, from mainapp.cpp:115: /usr/include/sys/param.h:213: warning: `MIN' redefined /usr/local/include/glib-2.0/glib/gmacros.h:170: warning: this is the locati= on of the previous definition /usr/include/sys/param.h:214: warning: `MAX' redefined /usr/local/include/glib-2.0/glib/gmacros.h:167: warning: this is the locati= on of the previous definition *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/player/app/g= tk. Time used: 156.05 seconds ERROR: UNIXCompile(player/app/gtk) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= player/app/gtk from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory player/installer/archive UNIXCompile(player/installer/archive): generating makefiles UMAKE: Umakefil -> Makefile in player/installer/archive UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf UMAKE: make_tempdir -> make_tempdir.mak in player/installer/archive UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Umakefile uses generic python code. UMAKE Namespace Modified: modified globals=3D"USE_COMMON_OBJ" Time used: 1.52 seconds UNIXCompile(player/installer/archive): making depend make depend make SUBMAKEFLAGS=3D"" -f make_tempdir.mak depend Time used: 0.09 seconds UNIXCompile(player/installer/archive): making all make=20 make SUBMAKEFLAGS=3D"" -f make_tempdir.mak =3D=3D=3D=3D creating temporary directory 'temp' =3D=3D=3D=3D rm -rf temp test -d temp || mkdir temp test -d temp/Bin || mkdir temp/Bin test -d temp/common || mkdir temp/common test -d temp/codecs || mkdir temp/codecs test -d temp/plugins || mkdir temp/plugins test -d temp/share || mkdir temp/share test -d temp/doc || mkdir temp/doc test -d temp/lib || mkdir temp/lib test -d temp/postinst || mkdir temp/postinst cp ../../../player/installer/postinst/rel/postinst temp/Bin/setup cp: ../../../player/installer/postinst/rel/postinst: No such file or direct= ory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/player/insta= ller/archive. *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/player/insta= ller/archive. Time used: 0.65 seconds ERROR: UNIXCompile(player/installer/archive) ERROR: Make failed. --- Build System Error ------------------------------------ Make failed. ----------------------------------------------------------- leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= player/installer/archive from directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7 entering directory player/installer/app UNIXCompile(player/installer/app): generating makefiles UMAKE: Umakefil -> Makefile in player/installer/app UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf Umakefile uses generic python code. Time used: 0.19 seconds UNIXCompile(player/installer/app): making depend make depend Time used: 0.03 seconds UNIXCompile(player/installer/app): making all make=20 test -d rel || mkdir rel (if test -f ../../../release/stage1 -a -f ../../../common/import/bzip2/rel/= bzip2 -a -f ../../../player/installer/archive/install.bz2; then cat ../../.= ./release/stage1 ../../../common/import/bzip2/rel/bzip2 ../../../player/ins= taller/archive/install.bz2 > rel/hxplay-1.0.7.784-freebsd.bin; chmod 0755 r= el/hxplay-1.0.7.784-freebsd.bin; else echo "ERROR: Files missing, rel/hxpla= y-1.0.7.784-freebsd.bin not created."; fi) ERROR: Files missing, rel/hxplay-1.0.7.784-freebsd.bin not created. Time used: 0.05 seconds UNIXCompile(player/installer/app): making copy make copy test -d ../../../release || mkdir ../../../release cp rel/hxplay-1.0.7.784-freebsd.bin ../../../release cp: rel/hxplay-1.0.7.784-freebsd.bin: No such file or directory *** Error code 1 Stop in /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/player/insta= ller/app. Time used: 0.05 seconds leaving directory /work/a/ports/multimedia/helixplayer/work/hxplay-1.0.7/./= player/installer/app UMAKE: Umakefil -> Makefile in=20 UMAKE: Applying profile /work/a/ports/multimedia/helixplayer/work/hxplay-1.= 0.7/build/umakepf/helix-client-all-defines-free.pf signing output binaries Build Complete: Sat Nov 4 15:20:37 2006 MD5 (release/audfixptutil.a)..........055c0eda61f866bfeec281a8398b346e MD5 (release/unittest.a)..............d01b1edf0eb19da0293c4652f2792839 MD5 (release/utconsolelib.a)..........29d242147305c413e2febd97dcf55cd4 MD5 (release/utuilib.a)...............ab0a4c8c62da160eaae565341c07f202 Build complete in 14:45, 102 of 105 modules failed. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D *** Error code 1 Stop in /a/ports/multimedia/helixplayer. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/multimedia/helixplayer ended at Sat Nov 4 15:20:41 GMT= 2006 ----- End forwarded message ----- --R0KbGFzrRdaLlFh/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFTPE5Wry0BWjoQKURAsx2AKDHJucMKeLqBMKsX8rD9KHipfRZvwCeLca9 VNlC9IE41OY3yVt6d2rx8GM= =2bWi -----END PGP SIGNATURE----- --R0KbGFzrRdaLlFh/-- From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 20:00:27 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0958A16A407 for ; Sat, 4 Nov 2006 20:00:27 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E6243D7D for ; Sat, 4 Nov 2006 20:00:19 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id C787A1A4D87 for ; Sat, 4 Nov 2006 12:00:10 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D908C515F4; Sat, 4 Nov 2006 15:00:03 -0500 (EST) Date: Sat, 4 Nov 2006 15:00:03 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20061104200003.GT70239@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qUsYCxAE223BCwdt" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@FreeBSD.org: glade3-3.0.2_3 failed on i386 4] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 20:00:27 -0000 --qUsYCxAE223BCwdt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Sat, 4 Nov 2006 14:51:46 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: glade3-3.0.2_3 failed on i386 4 X-UIDL: 6)%!!iX!#![H#"!9T,"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.3 building glade3-3.0.2_3 on gohan37.freebsd.org in directory /x/tmp/4/chroot/21339 building for: 4.11-STABLE i386 maintained by: gnome@FreeBSD.org port directory: /usr/ports/devel/glade3 build started at Sat Nov 4 14:48:24 GMT 2006 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3DXFree86-fontEncodings-4.5.0_1.tgz XFree86-fontScalable-4.5.= 0_1.tgz XFree86-libraries-4.5.0.tgz atk-1.12.3.tgz bitstream-vera-1.10_2.tg= z cairo-1.2.6.tgz expat-2.0.0_1.tgz fontconfig-2.3.2_6,1.tgz freetype2-2.2.= 1_1.tgz gettext-0.14.5_2.tgz glib-2.12.4.tgz gmake-3.81_1.tgz gtk-2.10.6_2.= tgz hicolor-icon-theme-0.9_2.tgz intltool-0.35.0.tgz jpeg-6b_4.tgz ldconfig= _compat-1.0_8.tgz libXft-2.1.7_1.tgz libiconv-1.9.2_2.tgz libxml2-2.6.26.tg= z p5-XML-Parser-2.34_2.tgz pango-1.14.7.tgz pkg-config-0.21.tgz png-1.2.12_= 1.tgz rc_subr-1.31_1.tgz shared-mime-info-0.19.tgz tiff-3.8.2.tgz RUN_DEPENDS=3DXFree86-fontEncodings-4.5.0_1.tgz XFree86-fontScalable-4.5.0_= 1.tgz XFree86-libraries-4.5.0.tgz atk-1.12.3.tgz bitstream-vera-1.10_2.tgz = cairo-1.2.6.tgz expat-2.0.0_1.tgz fontconfig-2.3.2_6,1.tgz freetype2-2.2.1_= 1.tgz gettext-0.14.5_2.tgz glib-2.12.4.tgz gnomehier-2.2.tgz gtk-2.10.6_2.t= gz hicolor-icon-theme-0.9_2.tgz jpeg-6b_4.tgz ldconfig_compat-1.0_8.tgz lib= Xft-2.1.7_1.tgz libiconv-1.9.2_2.tgz libxml2-2.6.26.tgz pango-1.14.7.tgz pk= g-config-0.21.tgz png-1.2.12_1.tgz rc_subr-1.31_1.tgz shared-mime-info-0.19= .tgz tiff-3.8.2.tgz prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/X11R6 add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> glade3-3.0.2.tar.bz2 doesn't seem to exist in /tmp/distfiles/gnome2. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/gnome2/. glade3-3.0.2.tar.bz2 724 kB 2971 kBps =3D> MD5 Checksum OK for gnome2/glade3-3.0.2.tar.bz2. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Extracting for glade3-3.0.2_3 =3D> MD5 Checksum OK for gnome2/glade3-3.0.2.tar.bz2. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Patching for glade3-3.0.2_3 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg XFree86-fontEncodings-4.5.0_1.tgz XFree86-fontScalable-4.5.0_1.tgz = XFree86-libraries-4.5.0.tgz atk-1.12.3.tgz bitstream-vera-1.10_2.tgz cairo-= 1.2.6.tgz expat-2.0.0_1.tgz fontconfig-2.3.2_6,1.tgz freetype2-2.2.1_1.tgz = gettext-0.14.5_2.tgz glib-2.12.4.tgz gmake-3.81_1.tgz gtk-2.10.6_2.tgz hico= lor-icon-theme-0.9_2.tgz intltool-0.35.0.tgz jpeg-6b_4.tgz ldconfig_compat-= 1.0_8.tgz libXft-2.1.7_1.tgz libiconv-1.9.2_2.tgz libxml2-2.6.26.tgz p5-XML= -Parser-2.34_2.tgz pango-1.14.7.tgz pkg-config-0.21.tgz png-1.2.12_1.tgz rc= _subr-1.31_1.tgz shared-mime-info-0.19.tgz tiff-3.8.2.tgz adding dependencies pkg_add XFree86-fontEncodings-4.5.0_1.tgz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add XFree86-fontScalable-4.5.0_1.tgz /usr/X11R6/bin/fc-cache: "lib/X11/fonts/bitstream-vera": caching, 10 fonts,= 0 dirs /usr/X11R6/bin/fc-cache: succeeded IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these f= onts before using. The copyright can be found at /usr/X11R6/lib/X11/fonts/bitst= ream-vera/COPYRIGHT.TXT. To use these fonts, follow the instructions below. Make sure that the freetype module is loaded. If it is not, add the follow= ing line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration fi= le: FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. fc-cache: "/usr/X11R6/lib/X11/fonts/CID": caching, 0 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/Speedo": caching, 0 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs fc-cache: succeeded fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": caching, 29 fonts, 0 dirs fc-cache: succeeded pkg_add XFree86-libraries-4.5.0.tgz skipping XFree86-libraries-4.5.0, already added pkg_add atk-1.12.3.tgz pkg_add bitstream-vera-1.10_2.tgz skipping bitstream-vera-1.10_2, already added pkg_add cairo-1.2.6.tgz pkg_add expat-2.0.0_1.tgz skipping expat-2.0.0_1, already added pkg_add fontconfig-2.3.2_6,1.tgz skipping fontconfig-2.3.2_6,1, already added pkg_add freetype2-2.2.1_1.tgz skipping freetype2-2.2.1_1, already added pkg_add gettext-0.14.5_2.tgz skipping gettext-0.14.5_2, already added pkg_add glib-2.12.4.tgz skipping glib-2.12.4, already added pkg_add gmake-3.81_1.tgz pkg_add gtk-2.10.6_2.tgz *** * Updating MIME database in /usr/X11R6/share/mime... Wrote 0 strings at 20 - 20 Wrote aliases at 20 - 24 Wrote parents at 24 - 28 Wrote literal globs at 28 - 2c Wrote suffix globs at 2c - 34 Wrote full globs at 34 - 38 Wrote magic at 38 - 44 Wrote namespace list at 44 - 48 *** *** * Updating MIME database in /usr/local/share/mime... Wrote 499 strings at 20 - 295c Wrote aliases at 295c - 2b50 Wrote parents at 2b50 - 354c Wrote literal globs at 354c - 35a8 Wrote suffix globs at 35a8 - 69b0 Wrote full globs at 69b0 - 69d4 Wrote magic at 69d4 - c2fc Wrote namespace list at c2fc - c30c *** *** * Updating MIME database in /usr/local/share/mime... Wrote 499 strings at 20 - 295c Wrote aliases at 295c - 2b50 Wrote parents at 2b50 - 354c Wrote literal globs at 354c - 35a8 Wrote suffix globs at 35a8 - 69b0 Wrote full globs at 69b0 - 69d4 Wrote magic at 69d4 - c2fc Wrote namespace list at c2fc - c30c *** Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 7 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/bitstream-vera": caching, 10 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/CID": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/Speedo": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": caching, 29 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add hicolor-icon-theme-0.9_2.tgz skipping hicolor-icon-theme-0.9_2, already added pkg_add intltool-0.35.0.tgz pkg_add jpeg-6b_4.tgz skipping jpeg-6b_4, already added pkg_add ldconfig_compat-1.0_8.tgz skipping ldconfig_compat-1.0_8, already added pkg_add libXft-2.1.7_1.tgz skipping libXft-2.1.7_1, already added pkg_add libiconv-1.9.2_2.tgz skipping libiconv-1.9.2_2, already added pkg_add libxml2-2.6.26.tgz skipping libxml2-2.6.26, already added pkg_add p5-XML-Parser-2.34_2.tgz skipping p5-XML-Parser-2.34_2, already added pkg_add pango-1.14.7.tgz skipping pango-1.14.7, already added pkg_add pkg-config-0.21.tgz skipping pkg-config-0.21, already added pkg_add png-1.2.12_1.tgz skipping png-1.2.12_1, already added pkg_add rc_subr-1.31_1.tgz skipping rc_subr-1.31_1, already added pkg_add shared-mime-info-0.19.tgz skipping shared-mime-info-0.19, already added pkg_add tiff-3.8.2.tgz skipping tiff-3.8.2, already added =3D=3D=3D> glade3-3.0.2_3 depends on executable in : gmake - found =3D=3D=3D> glade3-3.0.2_3 depends on file: /usr/local/bin/intltool-extrac= t - found =3D=3D=3D> glade3-3.0.2_3 depends on executable in : pkg-config - found =3D=3D=3D> glade3-3.0.2_3 depends on shared library: intl - found =3D=3D=3D> glade3-3.0.2_3 depends on shared library: atk-1.0.0 - found =3D=3D=3D> glade3-3.0.2_3 depends on shared library: glib-2.0.0 - found =3D=3D=3D> glade3-3.0.2_3 depends on shared library: gtk-x11-2.0.0 - found =3D=3D=3D> glade3-3.0.2_3 depends on shared library: xml2.5 - found =3D=3D=3D> glade3-3.0.2_3 depends on shared library: pango-1.0.0 - found =3D=3D=3D> glade3-3.0.2_3 depends on shared library: X11.6 - found =3D=3D=3D> Configuring for glade3-3.0.2_3 checking build system type... i386-portbld-freebsd4.11 checking host system type... i386-portbld-freebsd4.11 checking target system type... i386-portbld-freebsd4.11 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for intltool >=3D 0.29... 0.34.1 found checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/local/bin/iconv checking for msgfmt... /usr/local/bin/msgfmt checking for msgmerge... /usr/local/bin/msgmerge checking for xgettext... /usr/local/bin/xgettext checking for glib-genmarshal... /usr/local/bin/glib-genmarshal checking for dlltool... no checking for style of include used by gmake... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc checking for library containing strerror... none required checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether gmake sets $(MAKE)... (cached) yes checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by cc... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc static flag works... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/libexec/elf/ld) supports shared librar= ies... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) = yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libra= ries... yes checking dynamic linker characteristics... freebsd4.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for catalogs to be installed... az da en_CA en_GB es fr ja ko ms = nb nn pl pt pt_BR ru sk sv ta tr uk vi zh_CN checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes configure: creating ./config.status config.status: creating Makefile config.status: creating pixmaps/Makefile config.status: creating pixmaps/16x16/Makefile config.status: creating pixmaps/22x22/Makefile config.status: creating widgets/Makefile config.status: creating po/Makefile.in config.status: creating src/Makefile config.status: creating src/libgladeui-1.0.pc config.status: creating src/glade-3.pc config.status: creating src/glade-paths.sh config.status: creating doc/Makefile config.status: creating doc/version.xml config.status: creating config.h config.status: executing intltool commands config.status: executing depfiles commands config.status: executing default-1 commands Configuration: Source code location: . Compiler: cc GnomeUI Catalog: no =3D=3D=3D> Building for glade3-3.0.2_3 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/devel/glade3/work/glade3-3.0.2' Making all in src gmake[2]: Entering directory `/work/a/ports/devel/glade3/work/glade3-3.0.2/= src' /usr/local/bin/glib-genmarshal --prefix=3Dglade_marshal ./glade-marshallers= .list --body > glade-marshallers-c.tmp \ && mv glade-marshallers-c.tmp glade-marshallers.c \ || ( rm -f glade-marshallers-c.tmp && exit 1 ) /usr/local/bin/glib-genmarshal --prefix=3Dglade_marshal ./glade-marshallers= .list --header > glade-marshallers-h.tmp \ && mv glade-marshallers-h.tmp glade-marshallers.h \ || ( rm -f glade-marshallers-h.tmp && exit 1) updated glade-paths.h gmake all-recursive gmake[3]: Entering directory `/work/a/ports/devel/glade3/work/glade3-3.0.2/= src' gmake[4]: Entering directory `/work/a/ports/devel/glade3/work/glade3-3.0.2/= src' source=3D'glade-gtk.c' object=3D'libgladegtk_la-glade-gtk.lo' libtool=3Dyes= \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -g -Wall -I.. -I.. -I/usr/local/include/gtk-2.0= -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local= /include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/includ= e/freetype2 -I/usr/local/include -I/usr/local/include/libxml2 -O -pipe -= c -o libgladegtk_la-glade-gtk.lo `test -f 'glade-gtk.c' || echo './'`glade-= gtk.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -g -Wall -I.. -I.. -I= /usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/in= clude/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/= usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/i= nclude -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc= lude/libxml2 -O -pipe -c glade-gtk.c -Wp,-MD,.deps/libgladegtk_la-glade-gtk= .TPlo -fPIC -DPIC -o .libs/libgladegtk_la-glade-gtk.o glade-gtk.c: In function `glade_gtk_box_configure_end': glade-gtk.c:545: warning: assignment makes pointer from integer without a c= ast glade-gtk.c: In function `glade_gtk_menu_shell_delete_child': glade-gtk.c:3682: warning: `n_children' might be used uninitialized in this= function source=3D'glade-debug.c' object=3D'libgladeui_1_la-glade-debug.lo' libtool= =3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -g -Wall -I.. -I.. -I/usr/l= ocal/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/= atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/lo= cal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include= -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/l= ibxml2 -O -pipe -c -o libgladeui_1_la-glade-debug.lo `test -f 'glade-deb= ug.c' || echo './'`glade-debug.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -= g -Wall -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/inc= lude -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/i= nclude/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/in= clude -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/incl= ude -I/usr/local/include/libxml2 -O -pipe -c glade-debug.c -Wp,-MD,.deps/li= bgladeui_1_la-glade-debug.TPlo -fPIC -DPIC -o .libs/libgladeui_1_la-glade-= debug.o source=3D'glade-project.c' object=3D'libgladeui_1_la-glade-project.lo' libt= ool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -g -Wall -I.. -I.. -I/usr/l= ocal/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/= atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/lo= cal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include= -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/l= ibxml2 -O -pipe -c -o libgladeui_1_la-glade-project.lo `test -f 'glade-p= roject.c' || echo './'`glade-project.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -= g -Wall -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/inc= lude -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/i= nclude/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/in= clude -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/incl= ude -I/usr/local/include/libxml2 -O -pipe -c glade-project.c -Wp,-MD,.deps/= libgladeui_1_la-glade-project.TPlo -fPIC -DPIC -o .libs/libgladeui_1_la-gl= ade-project.o glade-project.c: In function `glade_project_reset_path': glade-project.c:1789: warning: assignment makes pointer from integer withou= t a cast source=3D'glade-parameter.c' object=3D'libgladeui_1_la-glade-parameter.lo' = libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -g -Wall -I.. -I.. -I/usr/l= ocal/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/= atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/lo= cal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include= -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/l= ibxml2 -O -pipe -c -o libgladeui_1_la-glade-parameter.lo `test -f 'glade= -parameter.c' || echo './'`glade-parameter.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -= g -Wall -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/inc= lude -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/i= nclude/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/in= clude -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/incl= ude -I/usr/local/include/libxml2 -O -pipe -c glade-parameter.c -Wp,-MD,.dep= s/libgladeui_1_la-glade-parameter.TPlo -fPIC -DPIC -o .libs/libgladeui_1_l= a-glade-parameter.o source=3D'glade-placeholder.c' object=3D'libgladeui_1_la-glade-placeholder.= lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -g -Wall -I.. -I.. -I/usr/l= ocal/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/= atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/lo= cal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include= -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/l= ibxml2 -O -pipe -c -o libgladeui_1_la-glade-placeholder.lo `test -f 'gla= de-placeholder.c' || echo './'`glade-placeholder.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -= g -Wall -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/inc= lude -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/i= nclude/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/in= clude -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/incl= ude -I/usr/local/include/libxml2 -O -pipe -c glade-placeholder.c -Wp,-MD,.d= eps/libgladeui_1_la-glade-placeholder.TPlo -fPIC -DPIC -o .libs/libgladeui= _1_la-glade-placeholder.o source=3D'glade-custom.c' object=3D'libgladeui_1_la-glade-custom.lo' libtoo= l=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -g -Wall -I.. -I.. -I/usr/l= ocal/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/= atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/lo= cal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include= -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/l= ibxml2 -O -pipe -c -o libgladeui_1_la-glade-custom.lo `test -f 'glade-cu= stom.c' || echo './'`glade-custom.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -= g -Wall -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/inc= lude -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/i= nclude/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/in= clude -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/incl= ude -I/usr/local/include/libxml2 -O -pipe -c glade-custom.c -Wp,-MD,.deps/l= ibgladeui_1_la-glade-custom.TPlo -fPIC -DPIC -o .libs/libgladeui_1_la-glad= e-custom.o source=3D'glade-project-view.c' object=3D'libgladeui_1_la-glade-project-vie= w.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -g -Wall -I.. -I.. -I/usr/l= ocal/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/= atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/lo= cal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include= -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/l= ibxml2 -O -pipe -c -o libgladeui_1_la-glade-project-view.lo `test -f 'gl= ade-project-view.c' || echo './'`glade-project-view.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -= g -Wall -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/inc= lude -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/i= nclude/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/in= clude -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/incl= ude -I/usr/local/include/libxml2 -O -pipe -c glade-project-view.c -Wp,-MD,.= deps/libgladeui_1_la-glade-project-view.TPlo -fPIC -DPIC -o .libs/libglade= ui_1_la-glade-project-view.o glade-project-view.c:714: warning: `glade_project_view_sort_func' defined b= ut not used source=3D'glade-widget-class.c' object=3D'libgladeui_1_la-glade-widget-clas= s.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -g -Wall -I.. -I.. -I/usr/l= ocal/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/= atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/lo= cal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include= -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/l= ibxml2 -O -pipe -c -o libgladeui_1_la-glade-widget-class.lo `test -f 'gl= ade-widget-class.c' || echo './'`glade-widget-class.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -= g -Wall -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/inc= lude -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/i= nclude/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/in= clude -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/incl= ude -I/usr/local/include/libxml2 -O -pipe -c glade-widget-class.c -Wp,-MD,.= deps/libgladeui_1_la-glade-widget-class.TPlo -fPIC -DPIC -o .libs/libglade= ui_1_la-glade-widget-class.o glade-widget-class.c: In function `glade_widget_class_create_widget_real': glade-widget-class.c:1780: warning: implicit declaration of function `va_co= py' glade-widget-class.c:1775: warning: `vl_copy' might be used uninitialized i= n this function source=3D'glade-xml-utils.c' object=3D'libgladeui_1_la-glade-xml-utils.lo' = libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -g -Wall -I.. -I.. -I/usr/l= ocal/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/= atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/lo= cal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include= -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/l= ibxml2 -O -pipe -c -o libgladeui_1_la-glade-xml-utils.lo `test -f 'glade= -xml-utils.c' || echo './'`glade-xml-utils.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -= g -Wall -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/inc= lude -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/i= nclude/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/in= clude -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/incl= ude -I/usr/local/include/libxml2 -O -pipe -c glade-xml-utils.c -Wp,-MD,.dep= s/libgladeui_1_la-glade-xml-utils.TPlo -fPIC -DPIC -o .libs/libgladeui_1_l= a-glade-xml-utils.o source=3D'glade-palette.c' object=3D'libgladeui_1_la-glade-palette.lo' libt= ool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -g -Wall -I.. -I.. -I/usr/l= ocal/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/= atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/lo= cal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include= -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/l= ibxml2 -O -pipe -c -o libgladeui_1_la-glade-palette.lo `test -f 'glade-p= alette.c' || echo './'`glade-palette.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -= g -Wall -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/inc= lude -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/i= nclude/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/in= clude -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/incl= ude -I/usr/local/include/libxml2 -O -pipe -c glade-palette.c -Wp,-MD,.deps/= libgladeui_1_la-glade-palette.TPlo -fPIC -DPIC -o .libs/libgladeui_1_la-gl= ade-palette.o source=3D'glade-palette-item.c' object=3D'libgladeui_1_la-glade-palette-ite= m.lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -g -Wall -I.. -I.. -I/usr/l= ocal/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/= atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/lo= cal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include= -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/l= ibxml2 -O -pipe -c -o libgladeui_1_la-glade-palette-item.lo `test -f 'gl= ade-palette-item.c' || echo './'`glade-palette-item.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -= g -Wall -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/inc= lude -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/i= nclude/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/in= clude -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/incl= ude -I/usr/local/include/libxml2 -O -pipe -c glade-palette-item.c -Wp,-MD,.= deps/libgladeui_1_la-glade-palette-item.TPlo -fPIC -DPIC -o .libs/libglade= ui_1_la-glade-palette-item.o source=3D'glade-palette-box.c' object=3D'libgladeui_1_la-glade-palette-box.= lo' libtool=3Dyes \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. = -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -g -Wall -I.. -I.. -I/usr/l= ocal/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/= atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/lo= cal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include= -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/l= ibxml2 -O -pipe -c -o libgladeui_1_la-glade-palette-box.lo `test -f 'gla= de-palette-box.c' || echo './'`glade-palette-box.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DINSIDE_LIBGLADEUI -= g -Wall -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/inc= lude -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/i= nclude/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/in= clude -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/incl= ude -I/usr/local/include/libxml2 -O -pipe -c glade-palette-box.c -Wp,-MD,.d= eps/libgladeui_1_la-glade-palette-box.TPlo -fPIC -DPIC -o .libs/libgladeui= _1_la-glade-palette-box.o glade-palette-box.c: In function `glade_palette_box_size_allocate': glade-palette-box.c:374: syntax error before `horizontal_space_remaining' glade-palette-box.c:388: `horizontal_space_remaining' undeclared (first use= in this function) glade-palette-box.c:388: (Each undeclared identifier is reported only once glade-palette-box.c:388: for each function it appears in.) gmake[4]: *** [libgladeui_1_la-glade-palette-box.lo] Error 1 gmake[4]: Leaving directory `/work/a/ports/devel/glade3/work/glade3-3.0.2/s= rc' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/work/a/ports/devel/glade3/work/glade3-3.0.2/s= rc' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/work/a/ports/devel/glade3/work/glade3-3.0.2/s= rc' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/devel/glade3/work/glade3-3.0.2' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/devel/glade3. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/devel/glade3 ended at Sat Nov 4 14:51:41 GMT 2006 ----- End forwarded message ----- --qUsYCxAE223BCwdt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFTPFDWry0BWjoQKURAhDgAKCZH97Avt9ru7Y63p7wp9r1kiGeRgCaAlWM lq/0DHl2lju1vzChrG5ic6o= =XELE -----END PGP SIGNATURE----- --qUsYCxAE223BCwdt-- From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 20:14:33 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A358616A4F2; Sat, 4 Nov 2006 20:14:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3174A43D6D; Sat, 4 Nov 2006 20:14:21 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kA4KELm4051900; Sat, 4 Nov 2006 20:14:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kA4KELel051896; Sat, 4 Nov 2006 20:14:21 GMT (envelope-from edwin) Date: Sat, 4 Nov 2006 20:14:21 GMT From: Edwin Groothuis Message-Id: <200611042014.kA4KELel051896@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/105152: libxklavier fails to build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 20:14:33 -0000 Synopsis: libxklavier fails to build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 4 20:14:20 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=105152 From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 20:41:20 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE8CB16A416 for ; Sat, 4 Nov 2006 20:41:20 +0000 (UTC) (envelope-from zouk@tiscali.nl) Received: from smtp-out3.tiscali.nl (smtp-out3.tiscali.nl [195.241.79.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id D61B443DBA for ; Sat, 4 Nov 2006 20:40:20 +0000 (GMT) (envelope-from zouk@tiscali.nl) Received: from [82.170.181.144] (helo=[192.168.1.100]) by smtp-out3.tiscali.nl with esmtp (Tiscali http://www.tiscali.nl) id 1GgSJQ-0006KS-1g for ; Sat, 04 Nov 2006 21:40:20 +0100 From: Robert Gilaard To: gnome@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-VVfSqvOJBL5MSo4MS6hy" Date: Sat, 04 Nov 2006 21:40:23 +0100 Message-Id: <1162672823.29629.15.camel@zouk.tiscali.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: build error when I am upgrading 'gtkhtml-1.1.10_5' to 'gtkhtml-1.1.10_6' X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 20:41:21 -0000 --=-VVfSqvOJBL5MSo4MS6hy Content-Type: multipart/mixed; boundary="=-Xrx5YvcqLE7B7wR54CSZ" --=-Xrx5YvcqLE7B7wR54CSZ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi peeps, on my freebsd 6.1 amd64 system upgrading gtkhtml gives me an error when I use portupgrade -aRr: checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... no checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for catalogs to be installed... az ca cs da de el es et eu fi fr gl hu it ja ko lt lv ms nl nn no pl pt pt_BR ru sk sl sv tr uk vi zh_CN zh_TW sed: ./intl/po2tbl.sed.in: No such file or directory checking for Gnome App libraries (GAL) >=3D 0.20.1.99... not found configure: error:=20 You need Gnome App libraries (GAL) 0.20.1.99 or later to build gtkhtml. =3D=3D=3D> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/usr/ports/www/gtkhtml/work/gtkhtml-1.1.10/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop in /usr/ports/www/gtkhtml. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.20089.0 env PORT_UPGRADE=3Dyes make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! www/gtkhtml (gtkhtml-1.1.10_5) (configure error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed [root@zouk /usr/home/rgilaard]#=20 I have attached the output of the failed command, the config.log and the output of gnomelogalyzer.sh gives: [root@zouk /usr/ports/www/gtkhtml]# sh /usr/ports/devel/libbonobo/gnomelogalyzer.sh=20 Generating build log. Please wait... done. The cause of your build failure is not known to gnomelogalyzer.sh. Before e-mailing the build log to the FreeBSD GNOME team at freebsd-gnome@FreeBSD.org, TRY EACH OF THE FOLLOWING: * If you are generating your own logfile, make sure to generate it with something similar to: "make 2>&1 | tee /path/to/logfile" (sh/bash/ksh/zsh) or "make |& tee /path/to/logfile" (csh/tcsh) * Make sure your cvsup(1) configuration file specifies the 'ports-all' collection * Run cvsup(1) and attempt the build again * Check /usr/ports/UPDATING for information pertinent to your build failure * 99% of the commonly reported build failures can be solved by running "portupgrade -a" * Read the FAQs at http://www.FreeBSD.org/gnome/ * Search the archives of freebsd-gnome@FreeBSD.org. Archives can be searched at http://www.freebsd.org/gnome/index.html#search If you have not performed each of the above suggestions, don't bother asking for help. The chances are good that you'll simply be told to perform one of the aforementioned steps. [root@zouk /usr/ports/www/gtkhtml]#=20 Can you help me out, I don't know what else to do --=-Xrx5YvcqLE7B7wR54CSZ-- --=-VVfSqvOJBL5MSo4MS6hy Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFTPq3sN8QN/Daqe0RAqGHAJ9XwY+DfRccNQP0ejrki02GtPdjrACg14jG fbHjAltpsWGemqM/tpZCSi4= =vuPY -----END PGP SIGNATURE----- --=-VVfSqvOJBL5MSo4MS6hy-- From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 20:42:56 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DAA716A514; Sat, 4 Nov 2006 20:42:56 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12AE343D53; Sat, 4 Nov 2006 20:42:48 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kA4Kgl6o054857; Sat, 4 Nov 2006 20:42:47 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kA4KglFv054853; Sat, 4 Nov 2006 20:42:47 GMT (envelope-from marcus) Date: Sat, 4 Nov 2006 20:42:47 GMT From: Joe Marcus Clarke Message-Id: <200611042042.kA4KglFv054853@freefall.freebsd.org> To: paulbeard@gmail.com, marcus@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/105152: libxklavier fails to build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 20:42:56 -0000 Synopsis: libxklavier fails to build State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sat Nov 4 20:42:09 UTC 2006 State-Changed-Why: Correct, it does not build on 4.X, and has since been marked IGNORE on that version of FreeBSD. Upgrade to FreeBSD 5.5 or later if you need libxklavier. http://www.freebsd.org/cgi/query-pr.cgi?pr=105152 From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 4 22:39:45 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 817DF16A40F; Sat, 4 Nov 2006 22:39:45 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 152A543D5D; Sat, 4 Nov 2006 22:39:45 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kA4Mdi0L067009; Sat, 4 Nov 2006 22:39:44 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kA4MdiVf067005; Sat, 4 Nov 2006 22:39:44 GMT (envelope-from mezz) Date: Sat, 4 Nov 2006 22:39:44 GMT From: Jeremy Messenger Message-Id: <200611042239.kA4MdiVf067005@freefall.freebsd.org> To: paulbeard@gmail.com, mezz@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/105057: guile doesn't build: system too old? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 22:39:45 -0000 Synopsis: guile doesn't build: system too old? State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sat Nov 4 22:38:49 UTC 2006 State-Changed-Why: marcus has committed a fix. Thanks for report! http://www.freebsd.org/cgi/query-pr.cgi?pr=105057