From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 16 09:24:24 2005 Return-Path: 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 B6F3116A4CE for ; Sun, 16 Jan 2005 09:24:24 +0000 (GMT) Received: from lakermmtao04.cox.net (lakermmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C91C43D2D for ; Sun, 16 Jan 2005 09:24:24 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao04.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20050116092422.GLWO22354.lakermmtao04.cox.net@mezz.mezzweb.com> for ; Sun, 16 Jan 2005 04:24:22 -0500 To: freebsd-gnome@freebsd.org References: Message-ID: Date: Sun, 16 Jan 2005 03:25:06 -0600 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Opera M2/7.54u1 (Linux, build 892) Subject: Re: Vote: Should I remove 'text/plain' mimetype from abiword? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 16 Jan 2005 09:24:24 -0000 On Wed, 05 Jan 2005 18:12:09 -0600, Jeremy Messenger wrote: > Hello folks, > > I know some people dislike to have abiword to be in text/plain mimetype, > which I dislike it either. I am going to allow the vote to take care of > it, so please respect the vote by not hack or whatever. Let a vote and > be it. I signed a free vote system over at www.go2poll.com . Nothing > fancy. :-) > > http://people.freebsd.org/~mezz/vote.html > > The vote will be end at Jan 15th, then I will post the result. I will > remove it if we have more than 80% of 'yes' vote. The result is: ========================== no 12 % (3 votes) yes 87 % (21 votes) ========================== Sorry, had to copy and paste. For some reason, it's fscked up in the www.go2poll.com .. I copy-n-paste the html of result, but it display as nothing to me. Maybe, the result page works for the others. http://people.freebsd.org/~mezz/result.html Cheers, Mezz > Cheers, > Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 16 15:44:21 2005 Return-Path: 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 A130316A4CE for ; Sun, 16 Jan 2005 15:44:21 +0000 (GMT) Received: from smtp105.mail.sc5.yahoo.com (smtp105.mail.sc5.yahoo.com [66.163.169.225]) by mx1.FreeBSD.org (Postfix) with SMTP id 9B95C43D5E for ; Sun, 16 Jan 2005 15:44:20 +0000 (GMT) (envelope-from kaeru@pd.jaring.my) Received: from unknown (HELO wolverine.cerebro.net.my) (khairil?yusof@219.95.44.201 with login) by smtp105.mail.sc5.yahoo.com with SMTP; 16 Jan 2005 15:44:19 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-send-pr-version: gtk-send-pr 0.4.1 X-GNATS-Notify: Date: Sun, 16 Jan 2005 23:44:23 +0800 From: "Khairil Yusof" Message-Id: <1105890263.0@wolverine.cerebro.net.my> To: "FreeBSD gnats submit" cc: gnome@FreeBSD.org Subject: [PATCH] Add ipw, iwi, acx wireless devices for gnomeapplets2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 16 Jan 2005 15:44:21 -0000 >Submitter-Id: current-users >Originator: Khairil Yusof >Organization: >Confidential: no >Synopsis: [PATCH] Add ipw, iwi, acx wireless devices for gnomeapplets2 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 5.3-STABLE i386 >Environment: System: FreeBSD 5.3-STABLE #24: Thu Jan 13 03:58:49 MYT 2005 kaeru@wolverine.cerebro.net.my:/usr/obj/usr/src/sys/WOLVERINE >Description: Add strings for additional wireless devices to the current patch-wireless_wireless-applet.c Additional devices provided by the following drivers for FreeBSD: ipw - Intel PRO/Wireless 2100 http://damien.bergamini.free.fr/ipw/ iwi - Intel PRO/Wireless 2200BG/2915ABG http://damien.bergamini.free.fr/ipw/ acx - ACX100 based Cardbus or PCI network adapters net/acx100 >How-To-Repeat: >Fix: --- patch-wireless_wireless-applet.c begins here --- --- wireless/wireless-applet.org Sat Jan 15 17:45:25 2005 +++ wireless/wireless-applet.c Sun Jan 16 23:43:16 2005 @@ -30,12 +30,25 @@ #include #include +#ifdef __FreeBSD__ +#include +#include +#include +#include +#include +#include +#endif + #include #include #include #include +#ifdef __FreeBSD__ +#define CFG_DEVICE "an0" +#else #define CFG_DEVICE "eth0" +#endif #define CFG_UPDATE_INTERVAL 2 typedef enum { @@ -92,6 +105,12 @@ WirelessApplet *applet); static void wireless_applet_about_cb (BonoboUIComponent *uic, WirelessApplet *applet); +#ifdef __FreeBSD__ +static int an_getval(WirelessApplet *applet, char *device, struct an_req *areq); +static void get_an_data(WirelessApplet *applet, char *device, long int *level); +static int wi_getval(WirelessApplet *applet, char *device, struct wi_req *areq); +static void get_wi_data(WirelessApplet *applet, char *device, long int *level); +#endif static void prefs_response_cb (GtkDialog *dialog, gint response, gpointer data); static const BonoboUIVerb wireless_menu_verbs [] = { @@ -159,9 +178,11 @@ g_free (tltp); /* Update the image */ +#ifndef __FreeBSD__ percent = CLAMP (percent, -1, 100); +#endif - if (percent < 0) + if (percent < 0 || percent > 100) state = PIX_BROKEN; else if (percent == 0) state = PIX_NO_LINK; @@ -192,6 +213,7 @@ int percent; /* Calculate the percentage based on the link quality */ +#ifndef __FreeBSD__ if (level < 0) { percent = -1; } else { @@ -202,6 +224,9 @@ percent = CLAMP (percent, 0, 100); } } +#else + percent = (int)level; +#endif wireless_applet_draw (applet, percent); } @@ -244,14 +269,179 @@ } } +#ifdef __FreeBSD__ +static int +wi_getval(WirelessApplet *applet, char *device, struct wi_req *wreq) +{ + struct ifreq ifr; + int s; + + bzero((char *)&ifr, sizeof(ifr)); + + strlcpy(ifr.ifr_name, device, sizeof(ifr.ifr_name)); + ifr.ifr_data = (caddr_t)wreq; + + s = socket(AF_INET, SOCK_DGRAM, 0); + + if (s == -1) + { + gtk_tooltips_set_tip (applet->tips, + GTK_WIDGET (applet), + "Socket Error", + NULL); + return 0; + } + + if (ioctl(s, SIOCGWAVELAN, &ifr) == -1) + { + gtk_tooltips_set_tip (applet->tips, + GTK_WIDGET (applet), + "ioctl Error", + NULL); + close (s); + return 0; + } + + close(s); + + return 1; +} + +static void +get_wi_data (WirelessApplet *applet, char *device, long int *level) +{ + struct wi_req wreq; + long int signal_strength; + + bzero((char *)&wreq, sizeof(wreq)); + + wreq.wi_len = WI_MAX_DATALEN; + wreq.wi_type = WI_RID_COMMS_QUALITY; + + (void)wi_getval(applet, device, &wreq); + + signal_strength = (long int) (wreq.wi_val[1]); + +#ifdef WI_RID_READ_APS + if (signal_strength <= 0) { + /* we fail to get signal strength by usual means, try another way */ + static time_t last_scan; + static long int cached; + time_t now = time(NULL); + + /* XXX: this is long operation, and we will scan station not often then one in 5 secs */ + if (now > last_scan + 5) { + struct wi_apinfo *w; + int nstations; + + bzero((char *)&wreq, sizeof(wreq)); + wreq.wi_len = WI_MAX_DATALEN; + wreq.wi_type = WI_RID_READ_APS; + + (void)wi_getval(applet, device, &wreq); + + nstations = *(int *)wreq.wi_val; + if (nstations > 0) { + w = (struct wi_apinfo *)(((char *)&wreq.wi_val) + sizeof(int)); + signal_strength = (long int)w->signal; + } + + cached = signal_strength; + last_scan = now; + } else { + signal_strength = cached; + } + } +#endif + + memcpy(level, &signal_strength, sizeof( *level )); + + return; +} + +static int +an_getval(WirelessApplet *applet, char *device, struct an_req *areq) +{ + struct ifreq ifr; + int s; + + bzero((char *)&ifr, sizeof(ifr)); + + strlcpy(ifr.ifr_name, device, sizeof(ifr.ifr_name)); + ifr.ifr_data = (caddr_t)areq; + + s = socket(AF_INET, SOCK_DGRAM, 0); + + if (s == -1) { + gtk_tooltips_set_tip (applet->tips, + GTK_WIDGET (applet), + "Socket Error", + NULL); + return 0; + } + + if (ioctl(s, SIOCGAIRONET, &ifr) == -1) { + gtk_tooltips_set_tip (applet->tips, + GTK_WIDGET (applet), + "ioctl Error", + NULL); + close (s); + return 0; + } + + close(s); + return 1; +} + +static void +get_an_data (WirelessApplet *applet, char *device, long int *level) +{ + struct an_req areq; + struct an_ltv_status *sts; +#ifdef AN_RID_RSSI_MAP + struct an_ltv_rssi_map an_rssimap; +#endif + long int signal_strength; + int rssimap_valid = 0; + +#ifdef AN_RID_RSSI_MAP + an_rssimap.an_len = sizeof(an_rssimap); + an_rssimap.an_type = AN_RID_RSSI_MAP; + rssimap_valid = an_getval(applet, device, (struct an_req*)&an_rssimap); +#endif + + areq.an_len = sizeof(areq); + areq.an_type = AN_RID_STATUS; + + (void)an_getval(applet, device, &areq); + + sts = (struct an_ltv_status *)&areq; +#ifdef AN_RID_RSSI_MAP + if (rssimap_valid) + signal_strength = (long int)(an_rssimap.an_entries[ + sts->an_normalized_strength].an_rss_pct); + else + signal_strength = (long int)(sts->an_normalized_strength); +#else + signal_strength = (long int)(sts->an_normalized_rssi); +#endif + memcpy(level, &signal_strength, sizeof(level)); +} +#endif + /* check stats, modify the state attribute */ static void wireless_applet_read_device_state (WirelessApplet *applet) { - long int level, noise; - double link; + long int level; char device[256]; +#ifdef __FreeBSD__ + struct if_nameindex *ifstart, *ifs; +#else + long int noise; + double link; char line[256]; +#endif gboolean found = FALSE; /* resest list of available wireless devices */ @@ -259,8 +449,40 @@ g_list_free (applet->devices); applet->devices = NULL; +#ifdef __FreeBSD__ + ifs = ifstart = if_nameindex (); +#endif + /* Here we begin to suck... */ do { +#ifdef __FreeBSD__ + if (ifs == NULL || ifs->if_name == NULL) { + break; + } + strlcpy (device, ifs->if_name, 6); + if (g_strncasecmp (device, "an", 2)==0) { + applet->devices = g_list_prepend (applet->devices, g_strdup (device)); + if (g_strcasecmp (applet->device, device)==0) { + get_an_data (applet, device, &level); + wireless_applet_update_state (applet, device, 0, level, 0); + found = TRUE; + } + } + else if (g_strncasecmp (device, "wi", 2)==0 || + g_strncasecmp (device, "ath", 3)==0 || + g_strncasecmp (device, "ndis", 4)==0 || + g_strncasecmp (device, "ipw", 3)==0 || + g_strncasecmp (device, "iwi", 3)==0 || + g_strncasecmp (device, "acx", 3)==0) { + applet->devices = g_list_prepend (applet->devices, g_strdup (device)); + if (g_strcasecmp (applet->device, device)==0) { + get_wi_data (applet, device, &level); + wireless_applet_update_state (applet, device, 0, level, 0); + found = TRUE; + } + } + ifs++; +#else char *ptr; fgets (line, 256, applet->file); @@ -294,6 +516,7 @@ found = TRUE; } } +#endif } while (1); if (g_list_length (applet->devices)==1) { @@ -305,17 +528,23 @@ } /* rewind the /proc/net/wireless file */ +#ifdef __FreeBSD__ + if_freenameindex(ifstart); +#else rewind (applet->file); +#endif } static int wireless_applet_timeout_handler (WirelessApplet *applet) { +#ifndef __FreeBSD__ if (applet->file == NULL) { wireless_applet_update_state (applet, applet->device, -1, -1, -1); return FALSE; } +#endif wireless_applet_read_device_state (applet); @@ -364,10 +593,12 @@ static void start_file_read (WirelessApplet *applet) { - applet->file = fopen ("/proc/net/wireless", "rt"); +#ifndef __FreeBSD__ + applet->file1 = fopen ("/proc/net/wireless", "rt"); if (applet->file == NULL) { show_error_dialog (applet, _("There doesn't seem to be any wireless devices configured on your system.\nPlease verify your configuration if you think this is incorrect.")); } +#endif } static void @@ -670,8 +901,10 @@ applet->prefs = NULL; } +#ifndef __FreeBSD__ if (applet->file) fclose (applet->file); +#endif if (applet->tips) g_object_unref (applet->tips); } --- patch-wireless_wireless-applet.c ends here --- From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 16 16:34:48 2005 Return-Path: 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 2319216A4CF for ; Sun, 16 Jan 2005 16:34:48 +0000 (GMT) Received: from wm1.todt.org (wm2.todt.org [207.218.27.21]) by mx1.FreeBSD.org (Postfix) with SMTP id C393D43D2D for ; Sun, 16 Jan 2005 16:34:46 +0000 (GMT) (envelope-from soeren@todt.org) Received: (qmail 1704 invoked from network); 16 Jan 2005 16:34:44 -0000 Received: from unknown (HELO ?10.0.0.195?) (84.129.77.248) by 0 with SMTP; 16 Jan 2005 16:34:44 -0000 From: Soeren Todt Organization: http://todt.org To: gnome@FreeBSD.org Date: Sun, 16 Jan 2005 17:34:50 +0100 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart42534626.6og1PCk2vf"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200501161734.57849.soeren@todt.org> Subject: Broken Port gnomevfs2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 16 Jan 2005 16:34:48 -0000 --nextPart42534626.6og1PCk2vf Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, in /home/ports/devel/gnomevfs2 on a arbeit# uname -a =46reeBSD arbeit.oink 4.11-STABLE FreeBSD 4.11-STABLE #10: Sat Jan 15 11:38= :24 CET 2005=20 with version: # $FreeBSD: ports/devel/gnomevfs2/Makefile,v 1.92 2005/01/10 08:28:06 marcu= s Exp $ PORTNAME=3D gnomevfs2 PORTVERSION=3D 2.8.3 PORTREVISION=3D 1 I get following error and be too dumb to fix it myself :) arbeit# cd /home/ports/devel/gnomevfs2/ arbeit# make install =3D=3D=3D> Building for gnomevfs2-2.8.3_1 gmake all-recursive gmake[1]: Entering directory `/home/ports/devel/gnomevfs2/work/gnome-vfs-2.= 8.3' Making all in libgnomevfs gmake[2]: Entering directory `/home/ports/devel/gnomevfs2/work/gnome-vfs-2.= 8.3/libgnomevfs' gmake all-am gmake[3]: Entering directory `/home/ports/devel/gnomevfs2/work/gnome-vfs-2.= 8.3/libgnomevfs' gmake[3]: Leaving directory `/home/ports/devel/gnomevfs2/work/gnome-vfs-2.8= =2E3/libgnomevfs' gmake[2]: Leaving directory `/home/ports/devel/gnomevfs2/work/gnome-vfs-2.8= =2E3/libgnomevfs' Making all in imported gmake[2]: Entering directory `/home/ports/devel/gnomevfs2/work/gnome-vfs-2.= 8.3/imported' Making all in neon gmake[3]: Entering directory `/home/ports/devel/gnomevfs2/work/gnome-vfs-2.= 8.3/imported/neon' source=3D'ne_request.c' object=3D'ne_request.lo' libtool=3Dyes \ depfile=3D'.deps/ne_request.Plo' tmpdepfile=3D'.deps/ne_request.TPlo' \ depmode=3Dgcc /bin/sh ../../depcomp \ /bin/sh /usr/local/bin/libtool15 --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I= =2E -I../.. -O -pipe -I.. -I../.. -I./imported/neon -I/usr/local/include/l= ibxml2 -I/usr/local/include -D_THREAD_SAFE -DORBIT2=3D1 -I/usr/local/incl= ude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2= =2E0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libbon= obo-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/incl= ude/gconf/2 -I/usr/include @INCLUDE_des@ -I../.. -I../.. -I../../libgn= omevfs -I../../libgnomevfs -D_THREAD_SAFE -I/usr/local/include -O -pipe = -c -o ne_request.lo `test -f 'ne_request.c' || echo './'`ne_request.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -O -pipe -I.. -I../.. -I./imported/neon= -I/usr/local/include/libxml2 -I/usr/local/include -D_THREAD_SAFE -DORBIT2= =3D1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr= /local/include/orbit-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/= local/include/libbonobo-2.0 -I/usr/local/include/libxml2-I/usr/local/includ= e -I/usr/X11R6/include/gconf/2 -I/usr/include @INCLUDE_des@ -I../.. -I../..= -I../../libgnomevfs -I../../libgnomevfs -D_THREAD_SAFE -I/usr/local/includ= e -O -pipe -c ne_request.c -Wp,-MD,.deps/ne_request.TPlo -fPIC -DPIC -o .l= ibs/ne_request.o cc: cannot specify -o with -c or -S and multiple compilations gmake[3]: *** [ne_request.lo] Error 1 gmake[3]: Leaving directory `/home/ports/devel/gnomevfs2/work/gnome-vfs-2.8= =2E3/imported/neon' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/home/ports/devel/gnomevfs2/work/gnome-vfs-2.8= =2E3/imported' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/home/ports/devel/gnomevfs2/work/gnome-vfs-2.8= =2E3' gmake: *** [all] Error 2 *** Error code 2 Stop in /home/ports/devel/gnomevfs2. arbeit# cd /home/ports/devel/gnomevfs2/work/gnome-vfs-2.8.3/imported/neon arbeit# make source=3D'ne_request.c' object=3D'ne_request.lo' libtool=3Dyes depfile=3D'= =2Edeps/ne_request.Plo' tmpdepfile=3D'.deps/ne_request.TPlo' depmode=3Dgcc= /bin/sh ../../depcomp /bin/sh /usr/local/bin/libtool15 --mode=3Dcompile c= c -DHAVE_CONFIG_H -I. -I. -I../.. -O -pipe -I.. -I../.. -I./imported/neon= -I/usr/local/include/libxml2 -I/usr/local/include-D_THREAD_SAFE -DORBIT2= =3D1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr= /local/include/orbit-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/= local/include/libbonobo-2.0 -I/usr/local/include/libxml2 -I/usr/local/inclu= de -I/usr/X11R6/include/gconf/2 -I/usr/include @INCLUDE= _des@ -I../.. -I../.. = -I../../libgnomevfs -I../../libgnomevfs = -D_THREAD_SAFE -I/usr/local/include -O -pipe -c -o ne_request.lo `test= -f 'ne_request.c' || echo './'`ne_request.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -O -pipe -I.. -I../.. -I./imported/neon= -I/usr/local/include/libxml2 -I/usr/local/include -D_THREAD_SAFE -DORBIT2= =3D1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr= /local/include/orbit-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/= local/include/libbonobo-2.0 -I/usr/local/include/libxml2-I/usr/local/includ= e -I/usr/X11R6/include/gconf/2 -I/usr/include @INCLUDE_des@ -I../.. -I../..= -I../../libgnomevfs -I../../libgnomevfs -D_THREAD_SAFE -I/usr/local/includ= e -O -pipe -c ne_request.c -Wp,-MD,.deps/ne_request.TPlo -fPIC -DPIC -o .l= ibs/ne_request.o cc: cannot specify -o with -c or -S and multiple compilations *** Error code 1 Stop in /home/ports/devel/gnomevfs2/work/gnome-vfs-2.8.3/imported/neon. Greetings Soeren =2D-=20 A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? --nextPart42534626.6og1PCk2vf Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB6pexUcsIJv8zMAoRApGvAKCDobw1ToxqTDBHFRXrqoZBSO0WJQCggWyG NxD1hL0WxZv8DjSxoplJF14= =SvEr -----END PGP SIGNATURE----- --nextPart42534626.6og1PCk2vf-- From owner-freebsd-gnome@FreeBSD.ORG Mon Jan 17 01:56:31 2005 Return-Path: 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 ADAB916A4CE for ; Mon, 17 Jan 2005 01:56:31 +0000 (GMT) Received: from fep6.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4400043D1F for ; Mon, 17 Jan 2005 01:56:29 +0000 (GMT) (envelope-from jstrickett@cogeco.ca) Received: from [192.168.1.100] (d150-32-237.home.cgocable.net [24.150.32.237]) by fep6.cogeco.net (Postfix) with ESMTP id 31CE97A2 for ; Sun, 16 Jan 2005 20:56:27 -0500 (EST) Message-ID: <41EB1B48.6070409@cogeco.ca> Date: Sun, 16 Jan 2005 20:56:24 -0500 From: Jason Trickett User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en To: freebsd-gnome@FreeBSD.org X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: n00b needs GNOME 2.8 upgrade help X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Jan 2005 01:56:31 -0000 Hi. I just installed FreeBSD 5.3 into a MS Virtual PC disk. I got GNOME working and everything seems fine. I was reading about upgrading to GNOME 2.8 but I'm kinda confused; I ran "pkg_add -r gnome2" but was told I already had the latest, which is 2.6.2. So how do I get 2.8? I do have some unix skills so I'm familiar with using the CL -- I just found the manual really confusing. Hopefully someone can offer some help. Thanks in advance. From owner-freebsd-gnome@FreeBSD.ORG Mon Jan 17 02:03:10 2005 Return-Path: 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 89A1116A4CE for ; Mon, 17 Jan 2005 02:03:10 +0000 (GMT) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C6143D48 for ; Mon, 17 Jan 2005 02:03:09 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf22aec.mail.bellsouth.netESMTP <20050117020309.BMGP2069.imf22aec.mail.bellsouth.net@[192.168.1.5]>; Sun, 16 Jan 2005 21:03:09 -0500 In-Reply-To: <41EB1B48.6070409@cogeco.ca> References: <41EB1B48.6070409@cogeco.ca> Mime-Version: 1.0 (Apple Message framework v682) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <88C849A6-4AF2-42E6-8BA2-5ACCD05FE254@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Sun, 16 Jan 2005 21:03:03 -0500 To: Jason Trickett X-Mailer: Apple Mail (2.682) cc: freebsd-gnome@FreeBSD.org Subject: Re: n00b needs GNOME 2.8 upgrade help X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Jan 2005 02:03:10 -0000 On Jan 16, 2005, at 8:56 PM, Jason Trickett wrote: > Hi. I just installed FreeBSD 5.3 into a MS Virtual PC disk. I got > GNOME working and everything seems fine. I was reading about upgrading > to GNOME 2.8 but I'm kinda confused; I ran "pkg_add -r gnome2" but was > told I already had the latest, which is 2.6.2. So how do I get 2.8? I > do have some unix skills so I'm familiar with using the CL -- I just > found the manual really confusing. Hopefully someone can offer some > help. > Thanks in advance. Check out http://www.freebsd.org/gnome/docs/faq28.html From owner-freebsd-gnome@FreeBSD.ORG Mon Jan 17 11:02:33 2005 Return-Path: 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 231B816A59D for ; Mon, 17 Jan 2005 11:02:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B36A43D48 for ; Mon, 17 Jan 2005 11:02:33 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0HB2WBu071447 for ; Mon, 17 Jan 2005 11:02:32 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0HB2WXS071440 for gnome@freebsd.org; Mon, 17 Jan 2005 11:02:32 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 17 Jan 2005 11:02:32 GMT Message-Id: <200501171102.j0HB2WXS071440@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Jan 2005 11:02:33 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/12/06] ports/74770 gnome glyph hinting of FreeType 2.1.7 is broken f [2004/12/16] ports/75150 gnome mail/evolution: Authentification data lea 2 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/06/15] ports/67970 gnome ports textproc/libxml, textproc/libxslt: s [2004/07/07] ports/68747 gnome [patch] upgrade print/freetype2 o [2004/12/19] ports/75252 gnome Anjuta 1.2.2_3 crashes on opening a new p o [2004/12/28] ports/75580 gnome [PATCH] www/firefox: main merge from debi o [2005/01/02] ports/75729 gnome [PATCH] www/mozilla: New mozilla.sh and p o [2005/01/03] ports/75761 gnome [PATCH] merge latest changes from mozilla o [2005/01/04] ports/75816 gnome [PATCH] www/firefox: new mozilla.sh and p o [2005/01/05] ports/75836 gnome [PATCH] www/mozilla: latest changes again o [2005/01/05] ports/75837 gnome [PATCH] mail/thunderbird: latest changes o [2005/01/05] ports/75857 gnome [PATCH] databases/evolution-data-server: o [2005/01/13] ports/76212 gnome update-port: graphics/gimp (add some WITH 11 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Jan 17 11:34:21 2005 Return-Path: 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 43CAE16A4CE for ; Mon, 17 Jan 2005 11:34:21 +0000 (GMT) Received: from mx1.originative.co.uk (freebsd.gotadsl.co.uk [81.6.249.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id A278243D46 for ; Mon, 17 Jan 2005 11:34:20 +0000 (GMT) (envelope-from paul@mx1.originative.co.uk) Received: from localhost (unknown [127.0.0.1]) by mx1.originative.co.uk (Postfix) with ESMTP id A5D0615579 for ; Mon, 17 Jan 2005 11:34:38 +0000 (GMT) Received: from mx1.originative.co.uk ([127.0.0.1])port 10024) with ESMTP id 50670-05 for ; Mon, 17 Jan 2005 11:34:23 +0000 (GMT) Received: by mx1.originative.co.uk (Postfix, from userid 1000) id BFFCB15586; Mon, 17 Jan 2005 11:34:22 +0000 (GMT) Date: Mon, 17 Jan 2005 11:34:22 +0000 From: Paul Richards To: gnome@freebsd.org Message-ID: <20050117113422.GB90093@myrddin.originative.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: cdrtools deps X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Jan 2005 11:34:21 -0000 I've got an odd situation on my box that might be a bug, or it might not :-) I thought I'd report it just in case... root@myrddin# pkg_info -R cdrtools\* Information for cdrtools-2.01: Required by: gnome2-2.8.2 I can't see where this dependency is generated. I also have this though. Stale dependency: nautilus-cd-burner-2.8.6_1 -> cjk-cdrtools-2.01.20041227 (sysutils/cdrtools-cjk) I can see where that's created, it's in the nautilus-cd-burner makefile as expected. That makefile checks for a RUN_DEPEND on cdrecord which is satisfied by the fact that cdrtools-2.01 is installed so the cjk version never gets depended upon. -- Paul Richards From owner-freebsd-gnome@FreeBSD.ORG Mon Jan 17 12:38:39 2005 Return-Path: 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 78A2D16A4CE for ; Mon, 17 Jan 2005 12:38:39 +0000 (GMT) Received: from smtp0.libero.it (smtp0.libero.it [193.70.192.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3491B43D41 for ; Mon, 17 Jan 2005 12:38:39 +0000 (GMT) (envelope-from tetadf@libero.it) Received: from localhost (172.16.1.82) by smtp0.libero.it (7.0.027-DD01) id 41BDA869006EFC52 for freebsd-gnome@freebsd.org; Mon, 17 Jan 2005 13:38:38 +0100 Received: from [192.168.0.2] (151.37.78.198) by smtp0.libero.it (7.0.027-DD01) id 41BF5F48028159C0 for freebsd-gnome@freebsd.org; Mon, 17 Jan 2005 13:38:37 +0100 From: Tetadf To: freebsd-gnome@freebsd.org Content-Type: text/plain Message-Id: <1105965520.880.9.camel@teresa> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 17 Jan 2005 13:38:40 +0100 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at libero.it serv3 Subject: gnome upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Jan 2005 12:38:39 -0000 Hello, I have freebsd 5.2.1, but the upgrade of gnome with the file gnome_upgrade.sh doesn't work properly because this one doesn't support my freebsd version. Can you help me or guide me step-by-step? Best regards Teresa PS: I prefer Italian help, if it's possible (:-P) From owner-freebsd-gnome@FreeBSD.ORG Mon Jan 17 17:45:02 2005 Return-Path: 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 1AF0016A4CE for ; Mon, 17 Jan 2005 17:45:02 +0000 (GMT) Received: from rooster.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id A555343D41 for ; Mon, 17 Jan 2005 17:45:01 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from [64.102.192.53] (dhcp-64-102-192-53.cisco.com [64.102.192.53]) by rooster.cisco.com (8.11.7+Sun/8.8.8) with ESMTP id j0HHipe22295; Mon, 17 Jan 2005 12:44:59 -0500 (EST) Message-ID: <41EBF993.2040906@FreeBSD.org> Date: Mon, 17 Jan 2005 12:44:51 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paul Richards References: <20050117113422.GB90093@myrddin.originative.co.uk> In-Reply-To: <20050117113422.GB90093@myrddin.originative.co.uk> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org Subject: Re: cdrtools deps X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Jan 2005 17:45:02 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Paul Richards wrote: | I've got an odd situation on my box that might be a bug, or it might | not :-) I thought I'd report it just in case... | | root@myrddin# pkg_info -R cdrtools\* | Information for cdrtools-2.01: | | Required by: | gnome2-2.8.2 | | I can't see where this dependency is generated. | | I also have this though. | | Stale dependency: nautilus-cd-burner-2.8.6_1 -> | cjk-cdrtools-2.01.20041227 (sysutils/cdrtools-cjk) | | I can see where that's created, it's in the nautilus-cd-burner | makefile as expected. That makefile checks for a RUN_DEPEND on | cdrecord which is satisfied by the fact that cdrtools-2.01 is | installed so the cjk version never gets depended upon. Read the UPDATING entry for nautilus-cd-burner. You'll need to remove the cdrtools port, and install the cdrtools-cjk port. Joe | | - -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFB6/mTb2iPiv4Uz4cRAgRDAJ9ON2ZPVb/UMgDCu2M3acyU6UTOGACgn26a XUO7c4YvomlRWD1akmmiWI4= =AwtX -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Mon Jan 17 17:47:53 2005 Return-Path: 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 A9E4216A57D for ; Mon, 17 Jan 2005 17:47:53 +0000 (GMT) Received: from rooster.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F4F43D48 for ; Mon, 17 Jan 2005 17:47:53 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from [64.102.192.53] (dhcp-64-102-192-53.cisco.com [64.102.192.53]) by rooster.cisco.com (8.11.7+Sun/8.8.8) with ESMTP id j0HHloe24958; Mon, 17 Jan 2005 12:47:51 -0500 (EST) Message-ID: <41EBFA45.8020802@FreeBSD.org> Date: Mon, 17 Jan 2005 12:47:49 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tetadf References: <1105965520.880.9.camel@teresa> In-Reply-To: <1105965520.880.9.camel@teresa> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-gnome@FreeBSD.org Subject: Re: gnome upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Jan 2005 17:47:53 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tetadf wrote: | Hello, | I have freebsd 5.2.1, but the upgrade of gnome with the file | gnome_upgrade.sh doesn't work properly because this one doesn't support | my freebsd version. | Can you help me or guide me step-by-step? FreeBSD 5.2.1 was a technology preview, and not a production release. Therefore, when 5.3 was released, we wanted to encourage all 5.X users to migrate as soon as possible. If you upgrade FreeBSD to 5.3 first, you will be able to upgrade GNOME. Joe - -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFB6/pFb2iPiv4Uz4cRAqb1AJ0eNHO4QHEDN2DyVic2PJoYlRNDogCeKMR3 OPl1XhMf26OSFxvwSN7ONz0= =IB0A -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 01:16:01 2005 Return-Path: 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 3EF6316A4E5; Tue, 18 Jan 2005 01:16:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCB0443D2D; Tue, 18 Jan 2005 01:16:00 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0I1G05i084780; Tue, 18 Jan 2005 01:16:00 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0I1G0K0084776; Tue, 18 Jan 2005 01:16:00 GMT (envelope-from marcus) Date: Tue, 18 Jan 2005 01:16:00 GMT From: Joe Marcus Clarke Message-Id: <200501180116.j0I1G0K0084776@freefall.freebsd.org> To: girgen@FreeBSD.org, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/75857: [PATCH] databases/evolution-data-server: Bad PLIST X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 01:16:02 -0000 Synopsis: [PATCH] databases/evolution-data-server: Bad PLIST State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Jan 18 01:15:50 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=75857 From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 01:18:06 2005 Return-Path: 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 348E216A4CE; Tue, 18 Jan 2005 01:18:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A87443D1F; Tue, 18 Jan 2005 01:18:06 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0I1I5nL084838; Tue, 18 Jan 2005 01:18:05 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0I1I5gX084834; Tue, 18 Jan 2005 01:18:05 GMT (envelope-from marcus) Date: Tue, 18 Jan 2005 01:18:05 GMT From: Joe Marcus Clarke Message-Id: <200501180118.j0I1I5gX084834@freefall.freebsd.org> To: i.a.zhuravlev@cbtnet.ru, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/75150: mail/evolution: Authentification data leak in emails sent to addressees (Evolution 2.0.2) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 01:18:06 -0000 Synopsis: mail/evolution: Authentification data leak in emails sent to addressees (Evolution 2.0.2) State-Changed-From-To: feedback->closed State-Changed-By: marcus State-Changed-When: Tue Jan 18 01:17:49 GMT 2005 State-Changed-Why: Feedback timeout from submitter. http://www.freebsd.org/cgi/query-pr.cgi?pr=75150 From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 04:07:01 2005 Return-Path: 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 757DB16A4CF for ; Tue, 18 Jan 2005 04:07:01 +0000 (GMT) Received: from smtp1.home.se (smtp1.home.se [213.214.194.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D9E443D3F for ; Tue, 18 Jan 2005 04:07:00 +0000 (GMT) (envelope-from neddie@home.se) Received: from neddie@home.se [83.227.23.26] by home.se with NetMail ModWeb Module; Tue, 18 Jan 2005 05:01:16 +0100 From: "Rikard Jerner" To: freebsd-gnome@freebsd.org Date: Tue, 18 Jan 2005 05:01:16 +0100 X-Mailer: NetMail ModWeb Module X-Sender: neddie@home.se MIME-Version: 1.0 Message-ID: <1106020876.bc195be0neddie@home.se> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Subject: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 04:07:01 -0000 sudo make install clean distclean =3D=3D=3D> libgnomeui-2.8.0_1 depends on executable: gmake - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on executable: bison - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on file: /usr/local/bin/libtool15 -= found =3D=3D=3D> libgnomeui-2.8.0_1 depends on file: /usr/X11R6/libdata/pkgconf= ig/gnome-mime-data-2.0.pc - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on executable: pkg-config - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on file: /usr/local/bin/intltool-ex= tract - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gnome-keyring.0 = - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: startup-notifica= tion-1.0 - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: esd.2 - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: glib-2.0.400 - f= ound =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: atk-1.0.800 - fo= und =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: pango-1.0.600 - = found =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gtk-x11-2.0.400 = - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: linc.1 - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: IDL-2.0 - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: ORBit-2.0 - foun= d =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: glade-2.0.0 - fo= und =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: xml2.5 - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: xslt.2 - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: bonobo-2.0 - fou= nd =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gconf-2.5 - foun= d =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gnomevfs-2.800 -= found =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gnomecanvas-2.80= 0 - found =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: art_lgpl_2.5 - f= ound =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gnome-2.800 - no= t found =3D=3D=3D> Verifying install for gnome-2.800 in /usr/ports/x11/libgnome =3D=3D=3D> Building for libgnome-2.8.0_1 gmake all-recursive gmake[1]: Entering directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0' Making all in libgnome gmake[2]: Entering directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0/l= ibgnome' gmake all-am gmake[3]: Entering directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0/l= ibgnome' /bin/sh /usr/local/bin/libtool15 --mode=3Dlink cc -O -pipe -L/usr/local/li= b -o gnome-open gnome-open.o libgnome-2.la -lpopt cc -O -pipe -o .libs/gnome-open gnome-open.o -L/usr/local/lib ./.libs/libg= nome-2.so -L/usr/X11R6/lib -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -l= gconf-2 -lORBit-2 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -l= iconv -lesd -laudiofile -lm -lpopt -Wl,--rpath -Wl,/usr/X11R6/lib /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_sign= al' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_dest= roy' /usr/X11R6/lib/libgnomevfs-2.so: undefined reference to `pthread_create' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_getspecif= ic' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_init= ' /usr/X11R6/lib/libgnomevfs-2.so: undefined reference to `pthread_exit' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_equal' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_getschedp= aram' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_sets= cope' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_broa= dcast' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_setschedp= aram' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_key_creat= e' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_sets= tacksize' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_init= ' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_unl= ock' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_self' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_des= troy' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_loc= k' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_wait= ' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_try= lock' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_dest= roy' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_ini= t' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_sets= chedparam' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_setd= etachstate' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_join' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_time= dwait' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_gets= chedparam' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_setspecif= ic' gmake[3]: *** [gnome-open] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0/li= bgnome' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0/li= bgnome' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/libgnome. *** Error code 1 Stop in /usr/ports/x11-toolkits/libgnomeui. what is the problem here really? I am trying to get gdesklets running and it needs libgnomeui to run apparen= tly... From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 06:09:48 2005 Return-Path: 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 1846E16A4CE for ; Tue, 18 Jan 2005 06:09:48 +0000 (GMT) Received: from fep2.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id C952843D31 for ; Tue, 18 Jan 2005 06:09:47 +0000 (GMT) (envelope-from jstrickett@cogeco.ca) Received: from [192.168.1.100] (d150-32-237.home.cgocable.net [24.150.32.237]) by fep2.cogeco.net (Postfix) with ESMTP id 32EE83911 for ; Tue, 18 Jan 2005 01:09:47 -0500 (EST) Message-ID: <41ECA828.6070809@cogeco.ca> Date: Tue, 18 Jan 2005 01:09:44 -0500 From: Jason Trickett User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en To: freebsd-gnome@freebsd.org X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: n00b questions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 06:09:48 -0000 Hi. I'm just learning to use FreeBSD and have a few questions. I noticed during my reading that a list of available packages for freebsd is at [1]ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/ and by using pkg_add -r packagename I can install new packages. I just noticed that some of the versions available are newer than the ones currently installed on my system. I tried to get the newer versions using pkg_add but it said I already had the latest, which I know isn't true (according to pkg_info). So how do I get the latest versions of my fav apps? I'd also like to get the latest gnome2 desktop (2.8, I believe) thru the packages system. I'm using the 5.3 Release. Also, as a n00b I was wondering if there are any customization guides available to help people like me get the most out of their systems, pertaining to graphics cards, etc. Because some of the screensavers I have aren't working so I assume I am missing something somewhere. Eye-candy info like that, for instance. Thanks. References 1. ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/ From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 06:13:40 2005 Return-Path: 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 6D9B916A4CE for ; Tue, 18 Jan 2005 06:13:40 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27E6E43D54 for ; Tue, 18 Jan 2005 06:13:39 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) j0I6FEhn062706; Tue, 18 Jan 2005 01:15:15 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Rikard Jerner In-Reply-To: <1106020876.bc195be0neddie@home.se> References: <1106020876.bc195be0neddie@home.se> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-D4xoQIiCD9wq1P2Oxgqn" Organization: MarcusCom, Inc. Date: Tue, 18 Jan 2005 01:13:07 -0500 Message-Id: <1106028787.1983.19.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: freebsd-gnome@freebsd.org Subject: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 06:13:40 -0000 --=-D4xoQIiCD9wq1P2Oxgqn Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-01-18 at 05:01 +0100, Rikard Jerner wrote: > sudo make install clean distclean > =3D=3D=3D> libgnomeui-2.8.0_1 depends on executable: gmake - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on executable: bison - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on file: /usr/local/bin/libtool15= - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on file: /usr/X11R6/libdata/pkgco= nfig/gnome-mime-data-2.0.pc - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on executable: pkg-config - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on file: /usr/local/bin/intltool-= extract - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gnome-keyring.= 0 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: startup-notifi= cation-1.0 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: esd.2 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: glib-2.0.400 -= found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: atk-1.0.800 - = found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: pango-1.0.600 = - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gtk-x11-2.0.40= 0 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: linc.1 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: IDL-2.0 - foun= d > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: ORBit-2.0 - fo= und > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: glade-2.0.0 - = found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: xml2.5 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: xslt.2 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: bonobo-2.0 - f= ound > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gconf-2.5 - fo= und > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gnomevfs-2.800= - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gnomecanvas-2.= 800 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: art_lgpl_2.5 -= found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gnome-2.800 - = not found > =3D=3D=3D> Verifying install for gnome-2.800 in /usr/ports/x11/libgnom= e > =3D=3D=3D> Building for libgnome-2.8.0_1 > gmake all-recursive > gmake[1]: Entering directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0= ' > Making all in libgnome > gmake[2]: Entering directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0= /libgnome' > gmake all-am > gmake[3]: Entering directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0= /libgnome' > /bin/sh /usr/local/bin/libtool15 --mode=3Dlink cc -O -pipe -L/usr/local/= lib -o gnome-open gnome-open.o libgnome-2.la -lpopt > cc -O -pipe -o .libs/gnome-open gnome-open.o -L/usr/local/lib ./.libs/li= bgnome-2.so -L/usr/X11R6/lib -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -l= gconf-2 -lORBit-2 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lic= onv -lesd -laudiofile -lm -lpopt -Wl,--rpath -Wl,/usr/X11R6/lib > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_si= gnal' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_de= stroy' > /usr/X11R6/lib/libgnomevfs-2.so: undefined reference to `pthread_create' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_getspec= ific' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_in= it' > /usr/X11R6/lib/libgnomevfs-2.so: undefined reference to `pthread_exit' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_equal' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_getsche= dparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_se= tscope' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_br= oadcast' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_setsche= dparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_key_cre= ate' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_se= tstacksize' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_in= it' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_u= nlock' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_self' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_d= estroy' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_l= ock' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_wa= it' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_t= rylock' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_de= stroy' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_i= nit' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_se= tschedparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_se= tdetachstate' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_join' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_ti= medwait' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_ge= tschedparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_setspec= ific' > gmake[3]: *** [gnome-open] Error 1 > gmake[3]: Leaving directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0/= libgnome' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0/= libgnome' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0' > gmake: *** [all] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/x11/libgnome. > *** Error code 1 >=20 > Stop in /usr/ports/x11-toolkits/libgnomeui. >=20 > what is the problem here really? > I am trying to get gdesklets running and it needs libgnomeui to run appar= ently... Rebuild devel/glib20. Joe >=20 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-D4xoQIiCD9wq1P2Oxgqn Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB7Kjzb2iPiv4Uz4cRAlB4AJ0XCApj4AwLSSVDE9/kIHyeYaiT9QCeKuOe V7oSMFVNtEo/i5zQhDGdMt4= =ofR9 -----END PGP SIGNATURE----- --=-D4xoQIiCD9wq1P2Oxgqn-- From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 06:15:42 2005 Return-Path: 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 BD51516A4CE for ; Tue, 18 Jan 2005 06:15:42 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 171C343D48 for ; Tue, 18 Jan 2005 06:15:42 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) j0I6HJV1062717; Tue, 18 Jan 2005 01:17:19 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Michael Scheidell In-Reply-To: <000201c4fb23$ae4e2300$0600600a@family> References: <000201c4fb23$ae4e2300$0600600a@family> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-pcTZl0twxnmA8qr1/ByF" Organization: FreeBSD, Inc. Date: Tue, 18 Jan 2005 01:15:11 -0500 Message-Id: <1106028911.1983.21.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: freebsd-gnome@FreeBSD.org cc: thomasv@netapp.com Subject: Re: libxml2 errors under FreeBSD 5.3 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 06:15:42 -0000 --=-pcTZl0twxnmA8qr1/ByF Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2005-01-15 at 12:00 -0500, Michael Scheidell wrote: > Posted in xml, gnome and org. (november 29th) and on dec 15th, 2004 > (different errors, different posters.. and no, its not the CFLAGS) > if you specify XML in PHP5_extensions, it tries to compile libxml. small= =20 > typo fixed by patch below. >=20 >=20 > Ports cvsup os of jan 15th still didn't fix this. > Patch to fix this below >=20 > > > libxml2-2.6.16 build errors out on MINGW with MSYS in > > > encoding.c: In function `ISO8859xToUTF8':encoding.c:2338: > > `xlattable' > > > undeclared (first use in this function) > > > > Open the file in an editor, go to line 2338, and replace > > "xlattable" with > > "unicodetable". It compiles fine afterward. Apparently this > > line of code was > > copied from another function in which "xlattable" was the > > name of the function > > parameter, and the author didn't think to rename the variable > > when he copied it. >=20 > diff -bBru encoding.c.orig encoding.c > --- encoding.c.orig Sat Nov 6 07:19:31 2004 > +++ encoding.c Sat Jan 15 11:50:07 2005 > @@ -2335,7 +2335,7 @@ > unsigned int c; > if ((out =3D=3D NULL) || (outlen =3D=3D NULL) || (inlen =3D=3D NULL) || > - (in =3D=3D NULL) || (xlattable =3D=3D NULL)) > + (in =3D=3D NULL) || (unicodetable =3D=3D NULL)) > return(-1); > outend =3D out + *outlen; > inend =3D in + *inlen;=20 This looks to have been taken care of in CVS HEAD, and should be in 2.6.17. Joe >=20 >=20 --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-pcTZl0twxnmA8qr1/ByF Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB7Klvb2iPiv4Uz4cRAh+3AJ0a1QDFAnv4PGhgTkqsgk6KiZ2uvgCeLs8i SRQqbQ4VIUO9BGP3O6L3Wo8= =mzEZ -----END PGP SIGNATURE----- --=-pcTZl0twxnmA8qr1/ByF-- From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 10:58:26 2005 Return-Path: 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 5D5C216A4CE for ; Tue, 18 Jan 2005 10:58:26 +0000 (GMT) Received: from dsl-mail.kamp.net (mail.kamp-dsl.de [195.62.99.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 15EB743D2F for ; Tue, 18 Jan 2005 10:58:25 +0000 (GMT) (envelope-from root@pukruppa.de) Received: (qmail 25093 invoked by uid 513); 18 Jan 2005 10:58:27 -0000 Received: from 213.146.114.24 by dsl-mail (envelope-from , uid 89) with qmail-scanner-1.24 (clamdscan: 0.80/609. spamassassin: 2.60. Clear:RC:1(213.146.114.24):SA:0(2.0/5.0):. Processed in 0.487298 secs); 18 Jan 2005 10:58:27 -0000 X-Spam-Status: No, hits=2.0 required=5.0 X-Spam-Level: ++ Received: from reverse-213-146-114-24.dialin.kamp-dsl.de (213.146.114.24) by dsl-mail.kamp.net with SMTP; 18 Jan 2005 10:58:27 -0000 Date: Tue, 18 Jan 2005 11:59:27 +0100 (CET) From: Peter Ulrich Kruppa X-X-Sender: root@pukruppa.net To: Jason Trickett In-Reply-To: <41ECA828.6070809@cogeco.ca> Message-ID: <20050118115100.S1420@pukruppa.net> References: <41ECA828.6070809@cogeco.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-gnome@freebsd.org Subject: Re: n00b questions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 10:58:26 -0000 On Tue, 18 Jan 2005, Jason Trickett wrote: > > Hi. I'm just learning to use FreeBSD and have a few questions. I > noticed during my reading that a list of available packages for > freebsd is at [1]ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/ and > by using pkg_add -r packagename I can install new packages. I just > noticed that some of the versions available are newer than the ones > currently installed on my system. I tried to get the newer versions > using pkg_add but it said I already had the latest, which I know isn't > true (according to pkg_info). So how do I get the latest versions of > my fav apps? I'd also like to get the latest gnome2 desktop (2.8, I > believe) thru the packages system. I'm using the 5.3 Release. > Also, as a n00b I was wondering if there are any customization guides > available to help people like me get the most out of their systems, > pertaining to graphics cards, etc. Because some of the screensavers I > have aren't working so I assume I am missing something somewhere. > Eye-candy info like that, for instance. > Thanks. If you really wish to run the latest binaries, you should learn how to track FreeBSD -STABLE . http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html Everything else will get you into trouble sooner or later. Requirements are: - a cheap internet connection - a reasonable system (I am running a PIII (1Ghz, 500 MB RAM)) Greetings, Uli. > > References > > 1. ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/ > _______________________________________________ > 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" > +---------------------------+ | Peter Ulrich Kruppa | | Wuppertal | | Germany | +---------------------------+ From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 11:32:48 2005 Return-Path: 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 0037B16A4CE for ; Tue, 18 Jan 2005 11:32:47 +0000 (GMT) Received: from smtp2.home.se (smtp2.home.se [213.214.194.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id D954443D48 for ; Tue, 18 Jan 2005 11:32:46 +0000 (GMT) (envelope-from neddie@home.se) Received: from neddie@home.se [83.227.23.26] by smtp.home.se with NetMail ModWeb Module; Tue, 18 Jan 2005 12:27:01 +0100 From: "Rikard Jerner" To: marcus@marcuscom.com Date: Tue, 18 Jan 2005 12:27:01 +0100 X-Mailer: NetMail ModWeb Module X-Sender: neddie@home.se MIME-Version: 1.0 Message-ID: <1106047621.cd8e79e0neddie@home.se> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable cc: freebsd-gnome@freebsd.org Subject: Re: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 11:32:48 -0000 -----Original Message----- From: Joe Marcus Clarke To: Rikard Jerner Date: Tue, 18 Jan 2005 01:13:07 -0500 Subject: Re: libgnomeui bails out on pthreads On Tue, 2005-01-18 at 05:01 +0100, Rikard Jerner wrote: > sudo make install clean distclean > =3D=3D=3D> libgnomeui-2.8.0_1 depends on executable: gmake - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on executable: bison - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on file: /usr/local/bin/libtool15= - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on file: /usr/X11R6/libdata/pkgco= nfig/gnome-mime-data-2.0.pc - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on executable: pkg-config - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on file: /usr/local/bin/intltool-= extract - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gnome-keyring.= 0 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: startup-notifi= cation-1.0 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: esd.2 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: glib-2.0.400 -= found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: atk-1.0.800 - = found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: pango-1.0.600 = - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gtk-x11-2.0.40= 0 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: linc.1 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: IDL-2.0 - foun= d > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: ORBit-2.0 - fo= und > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: glade-2.0.0 - = found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: xml2.5 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: xslt.2 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: bonobo-2.0 - f= ound > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gconf-2.5 - fo= und > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gnomevfs-2.800= - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gnomecanvas-2.= 800 - found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: art_lgpl_2.5 -= found > =3D=3D=3D> libgnomeui-2.8.0_1 depends on shared library: gnome-2.800 - = not found > =3D=3D=3D> Verifying install for gnome-2.800 in /usr/ports/x11/libgnom= e > =3D=3D=3D> Building for libgnome-2.8.0_1 > gmake all-recursive > gmake[1]: Entering directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0= ' > Making all in libgnome > gmake[2]: Entering directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0= /libgnome' > gmake all-am > gmake[3]: Entering directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0= /libgnome' > /bin/sh /usr/local/bin/libtool15 --mode=3Dlink cc -O -pipe -L/usr/local/= lib -o gnome-open gnome-open.o libgnome-2.la -lpopt > cc -O -pipe -o .libs/gnome-open gnome-open.o -L/usr/local/lib ./.libs/li= bgnome-2.so -L/usr/X11R6/lib -lgnomevfs-2 -lbonobo-2 -lbonobo-activation = -lgconf-2 -lORBit-2 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 = -liconv -lesd -laudiofile -lm -lpopt -Wl,--rpath -Wl,/usr/X11R6/lib > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_si= gnal' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_de= stroy' > /usr/X11R6/lib/libgnomevfs-2.so: undefined reference to `pthread_create' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_getspec= ific' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_in= it' > /usr/X11R6/lib/libgnomevfs-2.so: undefined reference to `pthread_exit' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_equal' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_getsche= dparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_se= tscope' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_br= oadcast' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_setsche= dparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_key_cre= ate' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_se= tstacksize' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_in= it' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_u= nlock' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_self' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_d= estroy' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_l= ock' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_wa= it' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_t= rylock' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_de= stroy' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_i= nit' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_se= tschedparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_se= tdetachstate' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_join' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_ti= medwait' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_ge= tschedparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_setspec= ific' > gmake[3]: *** [gnome-open] Error 1 > gmake[3]: Leaving directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0/= libgnome' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0/= libgnome' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0' > gmake: *** [all] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/x11/libgnome. > *** Error code 1 >=20 > Stop in /usr/ports/x11-toolkits/libgnomeui. >=20 > what is the problem here really? > I am trying to get gdesklets running and it needs libgnomeui to run appar= ently... Rebuild devel/glib20. Joe >=20 > _______________________________________________ > 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" > > -- PGP Key : http://www.marcuscom.com/pgp.asc Still getting the same error after rebuilding glib20. :/ From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 11:56:22 2005 Return-Path: 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 D3E7A16A4CE for ; Tue, 18 Jan 2005 11:56:22 +0000 (GMT) Received: from fep4.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8827643D39 for ; Tue, 18 Jan 2005 11:56:22 +0000 (GMT) (envelope-from jstrickett@cogeco.ca) Received: from [192.168.1.100] (d150-32-237.home.cgocable.net [24.150.32.237]) by fep4.cogeco.net (Postfix) with ESMTP id 03CC04624 for ; Tue, 18 Jan 2005 06:56:22 -0500 (EST) Message-ID: <41ECF965.8090807@cogeco.ca> Date: Tue, 18 Jan 2005 06:56:21 -0500 From: Jason Trickett User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-gnome@freebsd.org X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: firefox 1.0? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 11:56:22 -0000 Hi. I wanna run Firefox 1.0 but the version in the 5.3-RELEASE stream is 0.9.3. I have linux-compatibility turned on, so can I just use the linux firefox binary installer? Do I need to do anything extra (except remove 0.9.3 first)? From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 12:24:25 2005 Return-Path: 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 D4E3216A4CE; Tue, 18 Jan 2005 12:24:25 +0000 (GMT) Received: from mail.secnap.net (mail.spammertrap.com [204.89.241.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4184A43D54; Tue, 18 Jan 2005 12:24:25 +0000 (GMT) (envelope-from scheidell@secnap.net) Received: from localhost (localhost [127.0.0.1]) by mail.secnap.net (Postfix) with ESMTP id 6C9D72078; Tue, 18 Jan 2005 07:24:24 -0500 (EST) Received: from [10.96.0.22] (unknown [10.96.0.22]) by mail.secnap.net (Postfix) with ESMTP; Tue, 18 Jan 2005 07:24:15 -0500 (EST) In-Reply-To: <1106028911.1983.21.camel@shumai.marcuscom.com> References: <000201c4fb23$ae4e2300$0600600a@family> <1106028911.1983.21.camel@shumai.marcuscom.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Michael Scheidell Date: Tue, 18 Jan 2005 07:24:10 -0500 To: Joe Marcus Clarke X-Mailer: Apple Mail (2.619) X-Virus-Scanned: SpammerTrap SMB-100 1.0 at secnap.net cc: freebsd-gnome@FreeBSD.org cc: thomasv@netapp.com Subject: Re: libxml2 errors under FreeBSD 5.3 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 12:24:25 -0000 wasn't as of jan 15th.. I'll cvs again and see. On Jan 18, 2005, at 1:15 AM, Joe Marcus Clarke wrote: > On Sat, 2005-01-15 at 12:00 -0500, Michael Scheidell wrote: >> Posted in xml, gnome and org. (november 29th) and on dec 15th, 2004 >> (different errors, different posters.. and no, its not the CFLAGS) >> if you specify XML in PHP5_extensions, it tries to compile libxml. >> small >> typo fixed by patch below. >> >> >> Ports cvsup os of jan 15th still didn't fix this. >> Patch to fix this below >> >>>> libxml2-2.6.16 build errors out on MINGW with MSYS in >>>> encoding.c: In function `ISO8859xToUTF8':encoding.c:2338: >>> `xlattable' >>>> undeclared (first use in this function) >>> >>> Open the file in an editor, go to line 2338, and replace >>> "xlattable" with >>> "unicodetable". It compiles fine afterward. Apparently this >>> line of code was >>> copied from another function in which "xlattable" was the >>> name of the function >>> parameter, and the author didn't think to rename the variable >>> when he copied it. >> >> diff -bBru encoding.c.orig encoding.c >> --- encoding.c.orig Sat Nov 6 07:19:31 2004 >> +++ encoding.c Sat Jan 15 11:50:07 2005 >> @@ -2335,7 +2335,7 @@ >> unsigned int c; >> if ((out == NULL) || (outlen == NULL) || (inlen == NULL) || >> - (in == NULL) || (xlattable == NULL)) >> + (in == NULL) || (unicodetable == NULL)) >> return(-1); >> outend = out + *outlen; >> inend = in + *inlen; > > This looks to have been taken care of in CVS HEAD, and should be in > 2.6.17. > > Joe > >> >> > -- > Joe Marcus Clarke > FreeBSD GNOME Team :: gnome@FreeBSD.org > FreeNode / #freebsd-gnome > http://www.FreeBSD.org/gnome > -- Michael Scheidell, CTO SECNAP Network Security From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 12:41:20 2005 Return-Path: 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 0B25B16A4CE for ; Tue, 18 Jan 2005 12:41:20 +0000 (GMT) Received: from priv-edtnes56.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 826C743D31 for ; Tue, 18 Jan 2005 12:41:17 +0000 (GMT) (envelope-from james@icionline.ca) Received: from d209-107-110-221.abhsia.telus.net ([209.107.110.221]) by priv-edtnes56.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP <20050118124117.FTKJ19506.priv-edtnes56.telusplanet.net@d209-107-110-221.abhsia.telus.net>; Tue, 18 Jan 2005 05:41:17 -0700 From: James Earl To: Jason Trickett In-Reply-To: <41ECA828.6070809@cogeco.ca> References: <41ECA828.6070809@cogeco.ca> Content-Type: text/plain Date: Tue, 18 Jan 2005 05:39:01 -0700 Message-Id: <1106051941.629.20.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-gnome@freebsd.org Subject: Re: n00b questions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 12:41:20 -0000 On Tue, 2005-01-18 at 01:09 -0500, Jason Trickett wrote: > Hi. I'm just learning to use FreeBSD and have a few questions. I > noticed during my reading that a list of available packages for > freebsd is at [1]ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/ and > by using pkg_add -r packagename I can install new packages. I just > noticed that some of the versions available are newer than the ones > currently installed on my system. I tried to get the newer versions > using pkg_add but it said I already had the latest, which I know isn't > true (according to pkg_info). So how do I get the latest versions of > my fav apps? I'd also like to get the latest gnome2 desktop (2.8, I > believe) thru the packages system. I'm using the 5.3 Release. > Also, as a n00b I was wondering if there are any customization guides > available to help people like me get the most out of their systems, > pertaining to graphics cards, etc. Because some of the screensavers I > have aren't working so I assume I am missing something somewhere. > Eye-candy info like that, for instance. > Thanks. You may want to read up on the FreeBSD "Ports Collection": http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html That's a nice short read... see Package Benefits, and Ports Benefits, and especially "Using the Ports Collection." I can still remember back to when I first started using FreeBSD. I would always using the pre-compiled packages, mainly because I didn't know about the ports collection and how to use it. It took me awhile, but eventually I saw the light! The packages you may have installed from the FreeBSD CD or using pkg_add -r , are simply a snapshot of a moving target, which is the ports collection. To upgrade your installed packages, you'll want to look into portupgrade. In regards to your other question about customization, there are alot of resources out there. The FreeBSD Handbook, FreeBSD GNOME (www.freebsd.org/gnome/), this mailing list, Google, etc. James From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 12:47:57 2005 Return-Path: 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 4A0BB16A4CE for ; Tue, 18 Jan 2005 12:47:57 +0000 (GMT) Received: from priv-edtnes40.telusplanet.net (outbound05.telus.net [199.185.220.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0C0043D39 for ; Tue, 18 Jan 2005 12:47:56 +0000 (GMT) (envelope-from james@icionline.ca) Received: from d209-107-110-221.abhsia.telus.net ([209.107.110.221]) by priv-edtnes40.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP <20050118124756.ZYJH29256.priv-edtnes40.telusplanet.net@d209-107-110-221.abhsia.telus.net>; Tue, 18 Jan 2005 05:47:56 -0700 From: James Earl To: Jason Trickett In-Reply-To: <41ECF965.8090807@cogeco.ca> References: <41ECF965.8090807@cogeco.ca> Content-Type: text/plain Date: Tue, 18 Jan 2005 05:45:38 -0700 Message-Id: <1106052338.629.28.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-gnome@freebsd.org Subject: Re: firefox 1.0? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 12:47:57 -0000 On Tue, 2005-01-18 at 06:56 -0500, Jason Trickett wrote: > Hi. I wanna run Firefox 1.0 but the version in the 5.3-RELEASE stream is > 0.9.3. I have linux-compatibility turned on, so can I just use the linux > firefox binary installer? Do I need to do anything extra (except remove > 0.9.3 first)? You should compile a native version of Firefox yourself using the www/firefox port. # pkg_add -r cvsup-without-gui # /usr/local/bin/cvsup -g -h cvsup4.freebsd.org /usr/share/examples/cvsup/ports-supfile # cd /usr/ports/www/firefox ; make install James From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 13:44:26 2005 Return-Path: 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 B084716A50A for ; Tue, 18 Jan 2005 13:44:26 +0000 (GMT) Received: from fep3.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE8443D2D for ; Tue, 18 Jan 2005 13:44:26 +0000 (GMT) (envelope-from jstrickett@cogeco.ca) Received: from [192.168.1.100] (d150-32-237.home.cgocable.net [24.150.32.237]) by fep3.cogeco.net (Postfix) with ESMTP id EC0FD1556; Tue, 18 Jan 2005 08:44:23 -0500 (EST) Message-ID: <41ED12B7.3010305@cogeco.ca> Date: Tue, 18 Jan 2005 08:44:23 -0500 From: Jason Trickett User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: James Earl , freebsd-gnome@freebsd.org References: <41ECF965.8090807@cogeco.ca> <1106052338.629.28.camel@localhost> In-Reply-To: <1106052338.629.28.camel@localhost> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: firefox 1.0? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 13:44:26 -0000 James Earl said the following on 1/18/2005 7:45 AM: >On Tue, 2005-01-18 at 06:56 -0500, Jason Trickett wrote: > > >>Hi. I wanna run Firefox 1.0 but the version in the 5.3-RELEASE stream is >>0.9.3. I have linux-compatibility turned on, so can I just use the linux >>firefox binary installer? Do I need to do anything extra (except remove >>0.9.3 first)? >> >> > >You should compile a native version of Firefox yourself using the >www/firefox port. > ># pkg_add -r cvsup-without-gui ># /usr/local/bin/cvsup -g -h >cvsup4.freebsd.org /usr/share/examples/cvsup/ports-supfile ># cd /usr/ports/www/firefox ; make install > >James > > > K, I'm trying the port method you suggested to build firefox. I've hit a snag, though. It had to download & build atk 1.8.0, but gave an error when it found an earlier version (atk-1.6.1, package). I tried to delete and was told several packages depended on it and it couldn't be deinstalled. Any suggestions? From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 14:13:26 2005 Return-Path: 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 98B0416A4CE for ; Tue, 18 Jan 2005 14:13:26 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C33F43D2F for ; Tue, 18 Jan 2005 14:13:25 +0000 (GMT) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 18 Jan 2005 14:13:24 -0000 Received: from unknown (EHLO zi025.glhnet.mhn.de) (129.187.19.157) by mail.gmx.net (mp025) with SMTP; 18 Jan 2005 15:13:24 +0100 X-Authenticated: #147403 Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 528F9C100; Tue, 18 Jan 2005 15:13:27 +0100 (CET) Date: Tue, 18 Jan 2005 15:13:25 +0100 From: Simon Barner To: Jason Trickett Message-ID: <20050118141325.GA5051@zi025.glhnet.mhn.de> References: <41ECF965.8090807@cogeco.ca> <1106052338.629.28.camel@localhost> <41ED12B7.3010305@cogeco.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline In-Reply-To: <41ED12B7.3010305@cogeco.ca> User-Agent: Mutt/1.5.6i X-Y-GMX-Trusted: 0 cc: freebsd-gnome@freebsd.org Subject: Re: firefox 1.0? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 14:13:26 -0000 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Jason Trickett wrote: > K, I'm trying the port method you suggested to build firefox. I've hit a= =20 > snag, though. It had to download & build atk 1.8.0, but gave an error=20 > when it found an earlier version (atk-1.6.1, package). I tried to delete= =20 > and was told several packages depended on it and it couldn't be=20 > deinstalled. Any suggestions? sysutils/portupgrade portupgrade -R www/firefox will first upgrade all of FireFox' dependencies, and then FireFox itself. Simon P.S.: More information is avaiable here (or on your local hard drive if you installed the documentation set): http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFB7RmFCkn+/eutqCoRAsNkAJ96c/5W14WXUJLJdopabzfpUNX/pACfegCg 2TFS7tvj6EUVy+6k83rftk8= =xJ8O -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o-- From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 16:48:43 2005 Return-Path: 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 1DE6116A4CE for ; Tue, 18 Jan 2005 16:48:43 +0000 (GMT) Received: from ukrzeminvest.com.ua (ns.spetstorg.kiev.ua [212.82.220.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE2543D1F for ; Tue, 18 Jan 2005 16:48:40 +0000 (GMT) (envelope-from virgo@teleportsv.net) Received: from localhost (localhost [127.0.0.1]) by ukrzeminvest.com.ua (Postfix) with SMTP id 0703546DEB2 for ; Tue, 18 Jan 2005 18:48:33 +0200 (EET) Received: from [192.168.50.109] (unknown [192.168.50.109]) by ukrzeminvest.com.ua (Postfix) with ESMTP id EC60B46DEAE for ; Tue, 18 Jan 2005 18:48:32 +0200 (EET) Message-ID: <41ED3E0A.5020504@teleportsv.net> Date: Tue, 18 Jan 2005 18:49:14 +0200 From: Sergey Dolgopolov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: gnome2.tbz not found on marcuscom.com X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 16:48:43 -0000 Hi! The requested URL /tb/packages/6-CURRENT-MarcusCom/Latest/gnome2.tbz was not found on this server. From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 18:22:41 2005 Return-Path: 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 73FAB16A4CE for ; Tue, 18 Jan 2005 18:22:41 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id F247443D41 for ; Tue, 18 Jan 2005 18:22:40 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.2] (vpn-client-2.marcuscom.com [10.2.1.2]) j0IIOGvm074015; Tue, 18 Jan 2005 13:24:17 -0500 (EST) (envelope-from marcus@marcuscom.com) Message-ID: <41ED53ED.9040406@marcuscom.com> Date: Tue, 18 Jan 2005 13:22:37 -0500 From: Joe Marcus Clarke Organization: MarcusCom, Inc. User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rikard Jerner References: <1106047621.cd8e79e0neddie@home.se> In-Reply-To: <1106047621.cd8e79e0neddie@home.se> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, UPPERCASE_25_50 autolearn=ham version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on creme-brulee.marcuscom.com cc: freebsd-gnome@freebsd.org Subject: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 18:22:41 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Then do a portupgrade -Rf libgnomeui Joe - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFB7VPtb2iPiv4Uz4cRAsBHAJ4xPV0UzLCxGKnw9BS/hQqxo/0OyACgpkja V9aGGks4ORYX1COr1IBML58= =ns/u -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 18:45:47 2005 Return-Path: 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 8A3E016A4CE for ; Tue, 18 Jan 2005 18:45:47 +0000 (GMT) Received: from lakermmtao01.cox.net (lakermmtao01.cox.net [68.230.240.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A1A43D5A for ; Tue, 18 Jan 2005 18:45:47 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao01.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20050118184546.KEIW27357.lakermmtao01.cox.net@mezz.mezzweb.com>; Tue, 18 Jan 2005 13:45:46 -0500 To: "Sergey Dolgopolov" References: <41ED3E0A.5020504@teleportsv.net> Message-ID: Date: Tue, 18 Jan 2005 12:46:40 -0600 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <41ED3E0A.5020504@teleportsv.net> User-Agent: Opera M2/7.54u1 (Linux, build 892) cc: freebsd-gnome@freebsd.org Subject: Re: gnome2.tbz not found on marcuscom.com X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 18:45:47 -0000 On Tue, 18 Jan 2005 18:49:14 +0200, Sergey Dolgopolov wrote: > Hi! > The requested URL /tb/packages/6-CURRENT-MarcusCom/Latest/gnome2.tbz was > not found on this server. -CURRENT is broke that cause MarcusCom to not able to complete the build without get crash or whatever problems. Once, -CURRENT is fixed or whatever and the packages will be back. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 19:40:38 2005 Return-Path: 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 0A71E16A4CE for ; Tue, 18 Jan 2005 19:40:38 +0000 (GMT) Received: from postal3.es.net (postal3.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 734B243D55 for ; Tue, 18 Jan 2005 19:40:24 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP (SSL) id IBA74465 for ; Tue, 18 Jan 2005 11:40:24 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 451165D07 for ; Tue, 18 Jan 2005 11:40:23 -0800 (PST) To: gnome@freebsd.org Date: Tue, 18 Jan 2005 11:40:23 -0800 From: "Kevin Oberman" Message-Id: <20050118194023.451165D07@ptavv.es.net> Subject: Any progress on totem? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 19:40:38 -0000 A couple of weeks ago it was reported that totem could no longer open a DVD. It gives the message "Failed to find mountpoint for device /dev/cd0 in /etc/fstab". When I select "Preferences, I see "Optical device path: TEAC DW-28E 2.1C 2.1C" This is the DVD drive including model and firmware rev, but is not what I would call a device path. I'd really like to get totem back on the air, but I have no idea what the problem is. I do suspect that it's FreeBSD specific, though. If I mount the device (-t udf) and try to play a VOB, my system insta-boots! No panic message or dump. Just like I killed the power (and with the same ugly results for the file systems)! This is really getting frustrating. I may have to try Windows. :-( For the record, I am running 5.3-stable as of last Thursday afternoon. All ports current as of yesterday afternoon. -- 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 From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 19:44:01 2005 Return-Path: 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 BA32116A4CF for ; Tue, 18 Jan 2005 19:44:01 +0000 (GMT) Received: from mail1.no-ip.com (mail1.no-ip.com [63.215.241.221]) by mx1.FreeBSD.org (Postfix) with SMTP id 5BF8743D3F for ; Tue, 18 Jan 2005 19:44:01 +0000 (GMT) (envelope-from macclary@trsnet.net) Received: (qmail 19659 invoked by uid 89); 18 Jan 2005 19:44:01 -0000 Received: from unknown (HELO trsnet.net) (trsnet.net@noip-smtp@63.135.201.85) by mail1.no-ip.com with SMTP; 18 Jan 2005 19:44:00 -0000 Received: (qmail 95244 invoked by uid 1001); 18 Jan 2005 19:43:59 -0000 Date: Tue, 18 Jan 2005 11:43:59 -0800 From: Matthew MacClary To: gnome@FreeBSD.org Message-ID: <20050118194359.GP40238@trsnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-REPORT-SPAM-TO: abuse@no-ip.com X-NO-IP: trsnet.net@noip-smtp cc: freebsd-ports@freebsd.org Subject: Firefox port run error X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 19:44:01 -0000 Thanks very much for your work on the Firefox port. Last night I built Firefox from the port but ran into errors when I tried to run it: /usr/libexec/ld-elf.so.1: Shared object "libpangoxft-1.0.so.399" not found I updated my ports tree (it was a day or two out of date) and then built it again this morning, I ran into the same errors when I tried to run the browser. I noticed that there was a shared object with larger number corresponding to the one Firefox was looking for, so I made the following symlinks: ln -s /usr/X11R6/lib/libpangoxft-1.0.so.600 /usr/X11R6/lib/libpangoxft-1.0.so.399 ln -s /usr/X11R6/lib/libpangox-1.0.so.600 /usr/X11R6/lib/libpangox-1.0.so.399 ln -s /usr/X11R6/lib/libpango-1.0.so.600 /usr/X11R6/lib/libpango-1.0.so.399 ln -s /usr/local/lib/libatk-1.0.so.800 /usr/local/lib/libatk-1.0.so.600 The browser worked well and was faster than the preview-release version when I was surfing for about an hour, so maybe my hack worked? Here is my system info: $ uname -a FreeBSD trsnet.net 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Thu Jun 5 20:46:40 PDT 2003 macclary@trsnet.net:/usr/src/sys/compile/KERNEL1 i386 Makefile timestamp: # $FreeBSD: ports/www/firefox/Makefile,v 1.113 2005/01/02 23:27:54 marcus Exp $ Thanks! -Matt --------------------------------- Where did the universe come from? From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 22:07:58 2005 Return-Path: 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 E4DB116A4CE; Tue, 18 Jan 2005 22:07:58 +0000 (GMT) Received: from gateway.lefort.net (212.68.242.35.brutele.be [212.68.242.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 783BC43D55; Tue, 18 Jan 2005 22:07:58 +0000 (GMT) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 1D08F5561; Tue, 18 Jan 2005 23:07:57 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id B87A722E1A; Tue, 18 Jan 2005 23:07:56 +0100 (CET) To: FreeBSD-gnats-submit@freebsd.org From: Jean-Yves Lefort X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20050118220756.B87A722E1A@jsite.lefort.net> Date: Tue, 18 Jan 2005 23:07:56 +0100 (CET) cc: gnome@FreeBSD.org Subject: Drop port maintainership: devel/desktop-file-utils X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jan 2005 22:07:59 -0000 >Submitter-Id: current-users >Originator: Jean-Yves Lefort >Organization: >Confidential: no >Synopsis: Drop port maintainership: devel/desktop-file-utils >Severity: non-critical >Priority: medium >Category: ports >Class: maintainer-update >Release: FreeBSD 5.3-RELEASE i386 >Environment: System: FreeBSD jsite.lefort.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Thu Dec 2 15:08:28 CET 2004 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: I'm dropping the maintainership of devel/desktop-file-utils, which should probably go to gnome@FreeBSD.org. >How-To-Repeat: >Fix: From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 00:06:02 2005 Return-Path: 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 D11CE16A4CE; Wed, 19 Jan 2005 00:06:02 +0000 (GMT) Received: from cmsout03.mbox.net (cmsout03.mbox.net [165.212.64.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E7ED43D45; Wed, 19 Jan 2005 00:06:02 +0000 (GMT) (envelope-from Daxeel@usa.net) Received: from cmsout03.mbox.net (cmsout03.mbox.net [165.212.64.33]) by cmsout03.mbox.net (Postfix) with ESMTP id 90C9C33; Wed, 19 Jan 2005 00:06:01 +0000 (GMT) Received: from cmsapps02.cms.usa.net [165.212.11.138] by cmsout03.mbox.net via smtad (C8.MAIN.3.21U); Wed, 19 Jan 2005 00:06:01 GMT X-USANET-Source: 165.212.11.138 IN Daxeel@usa.net cmsapps02.cms.usa.net X-USANET-MsgId: XID534JasagB6235X03 Received: from bliss.daxeel.it [82.48.139.198] by cmsapps02.cms.usa.net (ASMTP/daxeel@usa.net) via mtad (C8.MAIN.3.21E) with ESMTP id 405Jasaga0119M38; Wed, 19 Jan 2005 00:06:00 GMT X-USANET-Auth: 82.48.139.198 AUTH daxeel@usa.net bliss.daxeel.it Date: Wed, 19 Jan 2005 01:06:16 +0100 From: Daxeel To: gnome@FreeBSD.org Message-ID: <20050119010616.58455471@bliss.daxeel.it> X-Mailer: Sylpheed-Claws 0.9.13 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Z-USANET-MsgId: XID405Jasaga0119X38 cc: ports@FreeBSD.org Subject: FreeBSD Port: firefox-1.0_7,1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 00:06:03 -0000 I have a problem with this port. My OS is FreeBSD 5.3-STABLE #1: Fri Nov 12 09:58:48 CET 2004 When I open the URL http://www.macchianera.net with javascript _enabled_ Firefox crash. With Javascript disabled it don't occour. Best Regards Daniele Bastianini From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 00:17:00 2005 Return-Path: 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 F3B6E16A4CE; Wed, 19 Jan 2005 00:16:59 +0000 (GMT) Received: from rooster.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7769A43D4C; Wed, 19 Jan 2005 00:16:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from [64.102.192.53] (dhcp-64-102-192-53.cisco.com [64.102.192.53]) by rooster.cisco.com (8.11.7+Sun/8.8.8) with ESMTP id j0J0Gwe21737; Tue, 18 Jan 2005 19:16:58 -0500 (EST) Message-ID: <41EDA6FA.1030108@FreeBSD.org> Date: Tue, 18 Jan 2005 19:16:58 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daxeel References: <20050119010616.58455471@bliss.daxeel.it> In-Reply-To: <20050119010616.58455471@bliss.daxeel.it> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: firefox-1.0_7,1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 00:17:00 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Daxeel wrote: | I have a problem with this port. | My OS is FreeBSD 5.3-STABLE #1: Fri Nov 12 09:58:48 CET 2004 | | When I open the URL http://www.macchianera.net with javascript | _enabled_ Firefox crash. | | With Javascript disabled it don't occour. The problem is not really with Javascript, but with Flash. If I start up with Javascript enabled, but without the linuxpluginwrapper, the page loads fine. Joe | | Best Regards | Daniele Bastianini | | _______________________________________________ | 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" | - -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFB7ab6b2iPiv4Uz4cRAuy8AJ4t376773Yss264LeRzV0eT+rlqFgCbBDDm BPjIv+U6BTLVmcQMH2MFlDE= =LEkg -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 00:32:13 2005 Return-Path: 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 0F73116A4CE; Wed, 19 Jan 2005 00:32:13 +0000 (GMT) Received: from rastaban.dandy.net (rastaban.dandy.net [209.128.224.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7174943D54; Wed, 19 Jan 2005 00:32:12 +0000 (GMT) (envelope-from andy@neu.net) Received: from Mira.dandy.net (mira.dandy.net [209.128.224.15]) by rastaban.dandy.net (8.12.10/8.12.6) with ESMTP id j0J0WBPi018101; Tue, 18 Jan 2005 19:32:11 -0500 Date: Tue, 18 Jan 2005 19:32:11 -0500 (EST) From: andy@neu.net X-X-Sender: andyneu@Mira.dandy.net To: freebsd-questions@freebsd.org In-Reply-To: <20050116183842.35A4C16A4EB@hub.freebsd.org> Message-ID: References: <20050116183842.35A4C16A4EB@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-gnome@freebsd.org Subject: Realplayer cannot find libraries X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 00:32:13 -0000 On Sunday 16 January 2005 14:15, Rob Lahaye wrote: > Rob Lahaye wrote: > > Hi, > > > > I've just upgraded all my software from recent ports. > > Now realplayer (10.0.2_1) doesn't run anymore, because it cannot > > find its libraries: > > > > $ ldd /usr/local/lib/RealPlayer/realplay.bin | grep "not found" > > libX11.so.6 => not found > > libXrandr.so.2 => not found > > libXi.so.6 => not found > > libXext.so.6 => not found > > libXft.so.2 => not found > > libXrender.so.1 => not found > > libX11.so.6 => not found > > libXft.so.2 => not found > > libXrender.so.1 => not found > > libX11.so.6 => not found > > $ ls /usr/X11R6/lib/libX11.so.6 > > /usr/X11R6/lib/libX11.so.6 > > Meanwhile I've solved the problem with a: > > # portupgrade -frRv linux-realplayer-10.0.2_1 Hi, It appears as though after the recent ports/emulators/linux_base version bump ( see ports/UPDATING), that the Linux X11 libraries are not appearing in /usr/compat/linux/etc/ld.so.cache. realplayer was not the only affected port - acroread was also affected; both are linux binaries which run under emulation. Another fix is to do the following: 1) Add the following line to /usr/compat/linux/etc/ld.so.conf: /usr/X11R6/lib 2) Re-run /usr/compat/linux/sbin/ldconfig. This will cause the runtime ELF linker cache for the Linuxolator to be regenerated with the location of the Linux X11 libraries added to the search path, and thus the libraries should then appear in the cache. You should then be able to run acroread, realplayer etc. without further problems, even after a reboot. ------------------------------------------------------------------------- I have tried the above suggestions, but I am still getting the following error: /usr/local/bin/realplay & [1] 12982 [root@amd64 ~]# /usr/local/lib/RealPlayer/realplay.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory Here is output from ldd: [root@amd64 ~]# ldd /usr/local/lib/RealPlayer/realplay.bin | grep "not found" /usr/local/lib/RealPlayer/realplay.bin: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /usr/local/lib/RealPlayer/realplay.bin) /usr/local/lib/RealPlayer/realplay.bin: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /usr/lib/libgtk-x11-2.0.so.0) /usr/local/lib/RealPlayer/realplay.bin: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /usr/lib/libfontconfig.so.1) libstdc++.so.5 => not found libfreetype.so.6 => not found libfreetype.so.6 => not found libfreetype.so.6 => not found libfreetype.so.6 => not found Could someone please give me the magic incantation to make this work. Thanks in advance From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 00:37:54 2005 Return-Path: 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 005E616A4D0 for ; Wed, 19 Jan 2005 00:37:53 +0000 (GMT) Received: from smtp813.mail.sc5.yahoo.com (smtp813.mail.sc5.yahoo.com [66.163.170.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 206C743D62 for ; Wed, 19 Jan 2005 00:37:53 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@67.116.52.197 with login) by smtp813.mail.sc5.yahoo.com with SMTP; 19 Jan 2005 00:37:52 -0000 From: Joshua Tinnin To: freebsd-ports@freebsd.org Date: Tue, 18 Jan 2005 16:37:47 -0800 User-Agent: KMail/1.7.2 References: <20050119010616.58455471@bliss.daxeel.it> <41EDA6FA.1030108@FreeBSD.org> In-Reply-To: <41EDA6FA.1030108@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501181637.48436.krinklyfig@spymac.com> cc: gnome@freebsd.org cc: Joe Marcus Clarke cc: Daxeel Subject: Re: FreeBSD Port: firefox-1.0_7,1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 00:37:54 -0000 On Tuesday 18 January 2005 04:16 pm, Joe Marcus Clarke wrote: > Daxeel wrote: > | I have a problem with this port. > | My OS is FreeBSD 5.3-STABLE #1: Fri Nov 12 09:58:48 CET 2004 > | > | When I open the URL http://www.macchianera.net with javascript > | _enabled_ Firefox crash. > | > | With Javascript disabled it don't occour. > > The problem is not really with Javascript, but with Flash. If I > start up with Javascript enabled, but without the linuxpluginwrapper, > the page loads fine. Yep, this does indeed crash Firefox because of Flash. I use the Adblock extension, and I put *.swf in as a filter to prevent this. When I want to see a Flash file I can remove it temporarily. When I did that for this site it crashed. It helps prevent this problem, but it's not an ideal solution. - jt From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 01:16:58 2005 Return-Path: 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 0077316A4CE for ; Wed, 19 Jan 2005 01:16:58 +0000 (GMT) Received: from mercury.ll.net (mercury.ll.net [209.131.224.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 914D243D39 for ; Wed, 19 Jan 2005 01:16:57 +0000 (GMT) (envelope-from supraexpress@globaleyes.net) Received: from globaleyes.net (unverified [209.131.253.93]) by mercury.ll.net for ; Tue, 18 Jan 2005 19:16:55 -0600 Date: Tue, 18 Jan 2005 19:16:50 -0600 (CST) From: supraexpress@globaleyes.net To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Message-Id: <20050119011657.914D243D39@mx1.FreeBSD.org> Subject: Disabling "flying" window expansions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 01:16:58 -0000 I have set Metacity to "reduced resources" which disables the "flying" window minimizing, but there is still the "flying" window expansion/maximizing occuring when I click on a panel icon. While some may like this - I do not. How can I disable this? From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 02:09:11 2005 Return-Path: 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 D039F16A4CE for ; Wed, 19 Jan 2005 02:09:10 +0000 (GMT) Received: from mercury.ll.net (mercury.ll.net [209.131.224.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75E7043D5E for ; Wed, 19 Jan 2005 02:09:10 +0000 (GMT) (envelope-from supraexpress@globaleyes.net) Received: from globaleyes.net (unverified [209.131.253.93]) by mercury.ll.net for ; Tue, 18 Jan 2005 20:09:08 -0600 Date: Tue, 18 Jan 2005 20:09:03 -0600 (CST) From: supraexpress@globaleyes.net To: freebsd-gnome@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Message-Id: <20050119020910.75E7043D5E@mx1.FreeBSD.org> Subject: Re: Realplayer cannot find libraries X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 02:09:11 -0000 Try (as root, of course): cd /usr/compat/linux ./sbin/ldconfig /usr/compat/linux/lib /usr/compat/linux/usr/X11R6/lib /usr/compat/linux/var /usr/compat/linux/usr/X11R6/lib/X11/locale/lib On 18 Jan, andy@neu.net wrote: > On Sunday 16 January 2005 14:15, Rob Lahaye wrote: >> Rob Lahaye wrote: >> > Hi, >> > >> > I've just upgraded all my software from recent ports. >> > Now realplayer (10.0.2_1) doesn't run anymore, because it cannot >> > find its libraries: >> > >> > $ ldd /usr/local/lib/RealPlayer/realplay.bin | grep "not found" >> > libX11.so.6 => not found >> > libXrandr.so.2 => not found >> > libXi.so.6 => not found >> > libXext.so.6 => not found >> > libXft.so.2 => not found >> > libXrender.so.1 => not found >> > libX11.so.6 => not found >> > libXft.so.2 => not found >> > libXrender.so.1 => not found >> > libX11.so.6 => not found >> > $ ls /usr/X11R6/lib/libX11.so.6 >> > /usr/X11R6/lib/libX11.so.6 >> >> Meanwhile I've solved the problem with a: >> >> # portupgrade -frRv linux-realplayer-10.0.2_1 > > Hi, > It appears as though after the recent ports/emulators/linux_base version > bump ( see ports/UPDATING), that the Linux X11 libraries are not > appearing in /usr/compat/linux/etc/ld.so.cache. > > realplayer was not the only affected port - acroread was also affected; > both are linux binaries which run under emulation. > > Another fix is to do the following: > 1) Add the following line to /usr/compat/linux/etc/ld.so.conf: > /usr/X11R6/lib > 2) Re-run /usr/compat/linux/sbin/ldconfig. > > This will cause the runtime ELF linker cache for the Linuxolator to be > regenerated with the location of the Linux X11 libraries added to the > search path, and thus the libraries should then appear in the cache. > > You should then be able to run acroread, realplayer etc. without further > problems, even after a reboot. > > ------------------------------------------------------------------------- > > I have tried the above suggestions, but I am still getting the following > error: > > /usr/local/bin/realplay & > [1] 12982 > [root@amd64 ~]# /usr/local/lib/RealPlayer/realplay.bin: error while > loading shared libraries: libstdc++.so.5: cannot open shared object file: > No such file or directory > > > Here is output from ldd: > [root@amd64 ~]# ldd /usr/local/lib/RealPlayer/realplay.bin | grep "not > found" > /usr/local/lib/RealPlayer/realplay.bin: /lib/libc.so.6: version > `GLIBC_2.3' not found (required by /usr/local/lib/RealPlayer/realplay.bin) > /usr/local/lib/RealPlayer/realplay.bin: /lib/libc.so.6: version > `GLIBC_2.3' not found (required by /usr/lib/libgtk-x11-2.0.so.0) > /usr/local/lib/RealPlayer/realplay.bin: /lib/libc.so.6: version > `GLIBC_2.3' not found (required by /usr/lib/libfontconfig.so.1) > libstdc++.so.5 => not found > libfreetype.so.6 => not found > libfreetype.so.6 => not found > libfreetype.so.6 => not found > libfreetype.so.6 => not found > > Could someone please give me the magic incantation to make this work. > > Thanks in advance > _______________________________________________ > 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 Jan 19 02:21:03 2005 Return-Path: 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 B79D716A4CE; Wed, 19 Jan 2005 02:21:03 +0000 (GMT) Received: from heineken.flexi-surf.co.uk (smtp.flexi-surf.co.uk [62.41.128.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DDEC43D49; Wed, 19 Jan 2005 02:21:02 +0000 (GMT) (envelope-from nbco@screaming.net) Received: from [192.168.2.3] ([62.55.106.225])j0J0GHS24743; Wed, 19 Jan 2005 00:16:18 GMT From: nbco To: freebsd-questions@freebsd.org Date: Wed, 19 Jan 2005 02:20:51 +0000 User-Agent: KMail/1.7.2 References: <20050116183842.35A4C16A4EB@hub.freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501190220.52324.nbco@screaming.net> cc: andy@neu.net cc: freebsd-gnome@freebsd.org Subject: Re: Realplayer cannot find libraries X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nbco@screaming.net List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 02:21:03 -0000 On Wednesday 19 January 2005 00:32, andy@neu.net wrote: > On Sunday 16 January 2005 14:15, Rob Lahaye wrote: > > Rob Lahaye wrote: > > > Hi, > > > > > > I've just upgraded all my software from recent ports. > > > Now realplayer (10.0.2_1) doesn't run anymore, because it cannot > > > find its libraries: > > > snip > > > > Meanwhile I've solved the problem with a: > > > > # portupgrade -frRv linux-realplayer-10.0.2_1 > > I have tried the above suggestions, but I am still getting the > following error: > > /usr/local/bin/realplay & > [1] 12982 > [root@amd64 ~]# /usr/local/lib/RealPlayer/realplay.bin: error while > loading shared libraries: libstdc++.so.5: cannot open shared object > file: No such file or directory Hi there, It seems like this problem is currently being resolved, check out this thread: http://lists.freebsd.org/pipermail/freebsd-emulation/2005-January/000733.html It seems that you should rebuild linux X11 libs hope this helps .nbco From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 03:26:53 2005 Return-Path: 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 258EC16A4CE for ; Wed, 19 Jan 2005 03:26:53 +0000 (GMT) Received: from fep4.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00FDF43D53 for ; Wed, 19 Jan 2005 03:26:53 +0000 (GMT) (envelope-from jstrickett@cogeco.ca) Received: from [192.168.1.100] (d150-32-237.home.cgocable.net [24.150.32.237]) by fep4.cogeco.net (Postfix) with ESMTP id 387D45727 for ; Tue, 18 Jan 2005 22:26:52 -0500 (EST) Message-ID: <41EDD37C.2070801@cogeco.ca> Date: Tue, 18 Jan 2005 22:26:52 -0500 From: Jason Trickett User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-gnome@freebsd.org X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: how to start over with respect to ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 03:26:53 -0000 I just want reset my ports and delete any that were built so far. Do I have to do it individually, or (hopefully) all at once. I want to go back to just using packages until I am more comfortable using the ports system. If answering please provide a detailed, easy-to-follow answer. I'd rather not have to reinstall the whole thing. Thanks. From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 03:33:14 2005 Return-Path: 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 BE45816A4CE for ; Wed, 19 Jan 2005 03:33:14 +0000 (GMT) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B5B343D1F for ; Wed, 19 Jan 2005 03:33:14 +0000 (GMT) (envelope-from ringworm@inbox.lv) Received: from ringworm.mechee.com ([4.26.84.7]) by out006.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050119033313.SPJG7873.out006.verizon.net@ringworm.mechee.com> for ; Tue, 18 Jan 2005 21:33:13 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id A55512CE747; Tue, 18 Jan 2005 19:29:41 -0800 (PST) From: "Michael C. Shultz" To: freebsd-gnome@freebsd.org Date: Tue, 18 Jan 2005 19:29:39 -0800 User-Agent: KMail/1.7.2 References: <41EDD37C.2070801@cogeco.ca> In-Reply-To: <41EDD37C.2070801@cogeco.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501181929.40604.ringworm@inbox.lv> X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [4.26.84.7] at Tue, 18 Jan 2005 21:33:13 -0600 Subject: Re: how to start over with respect to ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 03:33:14 -0000 On Tuesday 18 January 2005 07:26 pm, Jason Trickett wrote: > I just want reset my ports and delete any that were built so far. Do > I have to do it individually, or (hopefully) all at once. I want to > go back to just using packages until I am more comfortable using the > ports system. If answering please provide a detailed, easy-to-follow > answer. I'd rather not have to reinstall the whole thing. Thanks. > _______________________________________________ > 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" pkg_delete -f * will probably work for you. -Mike From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 04:00:12 2005 Return-Path: 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 8456B16A4D0 for ; Wed, 19 Jan 2005 04:00:12 +0000 (GMT) Received: from lakermmtao05.cox.net (lakermmtao05.cox.net [68.230.240.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC37143D5C for ; Wed, 19 Jan 2005 04:00:09 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao05.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20050119040007.ZAVB16431.lakermmtao05.cox.net@mezz.mezzweb.com>; Tue, 18 Jan 2005 23:00:07 -0500 To: "Jason Trickett" References: <41EDD37C.2070801@cogeco.ca> Message-ID: Date: Tue, 18 Jan 2005 22:01:04 -0600 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <41EDD37C.2070801@cogeco.ca> User-Agent: Opera M2/7.54u1 (Linux, build 892) cc: freebsd-gnome@freebsd.org Subject: Re: how to start over with respect to ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 04:00:12 -0000 On Tue, 18 Jan 2005 22:26:52 -0500, Jason Trickett wrote: > I just want reset my ports and delete any that were built so far. Do I > have to do it individually, or (hopefully) all at once. I want to go > back to just using packages until I am more comfortable using the ports > system. If answering please provide a detailed, easy-to-follow answer. > I'd rather not have to reinstall the whole thing. Thanks. I usually use the 'rm -rf /dir /dir2' to do the job like this. # rm -rf /usr/local/* /usr/X11R6/* /compat/linux/* /var/db/pkg/* /var/db/ports/* Remove /compat/linux if you don't use any of linux stuff. It's what great about BSD is hier(7) by keep base system and ports seperate. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 04:20:54 2005 Return-Path: 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 4A29616A4CE for ; Wed, 19 Jan 2005 04:20:54 +0000 (GMT) Received: from fep1.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B8D543D39 for ; Wed, 19 Jan 2005 04:20:54 +0000 (GMT) (envelope-from jstrickett@cogeco.ca) Received: from [192.168.1.100] (d150-32-237.home.cgocable.net [24.150.32.237]) by fep1.cogeco.net (Postfix) with ESMTP id D68ED83CC; Tue, 18 Jan 2005 23:20:52 -0500 (EST) Message-ID: <41EDE025.3040006@cogeco.ca> Date: Tue, 18 Jan 2005 23:20:53 -0500 From: Jason Trickett User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Michael C. Shultz" , freebsd-gnome@freebsd.org References: <41EDD37C.2070801@cogeco.ca> <200501181929.40604.ringworm@inbox.lv> In-Reply-To: <200501181929.40604.ringworm@inbox.lv> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: how to start over with respect to ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 04:20:54 -0000 Michael C. Shultz said the following on 1/18/2005 10:29 PM: >On Tuesday 18 January 2005 07:26 pm, Jason Trickett wrote: > > >>I just want reset my ports and delete any that were built so far. Do >>I have to do it individually, or (hopefully) all at once. I want to >>go back to just using packages until I am more comfortable using the >>ports system. If answering please provide a detailed, easy-to-follow >>answer. I'd rather not have to reinstall the whole thing. Thanks. >>_______________________________________________ >>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" >> >> > > >pkg_delete -f * will probably work for you. > >-Mike >_______________________________________________ >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" > > > Won't this get rid of binary packages too? I want to keep my gnome system et al. - I just want to get rid of any port(s) that I ended up compiling/installing. From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 04:36:17 2005 Return-Path: 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 5074D16A4CE for ; Wed, 19 Jan 2005 04:36:17 +0000 (GMT) Received: from lakermmtao02.cox.net (lakermmtao02.cox.net [68.230.240.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB6243D31 for ; Wed, 19 Jan 2005 04:36:16 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao02.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20050119043616.OVPI2202.lakermmtao02.cox.net@mezz.mezzweb.com>; Tue, 18 Jan 2005 23:36:16 -0500 Date: Tue, 18 Jan 2005 22:37:12 -0600 To: "Jason Trickett" References: <41EDD37C.2070801@cogeco.ca> <200501181929.40604.ringworm@inbox.lv> <41EDE025.3040006@cogeco.ca> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <41EDE025.3040006@cogeco.ca> User-Agent: Opera M2/7.54u1 (Linux, build 892) cc: freebsd-gnome@freebsd.org Subject: Re: how to start over with respect to ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 04:36:17 -0000 On Tue, 18 Jan 2005 23:20:53 -0500, Jason Trickett wrote: > > Michael C. Shultz said the following on 1/18/2005 10:29 PM: > >> On Tuesday 18 January 2005 07:26 pm, Jason Trickett wrote: >> >>> I just want reset my ports and delete any that were built so far. Do >>> I have to do it individually, or (hopefully) all at once. I want to >>> go back to just using packages until I am more comfortable using the >>> ports system. If answering please provide a detailed, easy-to-follow >>> answer. I'd rather not have to reinstall the whole thing. Thanks. >>> _______________________________________________ >>> 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" >>> >> >> >> pkg_delete -f * will probably work for you. >> >> -Mike >> _______________________________________________ >> 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" >> >> > Won't this get rid of binary packages too? Yes, it will remove any packages and ports. > I want to keep my gnome system et al. - I just want to get rid of any > port(s) that I ended up compiling/installing. It's impossible to do something like this beside manual by hand. port and package register in database in the same way. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 04:36:18 2005 Return-Path: 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 8D03316A4CE for ; Wed, 19 Jan 2005 04:36:18 +0000 (GMT) Received: from web53602.mail.yahoo.com (web53602.mail.yahoo.com [206.190.37.35]) by mx1.FreeBSD.org (Postfix) with SMTP id F289543D31 for ; Wed, 19 Jan 2005 04:36:17 +0000 (GMT) (envelope-from scott@sremick.net) Received: (qmail 93835 invoked by uid 60001); 19 Jan 2005 04:36:17 -0000 Message-ID: <20050119043617.93833.qmail@web53602.mail.yahoo.com> Received: from [69.171.193.20] by web53602.mail.yahoo.com via HTTP; Tue, 18 Jan 2005 20:36:17 PST X-RocketYMMF: siremick Date: Tue, 18 Jan 2005 20:36:17 -0800 (PST) From: "Scott I. Remick" To: Jason Trickett , freebsd-gnome@freebsd.org In-Reply-To: <41EDE025.3040006@cogeco.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: how to start over with respect to ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 04:36:18 -0000 --- Jason Trickett wrote: > Won't this get rid of binary packages too? I want to keep my gnome > system et al. - I just want to get rid of any port(s) that I ended up > compiling/installing. Eh... it's a feature, not a bug :) Seriously... you're up against one of the nice things about the ports system. Whether you install as a port you compile yourself, or a pre-compiled package... either way, it gets registered in your list of installed packages the same way and is treated and dealt-with the same from there on in. There is no distinction. You can delete /usr/ports if you don't want all the stub files anymore (necessary to install as a port), or you can use portsclean -CDD to clean up leftovers from the compile process. You can also remove the contents of /usr/ports/distfiles to remove all the downloaded sources. But installed is installed, whether it be from packages or ports. I'm sure if I have something wrong here, someone will correct me shortly. My own questions show how green I am. :) Just trying to help somewhere where I THINK I can. From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 04:50:26 2005 Return-Path: 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 EB2A816A4CF for ; Wed, 19 Jan 2005 04:50:26 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E51A43D3F for ; Wed, 19 Jan 2005 04:50:26 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) j0J4q681082483; Tue, 18 Jan 2005 23:52:06 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: supraexpress@globaleyes.net In-Reply-To: <20050119011657.914D243D39@mx1.FreeBSD.org> References: <20050119011657.914D243D39@mx1.FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-H1FuDbSez3W6UkMFdc1M" Organization: MarcusCom, Inc. Date: Tue, 18 Jan 2005 23:50:22 -0500 Message-Id: <1106110222.74507.32.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: FreeBSD GNOME Users Subject: Re: Disabling "flying" window expansions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 04:50:27 -0000 --=-H1FuDbSez3W6UkMFdc1M Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-01-18 at 19:16 -0600, supraexpress@globaleyes.net wrote: > I have set Metacity to "reduced resources" which disables the "flying" > window minimizing, but there is still the "flying" window > expansion/maximizing occuring when I click on a panel icon. While some > may like this - I do not. How can I disable this? Use gconf-editor to uncheck /apps/panel/global/enable_animations. Joe > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-H1FuDbSez3W6UkMFdc1M Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB7ecOb2iPiv4Uz4cRAgwdAJ9y0lktt1H6qr1uKvANCTNjtLruXwCglQ0x YhQ5HWqAJfLmNQGQCc/bQjM= =cYTI -----END PGP SIGNATURE----- --=-H1FuDbSez3W6UkMFdc1M-- From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 04:52:58 2005 Return-Path: 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 31F9416A4CE for ; Wed, 19 Jan 2005 04:52:58 +0000 (GMT) Received: from priv-edtnes40.telusplanet.net (outbound05.telus.net [199.185.220.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7942843D48 for ; Wed, 19 Jan 2005 04:52:55 +0000 (GMT) (envelope-from james@icionline.ca) Received: from d209-107-110-221.abhsia.telus.net ([209.107.110.221]) by priv-edtnes40.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP <20050119045254.ORJU3868.priv-edtnes40.telusplanet.net@d209-107-110-221.abhsia.telus.net>; Tue, 18 Jan 2005 21:52:54 -0700 From: James Earl To: Jason Trickett In-Reply-To: <41EDE025.3040006@cogeco.ca> References: <41EDD37C.2070801@cogeco.ca> <200501181929.40604.ringworm@inbox.lv> <41EDE025.3040006@cogeco.ca> Content-Type: text/plain Date: Tue, 18 Jan 2005 21:50:14 -0700 Message-Id: <1106110214.169.24.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-gnome@freebsd.org Subject: Re: how to start over with respect to ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 04:52:58 -0000 On Tue, 2005-01-18 at 23:20 -0500, Jason Trickett wrote: > Won't this get rid of binary packages too? I want to keep my gnome > system et al. - I just want to get rid of any port(s) that I ended up > compiling/installing. Yes, those previous posts will remove all your binary packages. When you install an application using the ports tree, it's no different than installing from a package... in the end that is. If that makes sense? You can remove your ports tree, and ports database. This will free up some disk space, and will not affect installed programs. # rm -rf /usr/ports # rm -rf /var/db/ports Hopefully I didn't cause you too much pain, suggesting that you try out the ports collection! :) It is, however the best way to go if you want to run the latest software versions. One thing which makes it difficult to just move over to installing from the ports is that alot of the applications that you have installed right now are out-of-date in relation to the ports collection. So before you can do anything, you really have to first bring all your currently installed apps up-to-date. This is usually how I install FreeBSD: 1. Install minimal system... 2. pkg_add -r xorg 3. pkg_add -r cvsup-without-gui 4. pkg_add -r portupgrade 5. cvsup -g -h cvsup.ca.freebsd.org /usr/share/examples/cvsup/ports-supfile 6. portupgrade -a (upgrade all applications) 7. setenv PACKAGE_SITE http://www.marcuscom.com/tb/packages/5.3-FreeBSD/Latest/ (change the site that 'pkg_add -r' fetches packages from) 8. pkg_add -r gnome2 (gnome2-lite maybe??) That may not be exact, but it may give you a few ideas of your own. We change PACKAGE_SITE to marcuscom.com so we can get the latest and greatest pre-compiled GNOME packages. This saves from compiling GNOME from the ports. You could however... # cd /usr/ports/x11/gnome2-lite # make install Hope this helps. James From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 06:28:20 2005 Return-Path: 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 EFF0A16A4CE; Wed, 19 Jan 2005 06:28:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA1A843D49; Wed, 19 Jan 2005 06:28:20 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from freefall.freebsd.org (oliver@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0J6SKom060478; Wed, 19 Jan 2005 06:28:20 GMT (envelope-from oliver@freefall.freebsd.org) Received: (from oliver@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0J6SKUU060474; Wed, 19 Jan 2005 06:28:20 GMT (envelope-from oliver) Date: Wed, 19 Jan 2005 06:28:20 GMT From: Oliver Lehmann Message-Id: <200501190628.j0J6SKUU060474@freefall.freebsd.org> To: oliver@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/76452: unbreak mozilla-devel for FreeBSD 4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 06:28:21 -0000 Synopsis: unbreak mozilla-devel for FreeBSD 4 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: oliver Responsible-Changed-When: Wed Jan 19 06:28:06 GMT 2005 Responsible-Changed-Why: hand to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=76452 From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 10:52:43 2005 Return-Path: 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 E0D7216A4CE for ; Wed, 19 Jan 2005 10:52:42 +0000 (GMT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 352B343D1F for ; Wed, 19 Jan 2005 10:52:42 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.43 (FreeBSD)) id 1CrDS3-000Aiw-NH for gnome@freebsd.org; Wed, 19 Jan 2005 13:52:39 +0300 From: Vladimir Grebenschikov To: gnome@freebsd.org Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Wed, 19 Jan 2005 13:52:38 +0300 Message-Id: <1106131958.14951.26.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.1.3.2 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Subject: portupgrade multimedia/mpeg4ip failed for marcus repo X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 19 Jan 2005 10:52:43 -0000 Portupgrade multimedia/mpeg4ip failed for marcus repo: ... /bin/sh ../../libtool --mode=3Dlink c++ -D_REENTRANT -DNOCONTROLS -fexcepti= ons -Wall -Werror -Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-p= ragmas -Wno-deprecated -Wformat=3D2 -DPLAYER_PLUGIN_DIR=3D\"/usr/local/lib/= mp4player_plugin\" -O2 -fno-strict-aliasing -pipe -DUSE_MMX -DMPEG4IP -L= /usr/local/lib -L/usr/X11R6/lib -pthread -o mp4player ../../lib/SDLAudio/sr= c/libmpeg4ipSDL.la main.o -lm libmp4player.la libmp4syncbase.la libmp4sync= sdl.la libmp4syncbase.la libmp4playerutils.la ../../lib/ismacryp/libismacry= p.la -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL-1.1 -pthread -lgnuge= topt -lmp4v2 c++ -D_REENTRANT -DNOCONTROLS -fexceptions -Wall -Werror -Wno-char-subscrip= ts -Woverloaded-virtual -Wno-unknown-pragmas -Wno-deprecated -Wformat=3D2 -= DPLAYER_PLUGIN_DIR=3D\"/usr/local/lib/mp4player_plugin\" -O2 -fno-strict-al= iasing -pipe -DUSE_MMX -DMPEG4IP -pthread -o .libs/mp4player main.o -Wl,-rp= ath -Wl,/usr/local/lib -pthread -L/usr/local/lib -L/usr/X11R6/lib ../../li= b/SDLAudio/src/.libs/libmpeg4ipSDL.so -laudio -lXt ./.libs/libmp4player.a /= usr/local/lib/liba52.so -lm -ldjbfft /usr/ports/multimedia/mpeg4ip/work/mpe= g4ip-1.1/lib/sdp/.libs/libsdp.so /usr/ports/multimedia/mpeg4ip/work/mpeg4ip= -1.1/player/lib/mp4util/.libs/libmp4util.so /usr/ports/multimedia/mpeg4ip/w= ork/mpeg4ip-1.1/player/lib/libhttp/.libs/libhttp.so /usr/ports/multimedia/m= peg4ip/work/mpeg4ip-1.1/lib/msg_queue/.libs/libmsg_queue.so /usr/ports/mult= imedia/mpeg4ip/work/mpeg4ip-1.1/lib/mp4av/.libs/libmp4av.so /usr/ports/mult= imedia/mpeg4ip/work/mpeg4ip-1.1/lib/mp4/.libs/libmp4.so ./.libs/libmp4syncs= dl.a ./.libs/libmp4syncbase.a ./.libs/libmp4playerutils.a ../../lib/ismacry= p/.libs/libismacryp.a -lSDL-1.1 /usr/local/lib/libmp4v2.so -lpthread -lgnug= etopt -Wl,--rpath -Wl,/usr/local/lib /usr/bin/ld: warning: libc.so.5, needed by /usr/local/lib/libmp4v2.so, may = conflict with libc.so.6 /lib/libc.so.5: warning: WARNING! setkey(3) not present in the system! /lib/libc.so.5: warning: warning: this program uses gets(), which is unsafe= . /lib/libc.so.5: warning: warning: mktemp() possibly used unsafely; consider= using mkstemp() /lib/libc.so.5: warning: WARNING! des_setkey(3) not present in the system! /lib/libc.so.5: warning: WARNING! encrypt(3) not present in the system! /lib/libc.so.5: warning: warning: tmpnam() possibly used unsafely; consider= using mkstemp() /lib/libc.so.5: warning: warning: this program uses f_prealloc(), which is = not recommended. /lib/libc.so.5: warning: WARNING! des_cipher(3) not present in the system! /lib/libc.so.5: warning: warning: tempnam() possibly used unsafely; conside= r using mkstemp() ./.libs/libmp4player.a(mp4_file.o)(.text+0x2a6): In function `CMp4File::cre= ate_video(CPlayerSession*, video_query_t*, int, char*, unsigned int, int&)'= : : undefined reference to `MP4IsIsmaCrypMediaTrack' ./.libs/libmp4player.a(mp4_file.o)(.text+0x670): In function `CMp4File::cre= ate_audio(CPlayerSession*, audio_query_t*, int, char*, unsigned int, int&)'= : : undefined reference to `MP4IsIsmaCrypMediaTrack' gmake[4]: *** [mp4player] =EF=DB=C9=C2=CB=C1 1 gmake[4]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1= /player/src' gmake[3]: *** [all-recursive] =EF=DB=C9=C2=CB=C1 1 gmake[3]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1= /player/src' gmake[2]: *** [all-recursive] =EF=DB=C9=C2=CB=C1 1 gmake[2]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1= /player' gmake[1]: *** [all-recursive] =EF=DB=C9=C2=CB=C1 1 gmake[1]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1= ' gmake: *** [all] =EF=DB=C9=C2=CB=C1 2 *** Error code 2 Stop in /usr/ports/multimedia/mpeg4ip. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade90977.= 30 make ** Fix the problem and try again. Any clues ?=20 --=20 Vladimir B. Grebenchikov vova@fbsd.ru From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 13:09:07 2005 Return-Path: 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 9757216A4CE for ; Wed, 19 Jan 2005 13:09:07 +0000 (GMT) Received: from mail03.solnet.ch (mail03.solnet.ch [212.101.4.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 854E643D41 for ; Wed, 19 Jan 2005 13:09:06 +0000 (GMT) (envelope-from freebsdlists@bsdunix.ch) Received: from mail03.solnet.ch ([127.0.0.1]) by localhost (mail03.solnet.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32834-01-52 for ; Wed, 19 Jan 2005 13:09:04 +0000 (GMT) Received: from bert.mlan.solnet.ch (bert.mlan.solnet.ch [212.101.1.83]) by mail03.solnet.ch (Postfix) with ESMTP id 65DB2E4D31 for ; Wed, 19 Jan 2005 13:09:04 +0000 (GMT) From: Thomas Vogt To: gnome@FreeBSD.org Content-Type: text/plain Date: Wed, 19 Jan 2005 14:08:30 +0100 Message-Id: <1106140110.44732.8.camel@bert.mlan.solnet.ch> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 SolNET ISP Switzerland Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mail03.solnet.ch Subject: problem with gnomeblog 0.8 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 13:09:07 -0000 Hi I've problem with gnomeblog 0.8 from the ports. I can install it but when I try to start it, I receive the following error msg: gnome-blog-poster Traceback (most recent call last): File "/usr/X11R6/bin/gnome-blog-poster", line 51, in ? app = BloggerApp() File "/usr/X11R6/bin/gnome-blog-poster", line 32, in __init__ poster._showPrefDialog() UnboundLocalError: local variable 'poster' referenced before assignment My System: FreeBSD 5.3-STABLE #5: Mon Jan 17 22:08:35 CET 2005 root@bert:/usr/obj/usr/src/sys/MASTERONE53 i386 make.conf options (except perl): WITH_LAME= yes CFLAGS=-O -g -pipe STRIP= Installed ports: Hermes-1.3.3_1 ORBit-0.5.17_2 ORBit2-2.12.0_1 aalib-1.4.r5_1 abiword-gnome-2.2.1_1 apg-2.3.0b aspell-0.60.2 at-spi-1.6.2 atk-1.8.0 autoconf-2.13.000227_5 autoconf-2.53_3 autoconf-2.59_2 automake-1.4.6_1 automake-1.5_2,1 bison-1.75_2 bitstream-vera-1.10 bugbuddy2-2.8.0_2 cdparanoia-3.9.8_7 cdrtools-2.01 cksfv-1.3_1 cracklib-2.7_2 cvsup-without-gui-16.1h dasher-3.2.11_3 de-openoffice-1.1.3 desktop-file-utils-0.10_1 djbfft-0.76_1 docbook-sk-4.1.2_3 docbook-xml-4.2_1 docbook-xsl-1.66.1_1 dri-6.2_1,2 dvd+rw-tools-5.21.4.10.8 eel2-2.8.2 enchant-1.1.5 eog2-2.8.2_1 epiphany-1.4.7 esound-0.2.35_1 evolution-2.0.3 evolution-data-server-1.0.3 evolution-webcal-2.0.1_1 expat-1.95.8 fam-2.6.9_6 figlet-2.2.1 figlet-fonts-20020913 fileroller-2.8.3_1,1 firefox-1.0_7,1 fontconfig-2.2.3,1 freetype2-2.1.7_4 fribidi-0.10.4_1 gail-1.8.2 gaim-1.1.1 gal2-2.2.4 gcalctool-4.4.22,2 gconf-editor-2.8.2_1,1 gconf2-2.8.1 gdm2-2.6.0.6_1 gedit2-2.8.2 gettext-0.14.1 ggv2-2.8.2 ghostscript-gnu-7.07_11 gle-3.0.3 glib-1.2.10_11 glib-2.4.8 gmake-3.80_2 gnet2-2.0.5_1 gnome-icon-theme-2.8.0 gnome-themes-2.8.2 gnome2-2.8.2 gnomeapplets2-2.8.2 gnomeaudio2-2.0.0 gnomecontrolcenter2-2.8.1_2 gnomedesktop-2.8.1 gnomegames2-2.8.2 gnomehier-1.0_21 gnomekeyring-0.4.1 gnomelibs-1.4.2_3 gnomemag-0.11.11 gnomemedia2-2.8.0_2 gnomemimedata-2.4.2 gnomenetstatus-2.8.0_2 gnomenettool-1.0.0_1,1 gnomepanel-2.8.2 gnomesession-2.8.1_1 gnomespeech-0.3.6_1 gnomespell-1.0.5_4 gnomesystemmonitor-2.8.1 gnomesystemtools-1.0.2 gnometerminal-2.8.2 gnomeuserdocs2-2.8.1 gnomeutils2-2.8.1_1,1 gnomevfs2-2.8.3_1 gnopernicus-0.9.19_1 gnumeric2-1.4.1 gnupg-1.4.0 gnutls-1.0.21_1 gok-0.11.17_1 gpa-0.4.3_2 gpdf-2.8.2 gsfonts-8.11_2 gstreamer-0.8.8 gstreamer-plugins-0.8.7_1 gtk-1.2.10_12 gtk-2.4.14_2 gtk-engines2-2.2.0_6 gtk-smooth-engine-0.5.8_1 gtkhtml3-3.2.4 gtksourceview-1.1.90 gtkspell2-2.0.8_1 gucharmap-gnome-1.4.2_1 guile-1.6.5 heimdal-0.6.3_2 help2man-1.34.2 hicolor-icon-theme-0.5 howl-0.9.7 imake-6.8.1 imlib-1.9.15_1 intltool-0.32.1 irssi-0.8.9_2 jpeg-6b_3 lame-3.96.1 lcms-1.13_1,1 lftp-3.0.13 libIDL-0.8.4 libXft-2.1.6 liba52-0.7.4_1 libao-esound-0.8.5 libart_lgpl2-2.3.16 libaudiofile-0.2.6 libbonobo-2.8.0_1 libbonoboui-2.8.0 libcroco-0.6.0 libdvdcss-1.2.8_1 libdvdread-0.9.4_1 libgail-gnome-1.1.0 libgcrypt-1.2.1 libgda2-1.0.4_1 libglade2-2.4.1_1 libglut-6.0.1 libgnome-2.8.0_1 libgnomecanvas-2.8.0 libgnomedb-1.0.4_2 libgnomeprint-2.8.2 libgnomeprintui-2.8.2 libgnomeui-2.8.0_1 libgpg-error-1.0_1 libgsf-1.10.1 libgsf-gnome-1.10.1_1 libgtkhtml-2.6.2_1 libgtop2-2.8.2 libiconv-1.9.2_1 libid3tag-0.15.0b_1 libltdl-1.5.10 libmad-0.15.1b_1 libmng-1.0.8 libmpeg2-0.4.0b_1 libogg-1.1.2_1,3 librsvg2-2.8.1_1 libsoup-2.2.1 libtool-1.3.5_2 libtool-1.5.10 libungif-4.1.3 libvorbis-1.1.0_1,3 libwmf-0.2.8.3 libwnck-2.8.1_1 libxklavier-1.04_1,1 libxml-1.8.17_3 libxml2-2.6.16 libxslt-1.1.12_1 libzvt-2.0.1_9 linc-1.0.3_2 linux-XFree86-libs-4.3.99.902_1 linux-atk-1.2.0_2 linux-esound-0.2.22_3 linux-expat-1.95.5_2 linux-fontconfig-2.1_2 linux-glib2-2.2.1_2 linux-gtk2-2.2.1_2 linux-jpeg-6b.15_3 linux-libaudiofile-0.1.11_4 linux-pango-1.2.1_2 linux-png-1.2.7_4 linux-realplayer-10.0.2_1 linux-tiff-3.5.5_2 linux_base-8-8.0_5 lynx-ssl-2.8.5 m4-1.4.1 metacity-2.8.8 mozilla-1.7.5_1,2 mplayer-gtk-esound-0.99.5_6 mplayer-skins-1.1.1 mplayerplug-in-2.70_2 nas-1.7 nasm-0.98.38_2,1 nautilus-cd-burner-2.8.6_1 nautilus-media-0.8.1 nautilus2-2.8.2_1 netperf-2.3.1 nmap-3.77 nspr-4.4.1_1 nss-3.9.2 openldap-client-2.2.19 p5-Data-Dump-1.06 p5-Digest-HMAC-1.01 p5-Digest-SHA1-2.10 p5-HTML-Parser-3.38 p5-HTML-Tagset-3.03 p5-Mail-SpamAssassin-3.0.2 p5-Mail-Tools-1.65 p5-Net-DNS-0.48 p5-Time-Local-1.10 p5-Time-modules-2003.1126 p5-TimeDate-1.16,1 p5-URI-1.35 p5-XML-Parser-2.34_1 p5-gettext-1.03 pan2-0.14.2.91 pango-1.6.0 pcre-5.0 perl-5.8.5 pkgconfig-0.15.0_1 png-1.2.8 popt-1.7 portaudit-0.5.9 portupgrade-20041226_1 py24-gnome-2.6.2 py24-gtk-2.4.1 py24-numeric-23.7 py24-orbit-2.0.1 python-2.4 razor-agents-2.67 rpm-3.0.6_9 rpm2cpio-1.2_2 ruby-1.8.2_1 ruby18-bdb1-0.2.2 rxvt-2.6.4_1 samba-libsmbclient-3.0.10_1 screen-4.0.2_1 scrollkeeper-0.3.14_1,1 sdl-1.2.8,2 sdocbook-xml-4.1.2.5_2 shared-mime-info-0.15_7 startup-notification-0.8_1 svgalib-1.4.3_4 tiff-3.7.1_2 unzip-5.51 vino-2.8.1 vte-0.11.11_1 win32-codecs-2.1.0.p5,1 wv-1.0.0_2 ximian-connector-2.0.3 xmlcatmgr-2.2 xorg-6.7.0_1 xorg-clients-6.7.0_5 xorg-documents-6.7.0 xorg-fonts-100dpi-6.7.0 xorg-fonts-75dpi-6.7.0 xorg-fonts-cyrillic-6.7.0 xorg-fonts-encodings-6.7.0 xorg-fonts-miscbitmaps-6.7.0 xorg-fonts-truetype-6.7.0 xorg-fonts-type1-6.7.0 xorg-fontserver-6.7.0 xorg-libraries-6.7.0 xorg-nestserver-6.7.0 xorg-printserver-6.7.0 xorg-server-6.7.0_9 xorg-vfbserver-6.7.0 xscreensaver-gnome-4.19 xterm-198 xvid-1.0.3,1 yelp-2.6.5 zenity-2.8.2 zip-2.3_2 Do you need more information? regards Thomas Vogt From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 15:05:28 2005 Return-Path: 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 1E4EF16A4CE for ; Wed, 19 Jan 2005 15:05:28 +0000 (GMT) Received: from dsl-mail.kamp.net (mail.kamp-dsl.de [195.62.99.42]) by mx1.FreeBSD.org (Postfix) with SMTP id A3AE043D2D for ; Wed, 19 Jan 2005 15:05:24 +0000 (GMT) (envelope-from root@pukruppa.de) Received: (qmail 26434 invoked by uid 513); 19 Jan 2005 15:05:27 -0000 Received: from 213.146.114.24 by dsl-mail (envelope-from , uid 89) with qmail-scanner-1.24 (clamdscan: 0.80/609. spamassassin: 2.60. Clear:RC:1(213.146.114.24):SA:0(2.0/5.0):. Processed in 1.972502 secs); 19 Jan 2005 15:05:27 -0000 X-Spam-Status: No, hits=2.0 required=5.0 X-Spam-Level: ++ Received: from reverse-213-146-114-24.dialin.kamp-dsl.de (213.146.114.24) by dsl-mail.kamp.net with SMTP; 19 Jan 2005 15:05:25 -0000 Date: Wed, 19 Jan 2005 16:08:10 +0100 (CET) From: Peter Ulrich Kruppa X-X-Sender: root@pukruppa.net To: Jason Trickett In-Reply-To: <41EDD37C.2070801@cogeco.ca> Message-ID: <20050119160432.S874@pukruppa.net> References: <41EDD37C.2070801@cogeco.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-gnome@freebsd.org Subject: Re: how to start over with respect to ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 15:05:28 -0000 On Tue, 18 Jan 2005, Jason Trickett wrote: > I just want reset my ports and delete any that were built so far. Do I have > to do it individually, or (hopefully) all at once. I want to go back to just > using packages until I am more comfortable using the ports system. If > answering please provide a detailed, easy-to-follow answer. I'd rather not > have to reinstall the whole thing. Thanks. Perhaps it would be a good idea to tell us, what makes you feel uneasy about ports. Globally deleting everything might not be a good idea, as other posters already pointed out. Regards, Uli. > _______________________________________________ > 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" > +---------------------------+ | Peter Ulrich Kruppa | | Wuppertal | | Germany | +---------------------------+ From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 20:35:27 2005 Return-Path: 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 30A3416A4CE; Wed, 19 Jan 2005 20:35:27 +0000 (GMT) Received: from em.daltonstate.edu (em.daltonstate.edu [168.30.234.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 617E943D55; Wed, 19 Jan 2005 20:35:26 +0000 (GMT) (envelope-from mbreedlove@em.daltonstate.edu) Received: from voldemort (voldemort.daltonstate.edu [168.30.160.16]) by em.daltonstate.edu (8.12.10/8.12.10) with SMTP id j0JKSPBm098560; Wed, 19 Jan 2005 15:28:25 -0500 (EST) Message-ID: <03fb01c4fe66$661b4900$10a01ea8@voldemort> From: "Micah Breedlove" To: Date: Wed, 19 Jan 2005 15:35:16 -0500 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_03F7_01C4FE3C.79C987C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: gnome@FreeBSD.org Subject: Error: Pango 1.2.0 and Xft backend X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 20:35:27 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_03F7_01C4FE3C.79C987C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello.=20 I'm trying to compile Gnome from a freshly updated /usr/ports/ I seem to = get this error message: Pango 1.2.0 and Xft backend is required for x11 target. I've attached = the Log file from make. This really doesn't make any sense it all. Any help is VERY much = appreciated.=20 I'm sure I left out some information you guys probably need to know but = my brain hurts from working with this all afternoon. So feel free to = email me back with any questions. Thanks! -mb -- /* Micah Breedlove ** Dalton State College ** Luminis System Administrator / Analyst ** ** mbreedlove@em.daltonstate.edu ** 706.272.2611 ** x2611 **/ -=3D- Eilt Druin -=3D- WWED? AIM: Druid628 or AccordRacing01 or LZSticks Yahoo!: Druid628 MSN: Druid628 ------=_NextPart_000_03F7_01C4FE3C.79C987C0 Content-Type: application/octet-stream; name="GrrGnome.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="GrrGnome.log" =3D=3D=3D> Installing for gnome2-2.8.2=0A= =3D=3D=3D> gnome2-2.8.2 depends on file: = /usr/X11R6/libexec/cdplayer_applet2 - not found=0A= =3D=3D=3D> Verifying install for /usr/X11R6/libexec/cdplayer_applet2 = in /usr/ports/x11/gnomeapplets2=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on executable: gmake - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on file: = /usr/local/bin/libtool15 - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on file: = /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on executable: pkg-config - = found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on file: = /usr/local/bin/intltool-extract - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: gtop-2.0 - = found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: xklavier.8 - = found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: esd.2 - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: glib-2.0.400 = - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: atk-1.0.800 = - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: = pango-1.0.600 - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: = gtk-x11-2.0.400 - not found=0A= =3D=3D=3D> Verifying install for gtk-x11-2.0.400 in = /usr/ports/x11-toolkits/gtk20=0A= =3D=3D=3D> gtk-2.4.14_2 depends on executable: gmake - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on file: /usr/local/bin/libtool15 - = found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on executable: pkg-config - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: png.5 - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: tiff.4 - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: jpeg.9 - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: glib-2.0.400 - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: atk-1.0.800 - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: pango-1.0.600 - = found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: X11.6 - found=0A= =3D=3D=3D> Configuring for gtk-2.4.14_2=0A= checking for a BSD-compatible install... /usr/bin/install -c -o root -g = wheel=0A= checking whether build environment is sane... yes=0A= checking for gawk... no=0A= checking for mawk... no=0A= checking for nawk... nawk=0A= checking whether gmake sets $(MAKE)... yes=0A= checking build system type... i386-portbld-freebsd4.7=0A= checking host system type... i386-portbld-freebsd4.7=0A= checking for native Win32... no=0A= checking for gcc... cc=0A= checking for C compiler default output file name... a.out=0A= checking whether the C compiler works... yes=0A= checking whether we are cross compiling... no=0A= checking for suffix of executables... =0A= checking for suffix of object files... o=0A= checking whether we are using the GNU C compiler... yes=0A= checking whether cc accepts -g... yes=0A= checking for cc option to accept ANSI C... none needed=0A= checking for style of include used by gmake... GNU=0A= checking dependency style of cc... gcc=0A= checking for a sed that does not truncate output... /usr/bin/sed=0A= checking for egrep... grep -E=0A= checking for ld used by cc... /usr/libexec/elf/ld=0A= checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes=0A= checking for /usr/libexec/elf/ld option to reload object files... -r=0A= checking for BSD-compatible nm... /usr/bin/nm -B=0A= checking whether ln -s works... yes=0A= checking how to recognise dependent libraries... pass_all=0A= checking how to run the C preprocessor... cc -E=0A= checking for ANSI C header files... yes=0A= checking for sys/types.h... yes=0A= checking for sys/stat.h... yes=0A= checking for stdlib.h... yes=0A= checking for string.h... yes=0A= checking for memory.h... yes=0A= checking for strings.h... yes=0A= checking for inttypes.h... yes=0A= checking for stdint.h... no=0A= checking for unistd.h... yes=0A= checking dlfcn.h usability... yes=0A= checking dlfcn.h presence... yes=0A= checking for dlfcn.h... yes=0A= checking whether we are using the GNU C++ compiler... yes=0A= checking whether c++ accepts -g... yes=0A= checking dependency style of c++... gcc=0A= checking how to run the C++ preprocessor... c++ -E=0A= checking for g77... no=0A= checking for f77... f77=0A= checking whether we are using the GNU Fortran 77 compiler... yes=0A= checking whether f77 accepts -g... yes=0A= checking the maximum length of command line arguments... (cached) 65536=0A= checking command to parse /usr/bin/nm -B output from cc object... ok=0A= checking for objdir... .libs=0A= checking for ar... ar=0A= checking for ranlib... ranlib=0A= checking for strip... strip=0A= checking if cc static flag works... yes=0A= checking if cc supports -fno-rtti -fno-exceptions... yes=0A= checking for cc option to produce PIC... -fPIC=0A= checking if cc PIC flag -fPIC works... yes=0A= checking if cc supports -c -o file.o... yes=0A= checking whether the cc linker (/usr/libexec/elf/ld) supports shared = libraries... yes=0A= checking whether -lc should be explicitly linked in... yes=0A= checking dynamic linker characteristics... freebsd4.7 ld.so=0A= checking how to hardcode library paths into programs... immediate=0A= checking whether stripping libraries is possible... yes=0A= checking if libtool supports shared libraries... yes=0A= checking whether to build shared libraries... yes=0A= checking whether to build static libraries... yes=0A= configure: creating libtool=0A= appending configuration tag "CXX" to libtool=0A= checking for ld used by c++... /usr/libexec/elf/ld=0A= checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes=0A= checking whether the c++ linker (/usr/libexec/elf/ld) supports shared = libraries... yes=0A= checking for c++ option to produce PIC... -fPIC=0A= checking if c++ PIC flag -fPIC works... yes=0A= checking if c++ supports -c -o file.o... yes=0A= checking whether the c++ linker (/usr/libexec/elf/ld) supports shared = libraries... yes=0A= checking dynamic linker characteristics... freebsd4.7 ld.so=0A= checking how to hardcode library paths into programs... immediate=0A= checking whether stripping libraries is possible... yes=0A= appending configuration tag "F77" to libtool=0A= checking if libtool supports shared libraries... yes=0A= checking whether to build shared libraries... yes=0A= checking whether to build static libraries... yes=0A= checking for f77 option to produce PIC... -fPIC=0A= checking if f77 PIC flag -fPIC works... yes=0A= checking if f77 supports -c -o file.o... yes=0A= checking whether the f77 linker (/usr/libexec/elf/ld) supports shared = libraries... yes=0A= checking dynamic linker characteristics... freebsd4.7 ld.so=0A= checking how to hardcode library paths into programs... immediate=0A= checking whether stripping libraries is possible... yes=0A= checking for special C compiler options needed for large files... no=0A= checking for _FILE_OFFSET_BITS value needed for large files... no=0A= checking for _LARGE_FILES value needed for large files... no=0A= checking whether to enable maintainer-specific portions of Makefiles... = no=0A= checking for some Win32 platform... no=0A= checking whether build environment is sane... yes=0A= checking for library containing strerror... none required=0A= checking for cc option to accept ANSI C... none needed=0A= checking for a BSD-compatible install... /usr/bin/install -c -o root -g = wheel=0A= checking whether gmake sets $(MAKE)... (cached) yes=0A= checking for pkg-config... /usr/local/bin/pkg-config=0A= checking for glib-2.0 >=3D 2.4.0 atk >=3D 1.0.1 pango >=3D = 1.4.0... yes=0A= checking BASE_DEPENDENCIES_CFLAGS... -I/usr/local/include/glib-2.0 = -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 = -I/usr/X11R6/include/pango-1.0 =0A= checking BASE_DEPENDENCIES_LIBS... -Wl,--export-dynamic -L/usr/local/lib = -L/usr/X11R6/lib -latk-1.0 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 = -lglib-2.0 -liconv =0A= checking Whether to write dependencies into .pc files... yes=0A= checking for perl5... /usr/bin/perl5=0A= checking for indent... indent=0A= checking for lstat... yes=0A= checking for mkstemp... yes=0A= checking for flockfile... yes=0A= checking for sigsetjmp... yes=0A= checking locale.h usability... yes=0A= checking locale.h presence... yes=0A= checking for locale.h... yes=0A= checking for LC_MESSAGES... yes=0A= checking libintl.h usability... yes=0A= checking libintl.h presence... yes=0A= checking for libintl.h... yes=0A= checking for dgettext in libc... no=0A= checking for bindtextdomain in -lintl... yes=0A= checking for dgettext in -lintl... yes=0A= checking for bind_textdomain_codeset... yes=0A= checking for msgfmt... /usr/local/bin/msgfmt=0A= checking for dcgettext... yes=0A= checking for gmsgfmt... /usr/local/bin/msgfmt=0A= checking for xgettext... /usr/local/bin/xgettext=0A= checking for catalogs to be installed... af am ang ar az az_IR be bg bn = br bs ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr = hu ia id is it ja ko li lt lv mi mk ml mn mr ms nb ne nl nn no nso pa pl = pt pt_BR ro ru sk sl sq sr sr@Latn sr@ije sv ta th tk tr uk uz uz@Latn = vi wa yi zh_CN zh_TW=0A= checking for extra flags to get ANSI library prototypes... none needed=0A= checking for the BeOS... no=0A= checking for extra flags for POSIX compliance... none needed=0A= checking for pkg-config... (cached) /usr/local/bin/pkg-config=0A= checking for GLIB - version >=3D 2.4.0... yes (version 2.4.8)=0A= checking for bind_textdomain_codeset... (cached) yes=0A= checking pwd.h usability... yes=0A= checking pwd.h presence... yes=0A= checking for pwd.h... yes=0A= checking sys/time.h usability... yes=0A= checking sys/time.h presence... yes=0A= checking for sys/time.h... yes=0A= checking for unistd.h... (cached) yes=0A= checking for ANSI C header files... (cached) yes=0A= checking for an ANSI C-conforming const... yes=0A= checking return type of signal handlers... void=0A= checking for stdlib.h... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for getpagesize... yes=0A= checking for working mmap... yes=0A= checking for getresuid... yes=0A= checking for uid_t in sys/types.h... yes=0A= checking for fd_set... yes, found in sys/types.h=0A= checking for wchar.h... yes=0A= checking for wctype.h... yes=0A= checking for iswalnum... no=0A= checking for iswalnum in -lw... no=0A= checking if iswalnum() and friends are properly defined... no=0A= checking whether to build gmodulized gdk-pixbuf... yes=0A= checking whether dynamic modules work... yes=0A= checking for TIFFReadScanline in -ltiff... yes=0A= checking tiffio.h usability... yes=0A= checking tiffio.h presence... yes=0A= checking for tiffio.h... yes=0A= checking for jpeg_destroy_decompress in -ljpeg... yes=0A= checking for jpeglib.h... yes=0A= checking for jpeg_simple_progression in -ljpeg... yes=0A= checking for libpng12... gnome-config: not found=0A= no=0A= checking for png_read_info in -lpng... yes=0A= checking png.h usability... yes=0A= checking png.h presence... yes=0A= checking for png.h... yes=0A= checking for png_structp in png.h... yes=0A= checking pixbuf loaders to build... =0A= checking for sys/wait.h that is POSIX.1 compatible... yes=0A= checking return type of signal handlers... (cached) void=0A= checking for x86 platform... yes=0A= checking compiler support for MMX... yes=0A= checking for freetype-config... /usr/local/bin/freetype-config=0A= checking For sufficiently new FreeType (at least 2.0.1)... yes=0A= gnome-config: not found=0A= configure: error: Pango 1.2.0 and Xft backend is required for x11 target=0A= =3D=3D=3D> Script "configure" failed unexpectedly.=0A= Please direct the output of the failure of the make command to a file, = and=0A= then feed that file to the gnomelogalyzer, available from=0A= http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose the = problem=0A= and suggest a solution. If - and only if - the gnomelogalyzer cannot = solve=0A= the problem, report the problem to the FreeBSD GNOME team at = gnome@FreeBSD.org,=0A= and attach "/usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.14/config.log" = and=0A= the output of the failure of the make command. Also, it might be a good = idea=0A= to provide an overview of all packages installed on your system (e.g. an = `ls=0A= /var/db/pkg`).=0A= *** Error code 1=0A= =0A= Stop in /usr/ports/x11-toolkits/gtk20.=0A= *** Error code 1=0A= =0A= Stop in /usr/ports/x11/gnomeapplets2.=0A= *** Error code 1=0A= =0A= Stop in /usr/ports/x11/gnome2.=0A= ------=_NextPart_000_03F7_01C4FE3C.79C987C0-- From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 20:35:27 2005 Return-Path: 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 30A3416A4CE; Wed, 19 Jan 2005 20:35:27 +0000 (GMT) Received: from em.daltonstate.edu (em.daltonstate.edu [168.30.234.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 617E943D55; Wed, 19 Jan 2005 20:35:26 +0000 (GMT) (envelope-from mbreedlove@em.daltonstate.edu) Received: from voldemort (voldemort.daltonstate.edu [168.30.160.16]) by em.daltonstate.edu (8.12.10/8.12.10) with SMTP id j0JKSPBm098560; Wed, 19 Jan 2005 15:28:25 -0500 (EST) Message-ID: <03fb01c4fe66$661b4900$10a01ea8@voldemort> From: "Micah Breedlove" To: Date: Wed, 19 Jan 2005 15:35:16 -0500 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_03F7_01C4FE3C.79C987C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: gnome@FreeBSD.org Subject: Error: Pango 1.2.0 and Xft backend X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 20:35:27 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_03F7_01C4FE3C.79C987C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello.=20 I'm trying to compile Gnome from a freshly updated /usr/ports/ I seem to = get this error message: Pango 1.2.0 and Xft backend is required for x11 target. I've attached = the Log file from make. This really doesn't make any sense it all. Any help is VERY much = appreciated.=20 I'm sure I left out some information you guys probably need to know but = my brain hurts from working with this all afternoon. So feel free to = email me back with any questions. Thanks! -mb -- /* Micah Breedlove ** Dalton State College ** Luminis System Administrator / Analyst ** ** mbreedlove@em.daltonstate.edu ** 706.272.2611 ** x2611 **/ -=3D- Eilt Druin -=3D- WWED? AIM: Druid628 or AccordRacing01 or LZSticks Yahoo!: Druid628 MSN: Druid628 ------=_NextPart_000_03F7_01C4FE3C.79C987C0 Content-Type: application/octet-stream; name="GrrGnome.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="GrrGnome.log" =3D=3D=3D> Installing for gnome2-2.8.2=0A= =3D=3D=3D> gnome2-2.8.2 depends on file: = /usr/X11R6/libexec/cdplayer_applet2 - not found=0A= =3D=3D=3D> Verifying install for /usr/X11R6/libexec/cdplayer_applet2 = in /usr/ports/x11/gnomeapplets2=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on executable: gmake - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on file: = /usr/local/bin/libtool15 - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on file: = /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on executable: pkg-config - = found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on file: = /usr/local/bin/intltool-extract - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: gtop-2.0 - = found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: xklavier.8 - = found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: esd.2 - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: glib-2.0.400 = - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: atk-1.0.800 = - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: = pango-1.0.600 - found=0A= =3D=3D=3D> gnomeapplets2-2.8.2 depends on shared library: = gtk-x11-2.0.400 - not found=0A= =3D=3D=3D> Verifying install for gtk-x11-2.0.400 in = /usr/ports/x11-toolkits/gtk20=0A= =3D=3D=3D> gtk-2.4.14_2 depends on executable: gmake - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on file: /usr/local/bin/libtool15 - = found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on executable: pkg-config - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: png.5 - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: tiff.4 - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: jpeg.9 - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: glib-2.0.400 - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: atk-1.0.800 - found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: pango-1.0.600 - = found=0A= =3D=3D=3D> gtk-2.4.14_2 depends on shared library: X11.6 - found=0A= =3D=3D=3D> Configuring for gtk-2.4.14_2=0A= checking for a BSD-compatible install... /usr/bin/install -c -o root -g = wheel=0A= checking whether build environment is sane... yes=0A= checking for gawk... no=0A= checking for mawk... no=0A= checking for nawk... nawk=0A= checking whether gmake sets $(MAKE)... yes=0A= checking build system type... i386-portbld-freebsd4.7=0A= checking host system type... i386-portbld-freebsd4.7=0A= checking for native Win32... no=0A= checking for gcc... cc=0A= checking for C compiler default output file name... a.out=0A= checking whether the C compiler works... yes=0A= checking whether we are cross compiling... no=0A= checking for suffix of executables... =0A= checking for suffix of object files... o=0A= checking whether we are using the GNU C compiler... yes=0A= checking whether cc accepts -g... yes=0A= checking for cc option to accept ANSI C... none needed=0A= checking for style of include used by gmake... GNU=0A= checking dependency style of cc... gcc=0A= checking for a sed that does not truncate output... /usr/bin/sed=0A= checking for egrep... grep -E=0A= checking for ld used by cc... /usr/libexec/elf/ld=0A= checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes=0A= checking for /usr/libexec/elf/ld option to reload object files... -r=0A= checking for BSD-compatible nm... /usr/bin/nm -B=0A= checking whether ln -s works... yes=0A= checking how to recognise dependent libraries... pass_all=0A= checking how to run the C preprocessor... cc -E=0A= checking for ANSI C header files... yes=0A= checking for sys/types.h... yes=0A= checking for sys/stat.h... yes=0A= checking for stdlib.h... yes=0A= checking for string.h... yes=0A= checking for memory.h... yes=0A= checking for strings.h... yes=0A= checking for inttypes.h... yes=0A= checking for stdint.h... no=0A= checking for unistd.h... yes=0A= checking dlfcn.h usability... yes=0A= checking dlfcn.h presence... yes=0A= checking for dlfcn.h... yes=0A= checking whether we are using the GNU C++ compiler... yes=0A= checking whether c++ accepts -g... yes=0A= checking dependency style of c++... gcc=0A= checking how to run the C++ preprocessor... c++ -E=0A= checking for g77... no=0A= checking for f77... f77=0A= checking whether we are using the GNU Fortran 77 compiler... yes=0A= checking whether f77 accepts -g... yes=0A= checking the maximum length of command line arguments... (cached) 65536=0A= checking command to parse /usr/bin/nm -B output from cc object... ok=0A= checking for objdir... .libs=0A= checking for ar... ar=0A= checking for ranlib... ranlib=0A= checking for strip... strip=0A= checking if cc static flag works... yes=0A= checking if cc supports -fno-rtti -fno-exceptions... yes=0A= checking for cc option to produce PIC... -fPIC=0A= checking if cc PIC flag -fPIC works... yes=0A= checking if cc supports -c -o file.o... yes=0A= checking whether the cc linker (/usr/libexec/elf/ld) supports shared = libraries... yes=0A= checking whether -lc should be explicitly linked in... yes=0A= checking dynamic linker characteristics... freebsd4.7 ld.so=0A= checking how to hardcode library paths into programs... immediate=0A= checking whether stripping libraries is possible... yes=0A= checking if libtool supports shared libraries... yes=0A= checking whether to build shared libraries... yes=0A= checking whether to build static libraries... yes=0A= configure: creating libtool=0A= appending configuration tag "CXX" to libtool=0A= checking for ld used by c++... /usr/libexec/elf/ld=0A= checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes=0A= checking whether the c++ linker (/usr/libexec/elf/ld) supports shared = libraries... yes=0A= checking for c++ option to produce PIC... -fPIC=0A= checking if c++ PIC flag -fPIC works... yes=0A= checking if c++ supports -c -o file.o... yes=0A= checking whether the c++ linker (/usr/libexec/elf/ld) supports shared = libraries... yes=0A= checking dynamic linker characteristics... freebsd4.7 ld.so=0A= checking how to hardcode library paths into programs... immediate=0A= checking whether stripping libraries is possible... yes=0A= appending configuration tag "F77" to libtool=0A= checking if libtool supports shared libraries... yes=0A= checking whether to build shared libraries... yes=0A= checking whether to build static libraries... yes=0A= checking for f77 option to produce PIC... -fPIC=0A= checking if f77 PIC flag -fPIC works... yes=0A= checking if f77 supports -c -o file.o... yes=0A= checking whether the f77 linker (/usr/libexec/elf/ld) supports shared = libraries... yes=0A= checking dynamic linker characteristics... freebsd4.7 ld.so=0A= checking how to hardcode library paths into programs... immediate=0A= checking whether stripping libraries is possible... yes=0A= checking for special C compiler options needed for large files... no=0A= checking for _FILE_OFFSET_BITS value needed for large files... no=0A= checking for _LARGE_FILES value needed for large files... no=0A= checking whether to enable maintainer-specific portions of Makefiles... = no=0A= checking for some Win32 platform... no=0A= checking whether build environment is sane... yes=0A= checking for library containing strerror... none required=0A= checking for cc option to accept ANSI C... none needed=0A= checking for a BSD-compatible install... /usr/bin/install -c -o root -g = wheel=0A= checking whether gmake sets $(MAKE)... (cached) yes=0A= checking for pkg-config... /usr/local/bin/pkg-config=0A= checking for glib-2.0 >=3D 2.4.0 atk >=3D 1.0.1 pango >=3D = 1.4.0... yes=0A= checking BASE_DEPENDENCIES_CFLAGS... -I/usr/local/include/glib-2.0 = -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 = -I/usr/X11R6/include/pango-1.0 =0A= checking BASE_DEPENDENCIES_LIBS... -Wl,--export-dynamic -L/usr/local/lib = -L/usr/X11R6/lib -latk-1.0 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 = -lglib-2.0 -liconv =0A= checking Whether to write dependencies into .pc files... yes=0A= checking for perl5... /usr/bin/perl5=0A= checking for indent... indent=0A= checking for lstat... yes=0A= checking for mkstemp... yes=0A= checking for flockfile... yes=0A= checking for sigsetjmp... yes=0A= checking locale.h usability... yes=0A= checking locale.h presence... yes=0A= checking for locale.h... yes=0A= checking for LC_MESSAGES... yes=0A= checking libintl.h usability... yes=0A= checking libintl.h presence... yes=0A= checking for libintl.h... yes=0A= checking for dgettext in libc... no=0A= checking for bindtextdomain in -lintl... yes=0A= checking for dgettext in -lintl... yes=0A= checking for bind_textdomain_codeset... yes=0A= checking for msgfmt... /usr/local/bin/msgfmt=0A= checking for dcgettext... yes=0A= checking for gmsgfmt... /usr/local/bin/msgfmt=0A= checking for xgettext... /usr/local/bin/xgettext=0A= checking for catalogs to be installed... af am ang ar az az_IR be bg bn = br bs ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr = hu ia id is it ja ko li lt lv mi mk ml mn mr ms nb ne nl nn no nso pa pl = pt pt_BR ro ru sk sl sq sr sr@Latn sr@ije sv ta th tk tr uk uz uz@Latn = vi wa yi zh_CN zh_TW=0A= checking for extra flags to get ANSI library prototypes... none needed=0A= checking for the BeOS... no=0A= checking for extra flags for POSIX compliance... none needed=0A= checking for pkg-config... (cached) /usr/local/bin/pkg-config=0A= checking for GLIB - version >=3D 2.4.0... yes (version 2.4.8)=0A= checking for bind_textdomain_codeset... (cached) yes=0A= checking pwd.h usability... yes=0A= checking pwd.h presence... yes=0A= checking for pwd.h... yes=0A= checking sys/time.h usability... yes=0A= checking sys/time.h presence... yes=0A= checking for sys/time.h... yes=0A= checking for unistd.h... (cached) yes=0A= checking for ANSI C header files... (cached) yes=0A= checking for an ANSI C-conforming const... yes=0A= checking return type of signal handlers... void=0A= checking for stdlib.h... (cached) yes=0A= checking for unistd.h... (cached) yes=0A= checking for getpagesize... yes=0A= checking for working mmap... yes=0A= checking for getresuid... yes=0A= checking for uid_t in sys/types.h... yes=0A= checking for fd_set... yes, found in sys/types.h=0A= checking for wchar.h... yes=0A= checking for wctype.h... yes=0A= checking for iswalnum... no=0A= checking for iswalnum in -lw... no=0A= checking if iswalnum() and friends are properly defined... no=0A= checking whether to build gmodulized gdk-pixbuf... yes=0A= checking whether dynamic modules work... yes=0A= checking for TIFFReadScanline in -ltiff... yes=0A= checking tiffio.h usability... yes=0A= checking tiffio.h presence... yes=0A= checking for tiffio.h... yes=0A= checking for jpeg_destroy_decompress in -ljpeg... yes=0A= checking for jpeglib.h... yes=0A= checking for jpeg_simple_progression in -ljpeg... yes=0A= checking for libpng12... gnome-config: not found=0A= no=0A= checking for png_read_info in -lpng... yes=0A= checking png.h usability... yes=0A= checking png.h presence... yes=0A= checking for png.h... yes=0A= checking for png_structp in png.h... yes=0A= checking pixbuf loaders to build... =0A= checking for sys/wait.h that is POSIX.1 compatible... yes=0A= checking return type of signal handlers... (cached) void=0A= checking for x86 platform... yes=0A= checking compiler support for MMX... yes=0A= checking for freetype-config... /usr/local/bin/freetype-config=0A= checking For sufficiently new FreeType (at least 2.0.1)... yes=0A= gnome-config: not found=0A= configure: error: Pango 1.2.0 and Xft backend is required for x11 target=0A= =3D=3D=3D> Script "configure" failed unexpectedly.=0A= Please direct the output of the failure of the make command to a file, = and=0A= then feed that file to the gnomelogalyzer, available from=0A= http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose the = problem=0A= and suggest a solution. If - and only if - the gnomelogalyzer cannot = solve=0A= the problem, report the problem to the FreeBSD GNOME team at = gnome@FreeBSD.org,=0A= and attach "/usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.14/config.log" = and=0A= the output of the failure of the make command. Also, it might be a good = idea=0A= to provide an overview of all packages installed on your system (e.g. an = `ls=0A= /var/db/pkg`).=0A= *** Error code 1=0A= =0A= Stop in /usr/ports/x11-toolkits/gtk20.=0A= *** Error code 1=0A= =0A= Stop in /usr/ports/x11/gnomeapplets2.=0A= *** Error code 1=0A= =0A= Stop in /usr/ports/x11/gnome2.=0A= ------=_NextPart_000_03F7_01C4FE3C.79C987C0-- From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 20:48:02 2005 Return-Path: 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 72BF216A4CE for ; Wed, 19 Jan 2005 20:48:02 +0000 (GMT) Received: from lakermmtao01.cox.net (lakermmtao01.cox.net [68.230.240.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B149443D49 for ; Wed, 19 Jan 2005 20:48:01 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao01.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20050119204801.DIVQ27357.lakermmtao01.cox.net@mezz.mezzweb.com>; Wed, 19 Jan 2005 15:48:01 -0500 To: vova@fbsd.ru References: <1106131958.14951.26.camel@localhost> Message-ID: Date: Wed, 19 Jan 2005 14:49:01 -0600 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <1106131958.14951.26.camel@localhost> User-Agent: Opera M2/7.54u1 (Linux, build 892) cc: gnome@freebsd.org Subject: Re: portupgrade multimedia/mpeg4ip failed for marcus repo X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 20:48:02 -0000 On Wed, 19 Jan 2005 13:52:38 +0300, Vladimir Grebenschikov wrote: > > Portupgrade multimedia/mpeg4ip failed for marcus repo: This isn't maintaining by gnome. Please check in Makefile for maintain. > ... > /usr/bin/ld: warning: libc.so.5, needed by /usr/local/lib/libmp4v2.so, > may conflict with libc.so.6 > Any clues ? Did you upgrade from FreeBSD 5.x to FreeBSD 6.x? If yes, then you must rebuild all apps or use libmap.conf. I only would use libmap.conf for a short time when have time to rebuild all apps. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 20:53:12 2005 Return-Path: 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 D409116A4E1 for ; Wed, 19 Jan 2005 20:53:12 +0000 (GMT) Received: from lakermmtao03.cox.net (lakermmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2809243D5A for ; Wed, 19 Jan 2005 20:53:12 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao03.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20050119205310.QDKG2250.lakermmtao03.cox.net@mezz.mezzweb.com>; Wed, 19 Jan 2005 15:53:10 -0500 To: "Micah Breedlove" References: <03fb01c4fe66$661b4900$10a01ea8@voldemort> Message-ID: Date: Wed, 19 Jan 2005 14:54:10 -0600 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <03fb01c4fe66$661b4900$10a01ea8@voldemort> User-Agent: Opera M2/7.54u1 (Linux, build 892) cc: gnome@freebsd.org Subject: Re: Error: Pango 1.2.0 and Xft backend X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 20:53:13 -0000 On Wed, 19 Jan 2005 15:35:16 -0500, Micah Breedlove wrote: > Hello. > I'm trying to compile Gnome from a freshly updated /usr/ports/ I seem to > get this error message: > Pango 1.2.0 and Xft backend is required for x11 target. I've attached > the Log file from make. > This really doesn't make any sense it all. Any help is VERY much > appreciated. > I'm sure I left out some information you guys probably need to know but > my brain hurts from working with this all afternoon. So feel free to > email me back with any questions. We don't support FreeBSD 4.7, please update your FreeBSD. GNOME for FreeBSD is currently supported on 4.10, 5.3, 4-STABLE, 5-STABLE and 6-CURRENT. BTW: Please choice one for freebsd-gnome@freebsd.org or gnome@freebsd.org, they both are same. Cheers, Mezz > Thanks! > -mb > -- > /* Micah Breedlove > ** Dalton State College > ** Luminis System Administrator / Analyst > ** > ** mbreedlove@em.daltonstate.edu > ** 706.272.2611 > ** x2611 > **/ > -=- Eilt Druin -=- > WWED? > > AIM: Druid628 or AccordRacing01 or LZSticks > Yahoo!: Druid628 > MSN: Druid628 -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 21:17:22 2005 Return-Path: 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 940E816A4CE for ; Wed, 19 Jan 2005 21:17:22 +0000 (GMT) Received: from lakermmtao03.cox.net (lakermmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1988143D49 for ; Wed, 19 Jan 2005 21:17:22 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao03.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20050119211715.QNXE2250.lakermmtao03.cox.net@mezz.mezzweb.com> for ; Wed, 19 Jan 2005 16:17:15 -0500 Date: Wed, 19 Jan 2005 15:18:17 -0600 To: gnome@freebsd.org References: <200501192029.j0JKTMKr090234@repoman.freebsd.org> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <200501192029.j0JKTMKr090234@repoman.freebsd.org> User-Agent: Opera M2/7.54u1 (Linux, build 892) Subject: Fwd: cvs commit: ports/x11-toolkits/vte Makefile ports/x11-toolkits/vte/files patch-01_vtemodule patch-03_cursor_position patch-04_dsp_non_alias patch-05_performance_boost patch-06_remove_doublefree patch-07_set_backspace_to_utf8 patch-08_multiscreen_safe patch-10_hide_pageup_behavior patch-src_vte.c X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 21:17:22 -0000 If anyone have the problem gnome-terminal when you update vte, please let me know and I will pull one of patch that is causing problem quick. This is a big improvement with speed and X CPU cycles. Also, include some useful bug fixes and a feature of cursor. Cheers, Mezz ------- Forwarded message ------- From: "Jeremy Messenger" To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: ports/x11-toolkits/vte Makefile ports/x11-toolkits/vte/files patch-01_vtemodule patch-03_cursor_position patch-04_dsp_non_alias patch-05_performance_boost patch-06_remove_doublefree patch-07_set_backspace_to_utf8 patch-08_multiscreen_safe patch-10_hide_pageup_behavior patch-src_vte.c Date: Wed, 19 Jan 2005 20:29:22 +0000 (UTC) mezz 2005-01-19 20:29:22 UTC FreeBSD ports repository Modified files: x11-toolkits/vte Makefile Added files: x11-toolkits/vte/files patch-01_vtemodule patch-03_cursor_position patch-04_dsp_non_alias patch-05_performance_boost patch-06_remove_doublefree patch-07_set_backspace_to_utf8 patch-08_multiscreen_safe patch-10_hide_pageup_behavior Removed files: x11-toolkits/vte/files patch-src_vte.c Log: Took all patches from the Debian, because current VTE lacks maintain and gnome-terminal development has stagnated. Almost all patches are in GNOME bugzilla for the weeks and months. Bump the PORTREVISION. -patch-01_vtemodule: Fix build with the python module -patch-03_cursor_position: Added a patch for supporting some save/restore cursor position console sequences -patch-04_dsp_non_alias: FcConfigSubstitute in place of _vte_fc_defaults_from_gtk to get antialias and hinting value http://bugs.gnome.org/show_bug.cgi?id=142640 -patch-05_performance_boost: Balanced performance improvement http://bugs.gnome.org/show_bug.cgi?id=143914 -- This is very amazing improvement. Here's benchmark of it to show that gnome-terminal isn't far from aterm and xterm anymore. Old benchmark: ======================================= $ time ls -lR /usr/ports aterm: 7.99 real1.31 user2.75 sys xterm: 11.04 real1.34 user2.47 sys gnome: 41.76 real1.12 user2.45 sys (ouch....) ======================================= New benchmark: ============================================== $ time ls -lR /usr/ports aterm: 7.28 real 1.20 user 2.41 sys xterm: 9.85 real 0.91 user 2.08 sys gnome: 10.41 real 0.86 user 2.02 sys ============================================== Big deal! -patch-06_remove_doublefree: Resolve double free problem http://bugs.gnome.org/show_bug.cgi?id=161337 -patch-07_set_backspace_to_utf8: Set backspace behavior to utf8 (depends on utf8 locale) http://bugs.gnome.org/show_bug.cgi?id=158200 -patch-08_multiscreen_safe: Make vte multi-screen safe http://bugs.gnome.org/show_bug.cgi?id=160782 -patch-09_redraw_vte_screen: Redraw vte screen with correct background color http://bugs.gnome.org/show_bug.cgi?id=125364 -patch-10_hide_pageup_behavior: Hide manifestation of PageUp behavior with less http://bugs.gnome.org/show_bug.cgi?id=115149 : I for one welcome our new vte patch overlord. I think all of them would make good additions. : I am all for the performance_boost patch! gnome-terminal kinda sucks when lines are going by fast. : showing the before and after benchmark. : Commit! Commit! :-) Reviewed by: marcus and ahze Revision Changes Path 1.38 +3 -3 ports/x11-toolkits/vte/Makefile 1.1 +19 -0 ports/x11-toolkits/vte/files/patch-01_vtemodule (new) 1.1 +13 -0 ports/x11-toolkits/vte/files/patch-03_cursor_position (new) 1.1 +12 -0 ports/x11-toolkits/vte/files/patch-04_dsp_non_alias (new) 1.1 +466 -0 ports/x11-toolkits/vte/files/patch-05_performance_boost (new) 1.1 +38 -0 ports/x11-toolkits/vte/files/patch-06_remove_doublefree (new) 1.1 +14 -0 ports/x11-toolkits/vte/files/patch-07_set_backspace_to_utf8 (new) 1.1 +373 -0 ports/x11-toolkits/vte/files/patch-08_multiscreen_safe (new) 1.1 +11 -0 ports/x11-toolkits/vte/files/patch-10_hide_pageup_behavior (new) 1.9 +0 -34 ports/x11-toolkits/vte/files/patch-src_vte.c (dead) -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 22:21:32 2005 Return-Path: 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 000AB16A4F4 for ; Wed, 19 Jan 2005 22:21:31 +0000 (GMT) Received: from rooster.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F48243D48 for ; Wed, 19 Jan 2005 22:21:31 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from [64.102.192.53] (dhcp-64-102-192-53.cisco.com [64.102.192.53]) by rooster.cisco.com (8.11.7+Sun/8.8.8) with ESMTP id j0JMLMe19714; Wed, 19 Jan 2005 17:21:22 -0500 (EST) Message-ID: <41EEDD64.5040401@FreeBSD.org> Date: Wed, 19 Jan 2005 17:21:24 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thomas Vogt References: <1106140110.44732.8.camel@bert.mlan.solnet.ch> In-Reply-To: <1106140110.44732.8.camel@bert.mlan.solnet.ch> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org Subject: Re: problem with gnomeblog 0.8 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 22:21:32 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thomas Vogt wrote: | Hi | | I've problem with gnomeblog 0.8 from the ports. I can install it but | when I try to start it, I receive the following error msg: | | gnome-blog-poster | Traceback (most recent call last): | File "/usr/X11R6/bin/gnome-blog-poster", line 51, in ? | app = BloggerApp() | File "/usr/X11R6/bin/gnome-blog-poster", line 32, in __init__ | poster._showPrefDialog() | UnboundLocalError: local variable 'poster' referenced before assignment In looking at the code, I think this is a pretty big bug on the author's part. They are checking GConf for an /apps/gnome-blog/initialized key, and if found, they assume that gnome-blog has already instantiated poster. They should probably do additional checking on the poster object itself. In any event, if you use gconf-editor to default the /apps/gnome-blog/initialized key, the problem should go away. Joe - -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFB7t1kb2iPiv4Uz4cRAm4eAJ0dSaQa8hBnlS+1NU8pPqcnBS30XgCfacpm eWcDP0q+vRE5gqtr6RN2NK4= =Y0An -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 19 22:58:28 2005 Return-Path: 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 59D1716A4CE for ; Wed, 19 Jan 2005 22:58:28 +0000 (GMT) Received: from priv-edtnes56.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id D61DF43D4C for ; Wed, 19 Jan 2005 22:58:27 +0000 (GMT) (envelope-from james@icionline.ca) Received: from d137-186-187-6.abhsia.telus.net ([137.186.187.6]) by priv-edtnes56.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP <20050119225827.MDZM23852.priv-edtnes56.telusplanet.net@d137-186-187-6.abhsia.telus.net>; Wed, 19 Jan 2005 15:58:27 -0700 From: James Earl To: freebsd-gnome@freebsd.org In-Reply-To: <20050119224827.48971.qmail@web53605.mail.yahoo.com> References: <20050119224827.48971.qmail@web53605.mail.yahoo.com> Content-Type: text/plain Date: Wed, 19 Jan 2005 15:59:12 -0700 Message-Id: <1106175552.695.18.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: how to start over with respect to ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 19 Jan 2005 22:58:28 -0000 On Wed, 2005-01-19 at 14:48 -0800, Scott I. Remick wrote: > --- James Earl wrote: > > > You may be able to skip those steps without any ill affects. Those > > steps wouldn't effect whether or not GNOME 2.8 was installed. > > Hmm ok. Good that I can skip them. Bad that it's not the source of my > problem. > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/ If you go to that address, you can see that it's GNOME 2.6 packages. FreeBSD 5.3-RELEASE was released to early for GNOME 2.8 to be included. It looks like I was giving you the wrong env variable. My apologies. Try PACKAGESITE. http://www.freebsd.org/gnome/docs/faq2.html#q21 James From owner-freebsd-gnome@FreeBSD.ORG Thu Jan 20 16:38:57 2005 Return-Path: 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 9767D16A4CE for ; Thu, 20 Jan 2005 16:38:57 +0000 (GMT) Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C1F43D41 for ; Thu, 20 Jan 2005 16:38:56 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd00.aul.t-online.de by mailout06.sul.t-online.com with smtp id 1CrfKh-0000Q7-02; Thu, 20 Jan 2005 17:38:55 +0100 Received: from Andro-Beta.Leidinger.net (bpR0lUZboet6Jk28H5tgpGIdxHsQcyUGGEftDIR1j6Rk2GVTCKQlrl@[217.83.29.35]) by fmrl00.sul.t-online.com with esmtp id 1CrfKV-0SEXLM0; Thu, 20 Jan 2005 17:38:43 +0100 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) j0KGbkIC029716 for ; Thu, 20 Jan 2005 17:37:47 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Thu, 20 Jan 2005 17:39:33 +0100 From: Alexander Leidinger To: gnome@freebsd.org Message-ID: <20050120173933.6bb3c3cc@Magellan.Leidinger.net> X-Mailer: Sylpheed-Claws 1.0.0 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ID: bpR0lUZboet6Jk28H5tgpGIdxHsQcyUGGEftDIR1j6Rk2GVTCKQlrl@t-dialin.net X-TOI-MSGID: 19faacdc-51c9-47ac-ba69-57c313d1838d Subject: strange mozilla build failure X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 20 Jan 2005 16:38:57 -0000 Hi, I get this error: ---snip--- gmake[3]: Entering directory `/big/usr/ports/www/mozilla/work/mozilla/nsprpub/config' cc -o now.o -c -O -pipe now.c now.c:47:2: #error "Architecture not supported" now.c:133:2: #error "Architecture not supported" gmake[3]: *** [now.o] Error 1 [...] ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade34532.0 make "CFLAGS=-O -pipe" -DWITHOUT_MAILNEWS -DWITHOUT_CHATZILLA -DWITH_JAVASCRIPT_DEBUGGER -DWITHOUT_COMPOSER -DWITHOUT_CUPS ---snip--- My options are: ---snip--- # less /var/db/ports/mozilla/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for mozilla-1.7.5_1,2 _OPTIONS_READ=mozilla-1.7.5_1,2 WITH_XFT=true WITHOUT_CALENDAR=true WITHOUT_MAILNEWS=true WITHOUT_COMPOSER=true WITHOUT_DEBUG=true WITHOUT_LDAP=true WITHOUT_CHATZILLA=true WITHOUT_XMLTERM=true WITH_JAVASCRIPT_DEBUGGER=true WITH_OPTIMIZED_CFLAGS=true WITHOUT_SMB=true WITH_MENU_ENTRY=true ---snip--- now.c starts with: ---snip--- #include #include #if defined(VMS) #include #elif defined(XP_UNIX) || defined(XP_OS2_EMX) || defined(XP_BEOS) #include #elif defined(WIN32) #include #elif defined(XP_OS2_VACPP) #include #else #error "Architecture not supported" #endif ---snip--- Where is it supposed to find e.g. XP_UNIX? This is on -current from Jan 4, may I bee stumbled over a bug in our make (I remember a discussion about a bug in make, but I'm not sure if the timeframe fits)? Bye, Alexander. -- The computer revolution is over. The computers won. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-gnome@FreeBSD.ORG Thu Jan 20 21:46:11 2005 Return-Path: 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 7EE9416A4CE for ; Thu, 20 Jan 2005 21:46:11 +0000 (GMT) Received: from smtp1.home.se (smtp1.home.se [213.214.194.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id D71ED43D31 for ; Thu, 20 Jan 2005 21:46:10 +0000 (GMT) (envelope-from neddie@home.se) Received: from neddie@home.se [83.227.23.26] by home.se with NetMail ModWeb Module; Thu, 20 Jan 2005 22:40:24 +0100 From: "Rikard Jerner" To: marcus@marcuscom.com Date: Thu, 20 Jan 2005 22:40:24 +0100 X-Mailer: NetMail ModWeb Module X-Sender: neddie@home.se MIME-Version: 1.0 Message-ID: <1106257224.b4542040neddie@home.se> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable cc: freebsd-gnome@freebsd.org Subject: Re: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 20 Jan 2005 21:46:11 -0000 well thing is that i dont have libgnomeui installed at all. Do i have to ha= ve the complete gnome-system installed to be able to use it perhaps? Sorr= y for all the stoopid questions but i am just out of ideas. Maybe i shoul= d take this as a "do not try to use that program ffs!" ;) -----Original Message----- From: Joe Marcus Clarke To: Rikard Jerner Date: Tue, 18 Jan 2005 13:22:37 -0500 Subject: Re: libgnomeui bails out on pthreads -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Then do a portupgrade -Rf libgnomeui Joe - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFB7VPtb2iPiv4Uz4cRAsBHAJ4xPV0UzLCxGKnw9BS/hQqxo/0OyACgpkja V9aGGks4ORYX1COr1IBML58=3D =3Dns/u -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Thu Jan 20 21:49:12 2005 Return-Path: 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 6A14716A4CE for ; Thu, 20 Jan 2005 21:49:12 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D1843D41 for ; Thu, 20 Jan 2005 21:49:12 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) j0KLnGA0032737; Thu, 20 Jan 2005 16:49:16 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Rikard Jerner In-Reply-To: <1106257224.b4542040neddie@home.se> References: <1106257224.b4542040neddie@home.se> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-GpOXwx/bauiB/K+TeOid" Organization: MarcusCom, Inc. Date: Thu, 20 Jan 2005 16:49:02 -0500 Message-Id: <1106257742.2143.50.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: freebsd-gnome@freebsd.org Subject: Re: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 20 Jan 2005 21:49:12 -0000 --=-GpOXwx/bauiB/K+TeOid Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2005-01-20 at 22:40 +0100, Rikard Jerner wrote: > well thing is that i dont have libgnomeui installed at all. Do i have to = have the complete gnome-system installed to be able to use it perhaps? Sorr= y for all the stoopid questions but i am just out of ideas. Maybe i should = take this as a "do not try to use that program ffs!" ;)=20 Make sure to review the FreeBSD GNOME FAQ at http://www.freebsd.org/gnome/docs/faq2.html to make sure you don't have any kernel/world problems, then try: portupgrade -Rf libbonoboui Joe >=20 >=20 >=20 > -----Original Message----- > From: Joe Marcus Clarke > To: Rikard Jerner > Date: Tue, 18 Jan 2005 13:22:37 -0500 > Subject: Re: libgnomeui bails out on pthreads >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Then do a portupgrade -Rf libgnomeui >=20 > Joe >=20 > - -- > PGP Key : http://www.marcuscom.com/pgp.asc > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.0 (Darwin) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org >=20 > iD8DBQFB7VPtb2iPiv4Uz4cRAsBHAJ4xPV0UzLCxGKnw9BS/hQqxo/0OyACgpkja > V9aGGks4ORYX1COr1IBML58=3D > =3Dns/u > -----END PGP SIGNATURE----- >=20 >=20 >=20 >=20 >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-GpOXwx/bauiB/K+TeOid Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB8CdOb2iPiv4Uz4cRAtaVAKCGM+4OrGj7UII1L4R7pvMKqSpVAwCdH34R QsiBMhuTOIX5RqaIEHhsqa0= =r6tx -----END PGP SIGNATURE----- --=-GpOXwx/bauiB/K+TeOid-- From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 00:58:18 2005 Return-Path: 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 1B1B016A4CE for ; Fri, 21 Jan 2005 00:58:18 +0000 (GMT) Received: from smtp2.home.se (smtp2.home.se [213.214.194.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CF2B43D45 for ; Fri, 21 Jan 2005 00:58:17 +0000 (GMT) (envelope-from neddie@home.se) Received: from neddie@home.se [83.227.23.26] by home.se with NetMail ModWeb Module; Fri, 21 Jan 2005 01:52:30 +0100 From: "Rikard Jerner" To: marcus@marcuscom.com Date: Fri, 21 Jan 2005 01:52:30 +0100 X-Mailer: NetMail ModWeb Module X-Sender: neddie@home.se MIME-Version: 1.0 Message-ID: <1106268750.cb06fec0neddie@home.se> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable cc: freebsd-gnome@freebsd.org Subject: Re: Re: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 00:58:18 -0000 -----Original Message----- From: Joe Marcus Clarke To: Rikard Jerner Date: Thu, 20 Jan 2005 16:49:02 -0500 Subject: Re: Re: libgnomeui bails out on pthreads On Thu, 2005-01-20 at 22:40 +0100, Rikard Jerner wrote: > well thing is that i dont have libgnomeui installed at all. Do i have to = have the complete gnome-system installed to be able to use it perhaps? So= rry for all the stoopid questions but i am just out of ideas. Maybe i sho= uld take this as a "do not try to use that program ffs!" ;)=20 Make sure to review the FreeBSD GNOME FAQ at http://www.freebsd.org/gnome/docs/faq2.html to make sure you don't have any kernel/world problems, then try: portupgrade -Rf libbonoboui Joe >=20 >=20 >=20 > -----Original Message----- > From: Joe Marcus Clarke > To: Rikard Jerner > Date: Tue, 18 Jan 2005 13:22:37 -0500 > Subject: Re: libgnomeui bails out on pthreads >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Then do a portupgrade -Rf libgnomeui > > Joe > > - -- read faw and come across this: To fix thread related errors, make sure you have the following compiled int= o your kernel: options _KPOSIX_PRIORITY_SCHEDULING i doublechecked, maybe even tripplechecked and it was already in my kernelc= onfig. i also tried to install the complete gnome2-port put it all ends the same w= ay as before. most annoying since i cant see what i have done wrong :) /Rikard FreeBSD 4.10-STABLE (TYI) #0: Thu Nov 25 13:49:55 CET 2004 From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 00:59:34 2005 Return-Path: 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 5420A16A4CE for ; Fri, 21 Jan 2005 00:59:34 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id B172943D1D for ; Fri, 21 Jan 2005 00:59:33 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) j0L0xcT3035914; Thu, 20 Jan 2005 19:59:38 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Rikard Jerner In-Reply-To: <1106268750.cb06fec0neddie@home.se> References: <1106268750.cb06fec0neddie@home.se> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-f4cI9KNyI4UgGro20cRQ" Organization: MarcusCom, Inc. Date: Thu, 20 Jan 2005 19:59:23 -0500 Message-Id: <1106269163.84021.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: freebsd-gnome@freebsd.org Subject: Re: Re: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 00:59:34 -0000 --=-f4cI9KNyI4UgGro20cRQ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2005-01-21 at 01:52 +0100, Rikard Jerner wrote: >=20 > -----Original Message----- > From: Joe Marcus Clarke > To: Rikard Jerner > Date: Thu, 20 Jan 2005 16:49:02 -0500 > Subject: Re: Re: libgnomeui bails out on pthreads >=20 > On Thu, 2005-01-20 at 22:40 +0100, Rikard Jerner wrote: > > well thing is that i dont have libgnomeui installed at all. Do i have t= o have the complete gnome-system installed to be able to use it perhaps? So= rry for all the stoopid questions but i am just out of ideas. Maybe i shoul= d take this as a "do not try to use that program ffs!" ;)=20 >=20 > Make sure to review the FreeBSD GNOME FAQ at > http://www.freebsd.org/gnome/docs/faq2.html to make sure you don't have > any kernel/world problems, then try: >=20 > portupgrade -Rf libbonoboui >=20 > Joe >=20 > >=20 > >=20 > >=20 > > -----Original Message----- > > From: Joe Marcus Clarke > > To: Rikard Jerner > > Date: Tue, 18 Jan 2005 13:22:37 -0500 > > Subject: Re: libgnomeui bails out on pthreads > >=20 > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > >=20 > > Then do a portupgrade -Rf libgnomeui > >=20 > > Joe > >=20 > > - -- >=20 > read faw and come across this: >=20 > To fix thread related errors, make sure you have the following compiled i= nto your kernel: >=20 > options _KPOSIX_PRIORITY_SCHEDULING > =20 >=20 >=20 > i doublechecked, maybe even tripplechecked and it was already in my kerne= lconfig. >=20 > i also tried to install the complete gnome2-port put it all ends the same= way as before.=20 >=20 > most annoying since i cant see what i have done wrong :)=20 Then make sure you're compiling with default CFLAGS and CXXFLAGS (i.e. -O -pipe). Joe >=20 > /Rikard >=20 > FreeBSD 4.10-STABLE (TYI) #0: Thu Nov 25 13:49:55 CET 2004 >=20 >=20 >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-f4cI9KNyI4UgGro20cRQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB8FPrb2iPiv4Uz4cRAuJQAJ0dooPbs03iLMSs/aTU3KxhWts2lwCfbAt2 0OWUN1EI46pydjA46KA18aw= =BnDq -----END PGP SIGNATURE----- --=-f4cI9KNyI4UgGro20cRQ-- From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 01:35:23 2005 Return-Path: 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 DFAD716A4D7 for ; Fri, 21 Jan 2005 01:35:23 +0000 (GMT) Received: from smtp1.home.se (smtp1.home.se [213.214.194.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA3A743D54 for ; Fri, 21 Jan 2005 01:35:20 +0000 (GMT) (envelope-from neddie@home.se) Received: from neddie@home.se [83.227.23.26] by home.se with NetMail ModWeb Module; Fri, 21 Jan 2005 02:29:34 +0100 From: "Rikard Jerner" To: marcus@marcuscom.com Date: Fri, 21 Jan 2005 02:29:34 +0100 X-Mailer: NetMail ModWeb Module X-Sender: neddie@home.se MIME-Version: 1.0 Message-ID: <1106270974.cc7e7800neddie@home.se> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable cc: freebsd-gnome@freebsd.org Subject: Re: Re: Re: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 01:35:24 -0000 -----Original Message----- From: Joe Marcus Clarke To: Rikard Jerner Date: Thu, 20 Jan 2005 19:59:23 -0500 Subject: Re: Re: Re: libgnomeui bails out on pthreads On Fri, 2005-01-21 at 01:52 +0100, Rikard Jerner wrote: >=20 > -----Original Message----- > From: Joe Marcus Clarke > To: Rikard Jerner > Date: Thu, 20 Jan 2005 16:49:02 -0500 > Subject: Re: Re: libgnomeui bails out on pthreads >=20 > On Thu, 2005-01-20 at 22:40 +0100, Rikard Jerner wrote: > > well thing is that i dont have libgnomeui installed at all. Do i have t= o have the complete gnome-system installed to be able to use it perhaps? = Sorry for all the stoopid questions but i am just out of ideas. Maybe i s= hould take this as a "do not try to use that program ffs!" ;)=20 >=20 > Make sure to review the FreeBSD GNOME FAQ at > http://www.freebsd.org/gnome/docs/faq2.html to make sure you don't have > any kernel/world problems, then try: >=20 > portupgrade -Rf libbonoboui >=20 > Joe >=20 > >=20 > >=20 > >=20 > > -----Original Message----- > > From: Joe Marcus Clarke > > To: Rikard Jerner > > Date: Tue, 18 Jan 2005 13:22:37 -0500 > > Subject: Re: libgnomeui bails out on pthreads > >=20 > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > >=20 > > Then do a portupgrade -Rf libgnomeui > >=20 > > Joe > >=20 > > - -- >=20 > read faw and come across this: >=20 > To fix thread related errors, make sure you have the following compiled i= nto your kernel: >=20 > options _KPOSIX_PRIORITY_SCHEDULING > =20 >=20 >=20 > i doublechecked, maybe even tripplechecked and it was already in my kerne= lconfig. >=20 > i also tried to install the complete gnome2-port put it all ends the same= way as before.=20 >=20 > most annoying since i cant see what i have done wrong :)=20 Then make sure you're compiling with default CFLAGS and CXXFLAGS (i.e. -O -pipe). Joe >=20 > /Rikard >=20 > FreeBSD 4.10-STABLE (TYI) #0: Thu Nov 25 13:49:55 CET 2004 just realised that i have multiple glibs and so on installed. I assume that= can mean problem? Guess just remove old ones and rebujild programs that = depends on it? From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 03:06:10 2005 Return-Path: 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 944AE16A4CE for ; Fri, 21 Jan 2005 03:06:10 +0000 (GMT) Received: from smtp1.home.se (smtp1.home.se [213.214.194.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B563543D45 for ; Fri, 21 Jan 2005 03:06:09 +0000 (GMT) (envelope-from neddie@home.se) Received: from neddie@home.se [83.227.23.26] by home.se with NetMail ModWeb Module; Fri, 21 Jan 2005 04:00:23 +0100 From: "Rikard Jerner" To: marcus@marcuscom.com Date: Fri, 21 Jan 2005 04:00:23 +0100 X-Mailer: NetMail ModWeb Module X-Sender: neddie@home.se MIME-Version: 1.0 Message-ID: <1106276423.3abc2100neddie@home.se> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable cc: freebsd-gnome@freebsd.org Subject: Re: Re: Re: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 03:06:10 -0000 -----Original Message----- From: Joe Marcus Clarke To: Rikard Jerner Date: Thu, 20 Jan 2005 19:59:23 -0500 Subject: Re: Re: Re: libgnomeui bails out on pthreads On Fri, 2005-01-21 at 01:52 +0100, Rikard Jerner wrote: >=20 > -----Original Message----- > From: Joe Marcus Clarke > To: Rikard Jerner > Date: Thu, 20 Jan 2005 16:49:02 -0500 > Subject: Re: Re: libgnomeui bails out on pthreads >=20 > On Thu, 2005-01-20 at 22:40 +0100, Rikard Jerner wrote: > > well thing is that i dont have libgnomeui installed at all. Do i have t= o have the complete gnome-system installed to be able to use it perhaps? = Sorry for all the stoopid questions but i am just out of ideas. Maybe i s= hould take this as a "do not try to use that program ffs!" ;)=20 >=20 > Make sure to review the FreeBSD GNOME FAQ at > http://www.freebsd.org/gnome/docs/faq2.html to make sure you don't have > any kernel/world problems, then try: >=20 > portupgrade -Rf libbonoboui >=20 > Joe >=20 > >=20 > >=20 > >=20 > > -----Original Message----- > > From: Joe Marcus Clarke > > To: Rikard Jerner > > Date: Tue, 18 Jan 2005 13:22:37 -0500 > > Subject: Re: libgnomeui bails out on pthreads > >=20 > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > >=20 > > Then do a portupgrade -Rf libgnomeui > >=20 > > Joe > >=20 > > - -- >=20 > read faw and come across this: >=20 > To fix thread related errors, make sure you have the following compiled i= nto your kernel: >=20 > options _KPOSIX_PRIORITY_SCHEDULING > =20 >=20 >=20 > i doublechecked, maybe even tripplechecked and it was already in my kerne= lconfig. >=20 > i also tried to install the complete gnome2-port put it all ends the same= way as before.=20 >=20 > most annoying since i cant see what i have done wrong :)=20 Then make sure you're compiling with default CFLAGS and CXXFLAGS (i.e. -O -pipe). Joe >=20 > /Rikard >=20 > FreeBSD 4.10-STABLE (TYI) #0: Thu Nov 25 13:49:55 CET 2004 > > > ok maybe i have found something that makes sense here. (neddie@youthless:etc)$ gcc -v Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] i was using freebsd 4.6 before and upgraded to 4.10-STABLE not so long ago.= which version of gcc is recommended? and can i just install it from ports? From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 03:08:54 2005 Return-Path: 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 6CD4B16A4CE for ; Fri, 21 Jan 2005 03:08:54 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id E415E43D2D for ; Fri, 21 Jan 2005 03:08:53 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) j0L38xwu036882; Thu, 20 Jan 2005 22:08:59 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Rikard Jerner In-Reply-To: <1106276423.3abc2100neddie@home.se> References: <1106276423.3abc2100neddie@home.se> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-eiBlGlGlUTu9WQ+Cm51i" Organization: MarcusCom, Inc. Date: Thu, 20 Jan 2005 22:08:43 -0500 Message-Id: <1106276923.54173.19.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: freebsd-gnome@freebsd.org Subject: Re: Re: Re: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 03:08:54 -0000 --=-eiBlGlGlUTu9WQ+Cm51i Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2005-01-21 at 04:00 +0100, Rikard Jerner wrote: >=20 > -----Original Message----- > From: Joe Marcus Clarke > To: Rikard Jerner > Date: Thu, 20 Jan 2005 19:59:23 -0500 > Subject: Re: Re: Re: libgnomeui bails out on pthreads >=20 > On Fri, 2005-01-21 at 01:52 +0100, Rikard Jerner wrote: > >=20 > > -----Original Message----- > > From: Joe Marcus Clarke > > To: Rikard Jerner > > Date: Thu, 20 Jan 2005 16:49:02 -0500 > > Subject: Re: Re: libgnomeui bails out on pthreads > >=20 > > On Thu, 2005-01-20 at 22:40 +0100, Rikard Jerner wrote: > > > well thing is that i dont have libgnomeui installed at all. Do i have= to have the complete gnome-system installed to be able to use it perhaps? = Sorry for all the stoopid questions but i am just out of ideas. Maybe i sho= uld take this as a "do not try to use that program ffs!" ;)=20 > >=20 > > Make sure to review the FreeBSD GNOME FAQ at > > http://www.freebsd.org/gnome/docs/faq2.html to make sure you don't have > > any kernel/world problems, then try: > >=20 > > portupgrade -Rf libbonoboui > >=20 > > Joe > >=20 > > >=20 > > >=20 > > >=20 > > > -----Original Message----- > > > From: Joe Marcus Clarke > > > To: Rikard Jerner > > > Date: Tue, 18 Jan 2005 13:22:37 -0500 > > > Subject: Re: libgnomeui bails out on pthreads > > >=20 > > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > >=20 > > > Then do a portupgrade -Rf libgnomeui > > >=20 > > > Joe > > >=20 > > > - -- > >=20 > > read faw and come across this: > >=20 > > To fix thread related errors, make sure you have the following compiled= into your kernel: > >=20 > > options _KPOSIX_PRIORITY_SCHEDULING > > =20 > >=20 > >=20 > > i doublechecked, maybe even tripplechecked and it was already in my ker= nelconfig. > >=20 > > i also tried to install the complete gnome2-port put it all ends the sa= me way as before.=20 > >=20 > > most annoying since i cant see what i have done wrong :)=20 >=20 > Then make sure you're compiling with default CFLAGS and CXXFLAGS (i.e. > -O -pipe). >=20 > Joe >=20 > >=20 > > /Rikard > >=20 > > FreeBSD 4.10-STABLE (TYI) #0: Thu Nov 25 13:49:55 CET 2004 > >=20 > >=20 > >=20 >=20 > ok maybe i have found something that makes sense here. >=20 > (neddie@youthless:etc)$ gcc -v > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] >=20 > i was using freebsd 4.6 before and upgraded to 4.10-STABLE not so long ag= o.=20 >=20 > which version of gcc is recommended?=20 > and can i just install it from ports? This is the correct version of GCC for 4.X. What are the contents of your /etc/make.conf? What about those extra glibs? Have you removed them all yet? Joe >=20 >=20 >=20 >=20 >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-eiBlGlGlUTu9WQ+Cm51i Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB8HI7b2iPiv4Uz4cRAjIuAJwJ+Fu8P3LjoLIq+ys+afhJh030kACghC5A TnzzNUi7BGy/A5BezP4+7Cg= =jlNX -----END PGP SIGNATURE----- --=-eiBlGlGlUTu9WQ+Cm51i-- From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 03:13:11 2005 Return-Path: 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 3BA3E16A4CE for ; Fri, 21 Jan 2005 03:13:11 +0000 (GMT) Received: from smtp1.home.se (smtp1.home.se [213.214.194.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8529D43D2F for ; Fri, 21 Jan 2005 03:13:10 +0000 (GMT) (envelope-from neddie@home.se) Received: from neddie@home.se [83.227.23.26] by home.se with NetMail ModWeb Module; Fri, 21 Jan 2005 04:07:24 +0100 From: "Rikard Jerner" To: marcus@marcuscom.com Date: Fri, 21 Jan 2005 04:07:24 +0100 X-Mailer: NetMail ModWeb Module X-Sender: neddie@home.se MIME-Version: 1.0 Message-ID: <1106276844.3abc2560neddie@home.se> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable cc: freebsd-gnome@freebsd.org Subject: Re: Re: Re: Re: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 03:13:11 -0000 -----Original Message----- From: Joe Marcus Clarke To: Rikard Jerner Date: Thu, 20 Jan 2005 22:08:43 -0500 Subject: Re: Re: Re: Re: libgnomeui bails out on pthreads On Fri, 2005-01-21 at 04:00 +0100, Rikard Jerner wrote: >=20 > -----Original Message----- > From: Joe Marcus Clarke > To: Rikard Jerner > Date: Thu, 20 Jan 2005 19:59:23 -0500 > Subject: Re: Re: Re: libgnomeui bails out on pthreads >=20 > On Fri, 2005-01-21 at 01:52 +0100, Rikard Jerner wrote: > >=20 > > -----Original Message----- > > From: Joe Marcus Clarke > > To: Rikard Jerner > > Date: Thu, 20 Jan 2005 16:49:02 -0500 > > Subject: Re: Re: libgnomeui bails out on pthreads > >=20 > > On Thu, 2005-01-20 at 22:40 +0100, Rikard Jerner wrote: > > > well thing is that i dont have libgnomeui installed at all. Do i have= to have the complete gnome-system installed to be able to use it perhaps= ? Sorry for all the stoopid questions but i am just out of ideas. Maybe i= should take this as a "do not try to use that program ffs!" ;)=20 > >=20 > > Make sure to review the FreeBSD GNOME FAQ at > > http://www.freebsd.org/gnome/docs/faq2.html to make sure you don't have > > any kernel/world problems, then try: > >=20 > > portupgrade -Rf libbonoboui > >=20 > > Joe > >=20 > > >=20 > > >=20 > > >=20 > > > -----Original Message----- > > > From: Joe Marcus Clarke > > > To: Rikard Jerner > > > Date: Tue, 18 Jan 2005 13:22:37 -0500 > > > Subject: Re: libgnomeui bails out on pthreads > > >=20 > > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > >=20 > > > Then do a portupgrade -Rf libgnomeui > > >=20 > > > Joe > > >=20 > > > - -- > >=20 > > read faw and come across this: > >=20 > > To fix thread related errors, make sure you have the following compiled= into your kernel: > >=20 > > options _KPOSIX_PRIORITY_SCHEDULING > > =20 > >=20 > >=20 > > i doublechecked, maybe even tripplechecked and it was already in my ker= nelconfig. > >=20 > > i also tried to install the complete gnome2-port put it all ends the sa= me way as before.=20 > >=20 > > most annoying since i cant see what i have done wrong :)=20 >=20 > Then make sure you're compiling with default CFLAGS and CXXFLAGS (i.e. > -O -pipe). >=20 > Joe >=20 > >=20 > > /Rikard > >=20 > > FreeBSD 4.10-STABLE (TYI) #0: Thu Nov 25 13:49:55 CET 2004 > >=20 > >=20 > >=20 >=20 > ok maybe i have found something that makes sense here. >=20 > (neddie@youthless:etc)$ gcc -v > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] >=20 > i was using freebsd 4.6 before and upgraded to 4.10-STABLE not so long ag= o.=20 >=20 > which version of gcc is recommended?=20 > and can i just install it from ports? This is the correct version of GCC for 4.X. What are the contents of your /etc/make.conf? What about those extra glibs? Have you removed them all yet? Joe ------------------------------- yes they are removed. And in /etc i had no make.conf as i read in the gnome-guide so i just creat= ed it and inserted WITH_LAME=3D yes for mp3 to play in nautilus and so on.... weird problem...getting on my nerves ;) From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 03:14:49 2005 Return-Path: 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 4C1C816A4CE for ; Fri, 21 Jan 2005 03:14:49 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8C7243D3F for ; Fri, 21 Jan 2005 03:14:48 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) j0L3ErU1036949; Thu, 20 Jan 2005 22:14:54 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Alexander Leidinger In-Reply-To: <20050120173933.6bb3c3cc@Magellan.Leidinger.net> References: <20050120173933.6bb3c3cc@Magellan.Leidinger.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-49sIBB+e8tRCSNjUvOBA" Organization: MarcusCom, Inc. Date: Thu, 20 Jan 2005 22:14:38 -0500 Message-Id: <1106277278.54173.22.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: FreeBSD GNOME Users Subject: Re: strange mozilla build failure X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 03:14:49 -0000 --=-49sIBB+e8tRCSNjUvOBA Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2005-01-20 at 17:39 +0100, Alexander Leidinger wrote: > Hi, >=20 > I get this error: > ---snip--- > gmake[3]: Entering directory `/big/usr/ports/www/mozilla/work/mozilla/nsp= rpub/config' > cc -o now.o -c -O -pipe now.c > now.c:47:2: #error "Architecture not supported" > now.c:133:2: #error "Architecture not supported" > gmake[3]: *** [now.o] Error 1 > [...] > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade3453= 2.0 make "CFLAGS=3D-O -pipe" -DWITHOUT_MAILNEWS -DWITHOUT_CHATZILLA -DWITH_= JAVASCRIPT_DEBUGGER -DWITHOUT_COMPOSER -DWITHOUT_CUPS > ---snip--- >=20 > My options are: > ---snip--- > # less /var/db/ports/mozilla/options=20 > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > # Options for mozilla-1.7.5_1,2 > _OPTIONS_READ=3Dmozilla-1.7.5_1,2 > WITH_XFT=3Dtrue > WITHOUT_CALENDAR=3Dtrue > WITHOUT_MAILNEWS=3Dtrue > WITHOUT_COMPOSER=3Dtrue > WITHOUT_DEBUG=3Dtrue > WITHOUT_LDAP=3Dtrue > WITHOUT_CHATZILLA=3Dtrue > WITHOUT_XMLTERM=3Dtrue > WITH_JAVASCRIPT_DEBUGGER=3Dtrue > WITH_OPTIMIZED_CFLAGS=3Dtrue > WITHOUT_SMB=3Dtrue > WITH_MENU_ENTRY=3Dtrue > ---snip--- >=20 > now.c starts with: > ---snip--- > #include > #include >=20 > #if defined(VMS) > #include > #elif defined(XP_UNIX) || defined(XP_OS2_EMX) || defined(XP_BEOS) > #include > #elif defined(WIN32) > #include > #elif defined(XP_OS2_VACPP) > #include > #else > #error "Architecture not supported" > #endif > ---snip--- >=20 > Where is it supposed to find e.g. XP_UNIX? >=20 > This is on -current from Jan 4, may I bee stumbled over a bug in our > make (I remember a discussion about a bug in make, but I'm not sure if > the timeframe fits)? mozilla-config.h This config file is imported during compile time with the line: -include mozilla-config.h Therefore, it is highly possible that you're running into a make bug. Joe >=20 > Bye, > Alexander. >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-49sIBB+e8tRCSNjUvOBA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB8HOeb2iPiv4Uz4cRAicLAJ9nZvynp7TE1CWm+AQ9RE4MrPJRiwCdE+0E ariYPNOA2nJcpxrKCBqjvVg= =63L5 -----END PGP SIGNATURE----- --=-49sIBB+e8tRCSNjUvOBA-- From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 03:18:17 2005 Return-Path: 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 B002D16A4CE for ; Fri, 21 Jan 2005 03:18:17 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E04743D55 for ; Fri, 21 Jan 2005 03:18:17 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) j0L3IMVO036981; Thu, 20 Jan 2005 22:18:22 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Rikard Jerner In-Reply-To: <1106276844.3abc2560neddie@home.se> References: <1106276844.3abc2560neddie@home.se> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-DPi0Zp/u/bQ6Z3yyV59K" Organization: MarcusCom, Inc. Date: Thu, 20 Jan 2005 22:18:07 -0500 Message-Id: <1106277487.54173.24.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: freebsd-gnome@freebsd.org Subject: Re: Re: Re: Re: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 03:18:17 -0000 --=-DPi0Zp/u/bQ6Z3yyV59K Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2005-01-21 at 04:07 +0100, Rikard Jerner wrote: >=20 > -----Original Message----- > From: Joe Marcus Clarke > To: Rikard Jerner > Date: Thu, 20 Jan 2005 22:08:43 -0500 > Subject: Re: Re: Re: Re: libgnomeui bails out on pthreads >=20 > On Fri, 2005-01-21 at 04:00 +0100, Rikard Jerner wrote: > >=20 > > -----Original Message----- > > From: Joe Marcus Clarke > > To: Rikard Jerner > > Date: Thu, 20 Jan 2005 19:59:23 -0500 > > Subject: Re: Re: Re: libgnomeui bails out on pthreads > >=20 > > On Fri, 2005-01-21 at 01:52 +0100, Rikard Jerner wrote: > > >=20 > > > -----Original Message----- > > > From: Joe Marcus Clarke > > > To: Rikard Jerner > > > Date: Thu, 20 Jan 2005 16:49:02 -0500 > > > Subject: Re: Re: libgnomeui bails out on pthreads > > >=20 > > > On Thu, 2005-01-20 at 22:40 +0100, Rikard Jerner wrote: > > > > well thing is that i dont have libgnomeui installed at all. Do i ha= ve to have the complete gnome-system installed to be able to use it perhaps= ? Sorry for all the stoopid questions but i am just out of ideas. Maybe i s= hould take this as a "do not try to use that program ffs!" ;)=20 > > >=20 > > > Make sure to review the FreeBSD GNOME FAQ at > > > http://www.freebsd.org/gnome/docs/faq2.html to make sure you don't ha= ve > > > any kernel/world problems, then try: > > >=20 > > > portupgrade -Rf libbonoboui > > >=20 > > > Joe > > >=20 > > > >=20 > > > >=20 > > > >=20 > > > > -----Original Message----- > > > > From: Joe Marcus Clarke > > > > To: Rikard Jerner > > > > Date: Tue, 18 Jan 2005 13:22:37 -0500 > > > > Subject: Re: libgnomeui bails out on pthreads > > > >=20 > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > Hash: SHA1 > > > >=20 > > > > Then do a portupgrade -Rf libgnomeui > > > >=20 > > > > Joe > > > >=20 > > > > - -- > > >=20 > > > read faw and come across this: > > >=20 > > > To fix thread related errors, make sure you have the following compil= ed into your kernel: > > >=20 > > > options _KPOSIX_PRIORITY_SCHEDULING > > > =20 > > >=20 > > >=20 > > > i doublechecked, maybe even tripplechecked and it was already in my k= ernelconfig. > > >=20 > > > i also tried to install the complete gnome2-port put it all ends the = same way as before.=20 > > >=20 > > > most annoying since i cant see what i have done wrong :)=20 > >=20 > > Then make sure you're compiling with default CFLAGS and CXXFLAGS (i.e. > > -O -pipe). > >=20 > > Joe > >=20 > > >=20 > > > /Rikard > > >=20 > > > FreeBSD 4.10-STABLE (TYI) #0: Thu Nov 25 13:49:55 CET 2004 > > >=20 > > >=20 > > >=20 > >=20 > > ok maybe i have found something that makes sense here. > >=20 > > (neddie@youthless:etc)$ gcc -v > > Using builtin specs. > > gcc version 2.95.4 20020320 [FreeBSD] > >=20 > > i was using freebsd 4.6 before and upgraded to 4.10-STABLE not so long = ago.=20 > >=20 > > which version of gcc is recommended?=20 > > and can i just install it from ports? >=20 > This is the correct version of GCC for 4.X. What are the contents of > your /etc/make.conf? What about those extra glibs? Have you removed > them all yet? >=20 > Joe > ------------------------------- >=20 > yes they are removed. > And in /etc i had no make.conf as i read in the gnome-guide so i just cre= ated it and inserted=20 >=20 > WITH_LAME=3D yes >=20 > for mp3 to play in nautilus and so on.... >=20 > weird problem...getting on my nerves ;) Did you do the portupgrade -Rf libbonoboui? I suspect there is a problem with one of your GNOME components (probably gnomevfs2) as -pthread is not being passed to the linker. Joe >=20 >=20 >=20 >=20 >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-DPi0Zp/u/bQ6Z3yyV59K Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB8HRvb2iPiv4Uz4cRAmk1AKCD30kLoWkjFMU49v28z1cQEV/+hgCgr/iF xdfvnkySFwQXGs0L1Jycc6k= =CBRa -----END PGP SIGNATURE----- --=-DPi0Zp/u/bQ6Z3yyV59K-- From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 03:33:45 2005 Return-Path: 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 EAE4316A4CE for ; Fri, 21 Jan 2005 03:33:44 +0000 (GMT) Received: from smtp1.home.se (smtp1.home.se [213.214.194.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F10D43D2D for ; Fri, 21 Jan 2005 03:33:44 +0000 (GMT) (envelope-from neddie@home.se) Received: from neddie@home.se [83.227.23.26] by home.se with NetMail ModWeb Module; Fri, 21 Jan 2005 04:27:58 +0100 From: "Rikard Jerner" To: marcus@marcuscom.com Date: Fri, 21 Jan 2005 04:27:58 +0100 X-Mailer: NetMail ModWeb Module X-Sender: neddie@home.se MIME-Version: 1.0 Message-ID: <1106278078.3abc2560neddie@home.se> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable cc: freebsd-gnome@freebsd.org Subject: Re: Re: Re: Re: Re: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 03:33:45 -0000 -----Original Message----- From: Joe Marcus Clarke To: Rikard Jerner Date: Thu, 20 Jan 2005 22:18:07 -0500 Subject: Re: Re: Re: Re: Re: libgnomeui bails out on pthreads On Fri, 2005-01-21 at 04:07 +0100, Rikard Jerner wrote: >=20 > -----Original Message----- > From: Joe Marcus Clarke > To: Rikard Jerner > Date: Thu, 20 Jan 2005 22:08:43 -0500 > Subject: Re: Re: Re: Re: libgnomeui bails out on pthreads >=20 > On Fri, 2005-01-21 at 04:00 +0100, Rikard Jerner wrote: > >=20 > > -----Original Message----- > > From: Joe Marcus Clarke > > To: Rikard Jerner > > Date: Thu, 20 Jan 2005 19:59:23 -0500 > > Subject: Re: Re: Re: libgnomeui bails out on pthreads > >=20 > > On Fri, 2005-01-21 at 01:52 +0100, Rikard Jerner wrote: > > >=20 > > > -----Original Message----- > > > From: Joe Marcus Clarke > > > To: Rikard Jerner > > > Date: Thu, 20 Jan 2005 16:49:02 -0500 > > > Subject: Re: Re: libgnomeui bails out on pthreads > > >=20 > > > On Thu, 2005-01-20 at 22:40 +0100, Rikard Jerner wrote: > > > > well thing is that i dont have libgnomeui installed at all. Do i ha= ve to have the complete gnome-system installed to be able to use it perha= ps? Sorry for all the stoopid questions but i am just out of ideas. Maybe= i should take this as a "do not try to use that program ffs!" ;)=20 > > >=20 > > > Make sure to review the FreeBSD GNOME FAQ at > > > http://www.freebsd.org/gnome/docs/faq2.html to make sure you don't ha= ve > > > any kernel/world problems, then try: > > >=20 > > > portupgrade -Rf libbonoboui > > >=20 > > > Joe > > >=20 > > > >=20 > > > >=20 > > > >=20 > > > > -----Original Message----- > > > > From: Joe Marcus Clarke > > > > To: Rikard Jerner > > > > Date: Tue, 18 Jan 2005 13:22:37 -0500 > > > > Subject: Re: libgnomeui bails out on pthreads > > > >=20 > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > Hash: SHA1 > > > >=20 > > > > Then do a portupgrade -Rf libgnomeui > > > >=20 > > > > Joe > > > >=20 > > > > - -- > > >=20 > > > read faw and come across this: > > >=20 > > > To fix thread related errors, make sure you have the following compil= ed into your kernel: > > >=20 > > > options _KPOSIX_PRIORITY_SCHEDULING > > > =20 > > >=20 > > >=20 > > > i doublechecked, maybe even tripplechecked and it was already in my k= ernelconfig. > > >=20 > > > i also tried to install the complete gnome2-port put it all ends the = same way as before.=20 > > >=20 > > > most annoying since i cant see what i have done wrong :)=20 > >=20 > > Then make sure you're compiling with default CFLAGS and CXXFLAGS (i.e. > > -O -pipe). > >=20 > > Joe > >=20 > > >=20 > > > /Rikard > > >=20 > > > FreeBSD 4.10-STABLE (TYI) #0: Thu Nov 25 13:49:55 CET 2004 > > >=20 > > >=20 > > >=20 > >=20 > > ok maybe i have found something that makes sense here. > >=20 > > (neddie@youthless:etc)$ gcc -v > > Using builtin specs. > > gcc version 2.95.4 20020320 [FreeBSD] > >=20 > > i was using freebsd 4.6 before and upgraded to 4.10-STABLE not so long = ago.=20 > >=20 > > which version of gcc is recommended?=20 > > and can i just install it from ports? >=20 > This is the correct version of GCC for 4.X. What are the contents of > your /etc/make.conf? What about those extra glibs? Have you removed > them all yet? >=20 > Joe > ------------------------------- >=20 > yes they are removed. > And in /etc i had no make.conf as i read in the gnome-guide so i just cre= ated it and inserted=20 >=20 > WITH_LAME=3D yes >=20 > for mp3 to play in nautilus and so on.... >=20 > weird problem...getting on my nerves ;) Did you do the portupgrade -Rf libbonoboui? I suspect there is a problem with one of your GNOME components (probably gnomevfs2) as -pthread is not being passed to the linker. Joe ------------------------- rebuilded gnomevfs2 but still same problem and cant install libbonoboui. Ge= tting the same error over and over :(=20 Man, i am gonna get gray hair at best or just loose it all if i cant fix it= ;) From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 03:35:01 2005 Return-Path: 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 9DB2B16A4CF for ; Fri, 21 Jan 2005 03:35:01 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2624543D3F for ; Fri, 21 Jan 2005 03:35:01 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) j0L3Z6Vk037131; Thu, 20 Jan 2005 22:35:06 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Rikard Jerner In-Reply-To: <1106278078.3abc2560neddie@home.se> References: <1106278078.3abc2560neddie@home.se> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-odgTtUfc/s8I2zk6BA2s" Organization: MarcusCom, Inc. Date: Thu, 20 Jan 2005 22:34:51 -0500 Message-Id: <1106278491.54173.30.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: freebsd-gnome@freebsd.org Subject: Re: Re: Re: Re: Re: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 03:35:01 -0000 --=-odgTtUfc/s8I2zk6BA2s Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2005-01-21 at 04:27 +0100, Rikard Jerner wrote: >=20 > rebuilded gnomevfs2 but still same problem and cant install libbonoboui. = Getting the same error over and over :(=20 >=20 > Man, i am gonna get gray hair at best or just loose it all if i cant fix = it ;)=20 What does pkg-config --libs gthread-2.0 report? Joe >=20 >=20 >=20 >=20 >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-odgTtUfc/s8I2zk6BA2s Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB8Hhbb2iPiv4Uz4cRAsONAJ9EncboefV15bqoznVI7wh8D4N8dgCcDliP A1C+FoCdYyt1DR0Ub6MFXjY= =t3qT -----END PGP SIGNATURE----- --=-odgTtUfc/s8I2zk6BA2s-- From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 04:27:00 2005 Return-Path: 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 F2ADE16A4D1 for ; Fri, 21 Jan 2005 04:26:59 +0000 (GMT) Received: from priv-edtnes51.telusplanet.net (outbound04.telus.net [199.185.220.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D0F143D62 for ; Fri, 21 Jan 2005 04:26:57 +0000 (GMT) (envelope-from james@icionline.ca) Received: from localhost ([199.185.220.240]) by priv-edtnes51.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP <20050121042656.GUTE19965.priv-edtnes51.telusplanet.net@localhost> for ; Thu, 20 Jan 2005 21:26:56 -0700 Received: from 209.107.110.221 ( [209.107.110.221]) as user chero04@192.168.200.1 by webmail.telus.net with HTTP; Thu, 20 Jan 2005 20:26:51 -0800 Message-ID: <1106281611.41f0848c08f97@webmail.telus.net> Date: Thu, 20 Jan 2005 20:26:52 -0800 From: James Earl To: freebsd-gnome@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1-cvs X-Originating-IP: 209.107.110.221 Subject: GNOME CD-ROM and fstab options X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 04:27:00 -0000 Hi, Is there anyway to use: /usr/home/james/.cdrom Instead of: /usr/home/james/cdrom in /etc/fstab? cdrom works for me, but .cdrom doesn't. '.cdrom' seemed like it might be a good idea to me if it worked, as it would hide it from the user and elminate any possible confusion between it, and Desktop->Computer->CD-ROM. James From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 15:01:52 2005 Return-Path: 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 0AC0516A4E2 for ; Fri, 21 Jan 2005 15:01:52 +0000 (GMT) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3004643D2F for ; Fri, 21 Jan 2005 15:01:50 +0000 (GMT) (envelope-from Ewald.Jenisch@oekb.at) Received: from Unknown [143.245.2.191] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (4.7); Fri, 21 Jan 2005 16:01:48 +0100 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL01.oekb.co.at with Microsoft SMTPSVC(5.0.2195.6713); Fri, 21 Jan 2005 16:01:47 +0100 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.1/8.13.1) with ESMTP id j0LF1kfJ009641 for ; Fri, 21 Jan 2005 16:01:46 +0100 (CET) (envelope-from ej@aurora.oekb.co.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.1/8.13.1/Submit) id j0LF1kLT009640 for gnome@freebsd.org; Fri, 21 Jan 2005 16:01:46 +0100 (CET) (envelope-from ej) Message-ID: <20050121150146.GA3528@aurora.oekb.co.at> From: Ewald Jenisch To: gnome@freebsd.org Date: Fri, 21 Jan 2005 16:01:46 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-OriginalArrivalTime: 21 Jan 2005 15:01:47.0157 (UTC) FILETIME=[20C67450:01C4FFCA] User-Agent: Mutt/1.4.2.1i Subject: Gnome 2.8 - VNCviewer not working in fullscreen mode X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 15:01:52 -0000 Hi, I'm running into a strange problem using vncviewer unser Gnome 2.8 (FreeBSD 5.3): Toggling between vncviewer fullscreen- and window-mode doesn't work under Gnome 2.8. Background-info: vncviewer has two modes of operation: windowed and fullscreen - windowed renders the desktop of the remote machine (vnc-server) in an X11-window (including decorations like minimize- and maximize); selecting fullscreen in vncviewer displays the display of the remote machine fullscreen on the vnc client machine. To be specific, I've got a 1280x1024 X11-display; this is where the vncclient is running. From this machine I'm accessing a Windows 2000 machine that also has a 1280x1024 desktop. So I've got the same resulution on both the client- and server machine. Now for the problem: Switching between windowed- and fullscreen-mode in vncviewer is done by bringing up a popup window in the vncviewer (F8-button) allowing me to select (or de-select) fullscreen. When going from windowed- to fullscreen mode in vncviewer using the method described above the vncviewer-display covers the entire screen - with the exception of the top Gnome panel. Put in another way: The vncviewer display is not really full-screen but shifted downwards starting below the top Gnome panel. Even worse, when I now try to bring up the vncviewer menu by pressing F8 again (in order to go from fullscreen- to windowed mode) nothing happens. Without being able to get into windowed-mode the vncviewer-display covers my entire screen and even worse than that: There's absolutely no way to bring other X11-windows in front! Here's my environment: FreeBSD 5.3 Gnome 2.8 VNC 3.3.7 from ports - also tried with tightvnc 1.2.9 Has anybody else experienced this problem? Anything that can be done against it? Thanks much in advance for your help, -ewald From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 15:34:52 2005 Return-Path: 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 5DA7E16A4CE for ; Fri, 21 Jan 2005 15:34:52 +0000 (GMT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C8B243D2F for ; Fri, 21 Jan 2005 15:34:51 +0000 (GMT) (envelope-from nectar@celabo.org) Received: by gw.celabo.org (Postfix, from userid 1001) id 1C0093E2C41; Fri, 21 Jan 2005 09:34:51 -0600 (CST) Date: Fri, 21 Jan 2005 09:34:51 -0600 From: "Jacques A. Vidrine" To: gnome@FreeBSD.org Message-ID: <20050121153450.GA60840@hellblazer.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , gnome@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.6i Subject: imlib vulnerability X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 15:34:52 -0000 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Guys, Heads-up, I'm about to commit the attached, obtained from Pavel Kankovsky and also found in many Linux packages of imlib. I will bump PORTREVISION. See http://www.vuxml.org/freebsd/2001103a-6bbd-11d9-851d-000a95bc6fae.html . I consider this an `emergency commit' because the bug was missed earlier and has been public since December. Of course please make any follow-up commits that you feel are necessary. Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-security-1 diff -urN imlib-1.9.13.orig/Imlib/load.c imlib-1.9.13/Imlib/load.c --- imlib-1.9.13.orig/Imlib/load.c Wed Mar 13 19:06:29 2002 +++ Imlib/load.c Thu Sep 16 17:21:01 2004 @@ -4,6 +4,8 @@ #include "Imlib_private.h" #include +#define G_MAXINT ((int) 0x7fffffff) + /* Split the ID - damages input */ static char * @@ -41,13 +43,17 @@ /* * Make sure we don't wrap on our memory allocations + * we check G_MAXINT/4 because rend.c malloc's w * h * bpp + * + 3 is safety margin */ void * _imlib_malloc_image(unsigned int w, unsigned int h) { - if( w > 32767 || h > 32767) - return NULL; - return malloc(w * h * 3); + if (w <= 0 || w > 32767 || + h <= 0 || h > 32767 || + h >= (G_MAXINT/4 - 1) / w) + return NULL; + return malloc(w * h * 3 + 3); } #ifdef HAVE_LIBJPEG @@ -360,7 +366,9 @@ npix = ww * hh; *w = (int)ww; *h = (int)hh; - if(ww > 32767 || hh > 32767) + if (ww <= 0 || ww > 32767 || + hh <= 0 || hh > 32767 || + hh >= (G_MAXINT/sizeof(uint32)) / ww) { TIFFClose(tif); return NULL; @@ -463,7 +471,7 @@ } *w = gif->Image.Width; *h = gif->Image.Height; - if (*h > 32767 || *w > 32767) + if (*h <= 0 || *h > 32767 || *w <= 0 || *w > 32767) { return NULL; } @@ -965,7 +973,12 @@ comment = 0; quote = 0; context = 0; + memset(lookup, 0, sizeof(lookup)); + line = malloc(lsz); + if (!line) + return NULL; + while (!done) { pc = c; @@ -994,25 +1007,25 @@ { /* Header */ sscanf(line, "%i %i %i %i", w, h, &ncolors, &cpp); - if (ncolors > 32766) + if (ncolors <= 0 || ncolors > 32766) { fprintf(stderr, "IMLIB ERROR: XPM files wth colors > 32766 not supported\n"); free(line); return NULL; } - if (cpp > 5) + if (cpp <= 0 || cpp > 5) { fprintf(stderr, "IMLIB ERROR: XPM files with characters per pixel > 5 not supported\n"); free(line); return NULL; } - if (*w > 32767) + if (*w <= 0 || *w > 32767) { fprintf(stderr, "IMLIB ERROR: Image width > 32767 pixels for file\n"); free(line); return NULL; } - if (*h > 32767) + if (*h <= 0 || *h > 32767) { fprintf(stderr, "IMLIB ERROR: Image height > 32767 pixels for file\n"); free(line); @@ -1045,11 +1058,13 @@ { int slen; int hascolor, iscolor; + int space; iscolor = 0; hascolor = 0; tok[0] = 0; col[0] = 0; + space = sizeof(col) - 1; s[0] = 0; len = strlen(line); strncpy(cmap[j].str, line, cpp); @@ -1072,10 +1087,10 @@ { if (k >= len) { - if (col[0]) - strcat(col, " "); - if (strlen(col) + strlen(s) < sizeof(col)) - strcat(col, s); + if (col[0] && space > 0) + strcat(col, " "), space -= 1; + if (slen <= space) + strcat(col, s), space -= slen; } if (col[0]) { @@ -1105,14 +1120,17 @@ } } } - strcpy(tok, s); + if (slen < sizeof(tok)); + strcpy(tok, s); col[0] = 0; + space = sizeof(col) - 1; } else { - if (col[0]) - strcat(col, " "); - strcat(col, s); + if (col[0] && space > 0) + strcat(col, " "), space -=1; + if (slen <= space) + strcat(col, s), space -= slen; } } } @@ -1341,12 +1359,12 @@ sscanf(s, "%i %i", w, h); a = *w; b = *h; - if (a > 32767) + if (a <= 0 || a > 32767) { fprintf(stderr, "IMLIB ERROR: Image width > 32767 pixels for file\n"); return NULL; } - if (b > 32767) + if (b <= 0 || b > 32767) { fprintf(stderr, "IMLIB ERROR: Image height > 32767 pixels for file\n"); return NULL; diff -urN imlib-1.9.13.orig/Imlib/utils.c imlib-1.9.13/Imlib/utils.c --- imlib-1.9.13.orig/Imlib/utils.c Mon Mar 4 17:45:28 2002 +++ Imlib/utils.c Thu Sep 16 17:21:15 2004 @@ -1496,36 +1496,56 @@ context = 0; ptr = NULL; end = NULL; + memset(lookup, 0, sizeof(lookup)); while (!done) { line = data[count++]; + if (!line) + break; + line = strdup(line); + if (!line) + break; + len = strlen(line); + for (i = 0; i < len; ++i) + { + c = line[i]; + if (c < 32) + line[i] = 32; + else if (c > 127) + line[i] = 127; + } + if (context == 0) { /* Header */ sscanf(line, "%i %i %i %i", &w, &h, &ncolors, &cpp); - if (ncolors > 32766) + if (ncolors <= 0 || ncolors > 32766) { fprintf(stderr, "IMLIB ERROR: XPM data wth colors > 32766 not supported\n"); free(im); + free(line); return NULL; } - if (cpp > 5) + if (cpp <= 0 || cpp > 5) { fprintf(stderr, "IMLIB ERROR: XPM data with characters per pixel > 5 not supported\n"); free(im); + free(line); return NULL; } - if (w > 32767) + if (w <= 0 || w > 32767) { fprintf(stderr, "IMLIB ERROR: Image width > 32767 pixels for data\n"); free(im); + free(line); return NULL; } - if (h > 32767) + if (h <= 0 || h > 32767) { fprintf(stderr, "IMLIB ERROR: Image height > 32767 pixels for data\n"); free(im); + free(line); return NULL; } cmap = malloc(sizeof(struct _cmap) * ncolors); @@ -1533,6 +1553,7 @@ if (!cmap) { free(im); + free(line); return NULL; } im->rgb_width = w; @@ -1542,6 +1563,7 @@ { free(cmap); free(im); + free(line); return NULL; } im->alpha_data = NULL; @@ -1817,6 +1839,7 @@ } if ((ptr) && ((ptr - im->rgb_data) >= w * h * 3)) done = 1; + free(line); } if (!transp) { diff -urN imlib-1.9.13.orig/gdk_imlib/io-gif.c imlib-1.9.13/gdk_imlib/io-gif.c --- imlib-1.9.13.orig/gdk_imlib/io-gif.c Mon Mar 4 17:26:51 2002 +++ gdk_imlib/io-gif.c Thu Sep 16 16:11:31 2004 @@ -55,7 +55,7 @@ } *w = gif->Image.Width; *h = gif->Image.Height; - if(*h > 32767 || *w > 32767) + if(*h <= 0 || *h > 32767 || *w <= 0 || *w > 32767) { return NULL; } diff -urN imlib-1.9.13.orig/gdk_imlib/io-ppm.c imlib-1.9.13/gdk_imlib/io-ppm.c --- imlib-1.9.13.orig/gdk_imlib/io-ppm.c Mon Mar 4 17:26:51 2002 +++ gdk_imlib/io-ppm.c Thu Sep 16 16:13:13 2004 @@ -53,12 +53,12 @@ sscanf(s, "%i %i", w, h); a = *w; b = *h; - if (a > 32767) + if (a <= 0 || a > 32767) { fprintf(stderr, "gdk_imlib ERROR: Image width > 32767 pixels for file\n"); return NULL; } - if (b > 32767) + if (b <= 0 || b > 32767) { fprintf(stderr, "gdk_imlib ERROR: Image height > 32767 pixels for file\n"); return NULL; diff -urN imlib-1.9.13.orig/gdk_imlib/io-tiff.c imlib-1.9.13/gdk_imlib/io-tiff.c --- imlib-1.9.13.orig/gdk_imlib/io-tiff.c Mon Mar 4 17:26:51 2002 +++ gdk_imlib/io-tiff.c Thu Sep 16 16:13:57 2004 @@ -36,7 +36,9 @@ npix = ww * hh; *w = (int)ww; *h = (int)hh; - if(ww > 32767 || hh > 32767) + if (ww <= 0 || ww > 32767 || + hh <= 0 || hh > 32767 || + hh >= (G_MAXINT/sizeof(uint32)) / ww) { TIFFClose(tif); return NULL; diff -urN imlib-1.9.13.orig/gdk_imlib/io-xpm.c imlib-1.9.13/gdk_imlib/io-xpm.c --- imlib-1.9.13.orig/gdk_imlib/io-xpm.c Mon Mar 4 17:26:51 2002 +++ gdk_imlib/io-xpm.c Thu Sep 16 17:08:24 2004 @@ -40,8 +40,12 @@ context = 0; i = j = 0; cmap = NULL; + memset(lookup, 0, sizeof(lookup)); line = malloc(lsz); + if (!line) + return NULL; + while (!done) { pc = c; @@ -70,25 +74,25 @@ { /* Header */ sscanf(line, "%i %i %i %i", w, h, &ncolors, &cpp); - if (ncolors > 32766) + if (ncolors <= 0 || ncolors > 32766) { fprintf(stderr, "gdk_imlib ERROR: XPM files wth colors > 32766 not supported\n"); free(line); return NULL; } - if (cpp > 5) + if (cpp <= 0 || cpp > 5) { fprintf(stderr, "gdk_imlib ERROR: XPM files with characters per pixel > 5 not supported\n"); free(line); return NULL; } - if (*w > 32767) + if (*w <= 0 || *w > 32767) { fprintf(stderr, "gdk_imlib ERROR: Image width > 32767 pixels for file\n"); free(line); return NULL; } - if (*h > 32767) + if (*h <= 0 || *h > 32767) { fprintf(stderr, "gdk_imlib ERROR: Image height > 32767 pixels for file\n"); free(line); @@ -120,11 +124,13 @@ { int slen; int hascolor, iscolor; + int space; hascolor = 0; iscolor = 0; tok[0] = 0; col[0] = 0; + space = sizeof(col) - 1; s[0] = 0; len = strlen(line); strncpy(cmap[j].str, line, cpp); @@ -147,10 +153,10 @@ { if (k >= len) { - if (col[0]) - strcat(col, " "); - if (strlen(col) + strlen(s) < sizeof(col)) - strcat(col, s); + if (col[0] && space > 0) + strncat(col, " ", space), space -= 1; + if (slen <= space) + strcat(col, s), space -= slen; } if (col[0]) { @@ -180,14 +186,17 @@ } } } - strcpy(tok, s); + if (slen < sizeof(tok)) + strcpy(tok, s); col[0] = 0; + space = sizeof(col) - 1; } else { - if (col[0]) - strcat(col, " "); - strcat(col, s); + if (col[0] && space > 0) + strcat(col, " "), space -= 1; + if (slen <= space) + strcat(col, s), space -= slen; } } } diff -urN imlib-1.9.13.orig/gdk_imlib/misc.c imlib-1.9.13/gdk_imlib/misc.c --- imlib-1.9.13.orig/gdk_imlib/misc.c Mon Mar 4 17:26:51 2002 +++ gdk_imlib/misc.c Thu Sep 16 16:35:32 2004 @@ -1355,11 +1355,16 @@ /* * Make sure we don't wrap on our memory allocations + * we check G_MAX_INT/4 because rend.c malloc's w * h * bpp + * + 3 is safety margin */ void *_gdk_malloc_image(unsigned int w, unsigned int h) { - if( w > 32767 || h > 32767) + if (w <= 0 || w > 32767 || + h <= 0 || h > 32767 || + h >= (G_MAXINT/4 - 1) / w) return NULL; - return malloc(w * h * 3); + return malloc(w * h * 3 + 3); } + diff -urN imlib-1.9.13.orig/gdk_imlib/utils.c imlib-1.9.13/gdk_imlib/utils.c --- imlib-1.9.13.orig/gdk_imlib/utils.c Mon Mar 4 17:26:51 2002 +++ gdk_imlib/utils.c Thu Sep 16 17:28:35 2004 @@ -1236,36 +1236,56 @@ context = 0; ptr = NULL; end = NULL; + memset(lookup, 0, sizeof(lookup)); while (!done) { line = data[count++]; + if (!line) + break; + line = strdup(line); + if (!line) + break; + len = strlen(line); + for (i = 0; i < len; ++i) + { + c = line[i]; + if (c < 32) + line[i] = 32; + else if (c > 127) + line[i] = 127; + } + if (context == 0) { /* Header */ sscanf(line, "%i %i %i %i", &w, &h, &ncolors, &cpp); - if (ncolors > 32766) + if (ncolors <= 0 || ncolors > 32766) { fprintf(stderr, "gdk_imlib ERROR: XPM data wth colors > 32766 not supported\n"); free(im); + free(line); return NULL; } - if (cpp > 5) + if (cpp <= 0 || cpp > 5) { fprintf(stderr, "gdk_imlib ERROR: XPM data with characters per pixel > 5 not supported\n"); free(im); + free(line); return NULL; } - if (w > 32767) + if (w <= 0 || w > 32767) { fprintf(stderr, "gdk_imlib ERROR: Image width > 32767 pixels for data\n"); free(im); + free(line); return NULL; } - if (h > 32767) + if (h <= 0 || h > 32767) { fprintf(stderr, "gdk_imlib ERROR: Image height > 32767 pixels for data\n"); free(im); + free(line); return NULL; } cmap = malloc(sizeof(struct _cmap) * ncolors); @@ -1273,6 +1293,7 @@ if (!cmap) { free(im); + free(line); return NULL; } im->rgb_width = w; @@ -1282,6 +1303,7 @@ { free(cmap); free(im); + free(line); return NULL; } im->alpha_data = NULL; @@ -1355,7 +1377,7 @@ strcpy(col + colptr, " "); colptr++; } - if (colptr + ls <= sizeof(col)) + if (colptr + ls < sizeof(col)) { strcpy(col + colptr, s); colptr += ls; @@ -1558,6 +1580,7 @@ } if ((ptr) && ((ptr - im->rgb_data) >= w * h * 3)) done = 1; + free(line); } if (!transp) { --ZPt4rx8FFjLCG7dd-- From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 15:46:38 2005 Return-Path: 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 BC9D516A4CE for ; Fri, 21 Jan 2005 15:46:38 +0000 (GMT) Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1489843D41 for ; Fri, 21 Jan 2005 15:46:38 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd09.aul.t-online.de by mailout10.sul.t-online.com with smtp id 1Cs0zc-0005D1-00; Fri, 21 Jan 2005 16:46:36 +0100 Received: from Andro-Beta.Leidinger.net (XZEWvrZbgeoA-kpyQMweFU-1dFLnjCE4iTUzNQcB-SyUnoT756E14s@[84.128.195.53]) by fmrl09.sul.t-online.com with esmtp id 1Cs0zT-0yWxUG0; Fri, 21 Jan 2005 16:46:27 +0100 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) j0LFjQnU026097; Fri, 21 Jan 2005 16:45:27 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Fri, 21 Jan 2005 16:47:15 +0100 From: Alexander Leidinger To: Joe Marcus Clarke Message-ID: <20050121164715.3d69714c@Magellan.Leidinger.net> In-Reply-To: <1106277278.54173.22.camel@shumai.marcuscom.com> References: <20050120173933.6bb3c3cc@Magellan.Leidinger.net> <1106277278.54173.22.camel@shumai.marcuscom.com> X-Mailer: Sylpheed-Claws 1.0.0 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ID: XZEWvrZbgeoA-kpyQMweFU-1dFLnjCE4iTUzNQcB-SyUnoT756E14s@t-dialin.net X-TOI-MSGID: fff81ebc-74c0-4c9b-972f-abaa7a2758e6 cc: FreeBSD GNOME Users Subject: Re: strange mozilla build failure X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 15:46:38 -0000 On Thu, 20 Jan 2005 22:14:38 -0500 Joe Marcus Clarke wrote: > > This is on -current from Jan 4, may I bee stumbled over a bug in our > > make (I remember a discussion about a bug in make, but I'm not sure if > > the timeframe fits)? > > mozilla-config.h > > This config file is imported during compile time with the line: > > -include mozilla-config.h > > Therefore, it is highly possible that you're running into a make bug. I've update to todays current, but no success, I see the same error. Now I'm upgrading from perl 5.6 to 5.8, maybe it's involved (blindly pointing on something...). Bye, Alexander. -- The computer revolution is over. The computers won. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 18:07:06 2005 Return-Path: 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 4E53E16A4CE; Fri, 21 Jan 2005 18:07:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28BCB43D3F; Fri, 21 Jan 2005 18:07:06 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0LI764H051001; Fri, 21 Jan 2005 18:07:06 GMT (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0LI76hP050997; Fri, 21 Jan 2005 18:07:06 GMT (envelope-from adamw) Date: Fri, 21 Jan 2005 18:07:06 GMT From: Adam Weinberger Message-Id: <200501211807.j0LI76hP050997@freefall.freebsd.org> To: oliver@freebsd.org, adamw@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/76452: unbreak mozilla-devel for FreeBSD 4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 18:07:06 -0000 Synopsis: unbreak mozilla-devel for FreeBSD 4 State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Fri Jan 21 18:06:48 GMT 2005 State-Changed-Why: That fixed it. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=76452 From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 18:09:36 2005 Return-Path: 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 4535716A4CE for ; Fri, 21 Jan 2005 18:09:36 +0000 (GMT) Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id C33C243D31 for ; Fri, 21 Jan 2005 18:09:35 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd09.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1Cs3Dy-0001yt-00; Fri, 21 Jan 2005 19:09:34 +0100 Received: from Andro-Beta.Leidinger.net (ECOHFqZSgeRsX5NN8Rf1L99mQ1OGLzT+UHae4NP-pYii5BhK0Z2kQf@[84.128.195.53]) by fmrl09.sul.t-online.com with esmtp id 1Cs3Dh-1T5rVY0; Fri, 21 Jan 2005 19:09:17 +0100 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) j0LI8GYK046349; Fri, 21 Jan 2005 19:08:16 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Fri, 21 Jan 2005 19:10:05 +0100 From: Alexander Leidinger To: Joe Marcus Clarke Message-ID: <20050121191005.2e46d0f7@Magellan.Leidinger.net> In-Reply-To: <20050121164715.3d69714c@Magellan.Leidinger.net> References: <20050120173933.6bb3c3cc@Magellan.Leidinger.net> <1106277278.54173.22.camel@shumai.marcuscom.com> <20050121164715.3d69714c@Magellan.Leidinger.net> X-Mailer: Sylpheed-Claws 1.0.0 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ID: ECOHFqZSgeRsX5NN8Rf1L99mQ1OGLzT+UHae4NP-pYii5BhK0Z2kQf@t-dialin.net X-TOI-MSGID: 14a27b8b-78b0-4f50-97db-29914509739a cc: FreeBSD GNOME Users Subject: Re: strange mozilla build failure X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 18:09:36 -0000 On Fri, 21 Jan 2005 16:47:15 +0100 Alexander Leidinger wrote: > > Therefore, it is highly possible that you're running into a make bug. > > I've update to todays current, but no success, I see the same error. Now > I'm upgrading from perl 5.6 to 5.8, maybe it's involved (blindly > pointing on something...). Ok, obviously this wasn't the cause (but I had an "excuse" to update my perl ports ;) ). I don't know why, but restarting the build after it aborts lets the build process proceed further... ?-/ Bye, Alexander. -- The computer revolution is over. The computers won. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 19:29:57 2005 Return-Path: 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 F142E16A4CE for ; Fri, 21 Jan 2005 19:29:56 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [83.136.81.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id E82F543D45 for ; Fri, 21 Jan 2005 19:29:55 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: (qmail 5235 invoked by uid 89); 21 Jan 2005 19:28:17 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (83.136.81.185) by avocado.salatschuessel.net with SMTP; 21 Jan 2005 19:28:17 -0000 Date: Fri, 21 Jan 2005 20:30:08 +0100 From: Oliver Lehmann To: Adam Weinberger Message-Id: <20050121203008.7bf5bea2.oliver@FreeBSD.org> In-Reply-To: <200501211807.j0LI76hP050997@freefall.freebsd.org> References: <200501211807.j0LI76hP050997@freefall.freebsd.org> X-Mailer: Sylpheed version 1.0.0-gtk2-20041224 (GTK+ 2.4.14; i386-portbld-freebsd4.11) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Fri__21_Jan_2005_20_30_08_+0100_tVCtpslEzeghQujG" cc: gnome@FreeBSD.org cc: adamw@FreeBSD.org cc: oliver@freebsd.org Subject: Re: ports/76452: unbreak mozilla-devel for FreeBSD 4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 19:29:57 -0000 This is a multi-part message in MIME format. --Multipart=_Fri__21_Jan_2005_20_30_08_+0100_tVCtpslEzeghQujG Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Adam Weinberger wrote: > Synopsis: unbreak mozilla-devel for FreeBSD 4 > > State-Changed-From-To: open->closed > State-Changed-By: adamw > State-Changed-When: Fri Jan 21 18:06:48 GMT 2005 > State-Changed-Why: > That fixed it. Thanks! > it looks like importing a6 break the extra-patch. Please find a new one attached. I was unfortunately not able to try ithe compile out yet , but this one applies cleanly. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ --Multipart=_Fri__21_Jan_2005_20_30_08_+0100_tVCtpslEzeghQujG Content-Type: application/octet-stream; name="extra-patch-nsSVGLibartGlyphMetricsFT.cpp" Content-Disposition: attachment; filename="extra-patch-nsSVGLibartGlyphMetricsFT.cpp" Content-Transfer-Encoding: base64 LS0tIGxheW91dC9zdmcvcmVuZGVyZXIvc3JjL2xpYmFydC9uc1NWR0xpYmFydEdseXBoTWV0cmlj c0ZULmNwcC5vcmlnCVR1ZSBOb3YgMjMgMTk6MDE6MDEgMjAwNAorKysgbGF5b3V0L3N2Zy9yZW5k ZXJlci9zcmMvbGliYXJ0L25zU1ZHTGliYXJ0R2x5cGhNZXRyaWNzRlQuY3BwCUZyaSBKYW4gMjEg MDc6Mzc6MDggMjAwNQpAQCAtNTYsNiArNTYsMTIgQEAKICNpbmNsdWRlICJuc0FycmF5LmgiCiAj aW5jbHVkZSAibnNEYXRhSGFzaHRhYmxlLmgiCiAKKyNpZmRlZiBIQVZFX0NQUF8yQllURV9XQ0hB Ul9UCisgIHR5cGVkZWYgbnNEZXBlbmRlbnRTdHJpbmcgbnNMaXRlcmFsU3RyaW5nOworI2Vsc2UK KyAgdHlwZWRlZiBOU19Db252ZXJ0QVNDSUl0b1VURjE2IG5zTGl0ZXJhbFN0cmluZzsKKyNlbmRp ZgorCiAvKioKICAqIFxhZGR0b2dyb3VwIGxpYmFydF9yZW5kZXJlciBMaWJhcnQgUmVuZGVyaW5n IEVuZ2luZQogICogQHsK --Multipart=_Fri__21_Jan_2005_20_30_08_+0100_tVCtpslEzeghQujG-- From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 19:43:28 2005 Return-Path: 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 3E82B16A4CE; Fri, 21 Jan 2005 19:43:28 +0000 (GMT) Received: from connectmail.carleton.ca (connectmail.carleton.ca [134.117.2.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id F314D43D1D; Fri, 21 Jan 2005 19:43:27 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from [192.168.1.105] ([134.117.145.25]) by connectmail.carleton.ca (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTPSA id <0IAO0079EMSEFK@connectmail.carleton.ca>; Fri, 21 Jan 2005 14:43:26 -0500 (EST) Date: Fri, 21 Jan 2005 14:46:01 -0500 From: Adam Weinberger In-reply-to: <20050121203008.7bf5bea2.oliver@FreeBSD.org> To: Oliver Lehmann Message-id: <41F15BF9.4090805@FreeBSD.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0 (X11/20050105) References: <200501211807.j0LI76hP050997@freefall.freebsd.org> <20050121203008.7bf5bea2.oliver@FreeBSD.org> cc: gnome@FreeBSD.org Subject: Re: ports/76452: unbreak mozilla-devel for FreeBSD 4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 19:43:28 -0000 Oliver Lehmann wrote: > Adam Weinberger wrote: > > >>Synopsis: unbreak mozilla-devel for FreeBSD 4 >> >>State-Changed-From-To: open->closed >>State-Changed-By: adamw >>State-Changed-When: Fri Jan 21 18:06:48 GMT 2005 >>State-Changed-Why: >>That fixed it. Thanks! >> > > > it looks like importing a6 break the extra-patch. > Please find a new one attached. I was unfortunately not able to try ithe > compile out yet , but this one applies cleanly. I thought I'd removed that patch last night. Please re-checkout your sources and make sure that I didn't screw that up. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 19:55:56 2005 Return-Path: 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 B1EC716A4CE; Fri, 21 Jan 2005 19:55:56 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3229143D2F; Fri, 21 Jan 2005 19:55:56 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) j0LJu4ue062614; Fri, 21 Jan 2005 14:56:04 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Adam Weinberger In-Reply-To: <41F15BF9.4090805@FreeBSD.org> References: <200501211807.j0LI76hP050997@freefall.freebsd.org> <41F15BF9.4090805@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-a/cBfniw/RCWaI+LCwj8" Organization: MarcusCom, Inc. Date: Fri, 21 Jan 2005 14:55:43 -0500 Message-Id: <1106337343.93512.37.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: FreeBSD GNOME Users cc: Oliver Lehmann Subject: Re: ports/76452: unbreak mozilla-devel for FreeBSD 4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 19:55:56 -0000 --=-a/cBfniw/RCWaI+LCwj8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2005-01-21 at 14:46 -0500, Adam Weinberger wrote: > Oliver Lehmann wrote: > > Adam Weinberger wrote: > >=20 > >=20 > >>Synopsis: unbreak mozilla-devel for FreeBSD 4 > >> > >>State-Changed-From-To: open->closed > >>State-Changed-By: adamw > >>State-Changed-When: Fri Jan 21 18:06:48 GMT 2005 > >>State-Changed-Why:=20 > >>That fixed it. Thanks! > >> > >=20 > >=20 > > it looks like importing a6 break the extra-patch. > > Please find a new one attached. I was unfortunately not able to try ith= e > > compile out yet , but this one applies cleanly. >=20 > I thought I'd removed that patch last night. Please re-checkout your=20 > sources and make sure that I didn't screw that up. Adam, are you going to fix Galeon, Epiphany, mplayer-plugin, yelp (on MarcusCom) to use USE_GCC=3D3.4 on 4.X if mozilla-devel is desired? Joe >=20 > # Adam >=20 >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-a/cBfniw/RCWaI+LCwj8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB8V4/b2iPiv4Uz4cRAmM7AJ0bhKBwmVX81nDfQeCQjre/Jkj9iwCeNgZd T4CUal+x0MoOydtednPk8Dg= =GsXW -----END PGP SIGNATURE----- --=-a/cBfniw/RCWaI+LCwj8-- From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 21:00:43 2005 Return-Path: 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 8739D16A4CE; Fri, 21 Jan 2005 21:00:43 +0000 (GMT) Received: from connectmail.carleton.ca (connectmail.carleton.ca [134.117.2.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF7643D1F; Fri, 21 Jan 2005 21:00:43 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from [192.168.1.105] ([134.117.145.25]) by connectmail.carleton.ca (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTPSA id <0IAO007RQQD6FK@connectmail.carleton.ca>; Fri, 21 Jan 2005 16:00:42 -0500 (EST) Date: Fri, 21 Jan 2005 16:03:16 -0500 From: Adam Weinberger In-reply-to: <1106337343.93512.37.camel@shumai.marcuscom.com> To: Joe Marcus Clarke Message-id: <41F16E14.4060303@FreeBSD.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0 (X11/20050105) References: <200501211807.j0LI76hP050997@freefall.freebsd.org> <20050121203008.7bf5bea2.oliver@FreeBSD.org> <41F15BF9.4090805@FreeBSD.org> <1106337343.93512.37.camel@shumai.marcuscom.com> cc: FreeBSD GNOME Users cc: Oliver Lehmann Subject: Re: ports/76452: unbreak mozilla-devel for FreeBSD 4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 21:00:43 -0000 Joe Marcus Clarke wrote: > On Fri, 2005-01-21 at 14:46 -0500, Adam Weinberger wrote: > >>Oliver Lehmann wrote: >> >>>Adam Weinberger wrote: >>> >>> >>> >>>>Synopsis: unbreak mozilla-devel for FreeBSD 4 >>>> >>>>State-Changed-From-To: open->closed >>>>State-Changed-By: adamw >>>>State-Changed-When: Fri Jan 21 18:06:48 GMT 2005 >>>>State-Changed-Why: >>>>That fixed it. Thanks! >>>> >>> >>> >>>it looks like importing a6 break the extra-patch. >>>Please find a new one attached. I was unfortunately not able to try ithe >>>compile out yet , but this one applies cleanly. >> >>I thought I'd removed that patch last night. Please re-checkout your >>sources and make sure that I didn't screw that up. > > > Adam, are you going to fix Galeon, Epiphany, mplayer-plugin, yelp (on > MarcusCom) to use USE_GCC=3.4 on 4.X if mozilla-devel is desired? oy, i didn't realize they'd need it too. i'll do that too then. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 22:08:37 2005 Return-Path: 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 2503416A4CE for ; Fri, 21 Jan 2005 22:08:37 +0000 (GMT) Received: from smtp-out1.email.it (smtp-out1.email.it [80.247.70.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A4243D3F for ; Fri, 21 Jan 2005 22:08:36 +0000 (GMT) (envelope-from antongiulio@email.it) Received: by smtp-out1.email.it (Email.it, from userid 101) id A12511C8009; Fri, 21 Jan 2005 23:08:44 +0100 (CET) Received: from localhost.org (host169-223.pool80181.interbusiness.it [80.181.223.169])by smtp-out1.email.it (Email.it) with ESMTP id 15E451C8002for ; Fri, 21 Jan 2005 23:08:44 +0100 (CET) Date: Fri, 21 Jan 2005 23:08:39 +0100 From: antongiulio To: freebsd-gnome@freebsd.org Message-Id: <20050121230839.3ccded48.antongiulio@email.it> In-Reply-To: <20050103093619.5d8e8321.antongiulio@email.it> References: <20050103093619.5d8e8321.antongiulio@email.it> X-Mailer: Sylpheed version 1.0.0rc (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Copyrighted-Material: Please visit http://www.email.it/ita/privacy.html Subject: GDM start problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 22:08:37 -0000 Hi, I'm using freebsd 5.3. I have installed gdm2, and in pkg-messages from port there is a link for gdm2 patch: http://www.FreeBSD.org/~marcus/pam_get_user.c.diff I have applied it but it doesn't work and returns: localhost# patch -p < pam_get_user.c.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/contrib/openpam/lib/pam_get_user.c.orig Tue Jun 17 14:25:47 2003 |+++ src/contrib/openpam/lib/pam_get_user.c Tue Jun 17 14:26:09 2003 -------------------------- Patching file src/contrib/openpam/lib/pam_get_user.c using Plan A... Hunk #1 failed at 64. 1 out of 1 hunks failed--saving rejects to src/contrib/openpam/lib/pam_get_user.c.rej done Then I have copied /usr/ports/x11/gdm2/files/gdm.sh.sample in /etc/rc.d/gdm.sh but when reboot system I got: "can't get /dev/console for controlling terminal: Operation not permitted" Can you help me? Thank you very much Giulio -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Prestiti Online. Scopri subito se sei finanziabile. in 24 ore senza spese né anticipi, clicca qui * Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2908&d=21-1 From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 22:17:36 2005 Return-Path: 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 3480116A4CF for ; Fri, 21 Jan 2005 22:17:36 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 486E243D2D for ; Fri, 21 Jan 2005 22:17:35 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) j0LMHfwI065649; Fri, 21 Jan 2005 17:17:41 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: antongiulio In-Reply-To: <20050121230839.3ccded48.antongiulio@email.it> References: <20050103093619.5d8e8321.antongiulio@email.it> <20050121230839.3ccded48.antongiulio@email.it> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-5uP9VORkfWqZiuTQmDmv" Organization: MarcusCom, Inc. Date: Fri, 21 Jan 2005 17:17:20 -0500 Message-Id: <1106345841.93512.47.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: freebsd-gnome@freebsd.org Subject: Re: GDM start problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 22:17:36 -0000 --=-5uP9VORkfWqZiuTQmDmv Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2005-01-21 at 23:08 +0100, antongiulio wrote: > Hi, >=20 > I'm using freebsd 5.3. I have installed gdm2, and in pkg-messages from po= rt there is a link for gdm2 patch: > http://www.FreeBSD.org/~marcus/pam_get_user.c.diff >=20 > I have applied it but it doesn't work and returns: >=20 > localhost# patch -p < pam_get_user.c.diff > Hmm... Looks like a unified diff to me... > The text leading up to this was: > -------------------------- > |--- src/contrib/openpam/lib/pam_get_user.c.orig Tue Jun 17 14:25:= 47 2003 > |+++ src/contrib/openpam/lib/pam_get_user.c Tue Jun 17 14:26:09 2003 > -------------------------- > Patching file src/contrib/openpam/lib/pam_get_user.c using Plan A... Hunk= #1 failed at 64. > 1 out of 1 hunks failed--saving rejects to src/contrib/openpam/lib/pam_ge= t_user.c.rej done Read the pkg-message carefully. This patch is not required in 5.3. >=20 > Then I have copied /usr/ports/x11/gdm2/files/gdm.sh.sample in /etc/rc.d/g= dm.sh >=20 > but when reboot system I got: >=20 > "can't get /dev/console for controlling terminal: Operation not permitted= " >=20 > Can you help me? You need to run /usr/X11R6/etc/rc.d/gdm.sh start as root. Do _NOT_ copy the same script to /etc. Joe >=20 > Thank you very much > Giulio > =20 >=20 > -- > Email.it, the professional e-mail, gratis per te: http://www.email.it/f > =20 > Sponsor: > Prestiti Online. Scopri subito se sei finanziabile. in 24 ore senza spes= e n anticipi, clicca qui > *=20 > Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=3D2908&d=3D21-1 > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-5uP9VORkfWqZiuTQmDmv Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB8X9wb2iPiv4Uz4cRAq0rAJ9C4T6jEwH3gVfxeQ2nO0crW6Zr6QCfQHA9 qNeYVYmwxLozaYR51MNLpsg= =FUIr -----END PGP SIGNATURE----- --=-5uP9VORkfWqZiuTQmDmv-- From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 23:18:15 2005 Return-Path: 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 C08C316A4D3; Fri, 21 Jan 2005 23:18:15 +0000 (GMT) Received: from out012.verizon.net (out012pub.verizon.net [206.46.170.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B2D043D48; Fri, 21 Jan 2005 23:18:15 +0000 (GMT) (envelope-from reso3w83@verizon.net) Received: from ringworm.mechee.com ([4.26.84.7]) by out012.verizon.net ESMTP <20050121231814.BEKN10436.out012.verizon.net@ringworm.mechee.com>; Fri, 21 Jan 2005 17:18:14 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 444C62CEA7A; Fri, 21 Jan 2005 15:14:37 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Fri, 21 Jan 2005 15:14:32 -0800 User-Agent: KMail/1.7.2 References: <41F17C20.6090808@mykitchentable.net> In-Reply-To: <41F17C20.6090808@mykitchentable.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501211514.36252.reso3w83@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out012.verizon.net from [4.26.84.7] at Fri, 21 Jan 2005 17:18:14 -0600 cc: gnome@FreeBSD.org cc: Drew Tomlinson Subject: Re: What Port Installs /usr/local/lib/libiconv.la? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 23:18:16 -0000 On Friday 21 January 2005 02:03 pm, Drew Tomlinson wrote: > I'm attempting to upgrade the libiconv port from 1.9.1 to 1.9.2 but > keep getting this error: > > libtool15: link: cannot find the library `/usr/local/lib/libiconv.la' > > A 'ls' of /usr/local/lib confirms this file doesn't exist. What port > should I install to get this file? > Seems like it is part of this > port, as I see several references to it in the build output. However > I don't see any error regarding it other than the one above. My > complete build output can be viewed here: > > http://drew.mykitchentable.net/libiconv.log > > Thanks for your help! > > Drew yours FreeBSD 4.11???: if [ ! -d /usr/local/bin ] ; then /bin/sh ../autoconf/mkinstalldirs /usr/local/bin ; fi case "freebsd4.11" in hpux*) cc `if test -n ''; then /usr/local/bin; fi` iconv.o ../srclib/libicrt.a -L/usr/local/lib -liconv -o iconv;; *) /bin/sh /usr/local/bin/libtool15 --mode=link cc `if test -n ''; then /usr/local/bin; fi` iconv.o ../srclib/libicrt.a /usr/local/lib/libiconv.la -o iconv;; esac mine FreeBSD 5.3: if [ ! -d /usr/local/bin ] ; then /bin/sh ../autoconf/mkinstalldirs /usr/local/bin ; fi case "freebsd5.3" in hpux*) cc `if test -n ''; then /usr/local/bin; fi` iconv.o ../srclib/libicrt.a -L/usr/local/lib -liconv -o iconv;; freebsd*) /bin/sh /usr/local/bin/libtool15 --mode=link cc `if test -n ''; then /usr/local/bin; fi` iconv.o ../srclib/libicrt.a ../lib//libiconv.la -o iconv;; *) /bin/sh /usr/local/bin/libtool15 --mode=link cc `if test -n ''; then /usr/local/bin; fi` iconv.o ../srclib/libicrt.a /usr/local/lib/libiconv.la -o iconv;; esac Your running FreeBSD 4.11 it looks like, it installs fine on FreeBSD 5.3 Stable. I'm cc'ing th maintainer gnome@FreeBSD.org for you to let him know there may be a problem on 4.11 with the port. -Mike From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 23:42:31 2005 Return-Path: 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 CA58C16A4CE; Fri, 21 Jan 2005 23:42:31 +0000 (GMT) Received: from relay04.roc.ny.frontiernet.net (relay04.roc.ny.frontiernet.net [66.133.131.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E62643D39; Fri, 21 Jan 2005 23:42:31 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from filter02.roc.ny.frontiernet.net (filter02.roc.ny.frontiernet.net [66.133.131.177]) by relay04.roc.ny.frontiernet.net (Postfix) with ESMTP id 9DA5A10436; Fri, 21 Jan 2005 23:42:30 +0000 (UTC) Received: from relay04.roc.ny.frontiernet.net ([66.133.131.37]) [66.133.131.177]) (amavisd-new, port 10024) with LMTP id 02588-02-57; Fri, 21 Jan 2005 23:42:30 +0000 (UTC) Received: from blacklamb.mykitchentable.net (67-137-45-225.dsl2.elk.ca.frontiernet.net [67.137.45.225]) by relay04.roc.ny.frontiernet.net (Postfix) with ESMTP id 38A0C100F3; Fri, 21 Jan 2005 23:42:28 +0000 (UTC) Received: from [165.107.42.204] (unknown [165.107.42.204]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 4D0E13BF3BF; Fri, 21 Jan 2005 15:42:27 -0800 (PST) Message-ID: <41F1935C.4060207@mykitchentable.net> Date: Fri, 21 Jan 2005 15:42:20 -0800 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Michael C. Shultz" References: <41F17C20.6090808@mykitchentable.net> <200501211514.36252.reso3w83@verizon.net> In-Reply-To: <200501211514.36252.reso3w83@verizon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20040701 (2.0) at filter02.roc.ny.frontiernet.net cc: gnome@FreeBSD.org cc: freebsd-questions@freebsd.org Subject: Re: What Port Installs /usr/local/lib/libiconv.la? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jan 2005 23:42:32 -0000 On 1/21/2005 3:14 PM Michael C. Shultz wrote: >On Friday 21 January 2005 02:03 pm, Drew Tomlinson wrote: > > >>I'm attempting to upgrade the libiconv port from 1.9.1 to 1.9.2 but >>keep getting this error: >> >>libtool15: link: cannot find the library `/usr/local/lib/libiconv.la' >> >>A 'ls' of /usr/local/lib confirms this file doesn't exist. What port >>should I install to get this file? >> >> > > > >>Seems like it is part of this >>port, as I see several references to it in the build output. However >>I don't see any error regarding it other than the one above. My >>complete build output can be viewed here: >> >>http://drew.mykitchentable.net/libiconv.log >> >>Thanks for your help! >> >>Drew >> >> >yours FreeBSD 4.11???: >if [ ! -d /usr/local/bin ] ; >then /bin/sh ../autoconf/mkinstalldirs /usr/local/bin ; fi >case "freebsd4.11" in hpux*) cc `if test -n ''; then /usr/local/bin; >fi` iconv.o ../srclib/libicrt.a -L/usr/local/lib -liconv -o iconv;; >*) /bin/sh /usr/local/bin/libtool15 --mode=link cc `if test -n ''; >then /usr/local/bin; fi` >iconv.o ../srclib/libicrt.a /usr/local/lib/libiconv.la -o iconv;; >esac > >mine FreeBSD 5.3: >if [ ! -d /usr/local/bin ] ; >then /bin/sh ../autoconf/mkinstalldirs /usr/local/bin ; fi >case "freebsd5.3" in hpux*) cc `if test -n ''; then /usr/local/bin; >fi` iconv.o ../srclib/libicrt.a -L/usr/local/lib -liconv -o iconv;; >freebsd*) /bin/sh /usr/local/bin/libtool15 --mode=link cc `if test -n >''; then /usr/local/bin; fi` >iconv.o ../srclib/libicrt.a ../lib//libiconv.la -o iconv;; >*) /bin/sh /usr/local/bin/libtool15 --mode=link cc `if test -n ''; >then /usr/local/bin; fi` >iconv.o ../srclib/libicrt.a /usr/local/lib/libiconv.la -o iconv;; >esac > > >Your running FreeBSD 4.11 it looks like, it installs fine on FreeBSD 5.3 >Stable. I'm cc'ing th maintainer gnome@FreeBSD.org for you to let him >know there may be a problem on 4.11 with the port. > >-Mike > > Thanks. I'm running 4.10. Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More! http://www.alchemistswarehouse.com From owner-freebsd-gnome@FreeBSD.ORG Sat Jan 22 00:17:16 2005 Return-Path: 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 EF1F716A4CE; Sat, 22 Jan 2005 00:17:15 +0000 (GMT) Received: from connectmail.carleton.ca (connectmail.carleton.ca [134.117.2.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A87843D48; Sat, 22 Jan 2005 00:17:15 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from [192.168.1.105] ([134.117.145.25]) by connectmail.carleton.ca (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTPSA id <0IAO007P8ZGQFK@connectmail.carleton.ca>; Fri, 21 Jan 2005 19:17:14 -0500 (EST) Date: Fri, 21 Jan 2005 19:19:50 -0500 From: Adam Weinberger In-reply-to: <41F16E14.4060303@FreeBSD.org> To: Adam Weinberger Message-id: <41F19C26.7060405@FreeBSD.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0 (X11/20050105) References: <200501211807.j0LI76hP050997@freefall.freebsd.org> <41F15BF9.4090805@FreeBSD.org><41F16E14.4060303@FreeBSD.org> cc: FreeBSD GNOME Users cc: Oliver Lehmann Subject: Re: ports/76452: unbreak mozilla-devel for FreeBSD 4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Jan 2005 00:17:16 -0000 Adam Weinberger wrote: > Joe Marcus Clarke wrote: > >> On Fri, 2005-01-21 at 14:46 -0500, Adam Weinberger wrote: >> >>> Oliver Lehmann wrote: >>> >>>> Adam Weinberger wrote: >>>> >>>> >>>> >>>>> Synopsis: unbreak mozilla-devel for FreeBSD 4 >>>>> >>>>> State-Changed-From-To: open->closed >>>>> State-Changed-By: adamw >>>>> State-Changed-When: Fri Jan 21 18:06:48 GMT 2005 >>>>> State-Changed-Why: That fixed it. Thanks! >>>>> >>>> >>>> >>>> it looks like importing a6 break the extra-patch. >>>> Please find a new one attached. I was unfortunately not able to try >>>> ithe >>>> compile out yet , but this one applies cleanly. >>> >>> >>> I thought I'd removed that patch last night. Please re-checkout your >>> sources and make sure that I didn't screw that up. >> >> >> >> Adam, are you going to fix Galeon, Epiphany, mplayer-plugin, yelp (on >> MarcusCom) to use USE_GCC=3.4 on 4.X if mozilla-devel is desired? > > > oy, i didn't realize they'd need it too. i'll do that too then. I've committed updates to these. Anything else this weekend will need to be covered by someone else as some serious proverbial shit has just hit my proverbial fan. Sorry in advance if I screwed something up with these fixes. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx