From owner-freebsd-ports@FreeBSD.ORG Sun May 22 09:02:16 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A85E16A41C for ; Sun, 22 May 2005 09:02:16 +0000 (GMT) (envelope-from andreas.kohn@gmx.net) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1F44843D54 for ; Sun, 22 May 2005 09:02:14 +0000 (GMT) (envelope-from andreas.kohn@gmx.net) Received: (qmail invoked by alias); 22 May 2005 09:02:13 -0000 Received: from unknown (EHLO klamath.syndrom23.de) [212.204.44.203] by mail.gmx.net (mp032) with SMTP; 22 May 2005 11:02:13 +0200 X-Authenticated: #2431876 From: Andreas Kohn To: Hye-Shik Chang In-Reply-To: <20050522025343.GA3285@FreeBSD.org> References: <428E218C.80009@homer.att.com> <1116666970.1219.28.camel@klamath.syndrom23.de> <20050522025343.GA3285@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-pH6hR2BXyFwikk0i5Vo9" Date: Sun, 22 May 2005 11:02:11 +0200 Message-Id: <1116752532.895.9.camel@klamath.syndrom23.de> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port X-Y-GMX-Trusted: 0 Cc: ports@FreeBSD.org, jwb@homer.att.com Subject: Re: FreeBSD Port: liferea-0.9.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 09:02:16 -0000 --=-pH6hR2BXyFwikk0i5Vo9 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2005-05-22 at 11:53 +0900, Hye-Shik Chang wrote: > On Sat, May 21, 2005 at 11:16:10AM +0200, Andreas Kohn wrote: > > On Fri, 2005-05-20 at 13:42 -0400, J. W. Ballantine wrote: > > > lifera build failure > > >=20 > > > While building liferea on a 5.4-STABLE system liferea failed with: > > > mkdir .libs > > > cc -O -pipe -o liferea-bin callbacks.o cdf_channel.o cdf_item.o commo= n.o > [snip] > > > Stop in /usr/ports/net/liferea. > > > ** Command failed [exit code 1]: /usr/bin/script -qa=20 > > > /tmp/portupgrade67929.6 > > > make > > > ** Fix the problem and try again. > > >=20 > > >=20 > > Hi, > >=20 > > could you try dropping the attached patch into > > the /usr/ports/net/liferea/files directory, and rebuilding? > >=20 >=20 > Thanks for the patch. But your fix seems not to work on my system: >=20 > sumomo(perky):~/cvs/ports/liferea% LC_ALL=3DC liferea > Available browser modules (/usr/X11R6/lib/liferea): > -> GtkHTML2 (liblihtmlg.so) > No browser module configured! > trying to load browser module GtkHTML2 (liblihtmlg.so) > I/O warning : failed to load external entity "/home/perky/.liferea/mime.x= ml" > *** ui_feedlist.c: Failed get session dbus: org.freedesktop.DBus.Error.Fa= iled | Unable to determine the address of the message bus This one is normal IFF there is no session dbus, or the address of it is not specified. Its specified in an environment variable: DBUS_SESSION_BUS_ADDRESS=3Dunix:path=3D/var/tmp/dbus-GSw7QmHNFo,guid=3Df3c6= 8f420795583b595077ed203a3400 The easiest way to get this variable set and run the session dbus is using something like this in .xinitrc/.xsession: exec /usr/local/bin/dbus-launch /usr/X11R6/bin/gnome-session > liferea-bin in free(): error: chunk is already free > zsh: abort (core dumped) LC_ALL=3DC liferea These are strange, never seen them. :/ Regards, -- Andreas --=-pH6hR2BXyFwikk0i5Vo9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCkEqTYucd7Ow1ygwRAn2BAJ9eURsgZAlfM5OjZtKqUHZI51YbSgCePcJ5 3+x/GURIcFBLm2GZbNnZ3yY= =RYtA -----END PGP SIGNATURE----- --=-pH6hR2BXyFwikk0i5Vo9--