From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 14 02:15:01 2003 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 A2CC116A4CE; Sun, 14 Dec 2003 02:15:01 -0800 (PST) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D5743D09; Sun, 14 Dec 2003 02:14:55 -0800 (PST) (envelope-from johnmary@adelphia.net) Received: from adelphia.net ([68.169.191.32]) by mta11.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031214101454.SQMB13090.mta11.adelphia.net@adelphia.net>; Sun, 14 Dec 2003 05:14:54 -0500 Message-ID: <3FDC3819.9000704@adelphia.net> Date: Sun, 14 Dec 2003 02:14:49 -0800 From: John Merryweather Cooper User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Submit Bugs Content-Type: multipart/mixed; boundary="------------000207040108000101080102" cc: gnome@freebsd.org Subject: [UPDATE] Update x11-toolkits/gtk-sharp to 0.14 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, 14 Dec 2003 10:15:01 -0000 This is a multi-part message in MIME format. --------------000207040108000101080102 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit --------------000207040108000101080102 Content-Type: text/plain; name="send-pr-update-gtk-sharp-0.14.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="send-pr-update-gtk-sharp-0.14.txt" SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: SEND-PR: Please consult the following URL if you are not sure how to SEND-PR: fill out a problem report: SEND-PR: http://www.freebsd.org/doc/en/articles/problem-reports/ SEND-PR: SEND-PR: Note that the Synopsis field is mandatory. SEND-PR: SEND-PR: Please note that (unless you state otherwise) if your report SEND-PR: includes a patch then it will be taken under the same license as SEND-PR: the one on the file(s) you want to change. SEND-PR: SEND-PR: BE ADVISED THAT FREEBSD PROBLEM REPORTS ARE PUBLIC INFORMATION AND SEND-PR: WILL BE PUBLISHED AS-IS ON THE PROJECT'S MAILING LISTS AND WEB SITES. SEND-PR: DO NOT SUBMIT ANY INFORMATION YOU DO NOT WANT MADE PUBLIC. SEND-PR: SEND-PR: If you wish to submit a problem report confidentially, then contact SEND-PR: the FreeBSD bugmaster (bugmaster@FreeBSD.org) to arrange for a SEND-PR: relevant developer to be contacted. SEND-PR: SEND-PR: For sensitive security issues, consider contacting the FreeBSD SEND-PR: security officer team (security-officer@freebsd.org) directly. SEND-PR: SEND-PR: Choose from the following categories: SEND-PR: SEND-PR: advocacy alpha amd64 bin conf docs SEND-PR: gnu i386 ia64 java kern misc SEND-PR: ports powerpc sparc64 standards www SEND-PR: To: FreeBSD-gnats-submit@freebsd.org From: John Merryweather Cooper Reply-To: John Merryweather Cooper Cc: gnome@FreeBSD.org X-send-pr-version: 3.113 X-GNATS-Notify: >Submitter-Id: current-users >Originator: John Merryweather Cooper >Organization: >Confidential: no >Synopsis: [UPDATE] Update x11-toolkits/gtk-sharp to 0.14 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 4.9-STABLE i386 >Environment: System: FreeBSD borgdemon.losaca.adelphia.net 4.9-STABLE FreeBSD 4.9-STABLE #2: Tue Dec 9 23:14:13 PST 2003 root@borgdemon.losaca.adelphia.net:/usr/obj/usr/src/sys/K6-2 i386 >Description: Update x11-toolkits/gtk-sharp to the latest version. >How-To-Repeat: N/A >Fix: # This is a patch for gtk-sharp to update it to gtk-sharp-0.14 # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # STEP 2: Run the 'patch' program with this file as input. # #### End of Preamble #### #### Patch data follows #### diff -u 'gtk-sharp/Makefile' 'gtk-sharp-0.14/Makefile' Index: ./Makefile --- ./Makefile Thu Dec 11 20:53:59 2003 +++ ./Makefile Sat Dec 13 23:59:11 2003 @@ -6,7 +6,7 @@ # PORTNAME= gtk-sharp -PORTVERSION= 0.11 +PORTVERSION= 0.14 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtk-sharp @@ -14,14 +14,20 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Gtk+ and GNOME interfaces for the .NET runtime -BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono -LIB_DEPENDS+= pgeasy.2:${PORTSDIR}/databases/postgresql72 - -# XXX Should conditionalise all the different parts of gtk# maybe. +BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono \ + gst-launch:${PORTSDIR}/multimedia/gstreamer +RUN_DEPENDS+= ${BUILD_DEPENDS} USE_LIBTOOL= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_GNOME= gnomehack libgda2 libgnomeui libgnomedb +USE_GNOME= gnomehier gnomehack libgda2 libgnomeui libgnomedb libgtkhtml + +post-patch: + @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \ + ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \ + ${WRKSRC}/parser/Makefile.in .include diff -u 'gtk-sharp/distinfo' 'gtk-sharp-0.14/distinfo' Index: ./distinfo --- ./distinfo Sun Oct 5 18:16:55 2003 +++ ./distinfo Sat Dec 13 23:05:35 2003 @@ -1 +1 @@ -MD5 (gtk-sharp-0.11.tar.gz) = c8375382ca7af9fc26f05d17db9df330 +MD5 (gtk-sharp-0.14.tar.gz) = bad1f3b208c69eddf2540132ce6b550d diff -u 'gtk-sharp/pkg-plist' 'gtk-sharp-0.14/pkg-plist' Index: ./pkg-plist --- ./pkg-plist Thu Dec 11 20:53:59 2003 +++ ./pkg-plist Sat Dec 13 23:49:24 2003 @@ -1,3 +1,7 @@ +bin/gapi-codegen +bin/gapi-fixup +bin/gapi-fixup.exe +bin/gapi-parser bin/gapi.pl bin/gapi2xml.pl bin/gapi_codegen.exe @@ -16,12 +20,11 @@ lib/gnome-sharp.dll lib/gnomedb-sharp.dll lib/gtk-sharp.dll -lib/libgtksharpglue.a lib/libgtksharpglue.so lib/pango-sharp.dll -lib/rsvg-sharp.dll libdata/pkgconfig/gapi.pc libdata/pkgconfig/gtk-sharp.pc +lib/rsvg-sharp.dll share/gapi/art-api.xml share/gapi/atk-api.xml share/gapi/gda-api.xml @@ -30,11 +33,185 @@ share/gapi/glade-api.xml share/gapi/gnome-api.xml share/gapi/gnomedb-api.xml -share/gapi/gst-api.xml share/gapi/gtk-api.xml share/gapi/gtk-symbols.xml share/gapi/pango-api.xml share/gapi/rsvg-api.xml share/perl5/GAPI/Metadata.pm +@dirrm share/xml +@dirrm share/skel +@dirrm share/sgml @dirrm share/perl5/GAPI +@dirrm share/perl5 +@dirrm share/nls/zh_TW.Big5 +@dirrm share/nls/zh_CN.eucCN +@dirrm share/nls/zh_CN.GBK +@dirrm share/nls/zh_CN.GB18030 +@dirrm share/nls/uk_UA.KOI8-U +@dirrm share/nls/uk_UA.ISO8859-5 +@dirrm share/nls/tr_TR.ISO8859-9 +@dirrm share/nls/sv_SE.ISO8859-15 +@dirrm share/nls/sv_SE.ISO8859-1 +@dirrm share/nls/sl_SI.ISO8859-2 +@dirrm share/nls/sk_SK.ISO8859-2 +@dirrm share/nls/ru_RU.KOI8-R +@dirrm share/nls/ru_RU.ISO8859-5 +@dirrm share/nls/ru_RU.CP866 +@dirrm share/nls/ru_RU.CP1251 +@dirrm share/nls/ro_RO.ISO8859-2 +@dirrm share/nls/pt_PT.ISO8859-15 +@dirrm share/nls/pt_PT.ISO8859-1 +@dirrm share/nls/pt_BR.ISO8859-1 +@dirrm share/nls/pl_PL.ISO8859-2 +@dirrm share/nls/no_NO.ISO8859-15 +@dirrm share/nls/no_NO.ISO8859-1 +@dirrm share/nls/nl_NL.ISO8859-15 +@dirrm share/nls/nl_NL.ISO8859-1 +@dirrm share/nls/nl_BE.ISO8859-15 +@dirrm share/nls/nl_BE.ISO8859-1 +@dirrm share/nls/lt_LT.ISO8859-4 +@dirrm share/nls/la_LN.US-ASCII +@dirrm share/nls/la_LN.ISO8859-4 +@dirrm share/nls/la_LN.ISO8859-2 +@dirrm share/nls/la_LN.ISO8859-15 +@dirrm share/nls/la_LN.ISO8859-1 +@dirrm share/nls/ko_KR.eucKR +@dirrm share/nls/ja_JP.eucJP +@dirrm share/nls/ja_JP.SJIS +@dirrm share/nls/it_IT.ISO8859-15 +@dirrm share/nls/it_IT.ISO8859-1 +@dirrm share/nls/it_CH.ISO8859-15 +@dirrm share/nls/it_CH.ISO8859-1 +@dirrm share/nls/is_IS.ISO8859-15 +@dirrm share/nls/is_IS.ISO8859-1 +@dirrm share/nls/hu_HU.ISO8859-2 +@dirrm share/nls/hr_HR.ISO8859-2 +@dirrm share/nls/hi_IN.ISCII-DEV +@dirrm share/nls/fr_FR.ISO8859-15 +@dirrm share/nls/fr_FR.ISO8859-1 +@dirrm share/nls/fr_CH.ISO8859-15 +@dirrm share/nls/fr_CH.ISO8859-1 +@dirrm share/nls/fr_CA.ISO8859-15 +@dirrm share/nls/fr_CA.ISO8859-1 +@dirrm share/nls/fr_BE.ISO8859-15 +@dirrm share/nls/fr_BE.ISO8859-1 +@dirrm share/nls/fi_FI.ISO8859-15 +@dirrm share/nls/fi_FI.ISO8859-1 +@dirrm share/nls/et_EE.ISO8859-15 +@dirrm share/nls/es_ES.ISO8859-15 +@dirrm share/nls/es_ES.ISO8859-1 +@dirrm share/nls/en_US.US-ASCII +@dirrm share/nls/en_US.ISO8859-15 +@dirrm share/nls/en_US.ISO8859-1 +@dirrm share/nls/en_NZ.US-ASCII +@dirrm share/nls/en_NZ.ISO8859-15 +@dirrm share/nls/en_NZ.ISO8859-1 +@dirrm share/nls/en_GB.US-ASCII +@dirrm share/nls/en_GB.ISO8859-15 +@dirrm share/nls/en_GB.ISO8859-1 +@dirrm share/nls/en_CA.US-ASCII +@dirrm share/nls/en_CA.ISO8859-15 +@dirrm share/nls/en_CA.ISO8859-1 +@dirrm share/nls/en_AU.US-ASCII +@dirrm share/nls/en_AU.ISO8859-15 +@dirrm share/nls/en_AU.ISO8859-1 +@dirrm share/nls/el_GR.ISO8859-7 +@dirrm share/nls/de_DE.ISO8859-15 +@dirrm share/nls/de_DE.ISO8859-1 +@dirrm share/nls/de_CH.ISO8859-15 +@dirrm share/nls/de_CH.ISO8859-1 +@dirrm share/nls/de_AT.ISO8859-15 +@dirrm share/nls/de_AT.ISO8859-1 +@dirrm share/nls/da_DK.ISO8859-15 +@dirrm share/nls/da_DK.ISO8859-1 +@dirrm share/nls/cs_CZ.ISO8859-2 +@dirrm share/nls/bg_BG.CP1251 +@dirrm share/nls/am_ET.UTF-8 +@dirrm share/nls/af_ZA.ISO8859-15 +@dirrm share/nls/af_ZA.ISO8859-1 +@dirrm share/nls/POSIX +@dirrm share/nls/C +@dirrm share/nls +@dirrm share/misc +@dirrm share/java/classes +@dirrm share/java @dirrm share/gapi +@dirrm share/emacs/site-lisp +@dirrm share/emacs +@dirrm share/dict +@dirrm sbin +@dirrm man/ru.KOI8-R/mann +@dirrm man/ru.KOI8-R/manl +@dirrm man/ru.KOI8-R/man9 +@dirrm man/ru.KOI8-R/man8 +@dirrm man/ru.KOI8-R/man7 +@dirrm man/ru.KOI8-R/man6 +@dirrm man/ru.KOI8-R/man5 +@dirrm man/ru.KOI8-R/man4 +@dirrm man/ru.KOI8-R/man3 +@dirrm man/ru.KOI8-R/man2 +@dirrm man/ru.KOI8-R/man1 +@dirrm man/ru.KOI8-R/catn +@dirrm man/ru.KOI8-R/catl +@dirrm man/ru.KOI8-R/cat9 +@dirrm man/ru.KOI8-R/cat8 +@dirrm man/ru.KOI8-R/cat7 +@dirrm man/ru.KOI8-R/cat6 +@dirrm man/ru.KOI8-R/cat5 +@dirrm man/ru.KOI8-R/cat4 +@dirrm man/ru.KOI8-R/cat3 +@dirrm man/ru.KOI8-R/cat2 +@dirrm man/ru.KOI8-R/cat1 +@dirrm man/ru.KOI8-R +@dirrm man/en.ISO8859-1/catn +@dirrm man/en.ISO8859-1/cat9/i386 +@dirrm man/en.ISO8859-1/cat9 +@dirrm man/en.ISO8859-1/cat8/i386 +@dirrm man/en.ISO8859-1/cat8/alpha +@dirrm man/en.ISO8859-1/cat8 +@dirrm man/en.ISO8859-1/cat7 +@dirrm man/en.ISO8859-1/cat6 +@dirrm man/en.ISO8859-1/cat5 +@dirrm man/en.ISO8859-1/cat4/i386 +@dirrm man/en.ISO8859-1/cat4/alpha +@dirrm man/en.ISO8859-1/cat4 +@dirrm man/en.ISO8859-1/cat3 +@dirrm man/en.ISO8859-1/cat2 +@dirrm man/en.ISO8859-1/cat1aout +@dirrm man/en.ISO8859-1/cat1 +@dirrm man/en.ISO8859-1 +@dirrm man/de.ISO8859-1/mann +@dirrm man/de.ISO8859-1/manl +@dirrm man/de.ISO8859-1/man9 +@dirrm man/de.ISO8859-1/man8 +@dirrm man/de.ISO8859-1/man7 +@dirrm man/de.ISO8859-1/man6 +@dirrm man/de.ISO8859-1/man5 +@dirrm man/de.ISO8859-1/man4 +@dirrm man/de.ISO8859-1/man3 +@dirrm man/de.ISO8859-1/man2 +@dirrm man/de.ISO8859-1/man1 +@dirrm man/de.ISO8859-1/catn +@dirrm man/de.ISO8859-1/catl +@dirrm man/de.ISO8859-1/cat9 +@dirrm man/de.ISO8859-1/cat8 +@dirrm man/de.ISO8859-1/cat7 +@dirrm man/de.ISO8859-1/cat6 +@dirrm man/de.ISO8859-1/cat5 +@dirrm man/de.ISO8859-1/cat4 +@dirrm man/de.ISO8859-1/cat3 +@dirrm man/de.ISO8859-1/cat2 +@dirrm man/de.ISO8859-1/cat1 +@dirrm man/de.ISO8859-1 +@dirrm libdata/pkgconfig +@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto +@dirrm lib/perl5/site_perl/5.005/i386-freebsd +@dirrm lib/perl5/site_perl/5.005/auto +@dirrm lib/perl5/site_perl/5.005/alpha-freebsd/auto +@dirrm lib/perl5/site_perl/5.005/alpha-freebsd +@dirrm lib/perl5/site_perl/5.005 +@dirrm lib/perl5/site_perl +@dirrm lib/perl5/5.00503/man/man3 +@dirrm lib/perl5/5.00503/man +@dirrm lib/perl5/5.00503 +@dirrm lib/perl5 #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Sun Dec 14 00:18:28 2003 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 735 1071388751 0100644 # p 'distinfo' 63 1071385535 0100644 # p 'pkg-plist' 888 1071388164 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Sun Dec 14 00:18:28 2003] #### #### Checksum: 290 8923 56366 #### --------------000207040108000101080102-- From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 14 02:26:28 2003 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 AEEF216A4CE; Sun, 14 Dec 2003 02:26:28 -0800 (PST) Received: from mta1.adelphia.net (mta1.adelphia.net [68.168.78.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08F2F43D37; Sun, 14 Dec 2003 02:26:25 -0800 (PST) (envelope-from johnmary@adelphia.net) Received: from adelphia.net ([68.169.191.32]) by mta13.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031214101257.BARQ16367.mta13.adelphia.net@adelphia.net>; Sun, 14 Dec 2003 05:12:57 -0500 Message-ID: <3FDC37A4.6040800@adelphia.net> Date: Sun, 14 Dec 2003 02:12:52 -0800 From: John Merryweather Cooper User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Submit Bugs Content-Type: text/plain; name="send-pr-update-mono-0.29.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="send-pr-update-mono-0.29.txt" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: gnome@freebsd.org Subject: [UPDATE] Update lang/mono to 0.29 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, 14 Dec 2003 10:26:28 -0000 SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: SEND-PR: Please consult the following URL if you are not sure how to SEND-PR: fill out a problem report: SEND-PR: http://www.freebsd.org/doc/en/articles/problem-reports/ SEND-PR: SEND-PR: Note that the Synopsis field is mandatory. SEND-PR: SEND-PR: Please note that (unless you state otherwise) if your report SEND-PR: includes a patch then it will be taken under the same license as SEND-PR: the one on the file(s) you want to change. SEND-PR: SEND-PR: BE ADVISED THAT FREEBSD PROBLEM REPORTS ARE PUBLIC INFORMATION AND SEND-PR: WILL BE PUBLISHED AS-IS ON THE PROJECT'S MAILING LISTS AND WEB SITES. SEND-PR: DO NOT SUBMIT ANY INFORMATION YOU DO NOT WANT MADE PUBLIC. SEND-PR: SEND-PR: If you wish to submit a problem report confidentially, then contact SEND-PR: the FreeBSD bugmaster (bugmaster@FreeBSD.org) to arrange for a SEND-PR: relevant developer to be contacted. SEND-PR: SEND-PR: For sensitive security issues, consider contacting the FreeBSD SEND-PR: security officer team (security-officer@freebsd.org) directly. SEND-PR: SEND-PR: Choose from the following categories: SEND-PR: SEND-PR: advocacy alpha amd64 bin conf docs SEND-PR: gnu i386 ia64 java kern misc SEND-PR: ports powerpc sparc64 standards www SEND-PR: To: FreeBSD-gnats-submit@freebsd.org From: John Merryweather Cooper Reply-To: John Merryweather Cooper Cc: gnome@FreeBSD.org X-send-pr-version: 3.113 X-GNATS-Notify: >Submitter-Id: current-users >Originator: John Merryweather Cooper >Organization: >Confidential: no >Synopsis: [UPDATE] Update lang/mono to 0.29 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 4.9-STABLE i386 >Environment: System: FreeBSD borgdemon.losaca.adelphia.net 4.9-STABLE FreeBSD 4.9-STABLE #2: Tue Dec 9 23:14:13 PST 2003 root@borgdemon.losaca.adelphia.net:/usr/obj/usr/src/sys/K6-2 i386 >Description: Update lang/mono to the latest version. >How-To-Repeat: N/A >Fix: # This is a patch for mono to update it to mono-0.29 # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # If you have a decent Bourne-type shell: # STEP 2: Run the shell with this file as input. # If you don't have such a shell, you may need to manually delete # the files as shown below. # STEP 3: Run the 'patch' program with this file as input. # # These are the commands needed to create/delete files/directories: # rm -f 'files/patch-mono_metadata_debug-mono-symfile.c' # # This command terminates the shell and need not be executed manually. exit # #### End of Preamble #### #### Patch data follows #### diff -u 'mono/Makefile' 'mono-0.29/Makefile' Index: ./Makefile --- ./Makefile Thu Oct 16 20:27:36 2003 +++ ./Makefile Sat Dec 13 22:26:58 2003 @@ -6,8 +6,7 @@ # PORTNAME= mono -PORTVERSION= 0.28 -PORTREVISION= 1 +PORTVERSION= 0.29 CATEGORIES= lang MASTER_SITES= http://www.go-mono.com/archive/ @@ -17,7 +16,7 @@ USE_LIBTOOL= yes USE_REINPLACE= yes USE_BISON= yes -USE_GNOME= gnomehack glib20 pkgconfig +USE_GNOME= gnomehier gnomehack glib20 pkgconfig USE_GMAKE= yes LIBTOOLFILES= configure libgc/configure INSTALLS_SHLIB= yes diff -u 'mono/distinfo' 'mono-0.29/distinfo' Index: ./distinfo --- ./distinfo Sun Nov 30 02:39:02 2003 +++ ./distinfo Sat Dec 13 22:24:39 2003 @@ -1 +1 @@ -MD5 (mono-0.28.tar.gz) = 108f89a08c1f1dd772b8d48ea5dcaf24 +MD5 (mono-0.29.tar.gz) = 3f79461475bacc2ec4c3f85de213d8a0 diff -u 'mono/pkg-plist' 'mono-0.29/pkg-plist' Index: ./pkg-plist --- ./pkg-plist Sun Nov 30 02:39:02 2003 +++ ./pkg-plist Sat Dec 13 22:41:14 2003 @@ -2,6 +2,8 @@ bin/chktrust.exe bin/cilc bin/cilc.exe +bin/disco +bin/disco.exe bin/genxs bin/genxs.exe bin/ilasm @@ -28,6 +30,7 @@ bin/wsdl.exe bin/xsd bin/xsd.exe +etc/mono/DefaultWsdlHelpGenerator.aspx etc/mono/config etc/mono/machine.config include/mono/cil/opcode.def @@ -67,6 +70,7 @@ include/mono/metadata/exception.h include/mono/metadata/image.h include/mono/metadata/loader.h +include/mono/metadata/locales.h include/mono/metadata/mempool.h include/mono/metadata/metadata.h include/mono/metadata/monitor.h @@ -90,6 +94,7 @@ include/mono/utils/mono-digest.h include/mono/utils/mono-hash.h include/mono/utils/mono-logger.h +include/mono/utils/mono-math.h include/mono/utils/monobitset.h lib/Accessibility.dll lib/ByteFX.Data.dll @@ -114,7 +119,6 @@ lib/Mono.Data.SybaseClient.dll lib/Mono.Data.Tds.dll lib/Mono.Data.TdsClient.dll -lib/Mono.Directory.LDAP.dll lib/Mono.GetOptions.dll lib/Mono.Http.dll lib/Mono.PEToolkit.dll @@ -123,6 +127,7 @@ lib/Mono.Security.dll lib/NUnit.Framework.dll lib/NUnit.Util.dll +lib/Novell.Directory.Ldap.dll lib/Npgsql.dll lib/PEAPI.dll lib/System.Configuration.Install.dll @@ -144,17 +149,192 @@ lib/System.Windows.Forms.dll lib/System.Xml.dll lib/System.dll -lib/corlib.dll +lib/libgdiplus.dll.so lib/libmono-profiler-cov.a lib/libmono-profiler-cov.so lib/libmono-profiler-cov.so.0 lib/libmono.a lib/libmono.so lib/libmono.so.0 +lib/mscorlib.dll libdata/pkgconfig/mono.pc share/mono/cil/cil-opcodes.xml +@dirrm share/xml +@dirrm share/skel +@dirrm share/sgml +@dirrm share/nls/zh_TW.Big5 +@dirrm share/nls/zh_CN.eucCN +@dirrm share/nls/zh_CN.GBK +@dirrm share/nls/zh_CN.GB18030 +@dirrm share/nls/uk_UA.KOI8-U +@dirrm share/nls/uk_UA.ISO8859-5 +@dirrm share/nls/tr_TR.ISO8859-9 +@dirrm share/nls/sv_SE.ISO8859-15 +@dirrm share/nls/sv_SE.ISO8859-1 +@dirrm share/nls/sl_SI.ISO8859-2 +@dirrm share/nls/sk_SK.ISO8859-2 +@dirrm share/nls/ru_RU.KOI8-R +@dirrm share/nls/ru_RU.ISO8859-5 +@dirrm share/nls/ru_RU.CP866 +@dirrm share/nls/ru_RU.CP1251 +@dirrm share/nls/ro_RO.ISO8859-2 +@dirrm share/nls/pt_PT.ISO8859-15 +@dirrm share/nls/pt_PT.ISO8859-1 +@dirrm share/nls/pt_BR.ISO8859-1 +@dirrm share/nls/pl_PL.ISO8859-2 +@dirrm share/nls/no_NO.ISO8859-15 +@dirrm share/nls/no_NO.ISO8859-1 +@dirrm share/nls/nl_NL.ISO8859-15 +@dirrm share/nls/nl_NL.ISO8859-1 +@dirrm share/nls/nl_BE.ISO8859-15 +@dirrm share/nls/nl_BE.ISO8859-1 +@dirrm share/nls/lt_LT.ISO8859-4 +@dirrm share/nls/la_LN.US-ASCII +@dirrm share/nls/la_LN.ISO8859-4 +@dirrm share/nls/la_LN.ISO8859-2 +@dirrm share/nls/la_LN.ISO8859-15 +@dirrm share/nls/la_LN.ISO8859-1 +@dirrm share/nls/ko_KR.eucKR +@dirrm share/nls/ja_JP.eucJP +@dirrm share/nls/ja_JP.SJIS +@dirrm share/nls/it_IT.ISO8859-15 +@dirrm share/nls/it_IT.ISO8859-1 +@dirrm share/nls/it_CH.ISO8859-15 +@dirrm share/nls/it_CH.ISO8859-1 +@dirrm share/nls/is_IS.ISO8859-15 +@dirrm share/nls/is_IS.ISO8859-1 +@dirrm share/nls/hu_HU.ISO8859-2 +@dirrm share/nls/hr_HR.ISO8859-2 +@dirrm share/nls/hi_IN.ISCII-DEV +@dirrm share/nls/fr_FR.ISO8859-15 +@dirrm share/nls/fr_FR.ISO8859-1 +@dirrm share/nls/fr_CH.ISO8859-15 +@dirrm share/nls/fr_CH.ISO8859-1 +@dirrm share/nls/fr_CA.ISO8859-15 +@dirrm share/nls/fr_CA.ISO8859-1 +@dirrm share/nls/fr_BE.ISO8859-15 +@dirrm share/nls/fr_BE.ISO8859-1 +@dirrm share/nls/fi_FI.ISO8859-15 +@dirrm share/nls/fi_FI.ISO8859-1 +@dirrm share/nls/et_EE.ISO8859-15 +@dirrm share/nls/es_ES.ISO8859-15 +@dirrm share/nls/es_ES.ISO8859-1 +@dirrm share/nls/en_US.US-ASCII +@dirrm share/nls/en_US.ISO8859-15 +@dirrm share/nls/en_US.ISO8859-1 +@dirrm share/nls/en_NZ.US-ASCII +@dirrm share/nls/en_NZ.ISO8859-15 +@dirrm share/nls/en_NZ.ISO8859-1 +@dirrm share/nls/en_GB.US-ASCII +@dirrm share/nls/en_GB.ISO8859-15 +@dirrm share/nls/en_GB.ISO8859-1 +@dirrm share/nls/en_CA.US-ASCII +@dirrm share/nls/en_CA.ISO8859-15 +@dirrm share/nls/en_CA.ISO8859-1 +@dirrm share/nls/en_AU.US-ASCII +@dirrm share/nls/en_AU.ISO8859-15 +@dirrm share/nls/en_AU.ISO8859-1 +@dirrm share/nls/el_GR.ISO8859-7 +@dirrm share/nls/de_DE.ISO8859-15 +@dirrm share/nls/de_DE.ISO8859-1 +@dirrm share/nls/de_CH.ISO8859-15 +@dirrm share/nls/de_CH.ISO8859-1 +@dirrm share/nls/de_AT.ISO8859-15 +@dirrm share/nls/de_AT.ISO8859-1 +@dirrm share/nls/da_DK.ISO8859-15 +@dirrm share/nls/da_DK.ISO8859-1 +@dirrm share/nls/cs_CZ.ISO8859-2 +@dirrm share/nls/bg_BG.CP1251 +@dirrm share/nls/am_ET.UTF-8 +@dirrm share/nls/af_ZA.ISO8859-15 +@dirrm share/nls/af_ZA.ISO8859-1 +@dirrm share/nls/POSIX +@dirrm share/nls/C +@dirrm share/nls @dirrm share/mono/cil @dirrm share/mono +@dirrm share/misc +@dirrm share/java/classes +@dirrm share/java +@dirrm share/emacs/site-lisp +@dirrm share/emacs +@dirrm share/dict +@dirrm sbin +@dirrm man/ru.KOI8-R/mann +@dirrm man/ru.KOI8-R/manl +@dirrm man/ru.KOI8-R/man9 +@dirrm man/ru.KOI8-R/man8 +@dirrm man/ru.KOI8-R/man7 +@dirrm man/ru.KOI8-R/man6 +@dirrm man/ru.KOI8-R/man5 +@dirrm man/ru.KOI8-R/man4 +@dirrm man/ru.KOI8-R/man3 +@dirrm man/ru.KOI8-R/man2 +@dirrm man/ru.KOI8-R/man1 +@dirrm man/ru.KOI8-R/catn +@dirrm man/ru.KOI8-R/catl +@dirrm man/ru.KOI8-R/cat9 +@dirrm man/ru.KOI8-R/cat8 +@dirrm man/ru.KOI8-R/cat7 +@dirrm man/ru.KOI8-R/cat6 +@dirrm man/ru.KOI8-R/cat5 +@dirrm man/ru.KOI8-R/cat4 +@dirrm man/ru.KOI8-R/cat3 +@dirrm man/ru.KOI8-R/cat2 +@dirrm man/ru.KOI8-R/cat1 +@dirrm man/ru.KOI8-R +@dirrm man/en.ISO8859-1/catn +@dirrm man/en.ISO8859-1/cat9/i386 +@dirrm man/en.ISO8859-1/cat9 +@dirrm man/en.ISO8859-1/cat8/i386 +@dirrm man/en.ISO8859-1/cat8/alpha +@dirrm man/en.ISO8859-1/cat8 +@dirrm man/en.ISO8859-1/cat7 +@dirrm man/en.ISO8859-1/cat6 +@dirrm man/en.ISO8859-1/cat5 +@dirrm man/en.ISO8859-1/cat4/i386 +@dirrm man/en.ISO8859-1/cat4/alpha +@dirrm man/en.ISO8859-1/cat4 +@dirrm man/en.ISO8859-1/cat3 +@dirrm man/en.ISO8859-1/cat2 +@dirrm man/en.ISO8859-1/cat1aout +@dirrm man/en.ISO8859-1/cat1 +@dirrm man/en.ISO8859-1 +@dirrm man/de.ISO8859-1/mann +@dirrm man/de.ISO8859-1/manl +@dirrm man/de.ISO8859-1/man9 +@dirrm man/de.ISO8859-1/man8 +@dirrm man/de.ISO8859-1/man7 +@dirrm man/de.ISO8859-1/man6 +@dirrm man/de.ISO8859-1/man5 +@dirrm man/de.ISO8859-1/man4 +@dirrm man/de.ISO8859-1/man3 +@dirrm man/de.ISO8859-1/man2 +@dirrm man/de.ISO8859-1/man1 +@dirrm man/de.ISO8859-1/catn +@dirrm man/de.ISO8859-1/catl +@dirrm man/de.ISO8859-1/cat9 +@dirrm man/de.ISO8859-1/cat8 +@dirrm man/de.ISO8859-1/cat7 +@dirrm man/de.ISO8859-1/cat6 +@dirrm man/de.ISO8859-1/cat5 +@dirrm man/de.ISO8859-1/cat4 +@dirrm man/de.ISO8859-1/cat3 +@dirrm man/de.ISO8859-1/cat2 +@dirrm man/de.ISO8859-1/cat1 +@dirrm man/de.ISO8859-1 +@dirrm libdata/pkgconfig +@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto +@dirrm lib/perl5/site_perl/5.005/i386-freebsd +@dirrm lib/perl5/site_perl/5.005/auto +@dirrm lib/perl5/site_perl/5.005/alpha-freebsd/auto +@dirrm lib/perl5/site_perl/5.005/alpha-freebsd +@dirrm lib/perl5/site_perl/5.005 +@dirrm lib/perl5/site_perl +@dirrm lib/perl5/5.00503/man/man3 +@dirrm lib/perl5/5.00503/man +@dirrm lib/perl5/5.00503 +@dirrm lib/perl5 @dirrm include/mono/utils @dirrm include/mono/private @dirrm include/mono/metadata #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Sat Dec 13 22:49:23 2003 # Generated by : makepatch 2.00 # Recurse directories : Yes # r 'files/patch-mono_metadata_debug-mono-symfile.c' 349 0 # p 'Makefile' 1209 1071383218 0100644 # p 'distinfo' 58 1071383079 0100644 # p 'pkg-plist' 4179 1071384074 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Sat Dec 13 22:49:23 2003] #### #### Checksum: 320 9546 47845 #### From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 14 02:30:29 2003 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 C5B2116A4CE; Sun, 14 Dec 2003 02:30:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2617843D2D; Sun, 14 Dec 2003 02:30:29 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) hBEAUSFR012503; Sun, 14 Dec 2003 02:30:29 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBEAUSMp012499; Sun, 14 Dec 2003 02:30:28 -0800 (PST) (envelope-from krion) Date: Sun, 14 Dec 2003 02:30:28 -0800 (PST) From: Kirill Ponomarew Message-Id: <200312141030.hBEAUSMp012499@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/60227: [UPDATE] Update x11-toolkits/gtk-sharp to 0.14 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, 14 Dec 2003 10:30:29 -0000 Synopsis: [UPDATE] Update x11-toolkits/gtk-sharp to 0.14 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: krion Responsible-Changed-When: Sun Dec 14 02:30:13 PST 2003 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=60227 From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 14 02:31:51 2003 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 BFDCC16A4CE; Sun, 14 Dec 2003 02:31:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F5C643D35; Sun, 14 Dec 2003 02:31:47 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) hBEAVlFR012648; Sun, 14 Dec 2003 02:31:47 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBEAVl9l012644; Sun, 14 Dec 2003 02:31:47 -0800 (PST) (envelope-from krion) Date: Sun, 14 Dec 2003 02:31:47 -0800 (PST) From: Kirill Ponomarew Message-Id: <200312141031.hBEAVl9l012644@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/60228: [UPDATE] Update lang/mono to 0.29 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, 14 Dec 2003 10:31:51 -0000 Synopsis: [UPDATE] Update lang/mono to 0.29 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: krion Responsible-Changed-When: Sun Dec 14 02:31:27 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=60228 From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 14 07:47:03 2003 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 B862B16A4CF; Sun, 14 Dec 2003 07:47:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F60D43D33; Sun, 14 Dec 2003 07:47:03 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) hBEFl2FR078635; Sun, 14 Dec 2003 07:47:02 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBEFl2pc078631; Sun, 14 Dec 2003 07:47:02 -0800 (PST) (envelope-from marcus) Date: Sun, 14 Dec 2003 07:47:02 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200312141547.hBEFl2pc078631@freefall.freebsd.org> To: j.e.drews@att.net, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/60213: Java is not working in Mozilla. FIX 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, 14 Dec 2003 15:47:03 -0000 Synopsis: Java is not working in Mozilla. FIX State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun Dec 14 07:46:29 PST 2003 State-Changed-Why: This is not a port problem, but rather a local problem with your installation. The proper fix is to do the following: portupgrade -rf -m BATCH=yes gettext http://www.freebsd.org/cgi/query-pr.cgi?pr=60213 From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 14 11:41:22 2003 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 4C8A616A4CE; Sun, 14 Dec 2003 11:41:22 -0800 (PST) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 609C443D33; Sun, 14 Dec 2003 11:41:20 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031214194119.LRQO24575.lakemtao06.cox.net@mezz.mezzweb.com>; Sun, 14 Dec 2003 14:41:19 -0500 Date: Sun, 14 Dec 2003 13:40:22 -0600 To: John Merryweather Cooper , FreeBSD Submit Bugs References: <3FDC3819.9000704@adelphia.net> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <3FDC3819.9000704@adelphia.net> User-Agent: Opera7.23/Linux M2 build 518 cc: gnome@freebsd.org Subject: Re: [UPDATE] Update x11-toolkits/gtk-sharp to 0.14 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, 14 Dec 2003 19:41:22 -0000 On Sun, 14 Dec 2003 02:14:49 -0800, John Merryweather Cooper wrote: > > -LIB_DEPENDS+=pgeasy.2:${PORTSDIR}/databases/postgresql72 Finally, thanks! > diff -u 'gtk-sharp/pkg-plist' 'gtk-sharp-0.14/pkg-plist' > Index: ./pkg-plist > --- ./pkg-plistThu Dec 11 20:53:59 2003 > +++ ./pkg-plistSat Dec 13 23:49:24 2003 [...] The pkg-plist doesn't look good, you need to do it again. The most main is @dirrm part that you need to correct it. Same as with your mono update, you need to correct the pkg-plist. Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 14 20:20:34 2003 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 6F40D16A4CE for ; Sun, 14 Dec 2003 20:20:34 -0800 (PST) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3148643D36 for ; Sun, 14 Dec 2003 20:20:33 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031215042032.RWMI24575.lakemtao06.cox.net@mezz.mezzweb.com> for ; Sun, 14 Dec 2003 23:20:32 -0500 Date: Sun, 14 Dec 2003 22:19:36 -0600 To: freebsd-gnome@freebsd.org References: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: User-Agent: Opera7.23/Linux M2 build 518 Subject: Re: How do I debug the logout session? 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, 15 Dec 2003 04:20:34 -0000 Recently, I just saw some Linux users are having the same problem with the logout, so I am letting them to report to the bugzilla or whatever. I am sure the Gnome team already knew this issue. You can get around it by disabling the prompt on logout setting. Cheers, Mezz On Thu, 11 Dec 2003 13:45:36 -0600, Jeremy Messenger wrote: > I have everything up to date, it's Gnome 2.5.2 and it can't logout. I am > wondering how can I debug that kind of bug? > > Cheers, > Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 14 23:36:08 2003 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 99E3A16A4CE for ; Sun, 14 Dec 2003 23:36:08 -0800 (PST) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FE7E43D36 for ; Sun, 14 Dec 2003 23:36:05 -0800 (PST) (envelope-from vova@sw.ru) Received: from localhost ([127.0.0.1]) by vbook.fbsd.ru with esmtp (Exim 4.24; FreeBSD) id 1AVnHT-0000Cn-DI for freebsd-gnome@FreeBSD.org; Mon, 15 Dec 2003 10:36:39 +0300 From: "Vladimir B. Grebenschikov" To: gnome Content-Type: text/plain Organization: SWsoft Inc. Message-Id: <1071473797.721.8.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 15 Dec 2003 10:36:38 +0300 Content-Transfer-Encoding: 7bit Subject: upgrade of intltool 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, 15 Dec 2003 07:36:08 -0000 Trying to upgrade ports cvsuped from freebsd cvs # portupgrade intltool ... ===> Installing for intltool-0.28 ===> intltool-0.28 conflicts with installed package(s): xml-i18n-tools-0.9 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /ext/ports/textproc/intltool. *** Error code 1 Stop in /ext/ports/textproc/intltool. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade94972.0 make DEPENDS_TARGET=package -DFORCE_PKG_REGISTER reinstall egrep: /var/db/pkg/intltool-0.27.2_1/+CONTENTS: No such file or directory ---> Restoring the old version pkg_add: package 'intltool-0.27.2_1' conflicts with xml-i18n-tools-0.9 pkg_add: -f specified; proceeding anyway ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 554 packages found (-0 +1) . done] ** The following packages were not installed or upgraded (*:skipped / !:failed) ! textproc/intltool (intltool-0.27.2_1) (install error) What is right ? use xml-i18n-tools or stick intltool ? -- Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 14 23:42:26 2003 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 4513016A4CE for ; Sun, 14 Dec 2003 23:42:26 -0800 (PST) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E0A643D32 for ; Sun, 14 Dec 2003 23:42:25 -0800 (PST) (envelope-from vova@sw.ru) Received: from localhost ([127.0.0.1]) by vbook.fbsd.ru with esmtp (Exim 4.24; FreeBSD) id 1AVnNc-0000Cx-CJ for freebsd-gnome@FreeBSD.org; Mon, 15 Dec 2003 10:43:00 +0300 From: "Vladimir B. Grebenschikov" To: gnome Content-Type: text/plain Organization: SWsoft Inc. Message-Id: <1071474179.721.11.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 15 Dec 2003 10:43:00 +0300 Content-Transfer-Encoding: 7bit Subject: something wrong with fnlib distfile 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, 15 Dec 2003 07:42:26 -0000 /usr/ports/graphics/fnlib# make ===> Extracting for fnlib-0.5_1 >> Checksum mismatch for fnlib-0.5.tar.gz. ===> Refetch for 1 more times files: fnlib-0.5.tar.gz >> fnlib-0.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/. >> Checksum mismatch for fnlib-0.5.tar.gz. ===> Giving up on fetching files: fnlib-0.5.tar.gz Make sure the Makefile and distinfo file (/ext/ports/graphics/fnlib/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /ext/ports/graphics/fnlib. *** Error code 1 Stop in /ext/ports/graphics/fnlib. Refech file/port does not fix it. -- Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 14 23:45:04 2003 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 D18BA16A4CE for ; Sun, 14 Dec 2003 23:45:04 -0800 (PST) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D8543D32 for ; Sun, 14 Dec 2003 23:45:03 -0800 (PST) (envelope-from vova@sw.ru) Received: from localhost ([127.0.0.1]) by vbook.fbsd.ru with esmtp (Exim 4.24; FreeBSD) id 1AUnZR-00010K-EU for freebsd-gnome@FreeBSD.org; Fri, 12 Dec 2003 16:43:05 +0300 From: "Vladimir B. Grebenschikov" To: gnome Content-Type: text/plain Organization: SWsoft Inc. Message-Id: <1071236581.815.18.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 12 Dec 2003 16:43:02 +0300 Content-Transfer-Encoding: 7bit Subject: Metacity sliding focus problems 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, 15 Dec 2003 07:45:04 -0000 Hi I am usually use sliding focus for my WMs. So with metacity, often enough to be annoying I have following situation: There is only window on screen (often maximased) I have mouse pointer over this window, but window is not focused. So to get focus I need to move pointer out of window (on toolbar) and then get it back. so looks like there is bug there. It is reproducable time to time, often it related with desktop switching from keyboard or with popup dialogs. -- Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 14 23:46:34 2003 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 A630C16A4CE for ; Sun, 14 Dec 2003 23:46:34 -0800 (PST) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 567A743D33 for ; Sun, 14 Dec 2003 23:46:33 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031215074631.CVNG2412.lakemtao08.cox.net@mezz.mezzweb.com>; Mon, 15 Dec 2003 02:46:31 -0500 Date: Mon, 15 Dec 2003 01:45:37 -0600 To: "Vladimir B. Grebenschikov" References: <1071474179.721.11.camel@localhost> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1071474179.721.11.camel@localhost> User-Agent: Opera7.23/Linux M2 build 518 cc: gnome Subject: Re: something wrong with fnlib distfile 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, 15 Dec 2003 07:46:34 -0000 On Mon, 15 Dec 2003 10:43:00 +0300, Vladimir B. Grebenschikov wrote: > > /usr/ports/graphics/fnlib# make > ===> Extracting for fnlib-0.5_1 >>> Checksum mismatch for fnlib-0.5.tar.gz. > ===> Refetch for 1 more times files: fnlib-0.5.tar.gz >>> fnlib-0.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >>> Attempting to fetch from > ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/. >>> Checksum mismatch for fnlib-0.5.tar.gz. > ===> Giving up on fetching files: fnlib-0.5.tar.gz It works fine here, check here: ============================ # make extract >> fnlib-0.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://us.dl.sourceforge.net/enlightenment/. Receiving fnlib-0.5.tar.gz (473740 bytes): 100% 473740 bytes transferred in 19.8 seconds (23.41 kBps) ===> Extracting for fnlib-0.5_1 >> Checksum OK for fnlib-0.5.tar.gz. ============================ You should try to do the 'make distclean' (or delete fnlib-0.5.tar.gz by hand in /usr/ports/distfiles/) then try it again. Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 15 00:27:35 2003 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 516E816A4CE for ; Mon, 15 Dec 2003 00:27:35 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9669143D32 for ; Mon, 15 Dec 2003 00:27:31 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBF8RSHG012015; Mon, 15 Dec 2003 03:27:28 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBF8Pgu5032718; Mon, 15 Dec 2003 03:25:42 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Vladimir B. Grebenschikov" In-Reply-To: <1071473797.721.8.camel@localhost> References: <1071473797.721.8.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-4Yrh90jVMxqZbTZmEOfL" Organization: MarcusCom, Inc. Message-Id: <1071476847.35578.8.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 15 Dec 2003 03:27:27 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: gnome Subject: Re: upgrade of intltool 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, 15 Dec 2003 08:27:35 -0000 --=-4Yrh90jVMxqZbTZmEOfL Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-12-15 at 02:36, Vladimir B. Grebenschikov wrote: > Trying to upgrade ports cvsuped from freebsd cvs >=20 > # portupgrade intltool > ... > =3D=3D=3D> Installing for intltool-0.28 > =3D=3D=3D> intltool-0.28 conflicts with installed package(s):=20 > xml-i18n-tools-0.9 >=20 > They install files into the same place. > Please remove them first with pkg_delete(1). > *** Error code 1 >=20 > Stop in /ext/ports/textproc/intltool. > *** Error code 1 >=20 > Stop in /ext/ports/textproc/intltool. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade94972.0 make DEPENDS_TARGET=3Dpackage -DFORCE_PKG_REGISTE= R > reinstall > egrep: /var/db/pkg/intltool-0.27.2_1/+CONTENTS: No such file or > directory > ---> Restoring the old version > pkg_add: package 'intltool-0.27.2_1' conflicts with xml-i18n-tools-0.9 > pkg_add: -f specified; proceeding anyway > ** Fix the installation problem and try again. > [Updating the pkgdb in /var/db/pkg ... - 554 > packages found (-0 +1) . done] > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > ! textproc/intltool (intltool-0.27.2_1) (install error) >=20 > What is right ? use xml-i18n-tools or stick intltool ? Use intltool. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-4Yrh90jVMxqZbTZmEOfL Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/3XBvb2iPiv4Uz4cRAuSmAKCKVSfTMvog7822v7eF1EhBS8A7qwCgmVaH guITHrZCmZv/+cfchG4ityw= =6twD -----END PGP SIGNATURE----- --=-4Yrh90jVMxqZbTZmEOfL-- From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 15 10:28:41 2003 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 3B20916A4CE for ; Mon, 15 Dec 2003 10:28:41 -0800 (PST) Received: from postal3.es.net (proxy.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0944343D32 for ; Mon, 15 Dec 2003 10:28:38 -0800 (PST) (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 ; Mon, 15 Dec 2003 10:28:35 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 47B8A5D04 for ; Mon, 15 Dec 2003 10:28:33 -0800 (PST) To: gnome@freebsd.org Date: Mon, 15 Dec 2003 10:28:33 -0800 From: "Kevin Oberman" Message-Id: <20031215182833.47B8A5D04@ptavv.es.net> Subject: Trying to update from Gnome 2.2 to 2.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: Mon, 15 Dec 2003 18:28:41 -0000 I have a system that I want to update to Gnome 2.4. The system is running CURRENT as of 12/12. Unfortunately, it all falls apart rather early since I can't re-install intltool and LOTS of stuff depends on it. The install failure is REALLY the failure to build p5-XML-Parser. I followed the instructions in the FAQ for upgrading and found that I also had to manually update gail. But I have been unable to figure out what is going on with p5-XML-Parser. Any ideas on what is wrong would be greatly appreciated. Here is the build log: ---> Installing 'p5-XML-Parser-2.34' from a port (textproc/p5-XML-Parser) ---> Building '/usr/ports/textproc/p5-XML-Parser' ===> Cleaning for libtool-1.3.5_1 ===> Cleaning for perl-5.6.1_15 ===> Cleaning for expat-1.95.6_1 ===> Cleaning for p5-XML-Parser-2.34 ===> Extracting for p5-XML-Parser-2.34 >> Checksum OK for XML-Parser-2.34.tar.gz. ===> Patching for p5-XML-Parser-2.34 ===> p5-XML-Parser-2.34 depends on file: /usr/local/bin/perl5.6.1 - found ===> p5-XML-Parser-2.34 depends on shared library: expat.4 - found ===> Configuring for p5-XML-Parser-2.34 Checking if your kit is complete... Looks good Writing Makefile for XML::Parser::Expat Writing Makefile for XML::Parser ===> Building for p5-XML-Parser-2.34 cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README cp Parser/Style/Debug.pm blib/lib/XML/Parser/Style/Debug.pm cp Parser/Encodings/iso-8859-7.enc blib/lib/XML/Parser/Encodings/iso-8859-7.enc cp Parser/Encodings/x-sjis-cp932.enc blib/lib/XML/Parser/Encodings/x-sjis-cp932.enc cp Parser/Encodings/big5.enc blib/lib/XML/Parser/Encodings/big5.enc cp Parser/Encodings/windows-1250.enc blib/lib/XML/Parser/Encodings/windows-1250.enc cp Parser/Encodings/iso-8859-8.enc blib/lib/XML/Parser/Encodings/iso-8859-8.enc cp Parser/Encodings/iso-8859-2.enc blib/lib/XML/Parser/Encodings/iso-8859-2.enc cp Parser/Style/Subs.pm blib/lib/XML/Parser/Style/Subs.pm cp Parser/Style/Objects.pm blib/lib/XML/Parser/Style/Objects.pm cp Parser/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/Parser/Encodings/x-euc-jp-jisx0221.enc cp Parser/Encodings/iso-8859-9.enc blib/lib/XML/Parser/Encodings/iso-8859-9.enc cp Parser/Encodings/x-sjis-unicode.enc blib/lib/XML/Parser/Encodings/x-sjis-unicode.enc cp Parser/Encodings/iso-8859-3.enc blib/lib/XML/Parser/Encodings/iso-8859-3.enc cp Parser/Style/Stream.pm blib/lib/XML/Parser/Style/Stream.pm cp Parser/Encodings/windows-1252.enc blib/lib/XML/Parser/Encodings/windows-1252.enc cp Parser/Encodings/x-sjis-jdk117.enc blib/lib/XML/Parser/Encodings/x-sjis-jdk117.enc cp Parser/Encodings/euc-kr.enc blib/lib/XML/Parser/Encodings/euc-kr.enc cp Parser/Encodings/iso-8859-4.enc blib/lib/XML/Parser/Encodings/iso-8859-4.enc cp Parser/Style/Tree.pm blib/lib/XML/Parser/Style/Tree.pm cp Parser/Encodings/Japanese_Encodings.msg blib/lib/XML/Parser/Encodings/Japanese_Encodings.msg cp Parser/Encodings/x-sjis-jisx0221.enc blib/lib/XML/Parser/Encodings/x-sjis-jisx0221.enc cp Parser.pm blib/lib/XML/Parser.pm cp Parser/Encodings/iso-8859-5.enc blib/lib/XML/Parser/Encodings/iso-8859-5.enc cp Parser/Encodings/x-euc-jp-unicode.enc blib/lib/XML/Parser/Encodings/x-euc-jp-unicode.enc cp Parser/LWPExternEnt.pl blib/lib/XML/Parser/LWPExternEnt.pl cp Expat.pm ../blib/lib/XML/Parser/Expat.pm /usr/local/bin/perl5.6.1 -I/usr/local/lib/perl5/5.6.1/mach -I/usr/local/lib/perl5/5.6.1/BSDPAN /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp -noprototypes -typemap /usr/local/lib/perl5/5.6.1/ExtUtils/typemap -typemap typemap Expat.xs > Expat.xsc && mv Expat.xsc Expat.c cc -c -I/usr/local/include -O -pipe -mcpu=pentiumpro -O -pipe -mcpu=pentiumpro -DVERSION=\"2.34\" -DXS_VERSION=\"2.34\" -DPIC -fPIC -I/usr/local/lib/perl5/5.6.1/mach/CORE Expat.c Expat.xs:132: error: conflicting types for `Perl_newSVpvn' /usr/local/lib/perl5/5.6.1/mach/CORE/proto.h:551: error: previous declaration of `Perl_newSVpvn' Expat.xs:140:1: warning: "ERRSV" redefined In file included from Expat.xs:15: /usr/local/lib/perl5/5.6.1/mach/CORE/perl.h:777:1: warning: this is the location of the previous definition Expat.xs: In function `nsStart': Expat.xs:678: error: `sv_undef' undeclared (first use in this function) Expat.xs:678: error: (Each undeclared identifier is reported only once Expat.xs:678: error: for each function it appears in.) Expat.xs: In function `nsEnd': Expat.xs:698: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `attributeDecl': Expat.xs:783: error: `sv_yes' undeclared (first use in this function) Expat.xs: In function `entityDecl': Expat.xs:811: error: `sv_undef' undeclared (first use in this function) Expat.xs:816: error: `sv_yes' undeclared (first use in this function) Expat.xs: In function `doctypeStart': Expat.xs:840: error: `sv_undef' undeclared (first use in this function) Expat.xs:842: error: `sv_yes' undeclared (first use in this function) Expat.xs:842: error: `sv_no' undeclared (first use in this function) Expat.xs: In function `xmlDecl': Expat.xs:880: error: `sv_undef' undeclared (first use in this function) Expat.xs:884: error: `sv_yes' undeclared (first use in this function) Expat.xs:884: error: `sv_no' undeclared (first use in this function) Expat.xs: In function `unparsedEntityDecl': Expat.xs:910: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `notationDecl': Expat.xs:940: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `externalEntityRef': Expat.xs:985: error: `sv_undef' undeclared (first use in this function) Expat.xs:1024: error: `errgv' undeclared (first use in this function) Expat.xs:1055: error: `na' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_ParserCreate': Expat.xs:1281: error: `na' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetStartElementHandler': Expat.xs:1519: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetEndElementHandler': Expat.xs:1530: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetCharacterDataHandler': Expat.xs:1543: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetProcessingInstructionHandler': Expat.xs:1561: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetCommentHandler': Expat.xs:1578: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetDefaultHandler': Expat.xs:1595: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetUnparsedEntityDeclHandler': Expat.xs:1617: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetNotationDeclHandler': Expat.xs:1634: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetExternalEntityRefHandler': Expat.xs:1652: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetExtEntFinishHandler': Expat.xs:1672: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetEntityDeclHandler': Expat.xs:1687: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetElementDeclHandler': Expat.xs:1705: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetAttListDeclHandler': Expat.xs:1723: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetDoctypeHandler': Expat.xs:1742: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetEndDoctypeHandler': Expat.xs:1760: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetXMLDeclHandler': Expat.xs:1779: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetBase': Expat.xs:1800: error: `na' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_GetBase': Expat.xs:1818: error: `sv_undef' undeclared (first use in this function) Expat.c: In function `XS_XML__Parser__Expat_LoadEncoding': Expat.c:2324: error: `na' undeclared (first use in this function) Expat.xs:1998: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetStartCdataHandler': Expat.xs:2113: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetEndCdataHandler': Expat.xs:2131: error: `sv_undef' undeclared (first use in this function) Expat.c: In function `boot_XML__Parser__Expat': Expat.c:2684: error: `sv_yes' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/textproc/p5-XML-Parser/work/XML-Parser-2.34/Expat. *** Error code 1 Stop in /usr/ports/textproc/p5-XML-Parser/work/XML-Parser-2.34. *** Error code 1 Stop in /usr/ports/textproc/p5-XML-Parser. *** Error code 1 Stop in /usr/ports/textproc/p5-XML-Parser. *** Error code 1 -- 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 Mon Dec 15 11:03:06 2003 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 9B4DE16A4CE for ; Mon, 15 Dec 2003 11:03:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F0043D1D for ; Mon, 15 Dec 2003 11:02:40 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id hBFJ2eFR040632 for ; Mon, 15 Dec 2003 11:02:40 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBFJ2dbV040626 for gnome@freebsd.org; Mon, 15 Dec 2003 11:02:39 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 15 Dec 2003 11:02:39 -0800 (PST) Message-Id: <200312151902.hBFJ2dbV040626@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, 15 Dec 2003 19:03:06 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/06/16] ports/39390 gnome Make graphics/imlib not depend upon GTK+ o [2003/12/14] ports/60227 gnome [UPDATE] Update x11-toolkits/gtk-sharp to o [2003/12/14] ports/60228 gnome [UPDATE] Update lang/mono to 0.29 3 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 15 13:04:11 2003 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 9C7F016A4CE for ; Mon, 15 Dec 2003 13:04:11 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8AA843D31 for ; Mon, 15 Dec 2003 13:04:05 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBFL3uov023199; Mon, 15 Dec 2003 16:03:56 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBFL25u5038882; Mon, 15 Dec 2003 16:02:05 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kevin Oberman In-Reply-To: <20031215182833.47B8A5D04@ptavv.es.net> References: <20031215182833.47B8A5D04@ptavv.es.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-7PVWTDMt8DNNeoSG5Lhu" Organization: MarcusCom, Inc. Message-Id: <1071522234.47973.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 15 Dec 2003 16:03:54 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD GNOME Users Subject: Re: Trying to update from Gnome 2.2 to 2.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: Mon, 15 Dec 2003 21:04:11 -0000 --=-7PVWTDMt8DNNeoSG5Lhu Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-12-15 at 13:28, Kevin Oberman wrote: > I have a system that I want to update to Gnome 2.4. The system is > running CURRENT as of 12/12. >=20 > Unfortunately, it all falls apart rather early since I can't re-install > intltool and LOTS of stuff depends on it. The install failure is REALLY > the failure to build p5-XML-Parser. >=20 > I followed the instructions in the FAQ for upgrading and found that I > also had to manually update gail. But I have been unable to figure out > what is going on with p5-XML-Parser. Looks like you need to reinstall Perl, and make sure to use "use.perl port" after installing. Joe >=20 > Any ideas on what is wrong would be greatly appreciated.=20 >=20 > Here is the build log: > ---> Installing 'p5-XML-Parser-2.34' from a port (textproc/p5-XML-Parser= ) > ---> Building '/usr/ports/textproc/p5-XML-Parser' > =3D=3D=3D> Cleaning for libtool-1.3.5_1 > =3D=3D=3D> Cleaning for perl-5.6.1_15 > =3D=3D=3D> Cleaning for expat-1.95.6_1 > =3D=3D=3D> Cleaning for p5-XML-Parser-2.34 > =3D=3D=3D> Extracting for p5-XML-Parser-2.34 > >> Checksum OK for XML-Parser-2.34.tar.gz. > =3D=3D=3D> Patching for p5-XML-Parser-2.34 > =3D=3D=3D> p5-XML-Parser-2.34 depends on file: /usr/local/bin/perl5.6.1= - found > =3D=3D=3D> p5-XML-Parser-2.34 depends on shared library: expat.4 - foun= d > =3D=3D=3D> Configuring for p5-XML-Parser-2.34 > Checking if your kit is complete... > Looks good > Writing Makefile for XML::Parser::Expat > Writing Makefile for XML::Parser > =3D=3D=3D> Building for p5-XML-Parser-2.34 > cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README > cp Parser/Style/Debug.pm blib/lib/XML/Parser/Style/Debug.pm > cp Parser/Encodings/iso-8859-7.enc blib/lib/XML/Parser/Encodings/iso-8859= -7.enc > cp Parser/Encodings/x-sjis-cp932.enc blib/lib/XML/Parser/Encodings/x-sjis= -cp932.enc > cp Parser/Encodings/big5.enc blib/lib/XML/Parser/Encodings/big5.enc > cp Parser/Encodings/windows-1250.enc blib/lib/XML/Parser/Encodings/window= s-1250.enc > cp Parser/Encodings/iso-8859-8.enc blib/lib/XML/Parser/Encodings/iso-8859= -8.enc > cp Parser/Encodings/iso-8859-2.enc blib/lib/XML/Parser/Encodings/iso-8859= -2.enc > cp Parser/Style/Subs.pm blib/lib/XML/Parser/Style/Subs.pm > cp Parser/Style/Objects.pm blib/lib/XML/Parser/Style/Objects.pm > cp Parser/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/Parser/Encodings/x= -euc-jp-jisx0221.enc > cp Parser/Encodings/iso-8859-9.enc blib/lib/XML/Parser/Encodings/iso-8859= -9.enc > cp Parser/Encodings/x-sjis-unicode.enc blib/lib/XML/Parser/Encodings/x-sj= is-unicode.enc > cp Parser/Encodings/iso-8859-3.enc blib/lib/XML/Parser/Encodings/iso-8859= -3.enc > cp Parser/Style/Stream.pm blib/lib/XML/Parser/Style/Stream.pm > cp Parser/Encodings/windows-1252.enc blib/lib/XML/Parser/Encodings/window= s-1252.enc > cp Parser/Encodings/x-sjis-jdk117.enc blib/lib/XML/Parser/Encodings/x-sji= s-jdk117.enc > cp Parser/Encodings/euc-kr.enc blib/lib/XML/Parser/Encodings/euc-kr.enc > cp Parser/Encodings/iso-8859-4.enc blib/lib/XML/Parser/Encodings/iso-8859= -4.enc > cp Parser/Style/Tree.pm blib/lib/XML/Parser/Style/Tree.pm > cp Parser/Encodings/Japanese_Encodings.msg blib/lib/XML/Parser/Encodings/= Japanese_Encodings.msg > cp Parser/Encodings/x-sjis-jisx0221.enc blib/lib/XML/Parser/Encodings/x-s= jis-jisx0221.enc > cp Parser.pm blib/lib/XML/Parser.pm > cp Parser/Encodings/iso-8859-5.enc blib/lib/XML/Parser/Encodings/iso-8859= -5.enc > cp Parser/Encodings/x-euc-jp-unicode.enc blib/lib/XML/Parser/Encodings/x-= euc-jp-unicode.enc > cp Parser/LWPExternEnt.pl blib/lib/XML/Parser/LWPExternEnt.pl > cp Expat.pm ../blib/lib/XML/Parser/Expat.pm > /usr/local/bin/perl5.6.1 -I/usr/local/lib/perl5/5.6.1/mach -I/usr/local/l= ib/perl5/5.6.1/BSDPAN /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp -noprototy= pes -typemap /usr/local/lib/perl5/5.6.1/ExtUtils/typemap -typemap typemap E= xpat.xs > Expat.xsc && mv Expat.xsc Expat.c > cc -c -I/usr/local/include -O -pipe -mcpu=3Dpentiumpro -O -pipe -mcpu=3Dp= entiumpro -DVERSION=3D\"2.34\" -DXS_VERSION=3D\"2.34\" -DPIC -fPIC -I/us= r/local/lib/perl5/5.6.1/mach/CORE Expat.c > Expat.xs:132: error: conflicting types for `Perl_newSVpvn' > /usr/local/lib/perl5/5.6.1/mach/CORE/proto.h:551: error: previous declara= tion of `Perl_newSVpvn' > Expat.xs:140:1: warning: "ERRSV" redefined > In file included from Expat.xs:15: > /usr/local/lib/perl5/5.6.1/mach/CORE/perl.h:777:1: warning: this is the l= ocation of the previous definition > Expat.xs: In function `nsStart': > Expat.xs:678: error: `sv_undef' undeclared (first use in this function) > Expat.xs:678: error: (Each undeclared identifier is reported only once > Expat.xs:678: error: for each function it appears in.) > Expat.xs: In function `nsEnd': > Expat.xs:698: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `attributeDecl': > Expat.xs:783: error: `sv_yes' undeclared (first use in this function) > Expat.xs: In function `entityDecl': > Expat.xs:811: error: `sv_undef' undeclared (first use in this function) > Expat.xs:816: error: `sv_yes' undeclared (first use in this function) > Expat.xs: In function `doctypeStart': > Expat.xs:840: error: `sv_undef' undeclared (first use in this function) > Expat.xs:842: error: `sv_yes' undeclared (first use in this function) > Expat.xs:842: error: `sv_no' undeclared (first use in this function) > Expat.xs: In function `xmlDecl': > Expat.xs:880: error: `sv_undef' undeclared (first use in this function) > Expat.xs:884: error: `sv_yes' undeclared (first use in this function) > Expat.xs:884: error: `sv_no' undeclared (first use in this function) > Expat.xs: In function `unparsedEntityDecl': > Expat.xs:910: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `notationDecl': > Expat.xs:940: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `externalEntityRef': > Expat.xs:985: error: `sv_undef' undeclared (first use in this function) > Expat.xs:1024: error: `errgv' undeclared (first use in this function) > Expat.xs:1055: error: `na' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_ParserCreate': > Expat.xs:1281: error: `na' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetStartElementHandler': > Expat.xs:1519: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetEndElementHandler': > Expat.xs:1530: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetCharacterDataHandler': > Expat.xs:1543: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetProcessingInstructionHand= ler': > Expat.xs:1561: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetCommentHandler': > Expat.xs:1578: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetDefaultHandler': > Expat.xs:1595: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetUnparsedEntityDeclHandler= ': > Expat.xs:1617: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetNotationDeclHandler': > Expat.xs:1634: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetExternalEntityRefHandler'= : > Expat.xs:1652: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetExtEntFinishHandler': > Expat.xs:1672: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetEntityDeclHandler': > Expat.xs:1687: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetElementDeclHandler': > Expat.xs:1705: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetAttListDeclHandler': > Expat.xs:1723: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetDoctypeHandler': > Expat.xs:1742: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetEndDoctypeHandler': > Expat.xs:1760: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetXMLDeclHandler': > Expat.xs:1779: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetBase': > Expat.xs:1800: error: `na' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_GetBase': > Expat.xs:1818: error: `sv_undef' undeclared (first use in this function) > Expat.c: In function `XS_XML__Parser__Expat_LoadEncoding': > Expat.c:2324: error: `na' undeclared (first use in this function) > Expat.xs:1998: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetStartCdataHandler': > Expat.xs:2113: error: `sv_undef' undeclared (first use in this function) > Expat.xs: In function `XS_XML__Parser__Expat_SetEndCdataHandler': > Expat.xs:2131: error: `sv_undef' undeclared (first use in this function) > Expat.c: In function `boot_XML__Parser__Expat': > Expat.c:2684: error: `sv_yes' undeclared (first use in this function) > *** Error code 1 > =20 > Stop in /usr/ports/textproc/p5-XML-Parser/work/XML-Parser-2.34/Expat. > *** Error code 1 > =20 > Stop in /usr/ports/textproc/p5-XML-Parser/work/XML-Parser-2.34. > *** Error code 1 > =20 > Stop in /usr/ports/textproc/p5-XML-Parser. > *** Error code 1 > =20 > Stop in /usr/ports/textproc/p5-XML-Parser. > *** Error code 1 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-7PVWTDMt8DNNeoSG5Lhu Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/3iG5b2iPiv4Uz4cRAvqzAKCUkySmVf1AqyerE7Y7TUE6YkqcXACglx3C oSjWM+oJOBzSR+7vsYCjabs= =biyy -----END PGP SIGNATURE----- --=-7PVWTDMt8DNNeoSG5Lhu-- From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 15 13:31:15 2003 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 4456816A4CE for ; Mon, 15 Dec 2003 13:31:15 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id D26FD43D1F for ; Mon, 15 Dec 2003 13:30:35 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBFLUVAb018810; Mon, 15 Dec 2003 16:30:32 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBFLSau5039131; Mon, 15 Dec 2003 16:28:36 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Chong Choi In-Reply-To: <000801c3c1fe$cf999a30$e7ce3a42@whoever> References: <000801c3c1fe$cf999a30$e7ce3a42@whoever> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-U6wqohU8CPhNxiYc0nRJ" Organization: MarcusCom, Inc. Message-Id: <1071523824.47973.7.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 15 Dec 2003 16:30:24 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD GNOME Users Subject: Re: scrollkeeper errors out during make install 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, 15 Dec 2003 21:31:15 -0000 --=-U6wqohU8CPhNxiYc0nRJ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-12-13 at 23:57, Chong Choi wrote: > Hello, > I'm currently running uptodate 5.1 release (build install world last nigh= t) and ports collection is also uptodate. I followed the instruction on FA= Q5 which talked about what is the best way to upgrade gnome 2.2 to 2.4. Un= fortunately, this didn't work. Out of the desperation, I tried FAQ6 which = said to delete the pkgdb and uninstall all gnome and reinstall it with 2.4 = deal. This was going great untill it errored out at scrollkeeper. It also= seems that if I don't get scrollkeeper installed, rest won't install. I'm= very new to this. I have spent numerous ours browsing through web to see = if I can find the solution but I just can't get this figured out. I'm incl= uding the error messages I got during installation: What does: xmlcatalog /usr/local/share/xml/catalog "-//OASIS//DTD DocBook XML V4.1.2//EN" Report? If you get an error with that command (and you most likely will), you have to reinstall every port that depends on xmlcatmgr (including xmlcatmgr). You will probably also have to do an rm /usr/local/share/xml/* before doing the reinstallations. Joe >=20 > aurora# make install clean > =3D=3D=3D> Installing for gnome2-2.4.1 > =3D=3D=3D> gnome2-2.4.1 depends on file: /usr/X11R6/libexec/cdplayer_appl= et2 - not found > =3D=3D=3D> Verifying install for /usr/X11R6/libexec/cdplayer_applet2 in /= usr/ports/x11/gnomeapplets2 > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on executable: gmake - found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on file: /usr/local/libexec/libt= ool13/libtool - found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on file: /usr/X11R6/libdata/pkgc= onfig/gnome-mime-data-2.0.pc - found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on executable: pkg-config - foun= d > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: gtop-2.0 - fo= und > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: X11.6 - found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: esd.2 - found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: glib-2.0.200 = - found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: atk-1.0.400 -= found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: pango-1.0.200= - found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: gtk-x11-2.0.2= 00 - found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: linc.1 - foun= d > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: IDL-2.0 - fou= nd > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: ORBit-2.0 - f= ound > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: glade-2.0.0 -= found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: xml2.5 - foun= d > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: xslt.2 - foun= d > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: bonobo-2.0 - = found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: gconf-2.5 - f= ound > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: gnomevfs-2.40= 0 - found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: gailutil.17 -= found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: gnomecanvas-2= .400 - found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: art_lgpl_2.5 = - found > =3D=3D=3D> gnomeapplets2-2.4.1_2 depends on shared library: gnome-2.400 -= not found > =3D=3D=3D> Verifying install for gnome-2.400 in /usr/ports/x11/libgnome > =3D=3D=3D> libgnome-2.4.0_2 depends on executable: scrollkeeper-config - = not found > =3D=3D=3D> Verifying install for scrollkeeper-config in /usr/ports/textpr= oc/scrollkeeper > =3D=3D=3D> scrollkeeper-0.3.14,1 depends on executable: intltool-extract = - found > =3D=3D=3D> scrollkeeper-0.3.14,1 depends on file: /usr/local/share/xml/do= cbook/4.1.2/docbook.cat - found > =3D=3D=3D> scrollkeeper-0.3.14,1 depends on file: /usr/local/share/xsl/do= cbook/xhtml/chunk.xsl - found > =3D=3D=3D> scrollkeeper-0.3.14,1 depends on executable: gmake - found > =3D=3D=3D> scrollkeeper-0.3.14,1 depends on file: /usr/local/libexec/libt= ool13/libtool - found > =3D=3D=3D> scrollkeeper-0.3.14,1 depends on executable: bison - found > =3D=3D=3D> scrollkeeper-0.3.14,1 depends on executable: pkg-config - foun= d > =3D=3D=3D> scrollkeeper-0.3.14,1 depends on shared library: intl.5 - foun= d > =3D=3D=3D> scrollkeeper-0.3.14,1 depends on shared library: xml2.5 - foun= d > =3D=3D=3D> scrollkeeper-0.3.14,1 depends on shared library: xslt.2 - foun= d > =3D=3D=3D> Configuring for scrollkeeper-0.3.14,1 > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking for gcc... cc > checking for C compiler default output... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether cc accepts -g... yes > checking for cc option to accept ANSI C... none needed > checking how to run the C preprocessor... cc -E > checking for a BSD-compatible install... /usr/bin/install -c -o root -g w= heel > checking whether ln -s works... yes > checking whether gmake sets $(MAKE)... yes > checking for egrep... grep -E > checking for ANSI C header files... yes > checking for strerror in -lcposix... no > checking build system type... i386-portbld-freebsd5.1 > checking host system type... i386-portbld-freebsd5.1 > checking target system type... i386-portbld-freebsd5.1 > checking whether build environment is sane... yes > checking for style of include used by gmake... GNU > checking dependency style of cc... gcc3 > checking for ld used by GCC... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking for a sed that does not truncate output... /usr/bin/sed > checking how to recognise dependent libraries... pass_all > checking command to parse /usr/bin/nm -B output... ok > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking for ranlib... ranlib > checking for strip... strip > checking for objdir... .libs > checking for cc option to produce PIC... -fPIC > checking if cc PIC flag -fPIC works... yes > checking if cc static flag -static works... yes > checking if cc supports -c -o file.o... yes > checking if cc supports -c -o file.lo... yes > checking if cc supports -fno-rtti -fno-exceptions... yes > checking whether the linker (/usr/bin/ld) supports shared libraries... ye= s > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking dynamic linker characteristics... freebsd5.1 ld.so > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking whether -lc should be explicitly linked in... yes > creating libtool > checking host system type... i386-unknown-freebsd5.1 > checking for ranlib... ranlib > checking whether we are using GNU C... yes > checking for object suffix... o > checking for executable suffix... no > checking for cc option to produce PIC... -fPIC > checking if cc PIC flag -fPIC works... yes > checking if cc supports -c -o file.o... yes > checking if cc supports -c -o file.lo... yes > checking if cc supports -fno-rtti -fno-exceptions ... yes > checking if cc static flag -static works... -static > checking whether ln -s works... yes > checking for ld used by GCC... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether the linker (/usr/bin/ld) supports shared libraries... ye= s > checking for BSD-compatible nm... /usr/bin/nm -B > checking command to parse /usr/bin/nm -B output... ok > checking how to hardcode library paths into programs... immediate > checking for /usr/bin/ld option to reload object files... -r > checking dynamic linker characteristics... freebsd5.1 ld.so > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for objdir... .libs > creating libtool > checking for intltool >=3D 0.28... 0.28 found > checking for perl... /usr/bin/perl > checking for an ANSI C-conforming const... yes > checking for getcwd... yes > checking for getwd... yes > checking for putenv... yes > checking for strdup... yes > checking for --with-omfdirs... /usr/X11R6/share/gnome/omf > checking for xml2-config... /usr/local/bin/xml2-config > checking libxml2 version... 2.6.3 > checking for xslt-config... /usr/local/bin/xslt-config > checking which XML catalog to use... /usr/local/share/xml/catalog > checking for DocBook XML DTD... configure: error: not found. Make sure yo= u have the DocBook DTD installed and ensure that it is registered in /usr/l= ocal/share/xml/catalog. > =3D=3D=3D> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and attach > the > "/usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.14/config.log" > including the output of the failure of your make command. Also, it might > be a good idea to provide an overview of all packages installed on your > system (e.g. an `ls /var/db/pkg`). > *** Error code 1 >=20 > Stop in /usr/ports/textproc/scrollkeeper. > *** Error code 1 >=20 > Stop in /usr/ports/x11/libgnome. > *** Error code 1 >=20 > Stop in /usr/ports/x11/gnomeapplets2. > *** Error code 1 >=20 > Stop in /usr/ports/x11/gnome2. > aurora# >=20 >=20 >=20 > here is output from config.log > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. >=20 > It was created by configure, which was > generated by GNU Autoconf 2.57. Invocation command line was >=20 > $ ./configure --localstatedir=3D/var --datadir=3D/usr/X11R6/share/gnome -= -with-omfdirs=3D/usr/X11R6/share/gnome/omf --with-xml-catalog=3D/usr/local/= share/xml/catalog --prefix=3D/usr/X11R6 --build=3Di386-portbld-freebsd5.1 >=20 > ## --------- ## > ## Platform. ## > ## --------- ## >=20 > hostname =3D aurora.anchorageak.net > uname -m =3D i386 > uname -r =3D 5.1-RELEASE-p11 > uname -s =3D FreeBSD > uname -v =3D FreeBSD 5.1-RELEASE-p11 #0: Fri Dec 12 20:51:57 AKST 2003 ro= ot@aurora.anchorageak.net:/usr/obj/usr/src/sys/MYKERNEL >=20 > /usr/bin/uname -p =3D i386 > /bin/uname -X =3D unknown >=20 > /bin/arch =3D unknown > /usr/bin/arch -k =3D unknown > /usr/convex/getsysinfo =3D unknown > hostinfo =3D unknown > /bin/machine =3D unknown > /usr/bin/oslevel =3D unknown > /bin/universe =3D unknown >=20 > PATH: /usr/local/libexec/libtool13 > PATH: /sbin > PATH: /bin > PATH: /usr/sbin > PATH: /usr/bin > PATH: /usr/games > PATH: /usr/local/sbin > PATH: /usr/local/bin > PATH: /usr/X11R6/bin > PATH: /root/bin >=20 >=20 > ## ----------- ## > ## Core tests. ## > ## ----------- ## >=20 > configure:1458: checking for gawk > configure:1487: result: no > configure:1458: checking for mawk > configure:1487: result: no > configure:1458: checking for nawk > configure:1474: found /usr/bin/nawk > configure:1484: result: nawk > configure:1540: checking for gcc > configure:1566: result: cc > configure:1810: checking for C compiler version > configure:1813: cc --version &5 > cc (GCC) 3.2.2 [FreeBSD] 20030205 (release) > Copyright (C) 2002 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOS= E. >=20 > configure:1816: $? =3D 0 > configure:1818: cc -v &5 > Using built-in specs. > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 3.2.2 [FreeBSD] 20030205 (release) > configure:1821: $? =3D 0 > configure:1823: cc -V &5 > cc: argument to `-V' is missing > configure:1826: $? =3D 1 > configure:1850: checking for C compiler default output > configure:1853: cc -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include conft= est.c -L/usr/local/lib -lintl >&5 > configure:1856: $? =3D 0 > configure:1902: result: a.out > configure:1907: checking whether the C compiler works > configure:1913: ./a.out > configure:1916: $? =3D 0 > configure:1933: result: yes > configure:1940: checking whether we are cross compiling > configure:1942: result: no > configure:1945: checking for suffix of executables > configure:1947: cc -o conftest -O -pipe -mcpu=3Dpentiumpro -I/usr/local/i= nclude conftest.c -L/usr/local/lib -lintl >&5 > configure:1950: $? =3D 0 > configure:1975: result:=20 > configure:1981: checking for suffix of object files > configure:2003: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:2006: $? =3D 0 > configure:2028: result: o > configure:2032: checking whether we are using the GNU C compiler > configure:2057: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:2060: $? =3D 0 > configure:2063: test -s conftest.o > configure:2066: $? =3D 0 > configure:2079: result: yes > configure:2085: checking whether cc accepts -g > configure:2107: cc -c -g -I/usr/local/include conftest.c >&5 > configure:2110: $? =3D 0 > configure:2113: test -s conftest.o > configure:2116: $? =3D 0 > configure:2127: result: yes > configure:2144: checking for cc option to accept ANSI C > configure:2205: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:2208: $? =3D 0 > configure:2211: test -s conftest.o > configure:2214: $? =3D 0 > configure:2232: result: none needed > configure:2250: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > conftest.c:2: syntax error before "me" > configure:2253: $? =3D 1 > configure: failed program was: > | #ifndef __cplusplus > | choke me > | #endif > configure:2367: checking how to run the C preprocessor > configure:2403: cc -E -I/usr/local/include conftest.c > configure:2409: $? =3D 0 > configure:2441: cc -E -I/usr/local/include conftest.c > configure:2441:28: ac_nonexistent.h: No such file or directory > configure:2447: $? =3D 1 > configure: failed program was: > | #line 2433 "configure" > | /* confdefs.h. */ > |=20 > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | /* end confdefs.h. */ > | #include > configure:2485: result: cc -E > configure:2510: cc -E -I/usr/local/include conftest.c > configure:2516: $? =3D 0 > configure:2548: cc -E -I/usr/local/include conftest.c > configure:2548:28: ac_nonexistent.h: No such file or directory > configure:2554: $? =3D 1 > configure: failed program was: > | #line 2540 "configure" > | /* confdefs.h. */ > |=20 > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | /* end confdefs.h. */ > | #include > configure:2633: checking for a BSD-compatible install > configure:2687: result: /usr/bin/install -c -o root -g wheel > configure:2698: checking whether ln -s works > configure:2702: result: yes > configure:2709: checking whether gmake sets $(MAKE) > configure:2729: result: yes > configure:2742: checking for egrep > configure:2752: result: grep -E > configure:2757: checking for ANSI C header files > configure:2783: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:2786: $? =3D 0 > configure:2789: test -s conftest.o > configure:2792: $? =3D 0 > configure:2884: cc -o conftest -O -pipe -mcpu=3Dpentiumpro -I/usr/local/i= nclude conftest.c -L/usr/local/lib -lintl >&5 > configure:2887: $? =3D 0 > configure:2889: ./conftest > configure:2892: $? =3D 0 > configure:2907: result: yes > configure:2919: checking for strerror in -lcposix > configure:2950: cc -o conftest -O -pipe -mcpu=3Dpentiumpro -I/usr/local/i= nclude conftest.c -lcposix -L/usr/local/lib -lintl >&5 > /usr/bin/ld: cannot find -lcposix > configure:2953: $? =3D 1 > configure: failed program was: > | #line 2927 "configure" > | /* confdefs.h. */ > |=20 > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > |=20 > | /* Override any gcc2 internal prototype to avoid an error. */ > | #ifdef __cplusplus > | extern "C" > | #endif > | /* We use char because int might match the return type of a gcc2 > | builtin and then its argument prototype would still apply. */ > | char strerror (); > | int > | main () > | { > | strerror (); > | ; > | return 0; > | } > configure:2971: result: no > configure:2986: checking build system type > configure:3004: result: i386-portbld-freebsd5.1 > configure:3012: checking host system type > configure:3026: result: i386-portbld-freebsd5.1 > configure:3034: checking target system type > configure:3048: result: i386-portbld-freebsd5.1 > configure:3066: checking whether build environment is sane > configure:3109: result: yes > configure:3159: checking for style of include used by gmake > configure:3187: result: GNU > configure:3359: checking dependency style of cc > configure:3442: result: gcc3 > configure:3548: checking for ld used by GCC > configure:3611: result: /usr/bin/ld > configure:3620: checking if the linker (/usr/bin/ld) is GNU ld > GNU ld version 2.13.2 [FreeBSD] 2002-11-27 > configure:3632: result: yes > configure:3637: checking for /usr/bin/ld option to reload object files > configure:3644: result: -r > configure:3649: checking for BSD-compatible nm > configure:3685: result: /usr/bin/nm -B > configure:3688: checking for a sed that does not truncate output > configure:3770: result: /usr/bin/sed > configure:3773: checking how to recognise dependent libraries > configure:3954: result: pass_all > configure:3966: checking command to parse /usr/bin/nm -B output > configure:4050: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:4053: $? =3D 0 > configure:4057: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGI= STW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> c= onftest.nm > configure:4060: $? =3D 0 > configure:4112: cc -o conftest -O -pipe -mcpu=3Dpentiumpro -I/usr/local/i= nclude conftest.c conftstm.o >&5 > configure:4115: $? =3D 0 > configure:4159: result: ok > configure:4177: checking for sys/types.h > configure:4194: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:4197: $? =3D 0 > configure:4200: test -s conftest.o > configure:4203: $? =3D 0 > configure:4214: result: yes > configure:4177: checking for sys/stat.h > configure:4194: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:4197: $? =3D 0 > configure:4200: test -s conftest.o > configure:4203: $? =3D 0 > configure:4214: result: yes > configure:4177: checking for stdlib.h > configure:4194: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:4197: $? =3D 0 > configure:4200: test -s conftest.o > configure:4203: $? =3D 0 > configure:4214: result: yes > configure:4177: checking for string.h > configure:4194: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:4197: $? =3D 0 > configure:4200: test -s conftest.o > configure:4203: $? =3D 0 > configure:4214: result: yes > configure:4177: checking for memory.h > configure:4194: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:4197: $? =3D 0 > configure:4200: test -s conftest.o > configure:4203: $? =3D 0 > configure:4214: result: yes > configure:4177: checking for strings.h > configure:4194: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:4197: $? =3D 0 > configure:4200: test -s conftest.o > configure:4203: $? =3D 0 > configure:4214: result: yes > configure:4177: checking for inttypes.h > configure:4194: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:4197: $? =3D 0 > configure:4200: test -s conftest.o > configure:4203: $? =3D 0 > configure:4214: result: yes > configure:4177: checking for stdint.h > configure:4194: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:4197: $? =3D 0 > configure:4200: test -s conftest.o > configure:4203: $? =3D 0 > configure:4214: result: yes > configure:4177: checking for unistd.h > configure:4194: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:4197: $? =3D 0 > configure:4200: test -s conftest.o > configure:4203: $? =3D 0 > configure:4214: result: yes > configure:4240: checking dlfcn.h usability > configure:4253: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:4256: $? =3D 0 > configure:4259: test -s conftest.o > configure:4262: $? =3D 0 > configure:4272: result: yes > configure:4276: checking dlfcn.h presence > configure:4287: cc -E -I/usr/local/include conftest.c > configure:4293: $? =3D 0 > configure:4312: result: yes > configure:4348: checking for dlfcn.h > configure:4355: result: yes > configure:4553: checking for ranlib > configure:4569: found /usr/bin/ranlib > configure:4580: result: ranlib > configure:4633: checking for strip > configure:4649: found /usr/bin/strip > configure:4660: result: strip > configure:4870: checking for objdir > configure:4881: result: .libs > configure:4898: checking for cc option to produce PIC > configure:5044: result: -fPIC > configure:5048: checking if cc PIC flag -fPIC works > configure:5072: cc -c -O -pipe -mcpu=3Dpentiumpro -fPIC -DPIC -I/usr/loca= l/include conftest.c >&5 > configure:5075: $? =3D 0 > configure:5078: test -s conftest.o > configure:5081: $? =3D 0 > configure:5119: result: yes > configure:5135: checking if cc static flag -static works > configure:5160: cc -o conftest -O -pipe -mcpu=3Dpentiumpro -I/usr/local/i= nclude -static conftest.c -L/usr/local/lib -lintl >&5 > configure:5163: $? =3D 0 > configure:5166: test -s conftest > configure:5169: $? =3D 0 > configure:5185: result: yes > configure:5197: checking if cc supports -c -o file.o > configure:5217: cc -c -O -pipe -mcpu=3Dpentiumpro -o out/conftest2.o -I/u= sr/local/include conftest.c >&5 > configure:5241: result: yes > configure:5246: checking if cc supports -c -o file.lo > configure:5274: cc -c -O -pipe -mcpu=3Dpentiumpro -c -o conftest.lo -I/us= r/local/include conftest.c >&5 > configure:5277: $? =3D 0 > configure:5280: test -s conftest.lo > configure:5283: $? =3D 0 > configure:5305: result: yes > configure:5336: checking if cc supports -fno-rtti -fno-exceptions > configure:5359: cc -c -O -pipe -mcpu=3Dpentiumpro -fno-rtti -fno-exceptio= ns -c conftest.c -I/usr/local/include conftest.c >&5 > configure:5362: $? =3D 0 > configure:5365: test -s conftest.o > configure:5368: $? =3D 0 > configure:5385: result: yes > configure:5396: checking whether the linker (/usr/bin/ld) supports shared= libraries > configure:6091: result: yes > configure:6096: checking how to hardcode library paths into programs > configure:6120: result: immediate > configure:6125: checking whether stripping libraries is possible > configure:6130: result: yes > configure:6141: checking dynamic linker characteristics > configure:6548: result: freebsd5.1 ld.so > configure:6553: checking if libtool supports shared libraries > configure:6555: result: yes > configure:6558: checking whether to build shared libraries > configure:6579: result: yes > configure:6582: checking whether to build static libraries > configure:6586: result: yes > configure:7260: checking whether -lc should be explicitly linked in > configure:7268: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:7271: $? =3D 0 > configure:7285: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conf= test 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 > configure:7288: $? =3D 1 > configure:7301: result: yes > configure:7878: checking for intltool >=3D 0.28 > configure:7888: result: 0.28 found > configure:7943: checking for perl > configure:7961: found /usr/bin/perl > configure:7973: result: /usr/bin/perl > configure:8008: checking for an ANSI C-conforming const > configure:8076: cc -c -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include co= nftest.c >&5 > configure:8079: $? =3D 0 > configure:8082: test -s conftest.o > configure:8085: $? =3D 0 > configure:8096: result: yes > configure:8114: checking for getcwd > configure:8164: cc -o conftest -O -pipe -mcpu=3Dpentiumpro -I/usr/local/i= nclude conftest.c -L/usr/local/lib -lintl >&5 > configure:8167: $? =3D 0 > configure:8170: test -s conftest > configure:8173: $? =3D 0 > configure:8184: result: yes > configure:8114: checking for getwd > configure:8164: cc -o conftest -O -pipe -mcpu=3Dpentiumpro -I/usr/local/i= nclude conftest.c -L/usr/local/lib -lintl >&5 > configure:8167: $? =3D 0 > configure:8170: test -s conftest > configure:8173: $? =3D 0 > configure:8184: result: yes > configure:8114: checking for putenv > configure:8164: cc -o conftest -O -pipe -mcpu=3Dpentiumpro -I/usr/local/i= nclude conftest.c -L/usr/local/lib -lintl >&5 > configure:8167: $? =3D 0 > configure:8170: test -s conftest > configure:8173: $? =3D 0 > configure:8184: result: yes > configure:8114: checking for strdup > configure:8164: cc -o conftest -O -pipe -mcpu=3Dpentiumpro -I/usr/local/i= nclude conftest.c -L/usr/local/lib -lintl >&5 > configure:8167: $? =3D 0 > configure:8170: test -s conftest > configure:8173: $? =3D 0 > configure:8184: result: yes > configure:8195: checking for --with-omfdirs > configure:8209: result: /usr/X11R6/share/gnome/omf > configure:8215: checking for xml2-config > configure:8233: found /usr/local/bin/xml2-config > configure:8246: result: /usr/local/bin/xml2-config > configure:8258: checking libxml2 version > configure:8261: result: 2.6.3 > configure:8278: checking for xslt-config > configure:8296: found /usr/local/bin/xslt-config > configure:8309: result: /usr/local/bin/xslt-config > configure:8328: checking which XML catalog to use > configure:8352: result: /usr/local/share/xml/catalog > configure:8361: checking for DocBook XML DTD > configure:8371: error: not found. Make sure you have the DocBook DTD inst= alled and ensure that it is registered in /usr/local/share/xml/catalog. >=20 > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## >=20 > am_cv_CC_dependencies_compiler_type=3Dgcc3 > ac_cv_func_getcwd=3Dyes > ac_cv_header_stdlib_h=3Dyes > lt_cv_file_magic_cmd=3D'$MAGIC_CMD' > ac_cv_path_INTLTOOL_PERL=3D/usr/bin/perl > ac_cv_lib_cposix_strerror=3Dno > ac_cv_prog_cc_g=3Dyes > ac_cv_env_LDFLAGS_set=3D > lt_cv_prog_cc_can_build_shared=3Dyes > ac_cv_c_compiler_gnu=3Dyes > ac_cv_exeext=3D > ac_cv_env_CFLAGS_set=3Dset > ac_cv_prog_make_gmake_set=3Dyes > ac_cv_env_CPP_value=3D > ac_cv_env_CPPFLAGS_set=3Dset > lt_cv_prog_cc_static_works=3Dyes > lt_cv_prog_cc_no_builtin=3D > lt_cv_prog_cc_shlib=3D > lt_cv_prog_cc_static=3D-static > ac_cv_env_host_alias_set=3D > ac_cv_c_const=3Dyes > lt_cv_ld_reload_flag=3D-r > lt_cv_archive_cmds_need_lc=3Dyes > ac_cv_header_sys_stat_h=3Dyes > lt_cv_prog_gnu_ld=3Dyes > ac_cv_env_build_alias_set=3Dset > ac_cv_func_getwd=3Dyes > ac_cv_env_LDFLAGS_value=3D > ac_cv_env_target_alias_set=3D > ac_cv_host_alias=3Di386-portbld-freebsd5.1 > ac_cv_prog_cc_stdc=3D > ac_cv_env_CFLAGS_value=3D'-O -pipe -mcpu=3Dpentiumpro' > ac_cv_env_CC_set=3Dset > ac_cv_path_XML_CONFIG=3D/usr/local/bin/xml2-config > lt_cv_prog_cc_wl=3D-Wl, > ac_cv_header_sys_types_h=3Dyes > ac_cv_header_stdc=3Dyes > ac_cv_header_strings_h=3Dyes > lt_cv_path_SED=3D/usr/bin/sed > ac_cv_header_stdint_h=3Dyes > ac_cv_header_inttypes_h=3Dyes > ac_cv_prog_egrep=3D'grep -E' > ac_cv_header_unistd_h=3Dyes > ac_cv_header_string_h=3Dyes > lt_cv_global_symbol_to_cdecl=3D'sed -n -e '''s/^. .* \(.*\)$/extern char = \1;/p'''' > lt_cv_path_LD=3D/usr/bin/ld > ac_cv_build_alias=3Di386-portbld-freebsd5.1 > ac_cv_env_CPPFLAGS_value=3D-I/usr/local/include > ac_cv_prog_ac_ct_RANLIB=3Dranlib > ac_cv_header_memory_h=3Dyes > ac_cv_target_alias=3Di386-portbld-freebsd5.1 > ac_cv_prog_ac_ct_STRIP=3Dstrip > ac_cv_host=3Di386-portbld-freebsd5.1 > ac_cv_env_host_alias_value=3D > lt_cv_global_symbol_to_c_name_address=3D'sed -n -e '''s/^: \([^ ]*\) $/ {= \"\1\", (lt_ptr) 0},/p''' -e '''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", = (lt_ptr) \&\2},/p'''' > lt_cv_compiler_c_o=3Dyes > lt_cv_prog_cc_pic_works=3Dyes > lt_cv_file_magic_test_file=3D > ac_cv_build=3Di386-portbld-freebsd5.1 > ac_cv_prog_CPP=3D'cc -E' > ac_cv_prog_AWK=3Dnawk > ac_cv_env_build_alias_value=3Di386-portbld-freebsd5.1 > lt_cv_prog_cc_pic=3D' -fPIC' > lt_cv_sys_global_symbol_pipe=3D'sed -n -e '''s/^.*[ ]\([ABCDGISTW][ABCDGI= STW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'''' > lt_cv_deplibs_check_method=3Dpass_all > ac_cv_prog_ac_ct_CC=3Dcc > ac_cv_path_XSLT_CONFIG=3D/usr/local/bin/xslt-config > lt_cv_compiler_o_lo=3Dyes > ac_cv_target=3Di386-portbld-freebsd5.1 > ac_cv_env_target_alias_value=3D > ac_cv_env_CC_value=3Dcc > lt_cv_path_NM=3D'/usr/bin/nm -B' > ac_cv_env_CPP_set=3D > ac_cv_header_dlfcn_h=3Dyes > ac_cv_func_strdup=3Dyes > ac_cv_func_putenv=3Dyes > ac_cv_objext=3Do >=20 > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## >=20 > ACLOCAL=3D'${SHELL} /usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.= 3.14/missing --run aclocal-1.7' > ALLOCA=3D'' > AMDEPBACKSLASH=3D'' > AMDEP_FALSE=3D'#' > AMDEP_TRUE=3D'' > AMTAR=3D'${SHELL} /usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.= 14/missing --run tar' > AUTOCONF=3D'${SHELL} /usr/ports/textproc/scrollkeeper/work/scrollkeeper-0= .3.14/missing --run autoconf' > AUTOHEADER=3D'${SHELL} /usr/ports/textproc/scrollkeeper/work/scrollkeeper= -0.3.14/missing --run autoheader' > AUTOMAKE=3D'${SHELL} /usr/ports/textproc/scrollkeeper/work/scrollkeeper-0= .3.14/missing --run automake-1.7' > AWK=3D'nawk' > BUILD_INCLUDED_LIBINTL=3D'' > CATOBJEXT=3D'' > CC=3D'cc' > CCDEPMODE=3D'depmode=3Dgcc3' > CFLAGS=3D'-O -pipe -mcpu=3Dpentiumpro' > CPP=3D'cc -E' > CPPFLAGS=3D'-I/usr/local/include' > CYGPATH_W=3D'echo' > DATADIRNAME=3D'' > DEFS=3D'' > DEPDIR=3D'.deps' > ECHO=3D'echo' > ECHO_C=3D'' > ECHO_N=3D'-n' > ECHO_T=3D'' > EGREP=3D'grep -E' > EXEEXT=3D'' > GENCAT=3D'' > GETTEXT_PACKAGE=3D'' > GLIBC21=3D'' > GMSGFMT=3D'' > HOST_TYPE=3D'' > INSTALL_DATA=3D'install -o root -g wheel -m 444' > INSTALL_PROGRAM=3D'install -s -o root -g wheel -m 555' > INSTALL_SCRIPT=3D'install -o root -g wheel -m 555' > INSTALL_STRIP_PROGRAM=3D'${SHELL} $(install_sh) -c -s' > INSTOBJEXT=3D'' > INTLBISON=3D'' > INTLLIBS=3D'' > INTLOBJS=3D'' > INTLTOOL_CAVES_RULE=3D'%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $= (top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@= -d -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_DESKTOP_RULE=3D'%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wild= card $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po= $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_DIRECTORY_RULE=3D'%.directory: %.directory.in $(INTLTOOL_MERGE) = $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcd= ir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_EXTRACT=3D'$(top_builddir)/intltool-extract' > INTLTOOL_KBD_RULE=3D'%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_s= rcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u= -m -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_KEYS_RULE=3D'%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(to= p_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -k= -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_MERGE=3D'$(top_builddir)/intltool-merge' > INTLTOOL_OAF_RULE=3D'%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_s= rcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -p= ' > INTLTOOL_PERL=3D'/usr/bin/perl' > INTLTOOL_PONG_RULE=3D'%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(to= p_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x= -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_PROP_RULE=3D'%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(to= p_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d= -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_SCHEMAS_RULE=3D'%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wild= card $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po= $< $@ -s -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_SERVER_RULE=3D'%.server: %.server.in $(INTLTOOL_MERGE) $(wildcar= d $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $<= $@ -o -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_SHEET_RULE=3D'%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $= (top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@= -x -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_SOUNDLIST_RULE=3D'%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) = $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcd= ir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_THEME_RULE=3D'%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $= (top_srcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@= -d -u -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_UI_RULE=3D'%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcd= ir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c= $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_UPDATE=3D'$(top_builddir)/intltool-update' > INTLTOOL_XAM_RULE=3D'%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_s= rcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u= -c $(top_builddir)/po/.intltool-merge-cache' > INTLTOOL_XML_RULE=3D'%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_s= rcdir)/po/*.po) ; LC_ALL=3DC $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u= -c $(top_builddir)/po/.intltool-merge-cache' > INTL_LIBTOOL_SUFFIX_PREFIX=3D'' > LDFLAGS=3D'' > LIBICONV=3D'' > LIBINTL=3D'' > LIBOBJS=3D'' > LIBS=3D'-L/usr/local/lib -lintl' > LIBTOOL=3D'$(SHELL) $(top_builddir)/libtool' > LIBXML2_REQUIRED=3D'2.4.19' > LN_S=3D'ln -s' > LTLIBICONV=3D'' > LTLIBINTL=3D'' > LTLIBOBJS=3D'' > MAKEINFO=3D'${SHELL} /usr/ports/textproc/scrollkeeper/work/scrollkeeper-0= .3.14/missing --run makeinfo' > MKINSTALLDIRS=3D'' > MSGFMT=3D'' > MSGMERGE=3D'' > OBJEXT=3D'o' > OMFDIRS=3D'/usr/X11R6/share/gnome/omf' > PACKAGE=3D'scrollkeeper' > PACKAGE_BUGREPORT=3D'' > PACKAGE_NAME=3D'' > PACKAGE_STRING=3D'' > PACKAGE_TARNAME=3D'' > PACKAGE_VERSION=3D'' > PATH_SEPARATOR=3D':' > POSUB=3D'' > RANLIB=3D'ranlib' > SCROLLKEEPER_PARTIAL_DB_DIR=3D'' > SET_MAKE=3D'' > SHELL=3D'/bin/sh' > STRIP=3D'strip' > USE_INCLUDED_LIBINTL=3D'' > USE_NLS=3D'' > VERSION=3D'0.3.14' > XGETTEXT=3D'' > XML_CATALOG=3D'/usr/local/share/xml/catalog' > XML_CFLAGS=3D'-I/usr/local/include/libxml2 -I/usr/local/include' > XML_CONFIG=3D'/usr/local/bin/xml2-config' > XML_LIBS=3D'-L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm' > XSLT_CFLAGS=3D'-I/usr/local/include -I/usr/local/include/libxml2' > XSLT_CONFIG=3D'/usr/local/bin/xslt-config' > XSLT_LIBS=3D'-L/usr/local/lib -lxslt -lxml2 -lz -liconv -lm' > ac_ct_CC=3D'cc' > ac_ct_RANLIB=3D'ranlib' > ac_ct_STRIP=3D'strip' > am__fastdepCC_FALSE=3D'#' > am__fastdepCC_TRUE=3D'' > am__include=3D'include' > am__leading_dot=3D'.' > am__quote=3D'' > bindir=3D'${exec_prefix}/bin' > build=3D'i386-portbld-freebsd5.1' > build_alias=3D'i386-portbld-freebsd5.1' > build_cpu=3D'i386' > build_os=3D'freebsd5.1' > build_vendor=3D'portbld' > datadir=3D'/usr/X11R6/share/gnome' > exec_prefix=3D'NONE' > host=3D'i386-portbld-freebsd5.1' > host_alias=3D'' > host_cpu=3D'i386' > host_os=3D'freebsd5.1' > host_vendor=3D'portbld' > includedir=3D'${prefix}/include' > infodir=3D'${prefix}/info' > install_sh=3D'/usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.14/i= nstall-sh' > libdir=3D'${exec_prefix}/lib' > libexecdir=3D'${exec_prefix}/libexec' > localstatedir=3D'/var' > mandir=3D'${prefix}/man' > oldincludedir=3D'/usr/include' > prefix=3D'/usr/X11R6' > program_transform_name=3D's,x,x,' > sbindir=3D'${exec_prefix}/sbin' > sharedstatedir=3D'${prefix}/com' > sysconfdir=3D'${prefix}/etc' > target=3D'i386-portbld-freebsd5.1' > target_alias=3D'' > target_cpu=3D'i386' > target_os=3D'freebsd5.1' > target_vendor=3D'portbld' >=20 > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## >=20 > #define HAVE_DLFCN_H 1 > #define HAVE_GETCWD 1 > #define HAVE_GETWD 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_MEMORY_H 1 > #define HAVE_PUTENV 1 > #define HAVE_STDINT_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRDUP 1 > #define HAVE_STRINGS_H 1 > #define HAVE_STRING_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define PACKAGE "scrollkeeper" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_NAME "" > #define PACKAGE_STRING "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define STDC_HEADERS 1 > #define VERSION "0.3.14" >=20 > configure: exit 1 >=20 >=20 >=20 > here is /var/pkg/db >=20 > Hermes-1.3.2 > ORBit2-2.8.3 > OpenSP-1.5 > XFree86-clients-4.3.0_5 > XFree86-fontEncodings-4.3.0 > XFree86-fontScalable-4.3.0 > XFree86-libraries-4.3.0_6 > Xft-2.1.2 > acroread-5.06_1 > acroread5-commfont-2002.5 > aspell-0.50.3_1 > atk-1.4.1_1 > autoconf-2.53_1 > automake-1.5,1 > bison-1.75_1 > cvsup-16.1h > db3-3.3.11,1 > db4-4.0.14_1,1 > docbook-1.2_1 > docbook-241_2 > docbook-3.0_2 > docbook-3.1_2 > docbook-4.0_2 > docbook-4.1_2 > docbook-sk-4.1.2_1 > docbook-xml-4.2_1 > docbook-xsl-1.62.4 > esound-0.2.32_1 > expat-1.95.6_1 > ezm3-1.1 > fam-2.6.9_3 > fontconfig-2.2.90_3 > freetype2-2.1.4_1 > gail-1.4.1 > gconf2-2.4.0.1 > gdbm-1.8.3 > gettext-0.12.1 > glib-2.2.3 > gmake-3.80_1 > gnomehier-1.0_10 > gnomemimedata-2.4.0 > gnomevfs2-2.4.1_1 > gtk-2.2.4_1 > guile-1.6.4_1 > help2man-1.29 > hylafax-4.1.5 > imake-1.0 > imake-4.3.0_1 > intltool-0.26 > iso8879-1986_2 > ispell-3.2.06_3 > ja-groff-1.18.1_2 > jade-1.2.1_5 > jbigkit-1.4 > jpeg-6b_1 > ko-acroread5-korfont-2002.5 > ko-han-1.0fb > ko-man-doc-021120 > ko-mplayer-fonts-1.0 > ko-uniksc-0.9 > lcms-1.09,1 > lha-1.14i_1 > libIDL-0.8.2 > libao-0.8.3_1 > libart_lgpl2-2.3.16 > libaudiofile-0.2.4 > libbonobo-2.4.2 > libesmtp-1.0_1,1 > libghttp-1.0.9 > libglade2-2.0.1_1 > libgnomecanvas-2.4.0 > libgnugetopt-1.2 > libgtop2-2.0.7_2 > libiconv-1.8_2 > libmikmod-3.1.10 > libmng-1.0.5 > libofx-0.6.4 > libogg-1.0_1,3 > libsigc++-1.0.4 > libtool-1.3.5_1 > libvorbis-1.0_1,3 > libwww-5.4.0 > libxml2-2.6.3 > libxslt-1.1.1 > linc-1.0.3 > linux_base-6.1_5 > linux_base-7.1_4 > lzo-1.08_1 > lzop-1.01 > m4-1.4_1 > mkcatalog-1.1 > netpbm-10.14 > nspr-4.3_2 > nss-3.8 > openldap20-2.0.25_4 > p5-Authen-SASL-2.03 > p5-Date-Manip-5.40 > p5-Digest-MD5-2.22 > p5-Finance-Quote-1.07 > p5-Finance-QuoteHist-0.31 > p5-HTML-0.6 > p5-HTML-Parser-3.27 > p5-HTML-TableExtract-1.08 > p5-HTML-Tagset-3.03 > p5-MIME-Base64-2.20 > p5-Net-1.12,1 > p5-URI-1.23 > p5-Xmms-0.12 > p5-libwww-5.69 > pango-1.2.5 > pcre-3.9 > perl-5.6.1_13 > pkgconfig-0.15.0 > pkgdb.db > png-1.2.5_2 > popt-1.6.4_1 > portupgrade-20030723 > psiconv-0.8.3 > py23-expat-2.3.2_2 > py23-numeric-23.0 > python-2.3.2_3 > ruby-1.6.8.2003.10.15 > ruby-bdb1-0.2.1 > ruby-rdoc-0.9.0 > ruby-shim-ruby18-1.8.1.p2 > sdocbook-xml-4.1.2.5_1 > slib-2d5_1 > sox-12.17.3_1 > tcl-8.3.5_2 > tiff-3.5.7 > unzip-5.50_2 > wget-1.8.2_5 > xmlcatmgr-1.1 > zip-2.3_1 >=20 > Thanks for the looking into this for me.=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 PGP Key : http://www.marcuscom.com/pgp.asc --=-U6wqohU8CPhNxiYc0nRJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/3ifwb2iPiv4Uz4cRAkk2AJ94whVk3GlDYXpb4lJo2BWUPBZ75QCglUIt Ya1x23gbZktA2LmfVe3YFKs= =T66w -----END PGP SIGNATURE----- --=-U6wqohU8CPhNxiYc0nRJ-- From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 15 13:37:00 2003 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 A21EC16A4CE; Mon, 15 Dec 2003 13:37:00 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2FEC43D1F; Mon, 15 Dec 2003 13:36:59 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) hBFLaxFR077306; Mon, 15 Dec 2003 13:36:59 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBFLaxpJ077302; Mon, 15 Dec 2003 13:36:59 -0800 (PST) (envelope-from marcus) Date: Mon, 15 Dec 2003 13:36:59 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200312152136.hBFLaxpJ077302@freefall.freebsd.org> To: johnmary@adelphia.net, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/60228: [UPDATE] Update lang/mono to 0.29 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, 15 Dec 2003 21:37:00 -0000 Synopsis: [UPDATE] Update lang/mono to 0.29 State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Mon Dec 15 13:36:46 PST 2003 State-Changed-Why: Committed with some modifications. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=60228 From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 15 13:41:58 2003 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 DAB7016A4CE; Mon, 15 Dec 2003 13:41:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37BE543D32; Mon, 15 Dec 2003 13:41:58 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) hBFLfwFR077730; Mon, 15 Dec 2003 13:41:58 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBFLfwIl077726; Mon, 15 Dec 2003 13:41:58 -0800 (PST) (envelope-from marcus) Date: Mon, 15 Dec 2003 13:41:58 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200312152141.hBFLfwIl077726@freefall.freebsd.org> To: johnmary@adelphia.net, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/60227: [UPDATE] Update x11-toolkits/gtk-sharp to 0.14 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, 15 Dec 2003 21:41:59 -0000 Synopsis: [UPDATE] Update x11-toolkits/gtk-sharp to 0.14 State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Mon Dec 15 13:41:44 PST 2003 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=60227 From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 15 13:52:57 2003 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 27E7E16A4CE for ; Mon, 15 Dec 2003 13:52:57 -0800 (PST) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id E24CA43D1F for ; Mon, 15 Dec 2003 13:52:55 -0800 (PST) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id IBA74465; Mon, 15 Dec 2003 13:52:49 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 96F825D08; Mon, 15 Dec 2003 13:52:48 -0800 (PST) To: Joe Marcus Clarke In-Reply-To: Message from Joe Marcus Clarke <1071522234.47973.0.camel@shumai.marcuscom.com> Date: Mon, 15 Dec 2003 13:52:48 -0800 From: "Kevin Oberman" Message-Id: <20031215215248.96F825D08@ptavv.es.net> cc: FreeBSD GNOME Users Subject: Re: Trying to update from Gnome 2.2 to 2.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: Mon, 15 Dec 2003 21:52:57 -0000 > From: Joe Marcus Clarke > Date: Mon, 15 Dec 2003 16:03:54 -0500 > > > --=-7PVWTDMt8DNNeoSG5Lhu > Content-Type: text/plain > Content-Transfer-Encoding: quoted-printable > > On Mon, 2003-12-15 at 13:28, Kevin Oberman wrote: > > I have a system that I want to update to Gnome 2.4. The system is > > running CURRENT as of 12/12. > >=20 > > Unfortunately, it all falls apart rather early since I can't re-install > > intltool and LOTS of stuff depends on it. The install failure is REALLY > > the failure to build p5-XML-Parser. > >=20 > > I followed the instructions in the FAQ for upgrading and found that I > > also had to manually update gail. But I have been unable to figure out > > what is going on with p5-XML-Parser. > > Looks like you need to reinstall Perl, and make sure to use "use.perl > port" after installing. I have already re-built perl and, this being CURRENT, the only perl I have is the one installed from the port (5.6.1_15). I tried 'use.perl port' just to be sure, but it made no difference. I'm now suspicious that I have some residual files (perhaps from V4) hanging around on this system and causing me problems. I may just REALLY flush out all of the perl stuff and re-install once again. Thanks! -- 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 Mon Dec 15 17:20:21 2003 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 E763016A4CE for ; Mon, 15 Dec 2003 17:20:21 -0800 (PST) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id C302343D1F for ; Mon, 15 Dec 2003 17:20:20 -0800 (PST) (envelope-from adamw@magnesium.net) Received: (qmail 20779 invoked by uid 1252); 16 Dec 2003 01:20:20 -0000 Date: 15 Dec 2003 20:20:20 -0500 Date: Mon, 15 Dec 2003 20:20:20 -0500 From: Adam Weinberger To: Kevin Oberman Message-ID: <20031216012020.GB27144@toxic.magnesium.net> References: <1071522234.47973.0.camel@shumai.marcuscom.com> <20031215215248.96F825D08@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215215248.96F825D08@ptavv.es.net> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: FreeBSD GNOME Users Subject: Re: Trying to update from Gnome 2.2 to 2.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: Tue, 16 Dec 2003 01:20:22 -0000 >> (12.15.2003 @ 1652 PST): Kevin Oberman said, in 1.6K: << > I have already re-built perl and, this being CURRENT, the only perl I > have is the one installed from the port (5.6.1_15). I tried 'use.perl > port' just to be sure, but it made no difference. > > I'm now suspicious that I have some residual files (perhaps from V4) > hanging around on this system and causing me problems. I may just REALLY > flush out all of the perl stuff and re-install once again. > > Thanks! >> end of "Re: Trying to update from Gnome 2.2 to 2.4" from Kevin Oberman << If you were running -STABLE but are now running -CURRENT, make sure you delete all the perl-related binaries out of /usr/bin or many perl-related operations will fail. I've sent requests for this to be added to the 4.x to 5.x section of /usr/src/UPDATING, but nobody's looked at it so far. # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-gnome@FreeBSD.ORG Tue Dec 16 05:50:55 2003 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 85F0816A4CE for ; Tue, 16 Dec 2003 05:50:55 -0800 (PST) Received: from kcmso1.proxy.att.com (kcmso1.att.com [192.128.133.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id C48A043D41 for ; Tue, 16 Dec 2003 05:50:53 -0800 (PST) (envelope-from jwb@homer.att.com) Received: from ulysses.homer.att.com ([135.205.193.8])hBGDoqmL029390 for ; Tue, 16 Dec 2003 07:50:52 -0600 Received: from akiva.homer.att.com (akiva.homer.att.com [135.205.212.39]) by ulysses.homer.att.com (8.9.3/8.9.3) with ESMTP id IAA29001 for ; Tue, 16 Dec 2003 08:50:04 -0500 (EST) Received: from akiva.homer.att.com (localhost [127.0.0.1]) by akiva.homer.att.com (8.11.7+Sun/8.9.3) with ESMTP id hBGDo3o25220 for ; Tue, 16 Dec 2003 08:50:03 -0500 (EST) Message-Id: <200312161350.hBGDo3o25220@akiva.homer.att.com> X-Mailer: exmh version 2.6.3 10/14/2003 with nmh-1.0.4 To: gnome@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 16 Dec 2003 08:50:03 -0500 From: "J. W. Ballantine" Subject: OrigTree module 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, 16 Dec 2003 13:50:55 -0000 I'm trying to build Gnome 2.5 on a 4.9-stable system, and I'm getting the error message: The OrigTree module doesn't seem to be properly installed ../intltool-merge Once in the gnome-icon-theme and twice in devel/gnomevfs2, once when it tries to upgrade gnomevfs2 2.2.4 to 2.5.3 and then when atomix-1.0 requires it as a dependancy. So I guessing that OrigTree is installed by another port, my question is which port?? Thanks Jim Ballantine From owner-freebsd-gnome@FreeBSD.ORG Tue Dec 16 05:55:37 2003 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 3E52F16A4CE for ; Tue, 16 Dec 2003 05:55:37 -0800 (PST) Received: from bbnest.net (t122164.ap.plala.or.jp [220.220.122.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD1D343D1D for ; Tue, 16 Dec 2003 05:55:35 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bbnest.net (8.12.10/8.12.10) with ESMTP id hBGDtYi5089010; Tue, 16 Dec 2003 22:55:34 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <3FDF0ED6.10708@FreeBSD.org> Date: Tue, 16 Dec 2003 22:55:34 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "J. W. Ballantine" References: <200312161350.hBGDo3o25220@akiva.homer.att.com> In-Reply-To: <200312161350.hBGDo3o25220@akiva.homer.att.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org Subject: Re: OrigTree module 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, 16 Dec 2003 13:55:37 -0000 Hi, Looks like you need to update your intltool port first. 0.28 version comes with the module you missed. All the best, Alexander. J. W. Ballantine wrote: >I'm trying to build Gnome 2.5 on a 4.9-stable system, and I'm getting >the error message: > The OrigTree module doesn't seem to be properly installed ../intltool-merge > >Once in the gnome-icon-theme and twice in devel/gnomevfs2, >once when it tries to upgrade gnomevfs2 2.2.4 to 2.5.3 and then when >atomix-1.0 requires it as a dependancy. > >So I guessing that OrigTree is installed by another port, my question >is which port?? > >Thanks > >Jim Ballantine > > >_______________________________________________ >freebsd-gnome@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-gnome >To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > > From owner-freebsd-gnome@FreeBSD.ORG Tue Dec 16 06:39:16 2003 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 0140016A4CE for ; Tue, 16 Dec 2003 06:39:16 -0800 (PST) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id C285943D2D for ; Tue, 16 Dec 2003 06:39:14 -0800 (PST) (envelope-from vova@sw.ru) Received: from localhost ([127.0.0.1]) by vbook.fbsd.ru with esmtp (Exim 4.24; FreeBSD) id 1AWGMd-000Lkr-PZ for freebsd-gnome@FreeBSD.org; Tue, 16 Dec 2003 17:39:55 +0300 From: "Vladimir B. Grebenschikov" To: gnome Content-Type: text/plain Organization: SWsoft Inc. Message-Id: <1071585594.737.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 16 Dec 2003 17:39:55 +0300 Content-Transfer-Encoding: 7bit Subject: bogus plist in docbook-xsl 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, 16 Dec 2003 14:39:16 -0000 Hi I have upgraded with portupgrade -ap, then trying to upgrade another workstation with portupgrade -a -PP (packages was copied) # pkg_add /usr/ports/packages/All/docbook-xsl-1.63.0.tbz pkg_add: extract_plist: Bogus filename "share/doc/docbook-xsl/html/htmlhelp.hhp.windows'.html" # on source box: % fgrep s\' /var/db/pkg/docbook-xsl-1.63.0/+CONTENTS share/doc/docbook-xsl/html/htmlhelp.hhp.windows'.html % -- Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-gnome@FreeBSD.ORG Tue Dec 16 08:59:18 2003 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 2007F16A4CE for ; Tue, 16 Dec 2003 08:59:18 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D6543D1D for ; Tue, 16 Dec 2003 08:59:15 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBGGxBHG027457; Tue, 16 Dec 2003 11:59:12 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hBGGvGu5084118; Tue, 16 Dec 2003 11:57:16 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Vladimir B. Grebenschikov" In-Reply-To: <1071585594.737.6.camel@localhost> References: <1071585594.737.6.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-d7INMYGjzEbjBVX4Dkq5" Organization: MarcusCom, Inc. Message-Id: <1071593951.765.0.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 16 Dec 2003 11:59:12 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: gnome Subject: Re: bogus plist in docbook-xsl 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, 16 Dec 2003 16:59:18 -0000 --=-d7INMYGjzEbjBVX4Dkq5 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-12-16 at 09:39, Vladimir B. Grebenschikov wrote: > Hi >=20 > I have upgraded with portupgrade -ap, then trying to upgrade another > workstation with portupgrade -a -PP (packages was copied) Take this up with the docbook-xsl maintainer. Joe >=20 > # pkg_add /usr/ports/packages/All/docbook-xsl-1.63.0.tbz > pkg_add: extract_plist: Bogus filename > "share/doc/docbook-xsl/html/htmlhelp.hhp.windows'.html" > # >=20 > on source box: >=20 > % fgrep s\' /var/db/pkg/docbook-xsl-1.63.0/+CONTENTS > share/doc/docbook-xsl/html/htmlhelp.hhp.windows'.html > % --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-d7INMYGjzEbjBVX4Dkq5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/3znfb2iPiv4Uz4cRAvnDAKCPDx8b4M1CjDcir7qqB8dbdr8eLACfTdIi 1Y6MRIBJKJLCoMbIE9acw+g= =tHoK -----END PGP SIGNATURE----- --=-d7INMYGjzEbjBVX4Dkq5-- From owner-freebsd-gnome@FreeBSD.ORG Tue Dec 16 14:02:49 2003 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 69C8D16A4CE; Tue, 16 Dec 2003 14:02:49 -0800 (PST) Received: from postal1.es.net (proxy.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0848143D3C; Tue, 16 Dec 2003 14:02:44 -0800 (PST) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id IBA74465; Tue, 16 Dec 2003 14:02:41 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 3F55B5D08; Tue, 16 Dec 2003 14:02:40 -0800 (PST) To: Adam Weinberger In-Reply-To: Message from Adam Weinberger <20031216012020.GB27144@toxic.magnesium.net> Date: Tue, 16 Dec 2003 14:02:40 -0800 From: "Kevin Oberman" Message-Id: <20031216220240.3F55B5D08@ptavv.es.net> cc: FreeBSD GNOME Users Subject: Re: Trying to update from Gnome 2.2 to 2.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: Tue, 16 Dec 2003 22:02:49 -0000 > Date: 15 Dec 2003 20:20:20 -0500 > Date: Mon, 15 Dec 2003 20:20:20 -0500 > From: Adam Weinberger > > >> (12.15.2003 @ 1652 PST): Kevin Oberman said, in 1.6K: << > > I have already re-built perl and, this being CURRENT, the only perl I > > have is the one installed from the port (5.6.1_15). I tried 'use.perl > > port' just to be sure, but it made no difference. > > > > I'm now suspicious that I have some residual files (perhaps from V4) > > hanging around on this system and causing me problems. I may just REALLY > > flush out all of the perl stuff and re-install once again. > > > > Thanks! > >> end of "Re: Trying to update from Gnome 2.2 to 2.4" from Kevin Oberman << > > If you were running -STABLE but are now running -CURRENT, make sure you > delete all the perl-related binaries out of /usr/bin or many > perl-related operations will fail. > > I've sent requests for this to be added to the 4.x to 5.x section of > /usr/src/UPDATING, but nobody's looked at it so far. > > # Adam Thanks, Adam. I did have several executables in /usr/bin, but deleting them did not help. According to locate, I have the following perl items left in places other than /var/, /usr/local/, and ports, all of which I believe to be appropriate: /usr/X11R6/lib/perl5 /usr/X11R6/lib/perl5/5.00503 /usr/X11R6/lib/perl5/5.00503/man /usr/X11R6/lib/perl5/5.00503/man/man3 /usr/X11R6/lib/perl5/site_perl /usr/X11R6/lib/perl5/site_perl/5.005 /usr/X11R6/lib/perl5/site_perl/5.005/alpha-freebsd /usr/X11R6/lib/perl5/site_perl/5.005/alpha-freebsd/auto /usr/X11R6/lib/perl5/site_perl/5.005/auto /usr/X11R6/lib/perl5/site_perl/5.005/i386-freebsd /usr/X11R6/lib/perl5/site_perl/5.005/i386-freebsd/auto /usr/X11R6/lib/xchat/plugins/perl.so /usr/X11R6/share/gnome/gtksourceview-1.0/language-specs/perl.lang /usr/X11R6/share/gnome/idl/at-spi-1.0/Accessibility_Hyperlink.idl /usr/X11R6/share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-text-x-perl.png /usr/X11R6/share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-text-x-perl.png /usr/X11R6/share/icons/LowContrastLargePrint/48x48/mimetypes/gnome-mime-text-x-perl.png /usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-perl.png /usr/bin/perl (symlink to /usr/local/perl) /usr/bin/perl5.6.1 (symlink to /usr/local/perl) /usr/bin/suidperl (symlink to /usr/local/suidperl) I still have the same problems. Could something already built before the cleanup be biting me? I did a portinstall -Rf p5-XML-Parser, which rebuilt libtool, expat, and perl. No improvement! All of the files seem to be identical (Expat.xs, proto.h, and perl.h). The compiler is also the same (gcc version 3.3.3 [FreeBSD] 20031106). I guess I'm getting really baffled, here. Any ideas on what I should look at? -- 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 Dec 16 15:01:37 2003 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 E0BB816A4CE; Tue, 16 Dec 2003 15:01:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22B1343D41; Tue, 16 Dec 2003 15:01:37 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) hBGN1bFR087060; Tue, 16 Dec 2003 15:01:37 -0800 (PST) (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBGN1abO087056; Tue, 16 Dec 2003 15:01:36 -0800 (PST) (envelope-from pav) Date: Tue, 16 Dec 2003 15:01:36 -0800 (PST) From: Pav Lucistnik Message-Id: <200312162301.hBGN1abO087056@freefall.freebsd.org> To: vince@bigbang.DNALOGIC.NET, pav@FreeBSD.org, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/53742: /usr/ports/print/freetype2 fails to install in -CURRENT 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, 16 Dec 2003 23:01:38 -0000 Synopsis: /usr/ports/print/freetype2 fails to install in -CURRENT State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Tue Dec 16 15:00:38 PST 2003 State-Changed-Why: Freetype is not at 2.1.5, and no one else reported this. If you're still getting this error with up-to-date ports, please send new problem report. Responsible-Changed-From-To: sobomax->gnome Responsible-Changed-By: pav Responsible-Changed-When: Tue Dec 16 15:00:38 PST 2003 Responsible-Changed-Why: freetype is now maintained by gnome team http://www.freebsd.org/cgi/query-pr.cgi?pr=53742 From owner-freebsd-gnome@FreeBSD.ORG Tue Dec 16 17:19:31 2003 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 5931A16A4CE for ; Tue, 16 Dec 2003 17:19:31 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id D922843D49 for ; Tue, 16 Dec 2003 17:19:23 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBH1JLov025165 for ; Tue, 16 Dec 2003 20:19:21 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBH1HNu5003974 for ; Tue, 16 Dec 2003 20:17:23 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: FreeBSD GNOME Users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-VvzmjkOk1ObAsg39M2KH" Organization: FreeBSD, Inc. Message-Id: <1071623959.78714.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 16 Dec 2003 20:19:19 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Please send your open Bugzilla bugs 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, 17 Dec 2003 01:19:31 -0000 --=-VvzmjkOk1ObAsg39M2KH Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I'm trying to get together a resource page for known GNOME 2.5 issues.=20 If you've opened any Bugzilla bugs against any of the GNOME 2.5 components, please send me those bug IDs so I can add them to the list.=20 Thanks. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-VvzmjkOk1ObAsg39M2KH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/368Xb2iPiv4Uz4cRAhy1AKCduEuOzEhDBNnAyGSsRjRuXQcLjQCeITzm lLnLiUhsksFzljVCenRZYVI= =U3PL -----END PGP SIGNATURE----- --=-VvzmjkOk1ObAsg39M2KH-- From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 17 02:23:05 2003 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 61D7D16A4CE for ; Wed, 17 Dec 2003 02:23:05 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B4A3443D49 for ; Wed, 17 Dec 2003 02:23:03 -0800 (PST) (envelope-from Thomas.Gellekum@gmx.de) Received: (qmail 8041 invoked by uid 65534); 17 Dec 2003 10:23:02 -0000 Received: from unknown (EHLO roentgen.de.elsa.intern) (195.127.120.222) by mail.gmx.net (mp026) with SMTP; 17 Dec 2003 11:23:02 +0100 X-Authenticated: #18235045 To: gnome@FreeBSD.org From: Thomas Gellekum Date: 17 Dec 2003 11:24:00 +0100 Message-ID: <0ksmjj4u9r.fsf@faraday.intern> Lines: 9 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" User-Agent: Emacs Gnus Subject: Minor change to GnuCash port 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, 17 Dec 2003 10:23:05 -0000 --=-=-= Moin, the attached patch will add support for OpenHBCI and ktoblzcheck to GnuCash. tg --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=gnucash.diff Index: Makefile =================================================================== RCS file: /usr/cvs/ports/finance/gnucash/Makefile,v retrieving revision 1.67 diff -u -r1.67 Makefile --- Makefile 25 Sep 2003 05:17:05 -0000 1.67 +++ Makefile 27 Nov 2003 18:34:15 -0000 @@ -59,4 +59,11 @@ LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 .endif +# the following is primarily interesting for german users +.if exists(${LOCALBASE}/include/openhbci.h) || defined(WITH_OPENHBCI) +LIB_DEPENDS+= openhbci.13:${PORTSDIR}/finance/openhbci \ + ktoblzcheck.1:${PORTSDIR}/finance/ktoblzcheck +CONFIGURE_ARGS+= --enable-hbci +.endif + .include --=-=-=-- From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 17 04:06:29 2003 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 3AE9316A4CE for ; Wed, 17 Dec 2003 04:06:29 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC1F43D4F for ; Wed, 17 Dec 2003 04:06:27 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 4CC1C76426 for ; Wed, 17 Dec 2003 13:06:22 +0100 (CET) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 39089-04 for ; Wed, 17 Dec 2003 13:06:20 +0100 (CET) Received: from webonaut.com (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 0520976436 for ; Wed, 17 Dec 2003 13:06:20 +0100 (CET) Message-ID: <3FE046BD.80904@webonaut.com> Date: Wed, 17 Dec 2003 13:06:21 +0100 From: Franz Klammer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20031211 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD GNOME Users Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at webonaut.com Subject: misc/mc/Makefile -> use USE_GNOME instead of LIB_DEPENDS 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, 17 Dec 2003 12:06:29 -0000 hi! misc/mc use LIB_DEPENDS to add the dependency for glib. but that doesn't work with gnome-2.5 because the port doesn't find the library when it checks the dependency for glib.200. is it save to use USE_GNOME= glib20? i know that's not a gnome-port anymore. but i want only ask and if the answer is yes i will send-pr a patch. i've rebuild the port with that knob and it works at least for me. franz. From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 17 10:00:56 2003 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 8C89016A4CE for ; Wed, 17 Dec 2003 10:00:56 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A75E143D64 for ; Wed, 17 Dec 2003 10:00:09 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBHI06Ab012553; Wed, 17 Dec 2003 13:00:07 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hBHHw4u5011928; Wed, 17 Dec 2003 12:58:04 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Franz Klammer In-Reply-To: <3FE046BD.80904@webonaut.com> References: <3FE046BD.80904@webonaut.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-BS2LbTZfyl+efQ8XdbYZ" Organization: MarcusCom, Inc. Message-Id: <1071684007.742.13.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 17 Dec 2003 13:00:07 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD GNOME Users Subject: Re: misc/mc/Makefile -> use USE_GNOME instead of LIB_DEPENDS 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, 17 Dec 2003 18:00:56 -0000 --=-BS2LbTZfyl+efQ8XdbYZ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-12-17 at 07:06, Franz Klammer wrote: > hi! >=20 > misc/mc use LIB_DEPENDS to add the dependency for glib. but > that doesn't work with gnome-2.5 because the port doesn't find > the library when it checks the dependency for glib.200. >=20 > is it save to use USE_GNOME=3D glib20? > i know that's not a gnome-port anymore. but i want only ask and > if the answer is yes i will send-pr a patch. >=20 > i've rebuild the port with that knob and it works at least for me. Yes, please send-pr this. Your assessment is correct. Joe >=20 > franz. > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-BS2LbTZfyl+efQ8XdbYZ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4Jmnb2iPiv4Uz4cRAnCRAJ0RD1g7dolFvDxCAyguEX1fE4iVhgCcD8Ga 2/8vAaDiAg5BdLXbsOPE+x4= =naLU -----END PGP SIGNATURE----- --=-BS2LbTZfyl+efQ8XdbYZ-- From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 17 10:08:03 2003 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 4115E16A4CE for ; Wed, 17 Dec 2003 10:08:03 -0800 (PST) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id C770543D90 for ; Wed, 17 Dec 2003 10:07:13 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031217180713.ZISU2432.lakemtao07.cox.net@mezz.mezzweb.com>; Wed, 17 Dec 2003 13:07:13 -0500 To: Joe Marcus Clarke References: <3FE046BD.80904@webonaut.com> <1071684007.742.13.camel@gyros> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Wed, 17 Dec 2003 12:06:10 -0600 In-Reply-To: <1071684007.742.13.camel@gyros> User-Agent: Opera7.23/Linux M2 build 518 cc: FreeBSD GNOME Users Subject: Re: misc/mc/Makefile -> use USE_GNOME instead of LIB_DEPENDS 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, 17 Dec 2003 18:08:03 -0000 On Wed, 17 Dec 2003 13:00:07 -0500, Joe Marcus Clarke wrote: > On Wed, 2003-12-17 at 07:06, Franz Klammer wrote: >> hi! >> >> misc/mc use LIB_DEPENDS to add the dependency for glib. but >> that doesn't work with gnome-2.5 because the port doesn't find >> the library when it checks the dependency for glib.200. >> >> is it save to use USE_GNOME= glib20? >> i know that's not a gnome-port anymore. but i want only ask and >> if the answer is yes i will send-pr a patch. >> >> i've rebuild the port with that knob and it works at least for me. > > Yes, please send-pr this. Your assessment is correct. Also, remove the pkgconfig and CONFIGURE_TARGET, because the glib20 will take care of it. Correct? Cheers, Mezz > Joe > >> >> franz. -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 17 10:10:20 2003 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 ED05216A4D4 for ; Wed, 17 Dec 2003 10:10:19 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id B49A543D48 for ; Wed, 17 Dec 2003 10:09:31 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBHI9Qov000012; Wed, 17 Dec 2003 13:09:26 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hBHI7Nu5012033; Wed, 17 Dec 2003 13:07:23 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jeremy Messenger In-Reply-To: References: <3FE046BD.80904@webonaut.com> <1071684007.742.13.camel@gyros> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-aiP/kVgse6+cJ3VL83RB" Organization: MarcusCom, Inc. Message-Id: <1071684566.742.15.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 17 Dec 2003 13:09:27 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD GNOME Users Subject: Re: misc/mc/Makefile -> use USE_GNOME instead of LIB_DEPENDS 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, 17 Dec 2003 18:10:20 -0000 --=-aiP/kVgse6+cJ3VL83RB Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-12-17 at 13:06, Jeremy Messenger wrote: > On Wed, 17 Dec 2003 13:00:07 -0500, Joe Marcus Clarke=20 > wrote: >=20 > > On Wed, 2003-12-17 at 07:06, Franz Klammer wrote: > >> hi! > >> > >> misc/mc use LIB_DEPENDS to add the dependency for glib. but > >> that doesn't work with gnome-2.5 because the port doesn't find > >> the library when it checks the dependency for glib.200. > >> > >> is it save to use USE_GNOME=3D glib20? > >> i know that's not a gnome-port anymore. but i want only ask and > >> if the answer is yes i will send-pr a patch. > >> > >> i've rebuild the port with that knob and it works at least for me. > > > > Yes, please send-pr this. Your assessment is correct. >=20 > Also, remove the pkgconfig and CONFIGURE_TARGET, because the glib20 will=20 > take care of it. Correct? Yes. Joe >=20 > Cheers, > Mezz >=20 > > Joe > > > >> > >> franz. --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-aiP/kVgse6+cJ3VL83RB Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4JvWb2iPiv4Uz4cRAnpRAJ9twFbcqNe23Z8nz/+ELnS8w+7oVQCfXWbf NrTZcg1UeuLwjEjCCF0l+oQ= =K5x+ -----END PGP SIGNATURE----- --=-aiP/kVgse6+cJ3VL83RB-- From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 17 11:55:55 2003 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 6229416A4CE for ; Wed, 17 Dec 2003 11:55:55 -0800 (PST) Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0082143D45 for ; Wed, 17 Dec 2003 11:55:54 -0800 (PST) (envelope-from humphie@ucip.boyko.org) Received: from [192.168.2.16] ([81.97.165.113]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20031217195551.RVBH3849.mta01-svc.ntlworld.com@[192.168.2.16]> for ; Wed, 17 Dec 2003 19:55:51 +0000 From: Andrew Humphries To: freebsd-gnome@freebsd.org Content-Type: text/plain Message-Id: <1071690947.10409.138.camel@revelation> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 17 Dec 2003 19:55:47 +0000 Content-Transfer-Encoding: 7bit Subject: Epiphany build issue 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, 17 Dec 2003 19:55:55 -0000 Hi folks, I just deinstalled Mozilla 1.5, and installed Mozilla 1.6b (the ports mozilla-devel, mozilla-devel-headers, and mozilla-devel-gtk2), and as per Marcus' advice over IRC, I went to rebuild Epiphany 1.06 with the following line in /etc/make.conf : WITH_MOZILLA=mozilla-devel-gtk2 It's giving me errors during build. This is the trail end of the output: bed-single.cpp -Wp,-MD,.deps/mozilla-embed-single.TPlo -fPIC -DPIC -o .libs/moz illa-embed-single.lo mozilla-embed-single.cpp:56: nsCCookieManager.h: No such file or directory mozilla-embed-single.cpp: In function `nsresult getUILang(nsAString &)': mozilla-embed-single.cpp:557: no matching function for call to `nsDerivedSafe::GetLocaleComponentForUserAgent (nsXPIDLString::getter_Copies_t) ' /usr/X11R6/include/mozilla-devel/locale/nsILocaleService.h:117: candidates are: nsresult nsILocaleService::GetLocaleComponentForUserAgent(nsAString &) gmake[3]: *** [mozilla-embed-single.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-1.0.6/embed/m ozilla' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-1.0.6/embed' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-1.0.6' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/www/epiphany. -bash-2.05b# I hope that this helps somewhat, I couldn't get the full record... my memory wouldn't let me. Erk! Cheers, Fenrir` From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 17 20:52:50 2003 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 A1BBD16A4CE for ; Wed, 17 Dec 2003 20:52:50 -0800 (PST) Received: from relay04.roc.ny.frontiernet.net (relay04.roc.ny.frontiernet.net [66.133.131.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECF8143D1D for ; Wed, 17 Dec 2003 20:52:48 -0800 (PST) (envelope-from sdodson@sdodson.com) Received: (qmail 29090 invoked from network); 18 Dec 2003 04:52:47 -0000 Received: from unknown (HELO ragebsd.sdodson.com) ([67.50.80.104]) (envelope-sender ) by relay04.roc.ny.frontiernet.net (FrontierMTA 2.3.6) with SMTP for ; 18 Dec 2003 04:52:47 -0000 From: Scott Dodson To: Andrew Humphries In-Reply-To: <1071690947.10409.138.camel@revelation> References: <1071690947.10409.138.camel@revelation> Content-Type: text/plain Message-Id: <1071723166.44420.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.5FreeBSD GNOME Team Port Date: Wed, 17 Dec 2003 23:52:46 -0500 Content-Transfer-Encoding: 7bit cc: freebsd-gnome@freebsd.org Subject: Re: Epiphany build issue 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, 18 Dec 2003 04:52:50 -0000 On Wed, 2003-12-17 at 19:55 +0000, Andrew Humphries wrote: > Hi folks, > > I just deinstalled Mozilla 1.5, and installed Mozilla 1.6b (the ports > mozilla-devel, mozilla-devel-headers, and mozilla-devel-gtk2), and as > per Marcus' advice over IRC, I went to rebuild Epiphany 1.06 with the > following line in /etc/make.conf : > > WITH_MOZILLA=mozilla-devel-gtk2 > > It's giving me errors during build. This is the trail end of the output: I think the problem is due to portupgrade not noticing a version bump in mozilla-headers. I was getting the same problems you were until I noticed the following during a portupgrade. After forcefully upgrading mozilla-headers I was then able to rebuild epiphany. Hope this helps. ** No need to upgrade 'mozilla-headers-1.6.a,1' (>= mozilla-headers-1.6. b). (specify -f to force) -- Scott From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 17 23:46:05 2003 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 9395D16A4CE; Wed, 17 Dec 2003 23:46:05 -0800 (PST) Received: from geekpunk.net (adsl-19-197-182.bna.bellsouth.net [68.19.197.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 751F843D2D; Wed, 17 Dec 2003 23:46:03 -0800 (PST) (envelope-from bandix@geekpunk.net) Received: from localhost.my.domain (taran [127.0.0.1]) by geekpunk.net (8.12.8p1/8.12.6) with ESMTP id hBI7kEYm008580; Thu, 18 Dec 2003 01:46:14 -0600 (CST) (envelope-from bandix@geekpunk.net) Received: (from bandix@localhost) by localhost.my.domain (8.12.8p1/8.12.8/Submit) id hBI7kDix008577; Thu, 18 Dec 2003 01:46:13 -0600 (CST) Date: Thu, 18 Dec 2003 01:46:13 -0600 From: "Brandon D. Valentine" To: nc-rotherdo@netcologne.de Message-ID: <20031218074613.GA8284@geekpunk.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i cc: freebsd-gnome@freebsd.org cc: FreeBSD Ports Subject: prying x11-wm/wmakerconf loose from gnome 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, 18 Dec 2003 07:46:05 -0000 TO Dominik (wmakerconf maintainer), freebsd-ports (gnome2wmaker maintainer), and freebsd-gnome, My apologies for the crosspost, but I'm looking for some advice on eliminating this: % pkg_info -r wmakerconf-2.8.1 | wc -l 68 The wmakerconf port does not require gnome, except that it does. The Makefile for wmakerconf contains this: [...] USE_GNOME= imlib WANT_GNOME= yes [...] .if defined(HAVE_GNOME) BUILD_DEPENDS+= gnome2wmaker:${PORTSDIR}/x11-wm/gnome2wmaker RUN_DEPENDS+= gnome2wmaker:${PORTSDIR}/x11-wm/gnome2wmaker PLIST_SUB+= GNOME:="" .else PLIST_SUB+= GNOME:="@comment " .endif [...] '.if defined(HAVE_GNOME)' will always evaluate to true as the port has just declared its dependency on imlib above. Thus, wmakerconf _always_ adds gnome2wmaker to its dependency list. This is a non-trivial addition as gnome2wmaker's Makefile uses the old 'USE_GNOME=yes' syntax which sucks in all of gnomeprefix, gnomehack and gtkhtml. gtkhtml pretty much takes care of sucking the rest of gnome in by declaring 'USE_GNOME=gnomehack gnomeprefix gnomehier glibwww libghttp libcapplet gal'. In this way we end up with 68 dependencies for a simple little program like wmakerconf. I would like to submit some PRs w/ patches to clean all of this up (or have a committer reading this just go and fix it without hassling around with gnats). Both x11-wm/wmakerconf and x11-wm/gnome2wmaker need to be fixed. gnome2wmaker needs to comply with the new bsd.gnome.mk policy regarding USE_GNOME, i.e. no more 'USE_GNOME=yes'. It should do this by setting USE_GNOME to whichever gnome component provides "menus". gnome2wmaker's purpose is to insert the gnome menu into the windowmaker menu, so it should require the part of gnome that provides menus. It is not immediately clear to me which component that might be. Perhaps one of the freebsd-gnome boys can shed some light on that. wmakerconf needs to be updated so that instead of testing to see if HAVE_GNOME is defined, it checks HAVE_GNOME for the same "menu" component. If that component is installed, then it should add gnome2wmaker to its dependencies. Which of the gnome components contains the "menus" and should be tested against? Should I submit PRs+patches or is there some ports or gnome committer who would prefer to clean these up? They both should be simple to fix. Thanks, Brandon D. Valentine -- brandon@dvalentine.com http://www.geekpunk.net Pseudo-Random Googlism: solstice is a time of self reflection From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 17 23:53:00 2003 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 BEEBF16A4CF; Wed, 17 Dec 2003 23:53:00 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id B15E743D31; Wed, 17 Dec 2003 23:52:58 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBI7qsov027095; Thu, 18 Dec 2003 02:52:55 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBI7omu5018113; Thu, 18 Dec 2003 02:50:48 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Brandon D. Valentine" In-Reply-To: <20031218074613.GA8284@geekpunk.net> References: <20031218074613.GA8284@geekpunk.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-dHKnmIGNoaGvSkAXlKB1" Organization: MarcusCom, Inc. Message-Id: <1071733971.59139.34.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 18 Dec 2003 02:52:52 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: nc-rotherdo@netcologne.de cc: FreeBSD Ports cc: freebsd-gnome@freebsd.org Subject: Re: prying x11-wm/wmakerconf loose from gnome 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, 18 Dec 2003 07:53:01 -0000 --=-dHKnmIGNoaGvSkAXlKB1 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-12-18 at 02:46, Brandon D. Valentine wrote: > TO Dominik (wmakerconf maintainer), > freebsd-ports (gnome2wmaker maintainer), > and freebsd-gnome, >=20 > My apologies for the crosspost, but I'm looking for some advice on > eliminating this: >=20 > % pkg_info -r wmakerconf-2.8.1 | wc -l > 68 >=20 > The wmakerconf port does not require gnome, except that it does. The > Makefile for wmakerconf contains this: >=20 > [...] > USE_GNOME=3D imlib > WANT_GNOME=3D yes > [...] > .if defined(HAVE_GNOME) > BUILD_DEPENDS+=3D gnome2wmaker:${PORTSDIR}/x11-wm/gnome2wmaker > RUN_DEPENDS+=3D gnome2wmaker:${PORTSDIR}/x11-wm/gnome2wmaker > PLIST_SUB+=3D GNOME:=3D"" > .else > PLIST_SUB+=3D GNOME:=3D"@comment " > .endif > [...] >=20 > '.if defined(HAVE_GNOME)' will always evaluate to true as the port has > just declared its dependency on imlib above. Thus, wmakerconf _always_ > adds gnome2wmaker to its dependency list. This is a non-trivial > addition as gnome2wmaker's Makefile uses the old 'USE_GNOME=3Dyes' syntax > which sucks in all of gnomeprefix, gnomehack and gtkhtml. gtkhtml > pretty much takes care of sucking the rest of gnome in by declaring > 'USE_GNOME=3Dgnomehack gnomeprefix gnomehier glibwww libghttp libcapplet > gal'. >=20 > In this way we end up with 68 dependencies for a simple little program > like wmakerconf. >=20 > I would like to submit some PRs w/ patches to clean all of this up (or > have a committer reading this just go and fix it without hassling around > with gnats). Both x11-wm/wmakerconf and x11-wm/gnome2wmaker need to be > fixed. >=20 > gnome2wmaker needs to comply with the new bsd.gnome.mk policy regarding > USE_GNOME, i.e. no more 'USE_GNOME=3Dyes'. It should do this by setting > USE_GNOME to whichever gnome component provides "menus". gnome2wmaker's > purpose is to insert the gnome menu into the windowmaker menu, so it > should require the part of gnome that provides menus. It is not > immediately clear to me which component that might be. Perhaps one of > the freebsd-gnome boys can shed some light on that. >=20 > wmakerconf needs to be updated so that instead of testing to see if > HAVE_GNOME is defined, it checks HAVE_GNOME for the same "menu" > component. If that component is installed, then it should add > gnome2wmaker to its dependencies. >=20 > Which of the gnome components contains the "menus" and should be tested > against? Should I submit PRs+patches or is there some ports or gnome > committer who would prefer to clean these up? They both should be > simple to fix. I agree this is a bug in wmakerconf, but someone will need to determine which GNOME component to check for, then modify the HAVE_GNOME test to be: .if ${HAVE_GNOME:Mcomponent}!=3D"" ... At that point, the problem should go away. Given that no one has truly migrated this port to the new GNOME infrastructure, that "component" could be gtkhtml (however, I'm sure gnomelibs would suffice). Joe >=20 > Thanks, >=20 > Brandon D. Valentine --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-dHKnmIGNoaGvSkAXlKB1 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4VzTb2iPiv4Uz4cRAs4jAJ91O2d2AG0EtHOXPLiSflfvaHhXSQCeJ71k mZVcbU1vuSnWcNhJmLHiz7A= =RU/S -----END PGP SIGNATURE----- --=-dHKnmIGNoaGvSkAXlKB1-- From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 01:23:00 2003 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 232C516A4CE; Thu, 18 Dec 2003 01:23:00 -0800 (PST) Received: from geekpunk.net (adsl-19-197-182.bna.bellsouth.net [68.19.197.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A0343D45; Thu, 18 Dec 2003 01:22:58 -0800 (PST) (envelope-from bandix@geekpunk.net) Received: from localhost.my.domain (taran [127.0.0.1]) by geekpunk.net (8.12.8p1/8.12.6) with ESMTP id hBI9N9Ym009613; Thu, 18 Dec 2003 03:23:09 -0600 (CST) (envelope-from bandix@geekpunk.net) Received: (from bandix@localhost) by localhost.my.domain (8.12.8p1/8.12.8/Submit) id hBI9N8Ic009612; Thu, 18 Dec 2003 03:23:08 -0600 (CST) Date: Thu, 18 Dec 2003 03:23:08 -0600 From: "Brandon D. Valentine" To: Joe Marcus Clarke Message-ID: <20031218092308.GB8284@geekpunk.net> References: <20031218074613.GA8284@geekpunk.net> <1071733971.59139.34.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1071733971.59139.34.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.1i cc: nc-rotherdo@netcologne.de cc: freebsd-gnome@freebsd.org cc: FreeBSD Ports Subject: Re: prying x11-wm/wmakerconf loose from gnome 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, 18 Dec 2003 09:23:00 -0000 On Thu, Dec 18, 2003 at 02:52:52AM -0500, Joe Marcus Clarke wrote: > On Thu, 2003-12-18 at 02:46, Brandon D. Valentine wrote: > > Which of the gnome components contains the "menus" and should be tested > > against? Should I submit PRs+patches or is there some ports or gnome > > committer who would prefer to clean these up? They both should be > > simple to fix. > > I agree this is a bug in wmakerconf, but someone will need to determine > which GNOME component to check for, then modify the HAVE_GNOME test to > be: That was exactly what I was asking for advice on. > .if ${HAVE_GNOME:Mcomponent}!="" > ... > > At that point, the problem should go away. Given that no one has truly > migrated this port to the new GNOME infrastructure, that "component" > could be gtkhtml (however, I'm sure gnomelibs would suffice). I've just been digging around on the web and it looks like gnome2wmaker is unmaintained, both as a port and in general. The maintainer was set back to freebsd-ports in early November 2003 by kris. The last time it was modified before that (save the pkg-comment cleanup) was December 2001. I seriously doubt that it works with gnome2 and I'm certainly not interested in finding out. I doubt anyone uses this. In light of that realization, my recommended fix follows my sig in patch form (removing gnome2wmaker references from the wmakerconf port altogther). I also recommend that the gnome2wmaker port be moved to the Attic since it hasn't been ported to gnome2, there is no FreeBSD maintainer, and there is no upstream maintainer. HTH, Brandon D. Valentine -- brandon@dvalentine.com http://www.geekpunk.net Pseudo-Random Googlism: leaves is good for boils and swollen hands and feet Index: ports/x11-wm/wmakerconf/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-wm/wmakerconf/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- ports/x11-wm/wmakerconf/Makefile 28 Oct 2003 09:55:31 -0000 1.34 +++ ports/x11-wm/wmakerconf/Makefile 18 Dec 2003 09:08:11 -0000 @@ -7,6 +7,7 @@ PORTNAME= wmakerconf PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_NETBSD} @@ -34,14 +35,6 @@ CONFIGURE_ARGS= --with-wmakerdir="${X11BASE}/share/WindowMaker" .include - -.if defined(HAVE_GNOME) -BUILD_DEPENDS+= gnome2wmaker:${PORTSDIR}/x11-wm/gnome2wmaker -RUN_DEPENDS+= gnome2wmaker:${PORTSDIR}/x11-wm/gnome2wmaker -PLIST_SUB+= GNOME:="" -.else -PLIST_SUB+= GNOME:="@comment " -.endif post-configure: @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}| ; s|%%LOCALBASE%%|${LOCALBASE}|' \ From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 04:06:36 2003 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 47C2D16A4CE for ; Thu, 18 Dec 2003 04:06:36 -0800 (PST) Received: from carebears.mine.nu (ti400720a080-4983.bb.online.no [80.212.123.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9E5943D3F for ; Thu, 18 Dec 2003 04:06:34 -0800 (PST) (envelope-from solskogen@carebears.mine.nu) Received: from localhost (localhost.carebears.net [127.0.0.1]) by carebears.mine.nu (Postfix) with ESMTP id 279B9A18AA for ; Thu, 18 Dec 2003 13:06:05 +0100 (CET) Received: from carebears.mine.nu ([127.0.0.1]) by localhost (tugs.carebears.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20780-08 for ; Thu, 18 Dec 2003 13:06:05 +0100 (CET) Received: from mail.carebears.mine.nu (localhost.carebears.net [127.0.0.1]) by carebears.mine.nu (Postfix) with SMTP id AD3AEA108D for ; Thu, 18 Dec 2003 13:05:52 +0100 (CET) Received: from 148.121.98.163 (SquirrelMail authenticated user solskogen) by mail.carebears.mine.nu with HTTP; Thu, 18 Dec 2003 13:05:57 +0100 (CET) Message-ID: <1458.148.121.98.163.1071749157.squirrel@mail.carebears.mine.nu> Date: Thu, 18 Dec 2003 13:05:57 +0100 (CET) From: "Christer Solskogen" To: gnome@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at mail.domain.tld Subject: atk 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, 18 Dec 2003 12:06:36 -0000 has wrong md5 sum. MD5 (gnome2/atk-1.4.1.tar.bz2) = 2ad7c7d6921446226f687bd935df5be5 should be correct. -- Med vennlig hilsen / Best regards Christer Solskogen http://dtz.cjb.net - http://carebears.mine.nu "Cheap, but not as cheap as your girlfriend!" -Spider Jerusalem From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 04:10:24 2003 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 3F5F816A4D1 for ; Thu, 18 Dec 2003 04:10:24 -0800 (PST) Received: from e0-a3.b1.lan.prg.vol.cz (e0-a11.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5493043D39 for ; Thu, 18 Dec 2003 04:10:18 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1])hBIC9urX075236; Thu, 18 Dec 2003 13:09:56 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.12.9p2/8.12.9/Submit) id hBIC9tMp075235; Thu, 18 Dec 2003 13:09:55 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Christer Solskogen In-Reply-To: <1458.148.121.98.163.1071749157.squirrel@mail.carebears.mine.nu> References: <1458.148.121.98.163.1071749157.squirrel@mail.carebears.mine.nu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-QfZtdPdiDq0JzadW5RfL" Message-Id: <1071749395.23862.11.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 18 Dec 2003 13:09:55 +0100 cc: gnome@FreeBSD.org Subject: Re: atk X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 12:10:24 -0000 --=-QfZtdPdiDq0JzadW5RfL Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable V =E8t, 18. 12. 2003 v 13:05, Christer Solskogen p=ED=B9e: > has wrong md5 sum. >=20 > MD5 (gnome2/atk-1.4.1.tar.bz2) =3D 2ad7c7d6921446226f687bd935df5be5 >=20 > should be correct. I just verified on ftp.gnome.org and d7830bdf1e05d8395794f75097d291be is still correct checksum. Which master site have you used? --=20 Pav Lucistnik What do we know about love? Love is like a pear. Pear is sweet and havea specific shape. Try to exactly define the shape of a pear. -- Marigold: 50 Years Of Poetry --=-QfZtdPdiDq0JzadW5RfL Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4ZkTntdYP8FOsoIRAv0MAKDKSuncsMZf1Vj+HyIjMDdmrWaXkwCbBPVM /io+KY3w2V+SZ/qFUjWOlKQ= =Gv2p -----END PGP SIGNATURE----- --=-QfZtdPdiDq0JzadW5RfL-- From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 04:26:06 2003 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 3F3A216A4CF; Thu, 18 Dec 2003 04:26:06 -0800 (PST) Received: from carebears.mine.nu (ti400720a080-4983.bb.online.no [80.212.123.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FE3E43D3F; Thu, 18 Dec 2003 04:26:04 -0800 (PST) (envelope-from solskogen@tugs.carebears.net) Received: from localhost (localhost.carebears.net [127.0.0.1]) by carebears.mine.nu (Postfix) with ESMTP id 93BBEA1744; Thu, 18 Dec 2003 13:25:51 +0100 (CET) Received: from carebears.mine.nu ([127.0.0.1]) by localhost (tugs.carebears.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21287-05; Thu, 18 Dec 2003 13:25:51 +0100 (CET) Received: from tugs.carebears.net (localhost.carebears.net [127.0.0.1]) by carebears.mine.nu (Postfix) with ESMTP id B64AEA1270; Thu, 18 Dec 2003 13:25:43 +0100 (CET) Received: (from solskogen@localhost) by tugs.carebears.net (8.12.6/8.12.6/Submit) id hBICPh8n022049; Thu, 18 Dec 2003 13:25:43 +0100 (CET) Date: Thu, 18 Dec 2003 13:25:43 +0100 From: Christer Solskogen To: Pav Lucistnik Message-ID: <20031218122543.GA22041@tugs.carebears.net> References: <1458.148.121.98.163.1071749157.squirrel@mail.carebears.mine.nu> <1071749395.23862.11.camel@pav.hide.vol.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1071749395.23862.11.camel@pav.hide.vol.cz> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: gnome@FreeBSD.org Subject: Re: atk 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, 18 Dec 2003 12:26:06 -0000 On Thu, Dec 18, 2003 at 01:09:55PM +0100, Pav Lucistnik wrote: > V ?t, 18. 12. 2003 v 13:05, Christer Solskogen p??e: > > > has wrong md5 sum. > > > > MD5 (gnome2/atk-1.4.1.tar.bz2) = 2ad7c7d6921446226f687bd935df5be5 > > > > should be correct. > > I just verified on ftp.gnome.org and d7830bdf1e05d8395794f75097d291be is > still correct checksum. > Which master site have you used? > A Gentoo mirror. I guess thats where the problem is. I will stop using it right now. From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 14:05:37 2003 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 059AB16A4CE for ; Thu, 18 Dec 2003 14:05:37 -0800 (PST) Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F3043D31 for ; Thu, 18 Dec 2003 14:05:35 -0800 (PST) (envelope-from ssaccoss@bellsouth.net) Received: from laptopp ([66.157.100.251]) by imf21aec.mail.bellsouth.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031218220531.YPER7487.imf21aec.mail.bellsouth.net@laptopp> for ; Thu, 18 Dec 2003 17:05:31 -0500 Message-ID: <000201c3c5b3$838bc920$220110ac@gateway.2wire.net> From: "Steven T. Sacco" To: Date: Thu, 18 Dec 2003 16:51:29 -0500 Organization: Jesus! MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: world 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, 18 Dec 2003 22:05:37 -0000 What does the term 'rebuild world' mean in Gnome handbook? Steve in Charlotte... From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 14:11:37 2003 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 772C416A4CE for ; Thu, 18 Dec 2003 14:11:37 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5A3543D39 for ; Thu, 18 Dec 2003 14:11:35 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBIMBVAb004004; Thu, 18 Dec 2003 17:11:32 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hBIM9Lu5025155; Thu, 18 Dec 2003 17:09:21 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Steven T. Sacco" In-Reply-To: <000201c3c5b3$838bc920$220110ac@gateway.2wire.net> References: <000201c3c5b3$838bc920$220110ac@gateway.2wire.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-aFBLZMIgTeNUFLkBORZc" Organization: MarcusCom, Inc. Message-Id: <1071785493.751.37.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 18 Dec 2003 17:11:33 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-gnome@freebsd.org Subject: Re: world 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, 18 Dec 2003 22:11:37 -0000 --=-aFBLZMIgTeNUFLkBORZc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-12-18 at 16:51, Steven T. Sacco wrote: > What does the term 'rebuild world' mean in Gnome handbook? Rebuild the operating system. See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html. Joe >=20 > Steve in Charlotte... >=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 PGP Key : http://www.marcuscom.com/pgp.asc --=-aFBLZMIgTeNUFLkBORZc Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4iYVb2iPiv4Uz4cRAkQgAJ4hsKQMjQdi4SO0jrn24UTNCb8i4ACgovpC fu6Naq1pJhh6SiOLL775x5s= =+pny -----END PGP SIGNATURE----- --=-aFBLZMIgTeNUFLkBORZc-- From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 14:13:15 2003 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 214E516A4CE for ; Thu, 18 Dec 2003 14:13:15 -0800 (PST) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 059ED43D2D for ; Thu, 18 Dec 2003 14:13:14 -0800 (PST) (envelope-from JimAdams@VibrantLogic.com) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) ESMTP id hBIMD69n005763; Thu, 18 Dec 2003 14:13:10 -0800 Received: from VibrantLogic.com (dhcp32161.vcd.hp.com [15.252.32.161]) (authenticated bits=0)id hBIMD6bZ029901 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Thu, 18 Dec 2003 14:13:06 -0800 Message-ID: <3FE22673.5050209@VibrantLogic.com> Date: Thu, 18 Dec 2003 14:13:07 -0800 From: Jim Adams Organization: VibrantLogic User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Steven T. Sacco" References: <000201c3c5b3$838bc920$220110ac@gateway.2wire.net> In-Reply-To: <000201c3c5b3$838bc920$220110ac@gateway.2wire.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-gnome@FreeBSD.org Subject: Re: world X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: JimAdams@VibrantLogic.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 22:13:15 -0000 Steven T. Sacco wrote: >What does the term 'rebuild world' mean in Gnome handbook? > > > world refers to all that is "freebsd" but not the kernel or ports that you've built. Although building world usually means building a new kernel as well. see handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html -Jim >Steve in Charlotte... > >_______________________________________________ >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 Thu Dec 18 14:17:47 2003 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 E411E16A4CE for ; Thu, 18 Dec 2003 14:17:47 -0800 (PST) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D4043D39 for ; Thu, 18 Dec 2003 14:17:46 -0800 (PST) (envelope-from JimAdams@VibrantLogic.com) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) ESMTP id hBIMHgP3010267; Thu, 18 Dec 2003 14:17:42 -0800 Received: from VibrantLogic.com (dhcp32161.vcd.hp.com [15.252.32.161]) (authenticated bits=0)id hBIMHgbZ030396 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Thu, 18 Dec 2003 14:17:42 -0800 Message-ID: <3FE22786.4020602@VibrantLogic.com> Date: Thu, 18 Dec 2003 14:17:42 -0800 From: Jim Adams Organization: VibrantLogic User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke References: <000201c3c5b3$838bc920$220110ac@gateway.2wire.net> <1071785493.751.37.camel@gyros> In-Reply-To: <1071785493.751.37.camel@gyros> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: "Steven T. Sacco" cc: freebsd-gnome@freebsd.org Subject: Re: world X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: JimAdams@VibrantLogic.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 22:17:48 -0000 Joe Marcus Clarke wrote: >On Thu, 2003-12-18 at 16:51, Steven T. Sacco wrote: > > >>What does the term 'rebuild world' mean in Gnome handbook? >> >> > >Rebuild the operating system. See >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html. > >Joe > > > LOL, beaten by two minutes. I yield to Joe's superior email skills ;-) >>Steve in Charlotte... >> >>_______________________________________________ >>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 Thu Dec 18 19:58:52 2003 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 F1F3D16A4CE for ; Thu, 18 Dec 2003 19:58:52 -0800 (PST) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [65.96.131.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 6CFD943D49 for ; Thu, 18 Dec 2003 19:58:47 -0800 (PST) (envelope-from tmclaugh@sdf.lonestar.org) Received: (qmail 2774 invoked from network); 19 Dec 2003 03:59:19 -0000 Received: from unknown (HELO ?192.168.1.128?) (192.168.1.128) by 192.168.1.129 with SMTP; 19 Dec 2003 03:59:19 -0000 From: Tom McLaughlin To: freebsd-gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-A/A+jri4neLoIUayAeAb" Message-Id: <1071802604.58179.20.camel@compass> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 18 Dec 2003 22:59:43 -0500 Subject: gdmflexiserver crashes X 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, 19 Dec 2003 03:58:53 -0000 --=-A/A+jri4neLoIUayAeAb Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi everyone, I've been running into issues when trying to run gdmflexiserver or gdmflexiserver -xnest with gnome 2.4.1 from ports. When I run gdmflexiserver the monitor flickers like it is taking me to a new screen but the monitor stays dark. I have to ctrl+alt+f9 back to my original display. If I run gdmflexiserver -xnest then X and gdm actually crash and drop me to a console. Using gdmflexiserver -xnest also produces the following error in /var/log/messages: Dec 18 21:34:56 compass gdm[57837]: GDM file gdm.c: line 2852 (N/A): Cannot run setegid to 92 I see that the gdm binaries are not setgid and are owned by root. I can run both commands fine if I am logged into gnome as root which leads me to believ that this is a permission problem. [tom@compass tom]$ ls -al /usr/X11R6/bin/|grep gdm -r-xr-xr-x 1 root wheel 264 Dec 15 00:41 gdm* -r-xr-xr-x 1 root wheel 215916 Dec 15 00:41 gdm-binary* lrwxr-xr-x 1 root wheel 15 Dec 15 00:41 gdmXnest@ -> gdmXnestchooser -r-xr-xr-x 1 root wheel 43048 Dec 15 00:41 gdmXnestchooser* -r-xr-xr-x 1 root wheel 69568 Dec 15 00:41 gdmchooser* -r-xr-xr-x 1 root wheel 36584 Dec 15 00:41 gdmflexiserver* -r-xr-xr-x 1 root wheel 130392 Dec 15 00:41 gdmgreeter* -r-xr-xr-x 1 root wheel 102804 Dec 15 00:41 gdmlogin* -r-xr-xr-x 1 root wheel 30592 Dec 15 00:41 gdmphotosetup* -r-xr-xr-x 1 root wheel 69960 Dec 15 00:41 gdmsetup* -r-xr-xr-x 1 root wheel 1664 Dec 15 00:41 gdmthemetester* I have only had this problem after building gnome 2.4.1 from ports. I did not have this problem in gnome 2.4.0 and this machine's current incarnation never had gnome 2.4.0 installed since I first thought this was a problem with the port upgrade and something from the old port conflicting with the new port. (Still getting used to ports here.) I have attached the log from XFree that corresponds to the crash. Thanks for any help. Tom (P.S. While I was looking for the correct log to attach I noticed that I have :0.log, :20.log, XFree86.0.log, and XFree86.20.log. Can someone explain the naming convention? Why do I have two 0 and two 20 logs?) --=-A/A+jri4neLoIUayAeAb Content-Disposition: attachment; filename=":20.log" Content-Type: text/plain; name=":20.log"; charset= Content-Transfer-Encoding: 7bit xnest warning: unhandled event --=-A/A+jri4neLoIUayAeAb-- From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 20:42:30 2003 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 ED9DA16A4CE for ; Thu, 18 Dec 2003 20:42:30 -0800 (PST) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [65.96.131.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 77B3C43D41 for ; Thu, 18 Dec 2003 20:42:29 -0800 (PST) (envelope-from tmclaugh@sdf.lonestar.org) Received: (qmail 22181 invoked from network); 19 Dec 2003 02:56:20 -0000 Received: from unknown (HELO ?192.168.1.128?) (192.168.1.128) by 192.168.1.129 with SMTP; 19 Dec 2003 02:56:20 -0000 From: Tom McLaughlin To: freebsd-gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-A/A+jri4neLoIUayAeAb" Message-Id: <1071802604.58179.20.camel@compass> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 18 Dec 2003 21:56:44 -0500 Subject: gdmflexiserver crashes X 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, 19 Dec 2003 04:42:31 -0000 --=-A/A+jri4neLoIUayAeAb Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi everyone, I've been running into issues when trying to run gdmflexiserver or gdmflexiserver -xnest with gnome 2.4.1 from ports. When I run gdmflexiserver the monitor flickers like it is taking me to a new screen but the monitor stays dark. I have to ctrl+alt+f9 back to my original display. If I run gdmflexiserver -xnest then X and gdm actually crash and drop me to a console. Using gdmflexiserver -xnest also produces the following error in /var/log/messages: Dec 18 21:34:56 compass gdm[57837]: GDM file gdm.c: line 2852 (N/A): Cannot run setegid to 92 I see that the gdm binaries are not setgid and are owned by root. I can run both commands fine if I am logged into gnome as root which leads me to believ that this is a permission problem. [tom@compass tom]$ ls -al /usr/X11R6/bin/|grep gdm -r-xr-xr-x 1 root wheel 264 Dec 15 00:41 gdm* -r-xr-xr-x 1 root wheel 215916 Dec 15 00:41 gdm-binary* lrwxr-xr-x 1 root wheel 15 Dec 15 00:41 gdmXnest@ -> gdmXnestchooser -r-xr-xr-x 1 root wheel 43048 Dec 15 00:41 gdmXnestchooser* -r-xr-xr-x 1 root wheel 69568 Dec 15 00:41 gdmchooser* -r-xr-xr-x 1 root wheel 36584 Dec 15 00:41 gdmflexiserver* -r-xr-xr-x 1 root wheel 130392 Dec 15 00:41 gdmgreeter* -r-xr-xr-x 1 root wheel 102804 Dec 15 00:41 gdmlogin* -r-xr-xr-x 1 root wheel 30592 Dec 15 00:41 gdmphotosetup* -r-xr-xr-x 1 root wheel 69960 Dec 15 00:41 gdmsetup* -r-xr-xr-x 1 root wheel 1664 Dec 15 00:41 gdmthemetester* I have only had this problem after building gnome 2.4.1 from ports. I did not have this problem in gnome 2.4.0 and this machine's current incarnation never had gnome 2.4.0 installed since I first thought this was a problem with the port upgrade and something from the old port conflicting with the new port. (Still getting used to ports here.) I have attached the log from XFree that corresponds to the crash. Thanks for any help. Tom (P.S. While I was looking for the correct log to attach I noticed that I have :0.log, :20.log, XFree86.0.log, and XFree86.20.log. Can someone explain the naming convention? Why do I have two 0 and two 20 logs?) --=-A/A+jri4neLoIUayAeAb Content-Disposition: attachment; filename=":20.log" Content-Type: text/plain; name=":20.log"; charset= Content-Transfer-Encoding: 7bit xnest warning: unhandled event --=-A/A+jri4neLoIUayAeAb-- From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 20:58:20 2003 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 9AD1B16A4CE for ; Thu, 18 Dec 2003 20:58:20 -0800 (PST) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [65.96.131.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 0A2AD43D39 for ; Thu, 18 Dec 2003 20:58:17 -0800 (PST) (envelope-from tmclaugh@sdf.lonestar.org) Received: (qmail 2670 invoked from network); 19 Dec 2003 04:58:49 -0000 Received: from unknown (HELO ?192.168.1.128?) (192.168.1.128) by 192.168.1.129 with SMTP; 19 Dec 2003 04:58:49 -0000 From: Tom McLaughlin To: freebsd-gnome@freebsd.org In-Reply-To: <1071802604.58179.20.camel@compass> References: <1071802604.58179.20.camel@compass> Content-Type: text/plain Message-Id: <1071809953.529.1.camel@compass> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 18 Dec 2003 23:59:13 -0500 Content-Transfer-Encoding: 7bit Subject: Re: gdmflexiserver crashes X 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, 19 Dec 2003 04:58:20 -0000 Apologize for the dupe, qmail was acting up. On Thu, 2003-12-18 at 22:59, Tom McLaughlin wrote: > Hi everyone, I've been running into issues when trying to run > gdmflexiserver or gdmflexiserver -xnest with gnome 2.4.1 from ports. > When I run gdmflexiserver the monitor flickers like it is taking me to a > new screen but the monitor stays dark. I have to ctrl+alt+f9 back to my > original display. If I run gdmflexiserver -xnest then X and gdm > actually crash and drop me to a console. Using gdmflexiserver -xnest > also produces the following error in /var/log/messages: > > Dec 18 21:34:56 compass gdm[57837]: GDM file gdm.c: line 2852 (N/A): > Cannot run setegid to 92 > > > I see that the gdm binaries are not setgid and are owned by root. I can > run both commands fine if I am logged into gnome as root which leads me > to believ that this is a permission problem. > > [tom@compass tom]$ ls -al /usr/X11R6/bin/|grep gdm > -r-xr-xr-x 1 root wheel 264 Dec 15 00:41 gdm* > -r-xr-xr-x 1 root wheel 215916 Dec 15 00:41 gdm-binary* > lrwxr-xr-x 1 root wheel 15 Dec 15 00:41 gdmXnest@ -> > gdmXnestchooser > -r-xr-xr-x 1 root wheel 43048 Dec 15 00:41 gdmXnestchooser* > -r-xr-xr-x 1 root wheel 69568 Dec 15 00:41 gdmchooser* > -r-xr-xr-x 1 root wheel 36584 Dec 15 00:41 gdmflexiserver* > -r-xr-xr-x 1 root wheel 130392 Dec 15 00:41 gdmgreeter* > -r-xr-xr-x 1 root wheel 102804 Dec 15 00:41 gdmlogin* > -r-xr-xr-x 1 root wheel 30592 Dec 15 00:41 gdmphotosetup* > -r-xr-xr-x 1 root wheel 69960 Dec 15 00:41 gdmsetup* > -r-xr-xr-x 1 root wheel 1664 Dec 15 00:41 gdmthemetester* > > I have only had this problem after building gnome 2.4.1 from ports. I > did not have this problem in gnome 2.4.0 and this machine's current > incarnation never had gnome 2.4.0 installed since I first thought this > was a problem with the port upgrade and something from the old port > conflicting with the new port. (Still getting used to ports here.) I > have attached the log from XFree that corresponds to the crash. Thanks > for any help. > > Tom > > (P.S. While I was looking for the correct log to attach I noticed that I > have :0.log, :20.log, XFree86.0.log, and XFree86.20.log. Can someone > explain the naming convention? Why do I have two 0 and two 20 logs?) > > ______________________________________________________________________ > _______________________________________________ > 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 Thu Dec 18 21:45:45 2003 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 9BA0D16A4CE for ; Thu, 18 Dec 2003 21:45:45 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id F023C43D41 for ; Thu, 18 Dec 2003 21:45:41 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBJ5jcAb002332; Fri, 19 Dec 2003 00:45:39 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBJ5hPu5027964; Fri, 19 Dec 2003 00:43:25 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Tom McLaughlin In-Reply-To: <1071802604.58179.20.camel@compass> References: <1071802604.58179.20.camel@compass> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-T0/Yy1+HQGZrGz623nWS" Organization: MarcusCom, Inc. Message-Id: <1071812734.30952.12.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 19 Dec 2003 00:45:35 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-gnome@freebsd.org Subject: Re: gdmflexiserver crashes X 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, 19 Dec 2003 05:45:45 -0000 --=-T0/Yy1+HQGZrGz623nWS Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-12-18 at 21:56, Tom McLaughlin wrote: > Hi everyone, I've been running into issues when trying to run > gdmflexiserver or gdmflexiserver -xnest with gnome 2.4.1 from ports.=20 > When I run gdmflexiserver the monitor flickers like it is taking me to a > new screen but the monitor stays dark. I have to ctrl+alt+f9 back to my > original display. If I run gdmflexiserver -xnest then X and gdm > actually crash and drop me to a console. Using gdmflexiserver -xnest > also produces the following error in /var/log/messages: >=20 > Dec 18 21:34:56 compass gdm[57837]: GDM file gdm.c: line 2852 (N/A): > Cannot run setegid to 92 >=20 >=20 > I see that the gdm binaries are not setgid and are owned by root. I can > run both commands fine if I am logged into gnome as root which leads me > to believ that this is a permission problem. Known bug: http://bugzilla.gnome.org/show_bug.cgi?id=3D127780. I think this has to do with the following commit: Thu Sep 25 11:23:24 2003 George Lebl = =20 * daemon/errorgui.c, daemon/slave.c: be even analer (is that a word?) about the setuid stuff here (it can't actually fail, but just in case, we're being paranoid) Also reset the environment and desetuid for the setup program even though that's not really needed. I'd add your info to the bug as it's definitely lacking some details. Joe >=20 > [tom@compass tom]$ ls -al /usr/X11R6/bin/|grep gdm > -r-xr-xr-x 1 root wheel 264 Dec 15 00:41 gdm* > -r-xr-xr-x 1 root wheel 215916 Dec 15 00:41 gdm-binary* > lrwxr-xr-x 1 root wheel 15 Dec 15 00:41 gdmXnest@ -> > gdmXnestchooser > -r-xr-xr-x 1 root wheel 43048 Dec 15 00:41 gdmXnestchooser* > -r-xr-xr-x 1 root wheel 69568 Dec 15 00:41 gdmchooser* > -r-xr-xr-x 1 root wheel 36584 Dec 15 00:41 gdmflexiserver* > -r-xr-xr-x 1 root wheel 130392 Dec 15 00:41 gdmgreeter* > -r-xr-xr-x 1 root wheel 102804 Dec 15 00:41 gdmlogin* > -r-xr-xr-x 1 root wheel 30592 Dec 15 00:41 gdmphotosetup* > -r-xr-xr-x 1 root wheel 69960 Dec 15 00:41 gdmsetup* > -r-xr-xr-x 1 root wheel 1664 Dec 15 00:41 gdmthemetester* >=20 > I have only had this problem after building gnome 2.4.1 from ports. I > did not have this problem in gnome 2.4.0 and this machine's current > incarnation never had gnome 2.4.0 installed since I first thought this > was a problem with the port upgrade and something from the old port > conflicting with the new port. (Still getting used to ports here.) I > have attached the log from XFree that corresponds to the crash. Thanks > for any help. >=20 > Tom >=20 > (P.S. While I was looking for the correct log to attach I noticed that I > have :0.log, :20.log, XFree86.0.log, and XFree86.20.log. Can someone > explain the naming convention? Why do I have two 0 and two 20 logs?) >=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 PGP Key : http://www.marcuscom.com/pgp.asc --=-T0/Yy1+HQGZrGz623nWS Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4pB+b2iPiv4Uz4cRAh1uAJ9RYifPbqXJoqIKYiKNLls2bk3LuwCfTDeU Xc2jCyWY0bE4R6/TiqY5wq0= =XPuh -----END PGP SIGNATURE----- --=-T0/Yy1+HQGZrGz623nWS-- From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 21:46:02 2003 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 3247916A4CE for ; Thu, 18 Dec 2003 21:46:02 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B1043D39 for ; Thu, 18 Dec 2003 21:46:00 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBJ5jwAb002428; Fri, 19 Dec 2003 00:45:58 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBJ5hju5027970; Fri, 19 Dec 2003 00:43:45 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Thomas Gellekum In-Reply-To: <0ksmjj4u9r.fsf@faraday.intern> References: <0ksmjj4u9r.fsf@faraday.intern> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-d3sbYqncXIKiYh17U9S8" Organization: MarcusCom, Inc. Message-Id: <1071812754.30952.14.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 19 Dec 2003 00:45:54 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD GNOME Users Subject: Re: Minor change to GnuCash port 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, 19 Dec 2003 05:46:02 -0000 --=-d3sbYqncXIKiYh17U9S8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-12-17 at 05:24, Thomas Gellekum wrote: > Moin, >=20 > the attached patch will add support for OpenHBCI and ktoblzcheck to > GnuCash. Committed, thanks! Joe >=20 > tg >=20 >=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 PGP Key : http://www.marcuscom.com/pgp.asc --=-d3sbYqncXIKiYh17U9S8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4pCSb2iPiv4Uz4cRAh5nAJ9iV/pALwBNGafkYH4P9gg2GyNvVwCgigYF RSABKHxzcK+MfzEYJQWdH/M= =K5tI -----END PGP SIGNATURE----- --=-d3sbYqncXIKiYh17U9S8-- From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 23:08:13 2003 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 6475616A4CE for ; Thu, 18 Dec 2003 23:08:13 -0800 (PST) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [65.96.131.3]) by mx1.FreeBSD.org (Postfix) with SMTP id E419543D48 for ; Thu, 18 Dec 2003 23:08:11 -0800 (PST) (envelope-from tmclaugh@sdf.lonestar.org) Received: (qmail 10760 invoked from network); 19 Dec 2003 07:08:44 -0000 Received: from unknown (HELO ?192.168.1.128?) (192.168.1.128) by 192.168.1.129 with SMTP; 19 Dec 2003 07:08:44 -0000 From: Tom McLaughlin To: Joe Marcus Clarke In-Reply-To: <1071812734.30952.12.camel@shumai.marcuscom.com> References: <1071802604.58179.20.camel@compass> <1071812734.30952.12.camel@shumai.marcuscom.com> Content-Type: text/plain Message-Id: <1071817748.1278.17.camel@compass> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 19 Dec 2003 02:09:08 -0500 Content-Transfer-Encoding: 7bit cc: freebsd-gnome@freebsd.org Subject: Re: gdmflexiserver crashes X 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, 19 Dec 2003 07:08:13 -0000 On Fri, 2003-12-19 at 00:45, Joe Marcus Clarke wrote: > > > Known bug: http://bugzilla.gnome.org/show_bug.cgi?id=127780. I think > this has to do with the following commit: > > Thu Sep 25 11:23:24 2003 George Lebl > > * daemon/errorgui.c, daemon/slave.c: be even analer (is that > a word?) about the setuid stuff here (it can't actually > fail, but just in case, we're being paranoid) Also reset > the environment and desetuid for the setup program even > though that's not really needed. > > I'd add your info to the bug as it's definitely lacking some details. > > Joe > > Thanks, wasn't sure if it was a problem with the port or not. I've updated the report in gnome's bugzilla with the information. I'll have to see if I can find a work around in the meantime, possibly sudo. The only reason I have X running unnecessarilly on different machines is so that I can have nifty remote desktops and feel like a total geek. :-/ Tom From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 23:09:30 2003 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 03DE816A4CE for ; Thu, 18 Dec 2003 23:09:29 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D05943D2D for ; Thu, 18 Dec 2003 23:09:27 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBJ79Nov023640; Fri, 19 Dec 2003 02:09:24 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBJ775u5028481; Fri, 19 Dec 2003 02:07:05 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Tom McLaughlin In-Reply-To: <1071817748.1278.17.camel@compass> References: <1071802604.58179.20.camel@compass> <1071812734.30952.12.camel@shumai.marcuscom.com> <1071817748.1278.17.camel@compass> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-cv87HiTnOJaMB3B+tXD6" Organization: MarcusCom, Inc. Message-Id: <1071817755.30952.16.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 19 Dec 2003 02:09:15 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-gnome@freebsd.org Subject: Re: gdmflexiserver crashes X 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, 19 Dec 2003 07:09:30 -0000 --=-cv87HiTnOJaMB3B+tXD6 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-12-19 at 02:09, Tom McLaughlin wrote: > On Fri, 2003-12-19 at 00:45, Joe Marcus Clarke wrote: > > > >=20 > > Known bug: http://bugzilla.gnome.org/show_bug.cgi?id=3D127780. I think > > this has to do with the following commit: > >=20 > > Thu Sep 25 11:23:24 2003 George Lebl > > = =20 > > * daemon/errorgui.c, daemon/slave.c: be even analer (is that > > a word?) about the setuid stuff here (it can't actually > > fail, but just in case, we're being paranoid) Also reset > > the environment and desetuid for the setup program even > > though that's not really needed. > >=20 > > I'd add your info to the bug as it's definitely lacking some details. > >=20 > > Joe > >=20 > > >=20 > Thanks, wasn't sure if it was a problem with the port or not. I've > updated the report in gnome's bugzilla with the information. I'll have > to see if I can find a work around in the meantime, possibly sudo. The > only reason I have X running unnecessarilly on different machines is so > that I can have nifty remote desktops and feel like a total geek. :-/ A possible workaround would be to setuid root the flexiserver. Joe >=20 > Tom --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-cv87HiTnOJaMB3B+tXD6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4qQbb2iPiv4Uz4cRApLJAJ9ysxkjKyG177apD3N15gRK5EtJnACeN4l7 0nToWfmbm0X+z9NNE59GV2A= =jEAF -----END PGP SIGNATURE----- --=-cv87HiTnOJaMB3B+tXD6-- From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 23:22:26 2003 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 D4F8016A4CE for ; Thu, 18 Dec 2003 23:22:26 -0800 (PST) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [65.96.131.3]) by mx1.FreeBSD.org (Postfix) with SMTP id D989643D49 for ; Thu, 18 Dec 2003 23:22:23 -0800 (PST) (envelope-from tmclaugh@sdf.lonestar.org) Received: (qmail 18503 invoked from network); 19 Dec 2003 07:22:56 -0000 Received: from unknown (HELO ?192.168.1.128?) (192.168.1.128) by 192.168.1.129 with SMTP; 19 Dec 2003 07:22:56 -0000 From: Tom McLaughlin To: Joe Marcus Clarke In-Reply-To: <1071817755.30952.16.camel@shumai.marcuscom.com> References: <1071802604.58179.20.camel@compass> <1071812734.30952.12.camel@shumai.marcuscom.com> <1071817748.1278.17.camel@compass> <1071817755.30952.16.camel@shumai.marcuscom.com> Content-Type: text/plain Message-Id: <1071818600.1360.3.camel@compass> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 19 Dec 2003 02:23:21 -0500 Content-Transfer-Encoding: 7bit cc: freebsd-gnome@freebsd.org Subject: Re: gdmflexiserver crashes X 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, 19 Dec 2003 07:22:26 -0000 On Fri, 2003-12-19 at 02:09, Joe Marcus Clarke wrote: > On Fri, 2003-12-19 at 02:09, Tom McLaughlin wrote: > > On Fri, 2003-12-19 at 00:45, Joe Marcus Clarke wrote: > > > > > > > > > Known bug: http://bugzilla.gnome.org/show_bug.cgi?id=127780. I think > > > this has to do with the following commit: > > > > > > Thu Sep 25 11:23:24 2003 George Lebl > > > > > > * daemon/errorgui.c, daemon/slave.c: be even analer (is that > > > a word?) about the setuid stuff here (it can't actually > > > fail, but just in case, we're being paranoid) Also reset > > > the environment and desetuid for the setup program even > > > though that's not really needed. > > > > > > I'd add your info to the bug as it's definitely lacking some details. > > > > > > Joe > > > > > > > > > > Thanks, wasn't sure if it was a problem with the port or not. I've > > updated the report in gnome's bugzilla with the information. I'll have > > to see if I can find a work around in the meantime, possibly sudo. The > > only reason I have X running unnecessarilly on different machines is so > > that I can have nifty remote desktops and feel like a total geek. :-/ > > A possible workaround would be to setuid root the flexiserver. > > Joe > > > > > Tom Here's what I just did: [root@compass:ttyp1 bin]# chmod +s gdmflexiserver [tom@compass tom]$ gdmflexiserver -xnest (gdmflexiserver:1353): Gtk-WARNING **: This process is currently running setuid or setgid. This is not a supported use of GTK+. You must create a helper program instead. For further details, see: http://www.gtk.org/setuid.html Refusing to initialize GTK+. The process won't start as suid. From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 18 23:23:31 2003 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 9F62E16A4D5 for ; Thu, 18 Dec 2003 23:23:31 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BB6043D3F for ; Thu, 18 Dec 2003 23:23:29 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBJ7NQHG000283; Fri, 19 Dec 2003 02:23:26 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBJ7LCu5028552; Fri, 19 Dec 2003 02:21:12 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Tom McLaughlin In-Reply-To: <1071818600.1360.3.camel@compass> References: <1071802604.58179.20.camel@compass> <1071812734.30952.12.camel@shumai.marcuscom.com> <1071817748.1278.17.camel@compass> <1071817755.30952.16.camel@shumai.marcuscom.com> <1071818600.1360.3.camel@compass> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-MPMTTzOLjuzepEOF1xOw" Organization: MarcusCom, Inc. Message-Id: <1071818602.30952.18.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 19 Dec 2003 02:23:23 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-gnome@freebsd.org Subject: Re: gdmflexiserver crashes X 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, 19 Dec 2003 07:23:31 -0000 --=-MPMTTzOLjuzepEOF1xOw Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-12-19 at 02:23, Tom McLaughlin wrote: > On Fri, 2003-12-19 at 02:09, Joe Marcus Clarke wrote: > > On Fri, 2003-12-19 at 02:09, Tom McLaughlin wrote: > > > On Fri, 2003-12-19 at 00:45, Joe Marcus Clarke wrote: > > > > > > > >=20 > > > > Known bug: http://bugzilla.gnome.org/show_bug.cgi?id=3D127780. I t= hink > > > > this has to do with the following commit: > > > >=20 > > > > Thu Sep 25 11:23:24 2003 George Lebl > > > > = =20 > > > > * daemon/errorgui.c, daemon/slave.c: be even analer (is tha= t > > > > a word?) about the setuid stuff here (it can't actually > > > > fail, but just in case, we're being paranoid) Also reset > > > > the environment and desetuid for the setup program even > > > > though that's not really needed. > > > >=20 > > > > I'd add your info to the bug as it's definitely lacking some detail= s. > > > >=20 > > > > Joe > > > >=20 > > > > > > >=20 > > > Thanks, wasn't sure if it was a problem with the port or not. I've > > > updated the report in gnome's bugzilla with the information. I'll ha= ve > > > to see if I can find a work around in the meantime, possibly sudo. T= he > > > only reason I have X running unnecessarilly on different machines is = so > > > that I can have nifty remote desktops and feel like a total geek. :-= / > >=20 > > A possible workaround would be to setuid root the flexiserver. > >=20 > > Joe > >=20 > > >=20 > > > Tom >=20 > Here's what I just did: >=20 > [root@compass:ttyp1 bin]# chmod +s gdmflexiserver > [tom@compass tom]$ gdmflexiserver -xnest > =20 > (gdmflexiserver:1353): Gtk-WARNING **: This process is currently running > setuid or setgid. > This is not a supported use of GTK+. You must create a helper > program instead. For further details, see: > =20 > http://www.gtk.org/setuid.html > =20 > Refusing to initialize GTK+. Oh, right, it's GTK+. Try setuid'ing Xnest. Joe >=20 >=20 > The process won't start as suid. --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-MPMTTzOLjuzepEOF1xOw Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4qdqb2iPiv4Uz4cRAo2WAKCb4ILopHcFbFysypWyA+I8m+eE4wCfawku uvdFn/KOcfx6tdAmxxHsLgo= =39Kh -----END PGP SIGNATURE----- --=-MPMTTzOLjuzepEOF1xOw-- From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 19 04:36:03 2003 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 B6E0416A4CE for ; Fri, 19 Dec 2003 04:36:03 -0800 (PST) Received: from ctb-mesg2.saix.net (ctb-mesg2.saix.net [196.25.240.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id F375543D39 for ; Fri, 19 Dec 2003 04:36:01 -0800 (PST) (envelope-from byrons@telkomsa.net) Received: from [192.168.0.3] (rrba-170-225.telkomadsl.co.za [165.165.170.225]) by ctb-mesg2.saix.net (Postfix) with ESMTP id 3FFF835049 for ; Fri, 19 Dec 2003 14:35:58 +0200 (SAST) From: Byron Schlemmer To: FreeBSD-GNOME Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-wyI/hmR2Y1tV5ADjfxny" Message-Id: <1071837138.758.98.camel@nemesis.home> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Fri, 19 Dec 2003 14:32:19 +0200 Subject: Evolution sending hassles 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, 19 Dec 2003 12:36:03 -0000 --=-wyI/hmR2Y1tV5ADjfxny Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, For the past week or so I've been unable to send email through my ISPs SMTP server using Evolution 1.4.5 on 4.9-RELEASE. The error I receive is the following : Error while performing operation: DATA termination response error: Requested action not taken: mailbox unavailable. Now initially I thought fine my ISP has done something however subsequently I've tried on an older machine, running 5.1-RELEASE-p10 and Evolution 1.4 and I can send without fail through the same SMTP server. I've tried reinstalling (removing, adding) Evolution but the problem hasn't abated. Naturally I started with a clean Evolution config in my home directory to. Anyway have any ideas what is going on here? --=20 Byron --=-wyI/hmR2Y1tV5ADjfxny Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4u/SN4F35/M/8HYRAq2hAKD3fCaC67tqPw1KHDZQlrfc27/8rACePkHX cYgR6jYloaPS7oIBq5fK/wg= =wCEy -----END PGP SIGNATURE----- --=-wyI/hmR2Y1tV5ADjfxny-- From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 19 05:09:34 2003 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 063F016A4CE; Fri, 19 Dec 2003 05:09:34 -0800 (PST) Received: from ctb-mesg6.saix.net (ctb-mesg6.saix.net [196.25.240.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A0543D2D; Fri, 19 Dec 2003 05:09:32 -0800 (PST) (envelope-from byrons@telkomsa.net) Received: from [192.168.0.3] (rrba-170-225.telkomadsl.co.za [165.165.170.225]) by ctb-mesg6.saix.net (Postfix) with ESMTP id CBCB37CDC; Fri, 19 Dec 2003 15:09:29 +0200 (SAST) From: Byron Schlemmer To: pav@FreeBSD.org In-Reply-To: <1071837644.45013.17.camel@pav.hide.vol.cz> References: <1071837138.758.98.camel@nemesis.home> <1071837644.45013.17.camel@pav.hide.vol.cz> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-6IrdmDB83zkacUfxKNMn" Message-Id: <1071839150.758.109.camel@nemesis.home> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Fri, 19 Dec 2003 15:05:51 +0200 cc: FreeBSD-GNOME Subject: Re: Evolution sending hassles 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, 19 Dec 2003 13:09:34 -0000 --=-6IrdmDB83zkacUfxKNMn Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-12-19 at 14:40, Pav Lucistnik wrote: > Try capturing SMTP session using tcpdump or ethereal and look for any > oddities. Or compare it with the session recorded on "working" > installation. Well I did actually do a tcpdump on it and didn't notice anything. Perhaps I was not thorough enough. I'm downloading ethereal now and will run it. Besides the firewall on my gateway that is common to both machines I'm not doing any firewalling on the problem machine and the hosts.allow file is also the same. So ... --=20 Byron --=-6IrdmDB83zkacUfxKNMn Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4veuN4F35/M/8HYRAlK7AJ9LQVH69Ad58XZiUjc4bzYVezi5lQCeLaVv BQcPwCI3E0/PztS6I4Bu6B4= =0WZw -----END PGP SIGNATURE----- --=-6IrdmDB83zkacUfxKNMn-- From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 19 07:38:20 2003 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 8935E16A4CE for ; Fri, 19 Dec 2003 07:38:20 -0800 (PST) Received: from ptserver.progtech.net (pD9E8A9B1.dip.t-dialin.net [217.232.169.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAD0A43D1D for ; Fri, 19 Dec 2003 07:38:17 -0800 (PST) (envelope-from grossman@progtech.net) Received: from isis.muc.progtech.intern (isis.muc.progtech.intern [10.25.0.100])hBJFc3Cg075783 for ; Fri, 19 Dec 2003 16:38:05 +0100 (CET) (envelope-from grossman) Received: (from grossman@localhost) by isis.muc.progtech.intern (8.11.6/8.9.3) id hBJFbwx00597; Fri, 19 Dec 2003 16:37:58 +0100 (CET) Date: Fri, 19 Dec 2003 16:37:58 +0100 (CET) Message-Id: <200312191537.hBJFbwx00597@isis.muc.progtech.intern> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Rolf Grossmann To: gnome@freebsd.org X-Mailer: VM 7.04 under Emacs 21.2.1 X-Virus-Scanned: by amavisd-new Subject: Suggested simplification for bsd.gnome.mk 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, 19 Dec 2003 15:38:20 -0000 Hi, I'm wondering if you'd be willing to commit a small change to bsd.gnome.mk that uses the *_DETECT variables for the test argument in *_RUN_DEPENDS, see appended patch. It includes one change for libgailgnome_DETECT to test the lib instead of the .pc file, taken from the dependency. The changes makes it easier for me to install the whole of gnome in a location other than the default and reduces data duplication by using the variables. On a side note, while looking over the bsd.gnome.mk, I also noticed what looks to be a typo: You're using > libartlgpl1_USE_GNOME_IMPL= pkgconfig where I think it should be libartlgpl2_USE_GNOME_IMPL like the rest of the variables. I guess nobody would notice since everyone will have pkgconfig at that point. Please let me know what you think. Thanks, Rolf --- bsd.gnome.mk Wed Nov 12 05:11:09 2003 +++ bsd.gnome.mk.rg Fri Dec 19 16:21:37 2003 @@ -54,8 +54,8 @@ s|DATADIRNAME=lib|DATADIRNAME=share|g' -gnomehier_RUN_DEPENDS= ${X11BASE}/share/gnome/.keep_me:${PORTSDIR}/misc/gnomehier gnomehier_DETECT= ${X11BASE}/share/gnome/.keep_me +gnomehier_RUN_DEPENDS= ${gnomehier_DETECT}:${PORTSDIR}/misc/gnomehier GNOME_HTML_DIR?= ${PREFIX}/share/doc gnomeprefix_CONFIGURE_ENV=GTKDOC="false" @@ -68,8 +68,8 @@ gnometarget_CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -gnomeaudio_RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio gnomeaudio_DETECT= ${X11BASE}/share/gnome/sounds/login.wav +gnomeaudio_RUN_DEPENDS= ${gnomeaudio_DETECT}:${PORTSDIR}/audio/gnomeaudio ESD_CONFIG?= ${LOCALBASE}/bin/esd-config esound_LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound @@ -140,9 +140,9 @@ oaf_DETECT= ${OAF_CONFIG} oaf_USE_GNOME_IMPL= glib12 orbit libxml -gnomemimedata_BUILD_DEPENDS=${X11BASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:${PORTSDIR}/misc/gnomemimedata -gnomemimedata_RUN_DEPENDS=${X11BASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:${PORTSDIR}/misc/gnomemimedata gnomemimedata_DETECT= ${X11BASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc +gnomemimedata_BUILD_DEPENDS=${gnomemimedata_DETECT}:${PORTSDIR}/misc/gnomemimedata +gnomemimedata_RUN_DEPENDS=${gnomemimedata_DETECT}:${PORTSDIR}/misc/gnomemimedata gnomemimedata_USE_GNOME_IMPL=gnomehier pkgconfig GCONF_CONFIG?= ${X11BASE}/bin/gconf-config @@ -292,8 +292,8 @@ atspi_DETECT= ${X11BASE}/libdata/pkgconfig/cspi-1.0.pc atspi_USE_GNOME_IMPL= gail libbonobo -libgailgnome_RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/modules/libgail-gnome.so:${PORTSDIR}/x11-toolkits/libgail-gnome -libgailgnome_DETECT= ${X11BASE}/libdata/pkgconfig/libgail-gnome.pc +libgailgnome_DETECT= ${X11BASE}/lib/gtk-2.0/modules/libgail-gnome.so +libgailgnome_RUN_DEPENDS= ${libgailgnome_DETECT}:${PORTSDIR}/x11-toolkits/libgail-gnome libgailgnome_USE_GNOME_IMPL= libgnomeui atspi libgtkhtml_LIB_DEPENDS= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 19 09:05:43 2003 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 B40CB16A4CE; Fri, 19 Dec 2003 09:05:43 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id B344C43D4C; Fri, 19 Dec 2003 09:05:03 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBJH4xov016028; Fri, 19 Dec 2003 12:05:00 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hBJH2hu5033088; Fri, 19 Dec 2003 12:02:43 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Byron Schlemmer In-Reply-To: <1071839150.758.109.camel@nemesis.home> References: <1071837138.758.98.camel@nemesis.home> <1071837644.45013.17.camel@pav.hide.vol.cz> <1071839150.758.109.camel@nemesis.home> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-7r3PrJpt/35/B01tLKH5" Organization: MarcusCom, Inc. Message-Id: <1071853501.762.4.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 19 Dec 2003 12:05:01 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD GNOME Users cc: pav@freebsd.org Subject: Re: Evolution sending hassles 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, 19 Dec 2003 17:05:43 -0000 --=-7r3PrJpt/35/B01tLKH5 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-12-19 at 08:05, Byron Schlemmer wrote: > On Fri, 2003-12-19 at 14:40, Pav Lucistnik wrote: >=20 > > Try capturing SMTP session using tcpdump or ethereal and look for any > > oddities. Or compare it with the session recorded on "working" > > installation. >=20 > Well I did actually do a tcpdump on it and didn't notice anything. > Perhaps I was not thorough enough. I'm downloading ethereal now and will > run it. Besides the firewall on my gateway that is common to both > machines I'm not doing any firewalling on the problem machine and the > hosts.allow file is also the same. So ... We will need to see the full binary capture file to see what's going on. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-7r3PrJpt/35/B01tLKH5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4y+9b2iPiv4Uz4cRAjR6AJ9/MMwmz7yctQI5NXZBXE0cxFEKiQCfXK2A quepk0InIIBZy8TK5idlXig= =1TJd -----END PGP SIGNATURE----- --=-7r3PrJpt/35/B01tLKH5-- From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 19 09:07:39 2003 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 584DC16A4CE for ; Fri, 19 Dec 2003 09:07:39 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738BE43D6B for ; Fri, 19 Dec 2003 09:06:49 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBJH6kHG009188; Fri, 19 Dec 2003 12:06:46 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hBJH4Tu5033095; Fri, 19 Dec 2003 12:04:29 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Rolf Grossmann In-Reply-To: <200312191537.hBJFbwx00597@isis.muc.progtech.intern> References: <200312191537.hBJFbwx00597@isis.muc.progtech.intern> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-I1SqXxIEgucHnLwKPvKB" Organization: MarcusCom, Inc. Message-Id: <1071853607.762.6.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 19 Dec 2003 12:06:47 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD GNOME Users Subject: Re: Suggested simplification for bsd.gnome.mk 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, 19 Dec 2003 17:07:39 -0000 --=-I1SqXxIEgucHnLwKPvKB Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-12-19 at 10:37, Rolf Grossmann wrote: > Hi, >=20 > I'm wondering if you'd be willing to commit a small change to bsd.gnome.m= k > that uses the *_DETECT variables for the test argument in *_RUN_DEPENDS, > see appended patch. It includes one change for libgailgnome_DETECT to > test the lib instead of the .pc file, taken from the dependency. >=20 > The changes makes it easier for me to install the whole of gnome in > a location other than the default and reduces data duplication by using > the variables. >=20 > On a side note, while looking over the bsd.gnome.mk, I also noticed what > looks to be a typo: You're using >=20 > > libartlgpl1_USE_GNOME_IMPL=3D pkgconfig >=20 > where I think it should be libartlgpl2_USE_GNOME_IMPL like the rest of th= e > variables. I guess nobody would notice since everyone will have pkgconfig > at that point. This patch looks good to me. Thanks! Joe >=20 > Please let me know what you think. >=20 > Thanks, Rolf >=20 > --- bsd.gnome.mk Wed Nov 12 05:11:09 2003 > +++ bsd.gnome.mk.rg Fri Dec 19 16:21:37 2003 > @@ -54,8 +54,8 @@ > s|DATADIRNAME=3Dlib|DATADIRNAME=3Dshare|g' > =20 >=20 > -gnomehier_RUN_DEPENDS=3D ${X11BASE}/share/gnome/.keep_me:${PORTSDIR}/mis= c/gnomehier > gnomehier_DETECT=3D ${X11BASE}/share/gnome/.keep_me > +gnomehier_RUN_DEPENDS=3D ${gnomehier_DETECT}:${PORTSDIR}/misc/gnomehier > =20 > GNOME_HTML_DIR?=3D ${PREFIX}/share/doc > gnomeprefix_CONFIGURE_ENV=3DGTKDOC=3D"false" > @@ -68,8 +68,8 @@ > =20 > gnometarget_CONFIGURE_TARGET=3D--build=3D${MACHINE_ARCH}-portbld-freebsd= ${OSREL} > =20 > -gnomeaudio_RUN_DEPENDS=3D ${X11BASE}/share/gnome/sounds/login.wav:${PORT= SDIR}/audio/gnomeaudio > gnomeaudio_DETECT=3D ${X11BASE}/share/gnome/sounds/login.wav > +gnomeaudio_RUN_DEPENDS=3D ${gnomeaudio_DETECT}:${PORTSDIR}/audio/gnomeau= dio > =20 > ESD_CONFIG?=3D ${LOCALBASE}/bin/esd-config > esound_LIB_DEPENDS=3D esd.2:${PORTSDIR}/audio/esound > @@ -140,9 +140,9 @@ > oaf_DETECT=3D ${OAF_CONFIG} > oaf_USE_GNOME_IMPL=3D glib12 orbit libxml > =20 > -gnomemimedata_BUILD_DEPENDS=3D${X11BASE}/libdata/pkgconfig/gnome-mime-da= ta-2.0.pc:${PORTSDIR}/misc/gnomemimedata > -gnomemimedata_RUN_DEPENDS=3D${X11BASE}/libdata/pkgconfig/gnome-mime-data= -2.0.pc:${PORTSDIR}/misc/gnomemimedata > gnomemimedata_DETECT=3D ${X11BASE}/libdata/pkgconfig/gnome-mime-data-2.0= .pc > +gnomemimedata_BUILD_DEPENDS=3D${gnomemimedata_DETECT}:${PORTSDIR}/misc/g= nomemimedata > +gnomemimedata_RUN_DEPENDS=3D${gnomemimedata_DETECT}:${PORTSDIR}/misc/gno= memimedata > gnomemimedata_USE_GNOME_IMPL=3Dgnomehier pkgconfig > =20 > GCONF_CONFIG?=3D ${X11BASE}/bin/gconf-config > @@ -292,8 +292,8 @@ > atspi_DETECT=3D ${X11BASE}/libdata/pkgconfig/cspi-1.0.pc > atspi_USE_GNOME_IMPL=3D gail libbonobo > =20 > -libgailgnome_RUN_DEPENDS=3D ${X11BASE}/lib/gtk-2.0/modules/libgail-gnome= .so:${PORTSDIR}/x11-toolkits/libgail-gnome > -libgailgnome_DETECT=3D ${X11BASE}/libdata/pkgconfig/libgail-gnome.pc > +libgailgnome_DETECT=3D ${X11BASE}/lib/gtk-2.0/modules/libgail-gnome.so > +libgailgnome_RUN_DEPENDS=3D ${libgailgnome_DETECT}:${PORTSDIR}/x11-toolk= its/libgail-gnome > libgailgnome_USE_GNOME_IMPL=3D libgnomeui atspi > =20 > libgtkhtml_LIB_DEPENDS=3D gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-I1SqXxIEgucHnLwKPvKB Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4zAnb2iPiv4Uz4cRAiJMAJ9PXfKEw5wWKT92LwMAFxCgz0g/OQCgkvhV u7E5yNPg67ZuAhXAkg9qM8s= =umef -----END PGP SIGNATURE----- --=-I1SqXxIEgucHnLwKPvKB-- From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 19 10:09:54 2003 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 12D3616A4CE for ; Fri, 19 Dec 2003 10:09:54 -0800 (PST) Received: from ctb-mesg2.saix.net (ctb-mesg2.saix.net [196.25.240.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD2243D1F for ; Fri, 19 Dec 2003 10:09:51 -0800 (PST) (envelope-from byrons@telkomsa.net) Received: from [192.168.0.3] (rrba-170-225.telkomadsl.co.za [165.165.170.225]) by ctb-mesg2.saix.net (Postfix) with ESMTP id E35D56A01A; Fri, 19 Dec 2003 20:09:46 +0200 (SAST) From: Byron Schlemmer To: Joe Marcus Clarke In-Reply-To: <1071853501.762.4.camel@gyros> References: <1071837138.758.98.camel@nemesis.home> <1071837644.45013.17.camel@pav.hide.vol.cz> <1071853501.762.4.camel@gyros> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-7yZjtOGyyYVYDALmcHnb" Message-Id: <1071857169.758.148.camel@nemesis.home> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Fri, 19 Dec 2003 20:06:10 +0200 cc: FreeBSD GNOME Users Subject: Re: Evolution sending hassles 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, 19 Dec 2003 18:09:54 -0000 --=-7yZjtOGyyYVYDALmcHnb Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-12-19 at 19:05, Joe Marcus Clarke wrote: > We will need to see the full binary capture file to see what's going on. Well I sent this privately to pav@ and I think we've kinda agreed that it is an ISP issue. Basically it seems that for some reason the one box always manages to connect to a specific server in my ISPs round-robin cluster of servers and sends okay, the other always seems to connect to one that returns 550 error. Which I must be honest an say I find really freaky, here follows the email I sent in private to pav@ Hmm interesting results. Here is the chat from the failed transfer using Evolution 1.4.5 : 220 ctb-mesg3.saix.net ESMTP Postfix EHLO [192.168.0.4] 250-ctb-mesg3.saix.net 250-PIPELINING 250-SIZE 102400000 250-ETRN 250 8BITMIME MAIL FROM: 250 Ok RCPT TO: 250 Ok DATA 354 End data with . Subject: Test From: Byron Schlemmer To: byrons@dewey.motorvia.co.za Content-Type: text/plain Message-Id: <1071836578.265.0.camel@hammer.home> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5=20 Date: Fri, 19 Dec 2003 16:07:15 +0200 Content-Transfer-Encoding: 7bit test . 550 Error: 550 Open Relay Ref:1 QUIT 221 Bye Here is the one that works : 220 ctb-mesg6.saix.net ESMTP Postfix EHLO [192.168.0.3] 250-ctb-mesg6.saix.net 250-PIPELINING 250-SIZE 102400000 250-ETRN 250 8BITMIME MAIL FROM: 250 Ok RCPT TO: 250 Ok DATA 354 End data with . Subject: Test From: Byron Schlemmer To: byrons@dewey.motorvia.co.za Content-Type: text/plain Message-Id: <1071846401.758.129.camel@nemesis.home> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4=20 Date: Fri, 19 Dec 2003 17:06:41 +0200 Content-Transfer-Encoding: 7bit Test --=20 Byron . 250 Ok: queued as D77087EC5 RSET 250 Ok QUIT 221 Bye --=20 Byron --=-7yZjtOGyyYVYDALmcHnb Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4z4QN4F35/M/8HYRAoSnAJ9eOGJqxi5y5U6z6q2H7ZgMZdiNmQCgiOHb tQJc/+t+qVk2go8NpXwi+fY= =Omff -----END PGP SIGNATURE----- --=-7yZjtOGyyYVYDALmcHnb-- From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 19 10:12:48 2003 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 BFE0616A4CF for ; Fri, 19 Dec 2003 10:12:48 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2784243D36 for ; Fri, 19 Dec 2003 10:12:46 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBJICgov011810; Fri, 19 Dec 2003 13:12:42 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hBJIAKu5033524; Fri, 19 Dec 2003 13:10:20 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Byron Schlemmer In-Reply-To: <1071857169.758.148.camel@nemesis.home> References: <1071837138.758.98.camel@nemesis.home> <1071837644.45013.17.camel@pav.hide.vol.cz> <1071853501.762.4.camel@gyros> <1071857169.758.148.camel@nemesis.home> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-SUYVtEAbGcFXVb9T3+Xy" Organization: MarcusCom, Inc. Message-Id: <1071857558.762.14.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 19 Dec 2003 13:12:38 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD GNOME Users Subject: Re: Evolution sending hassles 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, 19 Dec 2003 18:12:49 -0000 --=-SUYVtEAbGcFXVb9T3+Xy Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-12-19 at 13:06, Byron Schlemmer wrote: > On Fri, 2003-12-19 at 19:05, Joe Marcus Clarke wrote: >=20 > > We will need to see the full binary capture file to see what's going on= . >=20 > Well I sent this privately to pav@ and I think we've kinda agreed that > it is an ISP issue. Basically it seems that for some reason the one box > always manages to connect to a specific server in my ISPs round-robin > cluster of servers and sends okay, the other always seems to connect to > one that returns 550 error. Which I must be honest an say I find really > freaky, here follows the email I sent in private to pav@ >=20 > Hmm interesting results. Here is the chat from the failed transfer using > Evolution 1.4.5 : Time Warner had problems similar to this a while back. I had to start using my own host as my mailer for a while until they sorted it out.=20 You might want to try connecting to ctb-mesg6.saix.net directly via a SMART_HOST. Joe >=20 > 220 ctb-mesg3.saix.net ESMTP Postfix > EHLO [192.168.0.4] > 250-ctb-mesg3.saix.net > 250-PIPELINING > 250-SIZE 102400000 > 250-ETRN > 250 8BITMIME > MAIL FROM: > 250 Ok > RCPT TO: > 250 Ok > DATA > 354 End data with . > Subject: Test > From: Byron Schlemmer > To: byrons@dewey.motorvia.co.za > Content-Type: text/plain > Message-Id: <1071836578.265.0.camel@hammer.home> > Mime-Version: 1.0 > X-Mailer: Ximian Evolution 1.4.5=20 > Date: Fri, 19 Dec 2003 16:07:15 +0200 > Content-Transfer-Encoding: 7bit >=20 > test >=20 > . > 550 Error: 550 Open Relay Ref:1 > QUIT > 221 Bye >=20 > Here is the one that works : >=20 > 220 ctb-mesg6.saix.net ESMTP Postfix > EHLO [192.168.0.3] > 250-ctb-mesg6.saix.net > 250-PIPELINING > 250-SIZE 102400000 > 250-ETRN > 250 8BITMIME > MAIL FROM: > 250 Ok > RCPT TO: > 250 Ok > DATA > 354 End data with . > Subject: Test > From: Byron Schlemmer > To: byrons@dewey.motorvia.co.za > Content-Type: text/plain > Message-Id: <1071846401.758.129.camel@nemesis.home> > Mime-Version: 1.0 > X-Mailer: Ximian Evolution 1.4.4=20 > Date: Fri, 19 Dec 2003 17:06:41 +0200 > Content-Transfer-Encoding: 7bit >=20 > Test > --=20 >=20 > Byron >=20 > . > 250 Ok: queued as D77087EC5 > RSET > 250 Ok > QUIT > 221 Bye --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-SUYVtEAbGcFXVb9T3+Xy Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4z+Wb2iPiv4Uz4cRAh6bAKCjFWN7aivdSAbpUQwCBuTjzhizJACgmygp f1JCoLnQ3YLtTJnUh4845KA= =7dqv -----END PGP SIGNATURE----- --=-SUYVtEAbGcFXVb9T3+Xy-- From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 19 15:44:03 2003 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 5176416A4CE for ; Fri, 19 Dec 2003 15:44:03 -0800 (PST) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11AFF43D36 for ; Fri, 19 Dec 2003 15:43:42 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031219234341.JSNX29834.lakemtao05.cox.net@mezz.mezzweb.com> for ; Fri, 19 Dec 2003 18:43:41 -0500 To: freebsd-gnome@freebsd.org References: Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Fri, 19 Dec 2003 17:42:37 -0600 In-Reply-To: User-Agent: Opera7.23/Linux M2 build 518 Subject: Re: nautilus + gstreamer crashed if browser any directory with movie file inside 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, 19 Dec 2003 23:44:03 -0000 Just to let you guys know that it has been fixed in the current version that was updated today. Cheers, Mezz On Mon, 01 Dec 2003 00:18:54 -0600, Jeremy Messenger wrote: > Nautilus 2.5.2 and gstreamer-0.7.2, it just crash if it view on > directory with movie file in it. I just rebuilt like 'portupgrade -f > gst\*' to make sure I get the same error and it does. Here's error msg, > I have no idea what it means. > > ================================ > $ gdb nautilus > > (gdb) r --no-desktop > Starting program: /usr/X11R6/bin/nautilus --no-desktop > /libexec/ld-elf.so.1: /usr/X11R6/lib/gstreamer-0.7/libgstffmpeg.so: > Undefined symbol "memalign" > /libexec/ld-elf.so.1: /usr/X11R6/lib/gstreamer-0.7/libgstffmpeg.so: > Undefined symbol "memalign" > > Program exited with code 01. > ================================ > > And... yep, I do have the debug stuff in the /etc/make.conf when I > rebuilt it. > > Cheers, > Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 19 18:07:28 2003 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 823A716A4CE for ; Fri, 19 Dec 2003 18:07:28 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC77A43D41 for ; Fri, 19 Dec 2003 18:07:26 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBK27Nov016890 for ; Fri, 19 Dec 2003 21:07:23 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBK254u5036889 for ; Fri, 19 Dec 2003 21:05:04 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: FreeBSD GNOME Users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-CP6HcZ+eKY0ZnXbPcsvg" Organization: FreeBSD, Inc. Message-Id: <1071886039.3372.7.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 19 Dec 2003 21:07:19 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Seeking nautilus-cd-burner users 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, 20 Dec 2003 02:07:28 -0000 --=-CP6HcZ+eKY0ZnXbPcsvg Content-Type: multipart/mixed; boundary="=-vhN4RLmI9YUYoDeU9yaJ" --=-vhN4RLmI9YUYoDeU9yaJ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I'm looking for n-c-b users to test out the attached patch. It uses cdrecord to get more information about the CD burner. This fixes some bugs where FreeBSD would blindly assume all CD burners were CD-RW drives that supported speeds up to 16x. It's basically code borrowed from the Linux side of n-c-b with some added checking for stuff not easily available in FreeBSD. The patch applies to both the GNOME 2.4 and 2.5 versions of n-c-b. I would appreciate some feedback. Thanks. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-vhN4RLmI9YUYoDeU9yaJ-- --=-CP6HcZ+eKY0ZnXbPcsvg Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/467Xb2iPiv4Uz4cRAp2BAKCehX+dTCdIi/lduqb58j/RenH3ygCeNLOA sTZdmZJ9Gu6JZSjIpcKr3Ig= =oViq -----END PGP SIGNATURE----- --=-CP6HcZ+eKY0ZnXbPcsvg-- From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 19 18:11:19 2003 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 30D7116A4CE for ; Fri, 19 Dec 2003 18:11:19 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6939843D39 for ; Fri, 19 Dec 2003 18:11:14 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBK2BBAb004956 for ; Fri, 19 Dec 2003 21:11:11 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBK28ru5036903 for ; Fri, 19 Dec 2003 21:08:53 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: FreeBSD GNOME Users In-Reply-To: <1071886039.3372.7.camel@shumai.marcuscom.com> References: <1071886039.3372.7.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-NGllg4xLUILVee3flyPg" Organization: FreeBSD, Inc. Message-Id: <1071886267.3372.9.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 19 Dec 2003 21:11:08 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Seeking nautilus-cd-burner users 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, 20 Dec 2003 02:11:19 -0000 --=-NGllg4xLUILVee3flyPg Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-12-19 at 21:07, Joe Marcus Clarke wrote: > I'm looking for n-c-b users to test out the attached patch. It uses > cdrecord to get more information about the CD burner. This fixes some > bugs where FreeBSD would blindly assume all CD burners were CD-RW drives > that supported speeds up to 16x. It's basically code borrowed from the > Linux side of n-c-b with some added checking for stuff not easily > available in FreeBSD. The patch applies to both the GNOME 2.4 and 2.5 > versions of n-c-b. I would appreciate some feedback. Thanks. Since it looks like Mailman ate my attachment, you can get it here: http://www.marcuscom.com/downloads/patch-cd-drive.c Joe >=20 > Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-NGllg4xLUILVee3flyPg Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/46+7b2iPiv4Uz4cRAqXjAKCW8AuHGjbdWR45GVihBiu+LfowmQCfZHMG lZ5i+op8+r9gd7ZnI3QYFVw= =CNbN -----END PGP SIGNATURE----- --=-NGllg4xLUILVee3flyPg-- From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 19 22:30:18 2003 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 30DE316A4CE for ; Fri, 19 Dec 2003 22:30:18 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9727843D41 for ; Fri, 19 Dec 2003 22:30:15 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBK6UDHG005902 for ; Sat, 20 Dec 2003 01:30:13 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBK6UAL4060636 for ; Sat, 20 Dec 2003 01:30:10 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: FreeBSD GNOME Users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-/6ItHFfW/3Rn3LVadkST" Organization: FreeBSD, Inc. Message-Id: <1071901810.451.21.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 20 Dec 2003 01:30:10 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Looking for something to do? 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, 20 Dec 2003 06:30:18 -0000 --=-/6ItHFfW/3Rn3LVadkST Content-Type: text/plain Content-Transfer-Encoding: quoted-printable If you like GNOME and like seeing it on FreeBSD, and you're interested in lending a hand, there are a few TODO items you can help out with. =20 If you like to live on the edge, you can upgrade to GNOME 2.5 by downloading ``marcusmerge'' from http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi, and checking out the ``ports'' module from my CVS repo. From there, just look for bugs, and report them using bug-buddy or http://bugzilla.gnome.org. Make sure to set the following in /etc/make.conf to aid with debugging: CFLAGS=3D "-O -g pipe" STRIP=3D It would also be helpful if you send email to this list once you have a bug ID If you're already running GNOME 2.5, and want to take the next step, we need specific help testing nautilus-cd-burner (especially the cd-drive.c patch at http://www.marcuscom.com/downloads/patch-cd-drive.c), as well as the new gstreamer[-plugins], Nautilus' volume monitor code, gnome-network, and Evolution 1.5: * n-c-b: Check to see if it recognizes different CD/DVD burners correctly. Make sure it can successfully write CD/DVD contents. You may need to familiarize yourself with http://www.freebsd.org/gnome/docs/faq2.html#q15. * gstreamer[-plugins]: Make sure your favorite plug-in works. Try testing out gst-capable apps such as rhythmbox, gst-mixer, nautilus-media, etc. * Nautilus' volume monitor code: The volume monitor code has been completely re-written in GNOME 2.5, and I'm much happier with the FreeBSD code. I've tried to make the functionality as close to Linux as possible, but you never know. What you should test here is make sure a mounted CD/DVD or floppy disk shows up on the desktop. You should also be able to do ``sysclt vfs.usermount=3D1'' then add an entry to fstab where the mount point is owned by a user other than root, then see that icon on your desktop even when the disk is not mounted. You should then be able to right-click on the icon, and mount the disk. * gnome-network: This is a new suite in GNOME 2.5. It allows you to launch remote RSH and SSH sessions as well as offers a MacOS X netinfo-like app that lets you run ping, traceroute, whois, etc. While the interface info is not complete yet, all of the various network tests should work. * Evolution 1.5: This is a biggie. Besides general functionality, you should be checking to make sure pops and imaps work correctly. Note: Evo bugs can be filed using bug-buddy, but the Bugzilla tool can be found at http://bugzilla.ximian.com. If you're looking to do some serious porting, we need help getting the new gstreamer-plugins up-to-date with all the new plug-ins (e.g. matroska/libeml). This task will involve configuring gst-plugins, then looking at the plug-ins that will not be built, and trying to resolve those with ports in the tree. Please follow the style already used in the gstreamer-plugins Makefile. If you're into Perl, a _big_ project will be porting gnome-system-tools. g-s-t is slated to go into GNOME 2.6, and it would be cool if we could get a port. I'd be willing to help anyone that steps forward to tackle this one. Finally, if you like doc writing, we could use someone to go through the bsd.gnome.mk file in my ``ports-stable'' CVS module, and update the porting guide with some of the new options in the pipe (e.g. lthack, intlhack, gstreamerplugins, etc.). Those changes need to be committed after 5.2-RELEASE. If you'd like to pretty up this email, and convert it to SGML, that would be great, too. We also need someone to maintain a Known Issues list for GNOME 2.5 so we can keep our testers abreast of bugs and gotchas. Thanks, and happy holidays! The FreeBSD GNOME Team --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-/6ItHFfW/3Rn3LVadkST Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4+xyb2iPiv4Uz4cRAsdgAKCfvfGt8LTRVBLMHMWRC6cJV81DkgCgqRyp Qr4yiPnM8JNDXyM1NNvR9EU= =Z/Dq -----END PGP SIGNATURE----- --=-/6ItHFfW/3Rn3LVadkST-- From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 19 22:32:40 2003 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 132BD16A4CE for ; Fri, 19 Dec 2003 22:32:40 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 476EA43D1F for ; Fri, 19 Dec 2003 22:32:38 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBK6WXHG007325; Sat, 20 Dec 2003 01:32:34 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBK6WRL4066450; Sat, 20 Dec 2003 01:32:32 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Brian Gruber In-Reply-To: <20031202015522.GA2987@bgruber.isa-geek.com> References: <20031202015522.GA2987@bgruber.isa-geek.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-uRlBfghZHTFu4mJ5g5Z3" Organization: MarcusCom, Inc. Message-Id: <1071901947.451.25.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 20 Dec 2003 01:32:27 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-gnome@freebsd.org Subject: Re: gweather-applet eats up file descriptors 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, 20 Dec 2003 06:32:40 -0000 --=-uRlBfghZHTFu4mJ5g5Z3 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-12-01 at 20:55, Brian Gruber wrote: > Hello, >=20 > It seems that every time gweather-applet2 updates it's weather data, it > consumes 4 file descriptors (according to lsof). It never seems to give > them back until the process is killed. This is a big problem for me as > I tend to stay logged in for days at a time, and eventually there are no > more file descriptors available to new processes, which wreaks all kinds > of havoc as you can imagine. Last time I saw this problem, lsof > reported over 2700 open files belonging to gweather-applet2 (almost half > of all those on my system). for the record, this is up-to-date ports on > 5.1-RELEASE. I've seen quite a few applets that do this file descriptor dance. Have you searched the GNOME Bugzilla database for this one? File descriptor leaks are frequently fixed in CVS, so maybe this is a known issue. Joe >=20 > Thanks, > Brian > _______________________________________________ > 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 PGP Key : http://www.marcuscom.com/pgp.asc --=-uRlBfghZHTFu4mJ5g5Z3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/4+z7b2iPiv4Uz4cRAuO8AJ9jKFt+AWtCTujvmzCphhMHPHIqqwCfU7mf 6TMOiQ+bIf+kP9zjMsc8xa0= =Ilby -----END PGP SIGNATURE----- --=-uRlBfghZHTFu4mJ5g5Z3-- From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 20 04:10:48 2003 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 5751D16A4CE; Sat, 20 Dec 2003 04:10:48 -0800 (PST) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB18C43D53; Sat, 20 Dec 2003 04:10:36 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.12.10/8.12.10) with ESMTP id hBKCAZEO093050; Sat, 20 Dec 2003 13:10:35 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.12.10/8.12.10/Submit) id hBKCAZMK093049; Sat, 20 Dec 2003 13:10:35 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Joe Marcus Clarke In-Reply-To: <1071886267.3372.9.camel@shumai.marcuscom.com> References: <1071886039.3372.7.camel@shumai.marcuscom.com> <1071886267.3372.9.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-rFqjIqri72sPcYvLpmX3" Message-Id: <1071922234.1766.6.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 20 Dec 2003 13:10:35 +0100 cc: FreeBSD GNOME Users Subject: Re: Seeking nautilus-cd-burner users X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 12:10:48 -0000 --=-rFqjIqri72sPcYvLpmX3 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable V so, 20. 12. 2003 v 03:11, Joe Marcus Clarke p=ED=B9e: > > I'm looking for n-c-b users to test out the attached patch. It uses > > cdrecord to get more information about the CD burner. This fixes some > > bugs where FreeBSD would blindly assume all CD burners were CD-RW drive= s > > that supported speeds up to 16x. It's basically code borrowed from the > > Linux side of n-c-b with some added checking for stuff not easily > > available in FreeBSD. The patch applies to both the GNOME 2.4 and 2.5 > > versions of n-c-b. I would appreciate some feedback. Thanks. >=20 > Since it looks like Mailman ate my attachment, you can get it here: >=20 > http://www.marcuscom.com/downloads/patch-cd-drive.c I can't get my DVD writer recognized under -CURRENT, only ISO writing is available in n-c-b. That does not work with nor without this patch. I'll not be able to test on -STABLE until after New Year, sorry. --=20 Pav Lucistnik On second thought, let's not go to Camelot. It is a silly place. --=-rFqjIqri72sPcYvLpmX3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/5Dw6ntdYP8FOsoIRAlyYAJ0d+QMWkQXr3h3bdtlHWEuLPxMowgCfcvsH Lj8xtCpM8q7mYquXt/4USWI= =qN+z -----END PGP SIGNATURE----- --=-rFqjIqri72sPcYvLpmX3-- From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 20 12:35:06 2003 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 AF8F816A4CE; Sat, 20 Dec 2003 12:35:06 -0800 (PST) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 999CB43D48; Sat, 20 Dec 2003 12:34:59 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031220203444.ARE2432.lakemtao07.cox.net@mezz.mezzweb.com>; Sat, 20 Dec 2003 15:34:44 -0500 Date: Sat, 20 Dec 2003 14:33:39 -0600 To: Joe Marcus Clarke References: <1071901810.451.21.camel@shumai.marcuscom.com> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1071901810.451.21.camel@shumai.marcuscom.com> User-Agent: Opera7.23/Linux M2 build 518 cc: FreeBSD GNOME Users Subject: Re: Looking for something to do? 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, 20 Dec 2003 20:35:06 -0000 On Sat, 20 Dec 2003 01:30:10 -0500, Joe Marcus Clarke wrote: > If you're already running GNOME 2.5, and want to take the next step, we > need specific help testing nautilus-cd-burner (especially the cd-drive.c > patch at http://www.marcuscom.com/downloads/patch-cd-drive.c), as well > as the new gstreamer[-plugins], Nautilus' volume monitor code, > gnome-network, and Evolution 1.5: > > * n-c-b: Check to see if it recognizes different CD/DVD burners > correctly. Make sure it can successfully write CD/DVD contents. You > may need to familiarize yourself with > http://www.freebsd.org/gnome/docs/faq2.html#q15. Works perfect here on CD-RW. # camcontrol devlist at scbus0 target 0 lun 0 (pass0,da0) at scbus2 target 0 lun 0 (pass1,cd0) > * gstreamer[-plugins]: Make sure your favorite plug-in works. Try > testing out gst-capable apps such as rhythmbox, gst-mixer, > nautilus-media, etc. Without anything relate with the sound stuff, the video stuff works fine here now in the current version. Before, they wasn't work. > * Nautilus' volume monitor code: The volume monitor code has been > completely re-written in GNOME 2.5, and I'm much happier with the > FreeBSD code. I've tried to make the functionality as close to Linux as > possible, but you never know. What you should test here is make sure a > mounted CD/DVD or floppy disk shows up on the desktop. You should also > be able to do ``sysclt vfs.usermount=1'' then add an entry to fstab > where the mount point is owned by a user other than root, then see that > icon on your desktop even when the disk is not mounted. You should then > be able to right-click on the icon, and mount the disk. A simple typo: s/sysclt/sysctl/g vfs.usermount=1 Anyway, it doesn't work in here, I am not sure if I am doing it correct. I have created ~/cdrom (mezz user) then add in the fstab following: =============================== /dev/acd0 /usr/home/mezz/cdrom cd9660 ro,noauto 0 0 =============================== But, it always work if I mount it by command line and a CD icon will appear in the desktop, no matter what user I mounted as. Boy, I always want 'user or users' feature to be add in fstab on FreeBSD like Linux has. > * gnome-network: This is a new suite in GNOME 2.5. It allows you to > launch remote RSH and SSH sessions as well as offers a MacOS X > netinfo-like app that lets you run ping, traceroute, whois, etc. While > the interface info is not complete yet, all of the various network tests > should work. The SSH (gnome-remote-shell) works perfect here. The netinfo's 'Devices' tab doesn't work, which everything display as 'not available'. The Traceroute doesn't work very well, which it will lag itself and I don't think it output the info correct. All other tabs like Ping, Netstat and etc work perfect. I will play with the other stuff more later to see if there has any bug or whatever. Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 20 16:00:48 2003 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 9977216A5C2 for ; Sat, 20 Dec 2003 16:00:48 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 240F743D5D for ; Sat, 20 Dec 2003 16:00:45 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBL00Uov009948; Sat, 20 Dec 2003 19:00:41 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBL00OL4099926; Sat, 20 Dec 2003 19:00:24 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Jeremy Messenger In-Reply-To: References: <1071901810.451.21.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-DYGADS1rWKAeXK1cGQwM" Organization: FreeBSD, Inc. Message-Id: <1071964828.56655.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 20 Dec 2003 19:00:28 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.61 X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD GNOME Users Subject: Re: Looking for something to do? 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, 21 Dec 2003 00:00:49 -0000 --=-DYGADS1rWKAeXK1cGQwM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Thanks for the feedback. Please see my comments inline. On Sat, 2003-12-20 at 15:33, Jeremy Messenger wrote: > On Sat, 20 Dec 2003 01:30:10 -0500, Joe Marcus Clarke =20 > wrote: >=20 > > If you're already running GNOME 2.5, and want to take the next step, we > > need specific help testing nautilus-cd-burner (especially the cd-drive.= c > > patch at http://www.marcuscom.com/downloads/patch-cd-drive.c), as well > > as the new gstreamer[-plugins], Nautilus' volume monitor code, > > gnome-network, and Evolution 1.5: > > > > * n-c-b: Check to see if it recognizes different CD/DVD burners > > correctly. Make sure it can successfully write CD/DVD contents. You > > may need to familiarize yourself with > > http://www.freebsd.org/gnome/docs/faq2.html#q15. >=20 > Works perfect here on CD-RW. >=20 > # camcontrol devlist > at scbus0 target 0 lun 0 (pass0,da0) > at scbus2 target 0 lun 0 (pass1,cd0) With the new patch applied, does the list of available recording speeds change? Are you still able to blank the disk? >=20 > > * gstreamer[-plugins]: Make sure your favorite plug-in works. Try > > testing out gst-capable apps such as rhythmbox, gst-mixer, > > nautilus-media, etc. >=20 > Without anything relate with the sound stuff, the video stuff works fine=20 > here now in the current version. Before, they wasn't work. Yep, I got your email on the MPEG thing. Thanks! >=20 > > * Nautilus' volume monitor code: The volume monitor code has been > > completely re-written in GNOME 2.5, and I'm much happier with the > > FreeBSD code. I've tried to make the functionality as close to Linux a= s > > possible, but you never know. What you should test here is make sure a > > mounted CD/DVD or floppy disk shows up on the desktop. You should also > > be able to do ``sysclt vfs.usermount=3D1'' then add an entry to fstab > > where the mount point is owned by a user other than root, then see that > > icon on your desktop even when the disk is not mounted. You should the= n > > be able to right-click on the icon, and mount the disk. >=20 > A simple typo: s/sysclt/sysctl/g vfs.usermount=3D1 >=20 > Anyway, it doesn't work in here, I am not sure if I am doing it correct. = I=20 > have created ~/cdrom (mezz user) then add in the fstab following: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D > /dev/acd0 /usr/home/mezz/cdrom cd9660 ro,noauto 0 0 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D >=20 > But, it always work if I mount it by command line and a CD icon will=20 > appear in the desktop, no matter what user I mounted as. >=20 > Boy, I always want 'user or users' feature to be add in fstab on FreeBSD=20 > like Linux has. Wow, this is good feedback. Yes, the new code is supposed to emulate the "users" option in Linux's fstab. To be accurate, /usr/home/mezz/cdrom is owned by you, and vfs.usermount is 1? >=20 > > * gnome-network: This is a new suite in GNOME 2.5. It allows you to > > launch remote RSH and SSH sessions as well as offers a MacOS X > > netinfo-like app that lets you run ping, traceroute, whois, etc. While > > the interface info is not complete yet, all of the various network test= s > > should work. >=20 > The SSH (gnome-remote-shell) works perfect here. The netinfo's 'Devices'=20 > tab doesn't work, which everything display as 'not available'. The=20 > Traceroute doesn't work very well, which it will lag itself and I don't=20 > think it output the info correct. All other tabs like Ping, Netstat and=20 > etc work perfect. Some things should be populated under the Device tab. Adam mentioned some things about traceroute as well. I'll have to look at those in more detail after my initial patches are committed to gnome-network.=20 Thanks for the feedback. Joe >=20 > I will play with the other stuff more later to see if there has any bug o= r=20 > whatever. >=20 > Cheers, > Mezz --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-DYGADS1rWKAeXK1cGQwM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/5OKcb2iPiv4Uz4cRAijlAJ44LjEBWVgn3+zkW1HI3z/YLOFRzQCgl3CO QTlGutxGfZK3s5YIY7CslZU= =fbxz -----END PGP SIGNATURE----- --=-DYGADS1rWKAeXK1cGQwM-- From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 20 17:08:03 2003 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 628EF16A4CE; Sat, 20 Dec 2003 17:08:03 -0800 (PST) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3D6B43D55; Sat, 20 Dec 2003 17:07:46 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031221010745.SWYZ29834.lakemtao05.cox.net@mezz.mezzweb.com>; Sat, 20 Dec 2003 20:07:45 -0500 Date: Sat, 20 Dec 2003 19:06:41 -0600 To: Joe Marcus Clarke References: <1071901810.451.21.camel@shumai.marcuscom.com> <1071964828.56655.6.camel@shumai.marcuscom.com> From: Jeremy Messenger Content-Type: multipart/mixed; boundary=----------iTse6eJYXtbQ6Atfba2ey3 MIME-Version: 1.0 Message-ID: In-Reply-To: <1071964828.56655.6.camel@shumai.marcuscom.com> User-Agent: Opera7.23/Linux M2 build 518 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: FreeBSD GNOME Users Subject: Re: Looking for something to do? 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, 21 Dec 2003 01:08:03 -0000 ------------iTse6eJYXtbQ6Atfba2ey3 Content-Type: text/plain; format=flowed; charset=iso-8859-1 Content-Transfer-Encoding: 8bit On Sat, 20 Dec 2003 19:00:28 -0500, Joe Marcus Clarke wrote: > Thanks for the feedback. Please see my comments inline. > > On Sat, 2003-12-20 at 15:33, Jeremy Messenger wrote: >> On Sat, 20 Dec 2003 01:30:10 -0500, Joe Marcus Clarke >> >> wrote: >> >> > If you're already running GNOME 2.5, and want to take the next step, >> we >> > need specific help testing nautilus-cd-burner (especially the >> cd-drive.c >> > patch at http://www.marcuscom.com/downloads/patch-cd-drive.c), as well >> > as the new gstreamer[-plugins], Nautilus' volume monitor code, >> > gnome-network, and Evolution 1.5: >> > >> > * n-c-b: Check to see if it recognizes different CD/DVD burners >> > correctly. Make sure it can successfully write CD/DVD contents. You >> > may need to familiarize yourself with >> > http://www.freebsd.org/gnome/docs/faq2.html#q15. >> >> Works perfect here on CD-RW. >> >> # camcontrol devlist >> at scbus0 target 0 lun 0 (pass0,da0) >> at scbus2 target 0 lun 0 (pass1,cd0) > > With the new patch applied, does the list of available recording speeds > change? Yep, I am using this patch and it does list all max and 1x to 16x.. My CD-RW is 16x10x40. > Are you still able to blank the disk? You mean, erease cd? If yes, then I don't have any cd-rw blank around but I can buy. I always buy cd-r blank. :-) >> > * Nautilus' volume monitor code: The volume monitor code has been >> > completely re-written in GNOME 2.5, and I'm much happier with the >> > FreeBSD code. I've tried to make the functionality as close to Linux >> as >> > possible, but you never know. What you should test here is make sure >> a >> > mounted CD/DVD or floppy disk shows up on the desktop. You should >> also >> > be able to do ``sysclt vfs.usermount=1'' then add an entry to fstab >> > where the mount point is owned by a user other than root, then see >> that >> > icon on your desktop even when the disk is not mounted. You should >> then >> > be able to right-click on the icon, and mount the disk. >> >> A simple typo: s/sysclt/sysctl/g vfs.usermount=1 >> >> Anyway, it doesn't work in here, I am not sure if I am doing it >> correct. I >> have created ~/cdrom (mezz user) then add in the fstab following: >> >> =============================== >> /dev/acd0 /usr/home/mezz/cdrom cd9660 ro,noauto 0 0 >> =============================== >> >> But, it always work if I mount it by command line and a CD icon will >> appear in the desktop, no matter what user I mounted as. >> >> Boy, I always want 'user or users' feature to be add in fstab on FreeBSD >> like Linux has. > > Wow, this is good feedback. Yes, the new code is supposed to emulate > the "users" option in Linux's fstab. To be accurate, > /usr/home/mezz/cdrom is owned by you, and vfs.usermount is 1? ======================== % ls -l ~/ | grep cdrom drwxr-xr-x 2 mezz mezz 512 Dec 20 13:58 cdrom/ % cat /etc/sysctl.conf | grep usermount vfs.usermount=1 % sysctl vfs.usermount vfs.usermount: 1 ======================== What else should I check on? >> > * gnome-network: This is a new suite in GNOME 2.5. It allows you to >> > launch remote RSH and SSH sessions as well as offers a MacOS X >> > netinfo-like app that lets you run ping, traceroute, whois, etc. >> While >> > the interface info is not complete yet, all of the various network >> tests >> > should work. >> >> The SSH (gnome-remote-shell) works perfect here. The netinfo's 'Devices' >> tab doesn't work, which everything display as 'not available'. The >> Traceroute doesn't work very well, which it will lag itself and I don't >> think it output the info correct. All other tabs like Ping, Netstat and >> etc work perfect. > > Some things should be populated under the Device tab. Adam mentioned > some things about traceroute as well. I'll have to look at those in > more detail after my initial patches are committed to gnome-network. > Thanks for the feedback. Here's an attach of screenshot for Device tab. Cheers, Mezz > Joe > >> >> I will play with the other stuff more later to see if there has any bug >> or >> whatever. >> >> Cheers, >> Mezz -- bsdforums.org 's moderator, mezz. ------------iTse6eJYXtbQ6Atfba2ey3-- From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 20 17:22:17 2003 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 107D216A4CE for ; Sat, 20 Dec 2003 17:22:17 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F2DD43D49 for ; Sat, 20 Dec 2003 17:22:12 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBL1M8Ab009229; Sat, 20 Dec 2003 20:22:09 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBL1M1L4000627; Sat, 20 Dec 2003 20:22:01 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Jeremy Messenger In-Reply-To: References: <1071901810.451.21.camel@shumai.marcuscom.com> <1071964828.56655.6.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-wXyB0XV37wns1JvJXj9N" Organization: FreeBSD, Inc. Message-Id: <1071969726.56655.12.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 20 Dec 2003 20:22:06 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.61 X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD GNOME Users Subject: Re: Looking for something to do? 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, 21 Dec 2003 01:22:17 -0000 --=-wXyB0XV37wns1JvJXj9N Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-12-20 at 20:06, Jeremy Messenger wrote: > > With the new patch applied, does the list of available recording speeds > > change? >=20 > Yep, I am using this patch and it does list all max and 1x to 16x.. My=20 > CD-RW is 16x10x40. >=20 > > Are you still able to blank the disk? >=20 > You mean, erease cd? If yes, then I don't have any cd-rw blank around but= =20 > I can buy. I always buy cd-r blank. :-) I mean, do you get the checkbox that allows you to enable blanking of the disk? >=20 > >> > * Nautilus' volume monitor code: The volume monitor code has been > >> > completely re-written in GNOME 2.5, and I'm much happier with the > >> > FreeBSD code. I've tried to make the functionality as close to Linu= x=20 > >> as > >> > possible, but you never know. What you should test here is make sur= e=20 > >> a > >> > mounted CD/DVD or floppy disk shows up on the desktop. You should=20 > >> also > >> > be able to do ``sysclt vfs.usermount=3D1'' then add an entry to fsta= b > >> > where the mount point is owned by a user other than root, then see=20 > >> that > >> > icon on your desktop even when the disk is not mounted. You should=20 > >> then > >> > be able to right-click on the icon, and mount the disk. > >> > >> A simple typo: s/sysclt/sysctl/g vfs.usermount=3D1 > >> > >> Anyway, it doesn't work in here, I am not sure if I am doing it=20 > >> correct. I > >> have created ~/cdrom (mezz user) then add in the fstab following: > >> > >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D > >> /dev/acd0 /usr/home/mezz/cdrom cd9660 ro,noauto 0 0 > >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D > >> > >> But, it always work if I mount it by command line and a CD icon will > >> appear in the desktop, no matter what user I mounted as. > >> > >> Boy, I always want 'user or users' feature to be add in fstab on FreeB= SD > >> like Linux has. > > > > Wow, this is good feedback. Yes, the new code is supposed to emulate > > the "users" option in Linux's fstab. To be accurate, > > /usr/home/mezz/cdrom is owned by you, and vfs.usermount is 1? >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > % ls -l ~/ | grep cdrom > drwxr-xr-x 2 mezz mezz 512 Dec 20 13:58 cdrom/ >=20 > % cat /etc/sysctl.conf | grep usermount > vfs.usermount=3D1 >=20 > % sysctl vfs.usermount > vfs.usermount: 1 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > What else should I check on? No. I'll poke around the vfs code some more. Thanks. >=20 > >> > * gnome-network: This is a new suite in GNOME 2.5. It allows you to > >> > launch remote RSH and SSH sessions as well as offers a MacOS X > >> > netinfo-like app that lets you run ping, traceroute, whois, etc. =20 > >> While > >> > the interface info is not complete yet, all of the various network=20 > >> tests > >> > should work. > >> > >> The SSH (gnome-remote-shell) works perfect here. The netinfo's 'Device= s' > >> tab doesn't work, which everything display as 'not available'. The > >> Traceroute doesn't work very well, which it will lag itself and I don'= t > >> think it output the info correct. All other tabs like Ping, Netstat an= d > >> etc work perfect. > > > > Some things should be populated under the Device tab. Adam mentioned > > some things about traceroute as well. I'll have to look at those in > > more detail after my initial patches are committed to gnome-network. > > Thanks for the feedback. >=20 > Here's an attach of screenshot for Device tab. Do you have IP configured on that interface? My Devices tab shows me an IP address, netmask, broadcast, multicast flag, MTU, and state.=20 However, none of that info will come up if the interface doesn't have IP configured. Joe >=20 > Cheers, > Mezz >=20 > > Joe > > > >> > >> I will play with the other stuff more later to see if there has any bu= g=20 > >> or > >> whatever. > >> > >> Cheers, > >> Mezz --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-wXyB0XV37wns1JvJXj9N Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/5PW+b2iPiv4Uz4cRArhYAJoCG4GFRENPIbRq+rCy6GjIWnaFFgCfTSDM RH/ejgjfUf8iw6mvOscUIxg= =Uzgu -----END PGP SIGNATURE----- --=-wXyB0XV37wns1JvJXj9N-- From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 20 20:26:52 2003 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 4F82716A4CE; Sat, 20 Dec 2003 20:26:52 -0800 (PST) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52FB43D58; Sat, 20 Dec 2003 20:26:49 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031221042645.RDGQ24575.lakemtao06.cox.net@mezz.mezzweb.com>; Sat, 20 Dec 2003 23:26:45 -0500 Date: Sat, 20 Dec 2003 22:25:42 -0600 To: Joe Marcus Clarke References: <1071901810.451.21.camel@shumai.marcuscom.com> <1071964828.56655.6.camel@shumai.marcuscom.com> <1071969726.56655.12.camel@shumai.marcuscom.com> From: Jeremy Messenger Content-Type: multipart/mixed; boundary=----------EFqJOcRA4Q0I1GOu1pMj6y MIME-Version: 1.0 Message-ID: In-Reply-To: <1071969726.56655.12.camel@shumai.marcuscom.com> User-Agent: Opera7.23/Linux M2 build 518 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: FreeBSD GNOME Users Subject: Re: Looking for something to do? 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, 21 Dec 2003 04:26:52 -0000 ------------EFqJOcRA4Q0I1GOu1pMj6y Content-Type: text/plain; format=flowed; charset=iso-8859-1 Content-Transfer-Encoding: 8bit On Sat, 20 Dec 2003 20:22:06 -0500, Joe Marcus Clarke wrote: > On Sat, 2003-12-20 at 20:06, Jeremy Messenger wrote: >> > With the new patch applied, does the list of available recording >> speeds >> > change? >> >> Yep, I am using this patch and it does list all max and 1x to 16x.. My >> CD-RW is 16x10x40. >> >> > Are you still able to blank the disk? >> >> You mean, erease cd? If yes, then I don't have any cd-rw blank around >> but >> I can buy. I always buy cd-r blank. :-) > > I mean, do you get the checkbox that allows you to enable blanking of > the disk? I couldn't find any option of blank, so attaching a screenshot of it. >> >> > * gnome-network: This is a new suite in GNOME 2.5. It allows you >> to >> >> > launch remote RSH and SSH sessions as well as offers a MacOS X >> >> > netinfo-like app that lets you run ping, traceroute, whois, etc. >> >> While >> >> > the interface info is not complete yet, all of the various network >> >> tests >> >> > should work. >> >> >> >> The SSH (gnome-remote-shell) works perfect here. The netinfo's >> 'Devices' >> >> tab doesn't work, which everything display as 'not available'. The >> >> Traceroute doesn't work very well, which it will lag itself and I >> don't >> >> think it output the info correct. All other tabs like Ping, Netstat >> and >> >> etc work perfect. >> > >> > Some things should be populated under the Device tab. Adam mentioned >> > some things about traceroute as well. I'll have to look at those in >> > more detail after my initial patches are committed to gnome-network. >> > Thanks for the feedback. >> >> Here's an attach of screenshot for Device tab. > > Do you have IP configured on that interface? My Devices tab shows me an > IP address, netmask, broadcast, multicast flag, MTU, and state. > However, none of that info will come up if the interface doesn't have IP > configured. Umm, I couldn't find where I can put IP in there. Isn't it supposed to be done by automatic? I can see is dc0, plip0 and lo0 in the drop menu, but no effect when I click on it. The gDesklets and gkrellm work fine here to pick up the IP and other info of net, traffic and etc. Cheers, Mezz > Joe > >> >> Cheers, >> Mezz >> >> > Joe >> > >> >> >> >> I will play with the other stuff more later to see if there has any >> bug >> >> or >> >> whatever. >> >> >> >> Cheers, >> >> Mezz -- bsdforums.org 's moderator, mezz. ------------EFqJOcRA4Q0I1GOu1pMj6y-- From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 20 21:29:00 2003 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 B5D0A16A4CE for ; Sat, 20 Dec 2003 21:29:00 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76F5F43D45 for ; Sat, 20 Dec 2003 21:28:58 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBL5Snov018177; Sun, 21 Dec 2003 00:28:53 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBL5SgL4001980; Sun, 21 Dec 2003 00:28:42 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Jeremy Messenger In-Reply-To: References: <1071901810.451.21.camel@shumai.marcuscom.com> <1071964828.56655.6.camel@shumai.marcuscom.com> <1071969726.56655.12.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8LiQgnlV7Lyro5zaNJb3" Organization: FreeBSD, Inc. Message-Id: <1071984527.56655.23.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 21 Dec 2003 00:28:48 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.61 X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: Re: Looking for something to do? 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, 21 Dec 2003 05:29:00 -0000 --=-8LiQgnlV7Lyro5zaNJb3 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-12-20 at 23:25, Jeremy Messenger wrote: > On Sat, 20 Dec 2003 20:22:06 -0500, Joe Marcus Clarke =20 > wrote: >=20 > > On Sat, 2003-12-20 at 20:06, Jeremy Messenger wrote: > >> > With the new patch applied, does the list of available recording=20 > >> speeds > >> > change? > >> > >> Yep, I am using this patch and it does list all max and 1x to 16x.. My > >> CD-RW is 16x10x40. > >> > >> > Are you still able to blank the disk? > >> > >> You mean, erease cd? If yes, then I don't have any cd-rw blank around=20 > >> but > >> I can buy. I always buy cd-r blank. :-) > > > > I mean, do you get the checkbox that allows you to enable blanking of > > the disk? > >=20 > I couldn't find any option of blank, so attaching a screenshot of it. Sorry, I meant "Erase CD." It looks like it works. >=20 > >> >> > * gnome-network: This is a new suite in GNOME 2.5. It allows you= =20 > >> to > >> >> > launch remote RSH and SSH sessions as well as offers a MacOS X > >> >> > netinfo-like app that lets you run ping, traceroute, whois, etc. > >> >> While > >> >> > the interface info is not complete yet, all of the various networ= k > >> >> tests > >> >> > should work. > >> >> > >> >> The SSH (gnome-remote-shell) works perfect here. The netinfo's=20 > >> 'Devices' > >> >> tab doesn't work, which everything display as 'not available'. The > >> >> Traceroute doesn't work very well, which it will lag itself and I=20 > >> don't > >> >> think it output the info correct. All other tabs like Ping, Netstat= =20 > >> and > >> >> etc work perfect. > >> > > >> > Some things should be populated under the Device tab. Adam mentione= d > >> > some things about traceroute as well. I'll have to look at those in > >> > more detail after my initial patches are committed to gnome-network. > >> > Thanks for the feedback. > >> > >> Here's an attach of screenshot for Device tab. > > > > Do you have IP configured on that interface? My Devices tab shows me a= n > > IP address, netmask, broadcast, multicast flag, MTU, and state. > > However, none of that info will come up if the interface doesn't have I= P > > configured. >=20 > Umm, I couldn't find where I can put IP in there. Isn't it supposed to be= =20 > done by automatic? I can see is dc0, plip0 and lo0 in the drop menu, but=20 > no effect when I click on it. The gDesklets and gkrellm work fine here to= =20 > pick up the IP and other info of net, traffic and etc. No, those should be filled in automatically in gnome-netinfo if the interface already has IP configured on it. I've tested under -CURRENT and -STABLE, and it works under both. What messages do you see on the console when gnome-netinfo is launched? Joe >=20 > Cheers, > Mezz >=20 > > Joe > > > >> > >> Cheers, > >> Mezz > >> > >> > Joe > >> > > >> >> > >> >> I will play with the other stuff more later to see if there has any= =20 > >> bug > >> >> or > >> >> whatever. > >> >> > >> >> Cheers, > >> >> Mezz --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-8LiQgnlV7Lyro5zaNJb3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/5S+Pb2iPiv4Uz4cRAr2KAKCXoGb4vrNY/bE+Kfazc3ZgyJapqACeNyBm stGErp43Dtjk1/iauB4I5OU= =W70k -----END PGP SIGNATURE----- --=-8LiQgnlV7Lyro5zaNJb3-- From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 20 21:41:58 2003 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 A666A16A4CE; Sat, 20 Dec 2003 21:41:58 -0800 (PST) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 344F343D54; Sat, 20 Dec 2003 21:41:57 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031221054155.CHGS2432.lakemtao07.cox.net@mezz.mezzweb.com>; Sun, 21 Dec 2003 00:41:55 -0500 Date: Sat, 20 Dec 2003 23:40:53 -0600 To: Joe Marcus Clarke References: <1071901810.451.21.camel@shumai.marcuscom.com> <1071964828.56655.6.camel@shumai.marcuscom.com> <1071969726.56655.12.camel@shumai.marcuscom.com> <1071984527.56655.23.camel@shumai.marcuscom.com> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1071984527.56655.23.camel@shumai.marcuscom.com> User-Agent: Opera7.23/Linux M2 build 518 cc: FreeBSD GNOME Users Subject: Re: Looking for something to do? 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, 21 Dec 2003 05:41:58 -0000 On Sun, 21 Dec 2003 00:28:48 -0500, Joe Marcus Clarke wrote: > No, those should be filled in automatically in gnome-netinfo if the > interface already has IP configured on it. I've tested under -CURRENT > and -STABLE, and it works under both. What messages do you see on the > console when gnome-netinfo is launched? ====================================== % gnome-netinfo (gnome-netinfo:9437): GLib-GObject-WARNING **: invalid (NULL) pointer instance (gnome-netinfo:9437): GLib-GObject-CRITICAL **: file gsignal.c: line 1634 (g_signal_connect_data): assertion `G_TYPE_CHECK_INSTANCE (instance)' failed ====================================== Cheers, Mezz > Joe -- bsdforums.org 's moderator, mezz.