From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 25 16:02:23 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BD0E106566B for ; Sun, 25 Sep 2011 16:02:23 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id F28208FC0C for ; Sun, 25 Sep 2011 16:02:22 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id p8PFeLSc007128; Sun, 25 Sep 2011 11:40:21 -0400 (EDT) Received: from fruit-rollup.marcuscom.com (jclarke-pc.cisco.com [172.18.254.236]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id p8PFeIdS003798; Sun, 25 Sep 2011 11:40:18 -0400 (EDT) Message-ID: <4E7F4B61.20706@freebsd.org> Date: Sun, 25 Sep 2011 11:40:17 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: Michal Varga References: <1312371247.1786.19.camel@xenon> In-Reply-To: <1312371247.1786.19.camel@xenon> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org Subject: Re: URL handling in Gnome broken, recently X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2011 16:02:23 -0000 On 8/3/11 7:34 AM, Michal Varga wrote: > Does anyone know which update broke url handling in Gnome some time > recently, I'd assume in between last one-to-three weeks? > > I realized the symptoms too late to narrow it down to a specific port > now, and I have no idea what handles url requests - gnome-vfs, maybe, or > some friends above/below? > > Basically, opening an URL now from any gnome/gtk application is > completely fubared, clicking a web page link in something like > gnome-terminal, pidgin, etc. launches a new epiphany window instead of > reusing the old one and opening a new tab (thus completely ignoring > 'preferences > preferred applications' control panel), clicking a link > from evolution even silently fails half the time, or some times launches > a new browser instance about ten minutes later, clicking any http image > link first internally checks the mime type (or it seems so) on the > server and then launches the url in eog (merciful god, why), and so on. > > It's really impossible to work with URLs in Gnome at this moment, other > than manually copy/pasting them into a running browser every single > time. > > Some ideas on what went wrong? GLib was changed to no longer use gconf to determine the default URL handlers. To get the original new-tab behavior back, you will need to create a new .desktop file for your browser. Go to ~/.local/share/applications and copy /usr/local/share/applications/epiphany.desktop to ./epiphany-newtab.desktop. Edit the file and add: NoDisplay=true Change the Exec line to: epiphany --new-tab %U And change the MimeType line to: MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https; Then run: update-desktop-database ~/.local/share/applications Then you should be set. Joe > > m. > > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 26 06:51:48 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60BAE106564A for ; Mon, 26 Sep 2011 06:51:48 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id ED3A98FC15 for ; Mon, 26 Sep 2011 06:51:47 +0000 (UTC) Received: by fxg9 with SMTP id 9so7261989fxg.13 for ; Sun, 25 Sep 2011 23:51:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=LzsZn1XHFGai5Y6P1rdJpnwRBVA28cVlO12sJoAO6QY=; b=NkkUAVchdXWHvrD2pflcr4aYEMdVf734iRGaPwxyt7X/bMYKxrgAaSJcQUZlof1eme uFa7gtImj6wjMjF6k/u517ZawXAGYuhPZhxAXnRNARY1eUt28caCT0dZ6UPhblnxcEvO anKxvr/IF3waEtAUMdfFLElBQNGW9SLie5EOE= Received: by 10.223.48.69 with SMTP id q5mr9994925faf.80.1317018575449; Sun, 25 Sep 2011 23:29:35 -0700 (PDT) Received: from laptop (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPS id y8sm19007721faj.10.2011.09.25.23.29.34 (version=SSLv3 cipher=OTHER); Sun, 25 Sep 2011 23:29:34 -0700 (PDT) Date: Mon, 26 Sep 2011 09:30:32 +0300 From: "Sergey V. Dyatko" To: gnome@freebsd.org Message-ID: <20110926093032.747cf0c3@laptop> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: devel/glib20 configure failed X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 06:51:48 -0000 Hi, When I'm trying update devel/glib20 I got following error: tiger# pkg_version -vL= glib-2.28.8 < needs updating (port has 2.28.8_1) tiger# pwd /usr/ports/devel/glib20 tiger# make ===> Vulnerability check disabled, database not found ===> License LGPL20 accepted by the user ===> Found saved configuration for glib-2.12.4 ===> Extracting for glib-2.28.8_1 => SHA256 Checksum OK for gnome2/glib-2.28.8.tar.xz. ===> glib-2.28.8_1 depends on file: /usr/local/bin/perl5.12.4 - found ===> Patching for glib-2.28.8_1 ===> glib-2.28.8_1 depends on file: /usr/local/bin/perl5.12.4 - found ===> glib-2.28.8_1 depends on package: libtool>=2.4 - found ===> Applying extra patch /usr/ports/devel/glib20/files/extra-patch-glib_Makefile.in ===> Applying extra patch /usr/ports/devel/glib20/files/extra-patch-glib_gunicollate.c ===> Applying FreeBSD patches for glib-2.28.8_1 ===> glib-2.28.8_1 depends on file: /usr/local/bin/python2.7 - found ===> glib-2.28.8_1 depends on executable: gmake - found ===> glib-2.28.8_1 depends on file: /usr/local/bin/perl5.12.4 - found ===> glib-2.28.8_1 depends on package: libtool>=2.4 - found ===> glib-2.28.8_1 depends on executable: pkg-config - found ===> glib-2.28.8_1 depends on shared library: pcre.0 - found ===> glib-2.28.8_1 depends on shared library: intl - found ===> Configuring for glib-2.28.8_1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... gawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking build system type... x86_64-portbld-freebsd9.0 checking host system type... x86_64-portbld-freebsd9.0 checking for the BeOS... no checking for Win32... no checking for Mac OS X Carbon support... no checking whether to enable garbage collector friendliness... no checking whether to disable memory pools... no checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether cc understands -c and -o together... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.16... yes checking for gawk... (cached) gawk checking for perl5... perl5 checking for indent... indent checking for perl5... /usr/local/bin/perl5 checking whether /usr/local/bin/python2.7 version >= 2.4... yes checking for /usr/local/bin/python2.7 version... 2.7 checking for /usr/local/bin/python2.7 platform... freebsd9 checking for /usr/local/bin/python2.7 script directory... ${prefix}/lib/python2.7/site-packages checking for /usr/local/bin/python2.7 extension module directory... ${exec_prefix}/lib/python2.7/site-p ackages checking for libiconv_open in -liconv... no configure: error: *** No iconv() implementation found in C library or libiconv tiger# pkg_info -xI libicon libiconv-1.13.1_1 A character set conversion library tiger# uname-a FreeBSD tiger.minsk.domain 9.0-BETA2 FreeBSD 9.0-BETA2 #3 r225692: Tue Sep 20 17:05:22 EEST 2011 ro ot@tiger.minsk.domain:/usr/obj/usr/src/sys/tiger-desktop amd64 -- wbr, tiger From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 26 10:17:59 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75887106564A for ; Mon, 26 Sep 2011 10:17:59 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0811B8FC19 for ; Mon, 26 Sep 2011 10:17:58 +0000 (UTC) Received: by fxg9 with SMTP id 9so7474698fxg.13 for ; Mon, 26 Sep 2011 03:17:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=dXtflHJKyG/Lb0DXSHWHuyNFcaY1Jz6ugGp+/a86I4o=; b=TZ6so0jOsuFcFncigIHj5pxUooXBiY8kGw5TU5nQPwoN6a4xtybkcmQ6sw7t4Jptb9 Zv3BOwSq7y0fSSArT6H5rYcvJXNmff9OVFsZ58+H9GJ8e3SdwKeQOyHsotfSXWijdlIS gbXb8wXxjUc++SB98t8Ehz/4TVC0dRdpG62IA= Received: by 10.223.14.133 with SMTP id g5mr10145240faa.69.1317032277901; Mon, 26 Sep 2011 03:17:57 -0700 (PDT) Received: from laptop (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPS id a1sm19345051fab.4.2011.09.26.03.17.55 (version=SSLv3 cipher=OTHER); Mon, 26 Sep 2011 03:17:57 -0700 (PDT) Date: Mon, 26 Sep 2011 13:18:54 +0300 From: "Sergey V. Dyatko" To: gnome@freebsd.org Message-ID: <20110926131854.70e08a61@laptop> In-Reply-To: <20110926093032.747cf0c3@laptop> References: <20110926093032.747cf0c3@laptop> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: devel/glib20 configure failed X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 10:17:59 -0000 On Mon, 26 Sep 2011 09:30:32 +0300 "Sergey V. Dyatko" wrote: > Hi, > When I'm trying update devel/glib20 I got following error: > tiger# pkg_version -vL= > glib-2.28.8 < needs updating (port has > 2.28.8_1) > > tiger# pwd > /usr/ports/devel/glib20 > > tiger# make > ===> Vulnerability check disabled, database not found > ===> License LGPL20 accepted by the user > ===> Found saved configuration for glib-2.12.4 > ===> Extracting for glib-2.28.8_1 > => SHA256 Checksum OK for gnome2/glib-2.28.8.tar.xz. > ===> glib-2.28.8_1 depends on file: /usr/local/bin/perl5.12.4 - > found ===> Patching for glib-2.28.8_1 > ===> glib-2.28.8_1 depends on file: /usr/local/bin/perl5.12.4 - > found ===> glib-2.28.8_1 depends on package: libtool>=2.4 - found > ===> Applying extra > patch /usr/ports/devel/glib20/files/extra-patch-glib_Makefile.in ===> > Applying extra > patch /usr/ports/devel/glib20/files/extra-patch-glib_gunicollate.c > ===> Applying FreeBSD patches for glib-2.28.8_1 ===> glib-2.28.8_1 > depends on file: /usr/local/bin/python2.7 - found ===> glib-2.28.8_1 > depends on executable: gmake - found ===> glib-2.28.8_1 depends on > file: /usr/local/bin/perl5.12.4 - found ===> glib-2.28.8_1 depends > on package: libtool>=2.4 - found ===> glib-2.28.8_1 depends on > executable: pkg-config - found ===> glib-2.28.8_1 depends on shared > library: pcre.0 - found ===> glib-2.28.8_1 depends on shared > library: intl - found ===> Configuring for glib-2.28.8_1 checking > for a BSD-compatible install... /usr/bin/install -c -o root -g wheel > checking whether build environment is sane... yes checking for a > thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... > gawk checking whether gmake sets $(MAKE)... > yes checking whether to enable maintainer-specific portions of > Makefiles... no checking for gcc... > cc checking whether the C compiler works... > yes checking for C compiler default output file name... > a.out checking for suffix of > executables... checking whether we are cross compiling... > no checking for suffix of object files... > o checking whether we are using the GNU C compiler... > yes checking whether cc accepts -g... > yes checking for cc option to accept ISO C89... none > needed checking for style of include used by gmake... > GNU checking dependency style of cc... > gcc3 checking how to run the C preprocessor... > cpp checking build system type... > x86_64-portbld-freebsd9.0 checking host system type... > x86_64-portbld-freebsd9.0 checking for the BeOS... > no checking for Win32... > no checking for Mac OS X Carbon support... no > checking whether to enable garbage collector friendliness... > no checking whether to disable memory pools... > no checking whether we are using the GNU C++ compiler... > yes checking whether c++ accepts -g... > yes checking dependency style of c++... > gcc3 checking for gcc... (cached) > cc checking whether we are using the GNU C compiler... (cached) > yes checking whether cc accepts -g... (cached) > yes checking for cc option to accept ISO C89... (cached) none > needed checking dependency style of cc... (cached) > gcc3 checking whether cc understands -c and -o together... > yes checking for special C compiler options needed for large files... > no checking for _FILE_OFFSET_BITS value needed for large files... > no checking for > pkg-config... /usr/local/bin/pkg-config checking pkg-config is at > least version 0.16... yes checking for gawk... (cached) > gawk checking for perl5... > perl5 checking for indent... > indent checking for > perl5... /usr/local/bin/perl5 checking > whether /usr/local/bin/python2.7 version >= 2.4... yes checking > for /usr/local/bin/python2.7 version... 2.7 checking > for /usr/local/bin/python2.7 platform... freebsd9 checking > for /usr/local/bin/python2.7 script directory... > ${prefix}/lib/python2.7/site-packages checking > for /usr/local/bin/python2.7 extension module directory... > ${exec_prefix}/lib/python2.7/site-p ackages checking for > libiconv_open in -liconv... no configure: error: *** No iconv() > implementation found in C library or libiconv > > tiger# pkg_info -xI libicon > libiconv-1.13.1_1 A character set conversion library > tiger# uname-a > FreeBSD tiger.minsk.domain 9.0-BETA2 FreeBSD 9.0-BETA2 #3 r225692: > Tue Sep 20 17:05:22 EEST 2011 ro > ot@tiger.minsk.domain:/usr/obj/usr/src/sys/tiger-desktop amd64 sysutils/hal broken too: checking for expat.h... yes checking for XML_ParserCreate in -lexpat... no configure: error: Can't find expat library. Please install expat. ===> Script "configure" failed unexpectedly. laptop# pkg_info -xI expat expat-2.0.1_2 XML 1.0 parser written in C linux-f10-expat-2.0.1 Linux/i386 binary port of Expat XML-parsing library (Linux -- wbr, tiger From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 26 11:07:27 2011 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B828E1065677 for ; Mon, 26 Sep 2011 11:07:27 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8DF458FC08 for ; Mon, 26 Sep 2011 11:07:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8QB7RKT088503 for ; Mon, 26 Sep 2011 11:07:27 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8QB7Qv8088501 for gnome@FreeBSD.org; Mon, 26 Sep 2011 11:07:26 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 26 Sep 2011 11:07:26 GMT Message-Id: <201109261107.p8QB7Qv8088501@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Cc: Subject: Current problem reports assigned to gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 11:07:27 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/160764 gnome If libinotify is installed, net/avahi-app doesn't buil o ports/160701 gnome databases/libgda: CLANG fails to compile/update port o ports/160685 gnome graphics/gimp-app included gnome-libtool fails to loca s ports/160670 gnome [patch] devel/pkg-config: upgrade to version 0.26 o ports/160563 gnome portupgrade of sysutils/tracker-client fails o ports/160538 gnome [clang] www/webkit-gtk2 build failure o ports/160506 gnome [update] deskutils/gnote: update to 0.7.5 o ports/160490 gnome [PATCH] x11-toolkits/gtk20: drag and drop broken in vn o ports/160485 gnome [UPDATE] deskutils/ontv: update to 3.2.0 o ports/160471 gnome www/webkit-gtk2 fails to build/link o ports/160268 gnome www/webkit-gtk2 build process bails: unable to mmap er o ports/160251 gnome [PATCH] www/webkit-gtk2 to avoid Midori's crash when w o ports/160224 gnome building x11-toolkits/gtk30 fails o ports/159938 gnome graphics/shotwell received an X Window System error. p ports/159928 gnome Updates graphics/clutter to 1.6.16 f ports/159721 gnome x11/gdm: Usernames that are too long get logged onto G o ports/159687 gnome devel/gvfs fails to compile o ports/159613 gnome [PATCH] misc/gnomehier: use dirrmtry for PREFIX/share/ o ports/159512 gnome x11/gnome-panel causes high load with opacity settings o ports/159391 gnome x11/gdm needs hal dep, rc.d fixes o ports/159347 gnome cannot portupgrade net-im/telepathy-glib to version 0. o ports/159336 gnome graphics/evince fails to build o ports/159012 gnome multimedia/totem cannot be build o ports/158966 gnome graphics/libchamplain: broken build after GnuTLS updat o ports/158722 gnome [patch] devel/gobject-introspection does not build if o ports/158708 gnome x11/gdm doesn't build o ports/158693 gnome x11-wm/nautilus 2.32.2.1_1 fails to build o ports/158684 gnome graphics/evince can not be build o ports/158680 gnome devel/gvfs doesn't build o ports/158639 gnome ports-mgmt/packagekit cannot be build s ports/155461 gnome [UPDATE] editors/abiword-docs to 2.9.0 s ports/155460 gnome [UPDATE] editors/abiword to 2.9.0 o ports/148244 gnome x11/gnome2: gnome desktop and HAL prevent umount witho s ports/145301 gnome [patch] sysutils/hal: /usr/local/etc/rc.d/hald startup 34 problems total. From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 28 00:53:09 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51AAE106566C; Wed, 28 Sep 2011 00:53:09 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from outrelay02.libero.it (outrelay02.libero.it [212.52.84.102]) by mx1.freebsd.org (Postfix) with ESMTP id DDE0B8FC0C; Wed, 28 Sep 2011 00:53:08 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0206.4E826FF2.0056,ss=1,re=0.000,fgs=0 X-libjamoibt: 1821 Received: from wmail37 (172.31.0.226) by outrelay02.libero.it (8.5.133) (authenticated as barbara.xxx1975@libero.it) id 4E3BF94604598F14; Wed, 28 Sep 2011 02:53:06 +0200 Message-ID: <5248826.2181281317171186392.JavaMail.defaultUser@defaultHost> Date: Wed, 28 Sep 2011 02:53:06 +0200 (CEST) From: Barbara To: MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 80.117.121.78 Cc: gnome@freebsd.org, gabor@freebsd.org Subject: R: Binaries that are linked with: /usr/local/lib/compat/pkg/libgdbm.so.3 - why? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2011 00:53:09 -0000 >----Messaggio originale---- >Da: kwm@rainbow-runner.nl >Data: 13/09/2011 8.39 >A: "Barbara" >Cc: , >Ogg: Re: R: Binaries that are linked with: /usr/local/lib/compat/pkg/libgdbm. so.3 > >On 13-9-2011 8:27, Barbara wrote: >> >>> /usr/local/lib/gnome-settings-daemon-2.0/libmedia-keys.so >>> /usr/local/lib/libcanberra-0.28/libcanberra-pulse.so >>> >>> Regards >>> Barbara >>> >> I guess that's because I've built libcanberra with the option PULSE on >> (default off). >> >No this is because the recent gdbm update. Somehow some ports that >depend on gdbm didn't get bumped. Gabor fixed this already. > >-Koop > gnome-settings-daemon and then vinagre. Now even libao! (ports/161084) I wonder why libcanberra has not been bumped... Barbara From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 30 15:50:15 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0C961065673; Fri, 30 Sep 2011 15:50:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B989E8FC12; Fri, 30 Sep 2011 15:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8UFoF2Q095270; Fri, 30 Sep 2011 15:50:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8UFoFO1095261; Fri, 30 Sep 2011 15:50:15 GMT (envelope-from edwin) Date: Fri, 30 Sep 2011 15:50:15 GMT Message-Id: <201109301550.p8UFoFO1095261@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/161164: [PATCH] devel/glade3: update to 3.10.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2011 15:50:16 -0000 Synopsis: [PATCH] devel/glade3: update to 3.10.0 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 30 15:50:15 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=161164 From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 30 20:10:11 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73EE51065673 for ; Fri, 30 Sep 2011 20:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 625548FC0C for ; Fri, 30 Sep 2011 20:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8UKAB3C032883 for ; Fri, 30 Sep 2011 20:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8UKABkD032882; Fri, 30 Sep 2011 20:10:11 GMT (envelope-from gnats) Date: Fri, 30 Sep 2011 20:10:11 GMT Message-Id: <201109302010.p8UKABkD032882@freefall.freebsd.org> To: gnome@FreeBSD.org From: Root User Cc: Subject: Re: ports/160685: graphics/gimp-app included gnome-libtool fails to locate liblzma.la X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Root User List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2011 20:10:11 -0000 The following reply was made to PR ports/160685; it has been noted by GNATS. From: Root User To: bug-followup@FreeBSD.org, leftfoot@siu.edu Cc: Subject: Re: ports/160685: graphics/gimp-app included gnome-libtool fails to locate liblzma.la Date: Fri, 30 Sep 2011 15:01:46 -0500 Recent change to Makefile corrected libtool problem but now another problem has occured with lib tiff: it appears that "/usr/local/lib" ($L{LOCALBASE}/lib) is not being sucessfully passed to the configure script. = = = = = = = = = = = = = = = = = = make ... tail -40 make.output checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking whether shmctl IPC_RMID allowes subsequent attaches... no checking for shared memory transport type... sysv checking whether symbols are prefixed... no checking fd_set and sys/select... yes checking for XmuClientWindow in -lXmu... yes checking for X11/Xmu/WinUtil.h... yes checking for XShapeGetRectangles in -lXext... yes checking for X11/extensions/shape.h... yes checking for XFIXES... yes checking for TIFFReadScanline in -ltiff... no checking for TIFFWriteScanline in -ltiff... no checking for TIFFFlushData in -ltiff34... no configure: error: *** Checks for TIFF libary failed. You can build without it by passing *** --without-libtiff to configure but you won't be able to use TIFFs then. ===> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/usr/ports/graphics/gimp-app/work/gimp-2.6.11/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1*** Checks for TIFF libary failed. You can build without it by passing *** --without-libtiff to configure but you won't be able to use TIFFs then. Stop in /usr/ports/graphics/gimp-app. *** Error code 1 Stop in /usr/ports/graphics/gimp-app. checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking whether shmctl IPC_RMID allowes subsequent attaches... no checking for shared memory transport type... sysv checking whether symbols are prefixed... no checking fd_set and sys/select... yes checking for XmuClientWindow in -lXmu... yes checking for X11/Xmu/WinUtil.h... yes checking for XShapeGetRectangles in -lXext... yes checking for X11/extensions/shape.h... yes checking for XFIXES... yes checking for TIFFReadScanline in -ltiff... no checking for TIFFWriteScanline in -ltiff... no checking for TIFFFlushData in -ltiff34... no configure: error: *** Checks for TIFF libary failed. You can build without it by passing *** --without-libtiff to configure but you won't be able to use TIFFs then. ===> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/usr/ports/graphics/gimp-app/work/gimp-2.6.11/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop in /usr/ports/graphics/gimp-app. *** Error code 1 Stop in /usr/ports/graphics/gimp-app. = = = = = = = = = = = = = = = = = = = config.log configure:18022: checking for TIFFReadScanline in -ltiff configure:18047: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c -ltiff -lm >&5 conftest.c: In function 'main': conftest.c:66: warning: old-style function definition /usr/bin/ld: cannot find -ltiff configure:18047: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.6.11" | #define PACKAGE_STRING "GIMP 2.6.11" ... configure:18056: result: no configure:18068: checking for TIFFWriteScanline in -ltiff configure:18093: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c -ltiff -ljpeg -lz -lm >&5 conftest.c: In function 'main': conftest.c:66: warning: old-style function definition /usr/bin/ld: cannot find -ltiff configure:18093: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.6.11" | #define PACKAGE_STRING "GIMP 2.6.11" ... configure:18102: result: no configure:18114: checking for TIFFFlushData in -ltiff34 configure:18139: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/usr/local/include conftest.c -ltiff34 -ljpeg -lz -lm >&5 conftest.c: In function 'main': conftest.c:66: warning: old-style function definition /usr/bin/ld: cannot find -ltiff34 configure:18139: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.6.11" | #define PACKAGE_STRING "GIMP 2.6.11" ... configure:18148: result: no configure:18172: error: *** Checks for TIFF libary failed. You can build without it by passing *** --without-libtiff to configure but you won't be able to use TIFFs then. = = = = = = = = = = = = = = = = = = = = = = = ls -l /usr/local/lib/*tiff* -rw-r--r-- 1 root wheel 701426 Sep 6 16:24 /usr/local/lib/libtiff.a -rwxr-xr-x 1 root wheel 1002 Sep 6 16:24 /usr/local/lib/libtiff.la lrwxr-xr-x 1 root wheel 12 Sep 6 16:24 /usr/local/lib/libtiff.so -> libtiff.so.4 -rwxr-xr-x 1 root wheel 502343 Sep 6 16:24 /usr/local/lib/libtiff.so.4 -rw-r--r-- 1 root wheel 9318 Sep 6 16:24 /usr/local/lib/libtiffxx.a -rwxr-xr-x 1 root wheel 1038 Sep 6 16:24 /usr/local/lib/libtiffxx.la lrwxr-xr-x 1 root wheel 14 Sep 6 16:24 /usr/local/lib/libtiffxx.so -> libtiffxx.so.4 -rwxr-xr-x 1 root wheel 14106 Sep 6 16:24 /usr/local/lib/libtiffxx.so.4 pkg_info|grep tiff linux-f10-tiff-3.8.2 The TIFF library, Linux/i386 binary (Linux Fedora 10) tiff-4.0.0_2 Tools and library routines for working with TIFF images = = = = = = = = = = = = = = = = = = ----------------------------------- = = = = = = = = = = = = = = = = = = rm -rf setenv LDFLAGS "-L/usr/local/lib" make ... tail -20 make.output mv -f .deps/file-tga.Tpo .deps/file-tga.Po /bin/sh /usr/ports/graphics/gimp-app/work/gnome-libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -L/usr/local/lib -o file-tga file-tga.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimpmodule/libgimpmodule-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -pthread -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo -lX11 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl gnome-libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -o .libs/file-tga file-tga.o -pthread -pthread -L/usr/local/lib ../../libgimp/.libs/libgimpui-2.0.so /usr/ports/graphics/gimp-app/work/gimp-2.6.11/libgimp/.libs/libgimp-2.0.so /usr/ports/graphics/gimp-app/work/gimp-2.6.11/libgimpwidgets/.libs/libgimpwidgets-2.0.so /usr/ports/graphics/gimp-app/work/gimp-2.6.11/libgimpmodule/.libs/libgimpmodule-2.0.so ../../libgimpwidgets/.libs/libgimpwidgets-2.0.so ../../libgimpmodule/.libs/libgimpmodule-2.0.so ../../libgimp/.libs/libgimp-2.0.so /usr/ports/graphics/gimp-app/work/gimp-2.6.11/libgimpconfig/.libs/libgimpconfig-2.0.so ../../libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpconfig/.libs/libgimpconfig-2.0.so /usr/ports/graphics/gimp-app/work/gimp-2.6.11/libgimpbase/.libs/libgimpbase-2.0.so /usr/ports/graphics/gimp-app/work/gimp-2.6.11/libgimpcolor/.libs/libgimpcolor-2.0.so /usr/ports/graphics/gimp-app/work/gimp-2.6.11/libgimpmath/.libs/libgimpmath-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libXinerama.so /usr/local/lib/libXi.so /usr/local/lib/libXrandr.so /usr/local/lib/libXext.so /usr/local/lib/libXcursor.so /usr/local/lib/libXcomposite.so /usr/local/lib/libXdamage.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libgio-2.0.so /usr/local/lib/libXfixes.so /usr/local/lib/libcairo.so /usr/local/lib/libpixman-1.so -lpng /usr/local/lib/libxcb-shm.so /usr/local/lib/libxcb-render.so /usr/local/lib/libXrender.so /usr/local/lib/libX11.so /usr/local/lib/libxcb.so /usr/local/lib/libXau.so /usr/local/lib/libXdmcp.so /usr/local/lib/libpthread-stubs.so -lrpcsvc /usr/local/lib/libpango-1.0.so -lm /usr/local/lib/libfontconfig.so /usr/local/lib/libfreetype.so -lz -lbz2 /usr/local/lib/libexpat.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libpcre.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -pthread -Wl,-rpath -Wl,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT file-tiff-load.o -MD -MP -MF .deps/file-tiff-load.Tpo -c -o file-tiff-load.o file-tiff-load.c mv -f .deps/file-tiff-load.Tpo .deps/file-tiff-load.Po /bin/sh /usr/ports/graphics/gimp-app/work/gnome-libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -L/usr/local/lib -o file-tiff-load file-tiff-load.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la ../../libgimpmodule/libgimpmodule-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../libgimpbase/libgimpbase-2.0.la -pthread -pthread -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo -lX11 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -ltiff -lintl gnome-libtool: link: cannot find the library `/usr/local/lib/liblzma.la' or unhandled argument `/usr/local/lib/liblzma.la' gmake[3]: *** [file-tiff-load] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/gimp-app/work/gimp-2.6.11/plug-ins/common' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/gimp-app/work/gimp-2.6.11/plug-ins' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/gimp-app/work/gimp-2.6.11' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/graphics/gimp-app. *** Error code 1 Stop in /usr/ports/graphics/gimp-app. = = = = = = = = = = = = = = = = = = ls -l /usr/local/lib/*lzma* /usr/lib/*lzma* -r--r--r-- 1 root wheel 262610 Sep 16 11:00 /usr/lib/liblzma.a lrwxr-xr-x 1 root wheel 12 Sep 16 11:00 /usr/lib/liblzma.so -> liblzma.so.5 -r--r--r-- 1 root wheel 147544 Sep 16 11:00 /usr/lib/liblzma.so.5 -r--r--r-- 1 root wheel 276048 Sep 16 11:00 /usr/lib/liblzma_p.a = = = = = = = = = = = = = = = = = = ----------------------------------- = = = = = = = = = = = = = = = = = = rm -rf work setenv LDFLAGS "-L/usr/local/lib -L/usr/lib make ... Same errors relating to liblzma as above. From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 1 05:30:34 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3D911065678; Sat, 1 Oct 2011 05:30:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7BB208FC2C; Sat, 1 Oct 2011 05:30:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p915UYCO052859; Sat, 1 Oct 2011 05:30:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p915UYlN052848; Sat, 1 Oct 2011 05:30:34 GMT (envelope-from edwin) Date: Sat, 1 Oct 2011 05:30:34 GMT Message-Id: <201110010530.p915UYlN052848@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/161180: [UPDATE] sysutils/gnome-schedule: update to 2.1.5 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 05:30:34 -0000 Synopsis: [UPDATE] sysutils/gnome-schedule: update to 2.1.5 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 1 05:30:33 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=161180 From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 1 05:39:42 2011 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B75B21065670; Sat, 1 Oct 2011 05:39:42 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward10.mail.yandex.net (forward10.mail.yandex.net [IPv6:2a02:6b8:0:202::5]) by mx1.freebsd.org (Postfix) with ESMTP id 2DCB88FC16; Sat, 1 Oct 2011 05:39:42 +0000 (UTC) Received: from smtp8.mail.yandex.net (smtp8.mail.yandex.net [77.88.61.54]) by forward10.mail.yandex.net (Yandex) with ESMTP id 778EF1021BC0; Sat, 1 Oct 2011 09:39:40 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317447580; bh=O7hjA3AjrEZO9zESQMuyMAAp3ybdxsjczg6W/LRAjlA=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=v1TUSXsZniGhvMzzNthfLxF+bQ/f0KpD/VxFeurv8nXWwqT9H5OkW9Pl0oF+Ea/dQ 2mQA3JBg5BYjYrQfzzE0x9V1fCSSdUAmsEVM4c8kF7A8y2G3AeSlLfACaLwBXfmcKd 44oRtIT2BPdK/Omf6dOyYEe1t8TYd1mTUsVSpjN8= Received: from smtp8.mail.yandex.net (localhost [127.0.0.1]) by smtp8.mail.yandex.net (Yandex) with ESMTP id 3B4091B60266; Sat, 1 Oct 2011 09:39:40 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317447580; bh=O7hjA3AjrEZO9zESQMuyMAAp3ybdxsjczg6W/LRAjlA=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=v1TUSXsZniGhvMzzNthfLxF+bQ/f0KpD/VxFeurv8nXWwqT9H5OkW9Pl0oF+Ea/dQ 2mQA3JBg5BYjYrQfzzE0x9V1fCSSdUAmsEVM4c8kF7A8y2G3AeSlLfACaLwBXfmcKd 44oRtIT2BPdK/Omf6dOyYEe1t8TYd1mTUsVSpjN8= Received: from unknown (unknown [213.138.88.133]) by smtp8.mail.yandex.net (nwsmtp/Yandex) with ESMTP id ddeafYv8-ddeCXYWJ; Sat, 1 Oct 2011 09:39:40 +0400 X-Yandex-Spam: 1 Message-ID: <4E86A6E7.70105@yandex.ru> Date: Sat, 01 Oct 2011 09:36:39 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0.2) Gecko/20110916 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20110924154655.77e0feac@seibercom.net> In-Reply-To: <20110924154655.77e0feac@seibercom.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org, FreeBSD Ports Mailing List , Jerry , Michael Johnson Subject: Re: Updating: gnome-schedule X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 05:39:42 -0000 Jerry wrote on 24.09.2011 23:46: > I was wondering if there are any plans to update > "sysutils/gnome-schedule"? The port version is: "2.1.1", released on > 2009-09-11. The latest version is: gnome-schedule-2.1.5 released on > 2011-09-03. In any event, there have been several versions released > prior to this latest one. Ok, i'm finally tested 2.1.1 and it suffers the same problem: one-time tasks created and executed successfully, but you will never see them in gnome-schedule's task list, because of differences in output format of Linux atq and FreeBSD atq: Linux: 1 2011-09-30 23:50 a root 2 2011-09-30 23:50 a root FreeBSD: Date Owner Queue Job# Fri Sep 30 23:40:00 MSK 2011 rm c 2 I also checked the code, and making it work with our atq is not that trivial as fixing regex, so all i can do it's a filling upstream bug report: https://bugzilla.gnome.org/show_bug.cgi?id=660590 So i submitted this pr, that updates it to version 2.1.5: http://bugs.freebsd.org/161180 [My engrish in post-install's message obviously should be fixed] -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 1 09:00:31 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6FBC1065672; Sat, 1 Oct 2011 09:00:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BEE748FC0A; Sat, 1 Oct 2011 09:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9190V7H076691; Sat, 1 Oct 2011 09:00:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9190VrJ076683; Sat, 1 Oct 2011 09:00:31 GMT (envelope-from edwin) Date: Sat, 1 Oct 2011 09:00:31 GMT Message-Id: <201110010900.p9190VrJ076683@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/161185: [patch] Remove unnecessary graphics/cairo dependency from devel/gobject-introspection X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 09:00:32 -0000 Synopsis: [patch] Remove unnecessary graphics/cairo dependency from devel/gobject-introspection Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 1 09:00:30 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=161185 From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 1 13:00:35 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51BF91065670; Sat, 1 Oct 2011 13:00:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 29F408FC0C; Sat, 1 Oct 2011 13:00:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p91D0ZQ1004011; Sat, 1 Oct 2011 13:00:35 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p91D0Yow004001; Sat, 1 Oct 2011 13:00:34 GMT (envelope-from edwin) Date: Sat, 1 Oct 2011 13:00:34 GMT Message-Id: <201110011300.p91D0Yow004001@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/161202: [ERROR] cannot portupgrade ports/x11-toolkits/gdl with CLANG X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 13:00:35 -0000 Synopsis: [ERROR] cannot portupgrade ports/x11-toolkits/gdl with CLANG Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 1 13:00:34 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=161202 From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 1 13:10:16 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C935106564A; Sat, 1 Oct 2011 13:10:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 64D518FC0A; Sat, 1 Oct 2011 13:10:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p91DAGQO012812; Sat, 1 Oct 2011 13:10:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p91DAGbd012803; Sat, 1 Oct 2011 13:10:16 GMT (envelope-from edwin) Date: Sat, 1 Oct 2011 13:10:16 GMT Message-Id: <201110011310.p91DAGbd012803@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/161204: [ERROR] cannot portupgrade ports/graphics/inkscape with CLANG X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 13:10:16 -0000 Synopsis: [ERROR] cannot portupgrade ports/graphics/inkscape with CLANG Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 1 13:10:15 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=161204 From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 1 13:26:36 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5E991065672; Sat, 1 Oct 2011 13:26:36 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BE64D8FC0C; Sat, 1 Oct 2011 13:26:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p91DQaTf031384; Sat, 1 Oct 2011 13:26:36 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p91DQadN031380; Sat, 1 Oct 2011 13:26:36 GMT (envelope-from crees) Date: Sat, 1 Oct 2011 13:26:36 GMT Message-Id: <201110011326.p91DQadN031380@freefall.freebsd.org> To: andy.lavr@gmail.com, crees@FreeBSD.org, gnome@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/161202: [ERROR] cannot portupgrade ports/x11-toolkits/gdl with CLANG X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 13:26:37 -0000 Synopsis: [ERROR] cannot portupgrade ports/x11-toolkits/gdl with CLANG State-Changed-From-To: open->closed State-Changed-By: crees State-Changed-When: Sat Oct 1 13:26:36 UTC 2011 State-Changed-Why: I have explained several times now that there is no point in reporting ports that fail to build with clang. It is not expected that every port support clang yet, so breakage will occur. The list of broken-with-clang ports is at http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/ (some have been fixed). Please stop reporting breakage with clang unless you have a fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=161202 From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 1 13:26:42 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32E0E1065670; Sat, 1 Oct 2011 13:26:42 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0B4588FC23; Sat, 1 Oct 2011 13:26:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p91DQfui031512; Sat, 1 Oct 2011 13:26:41 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p91DQfJT031508; Sat, 1 Oct 2011 13:26:41 GMT (envelope-from crees) Date: Sat, 1 Oct 2011 13:26:41 GMT Message-Id: <201110011326.p91DQfJT031508@freefall.freebsd.org> To: andy.lavr@gmail.com, crees@FreeBSD.org, gnome@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/161204: [ERROR] cannot portupgrade ports/graphics/inkscape with CLANG X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 13:26:42 -0000 Synopsis: [ERROR] cannot portupgrade ports/graphics/inkscape with CLANG State-Changed-From-To: open->closed State-Changed-By: crees State-Changed-When: Sat Oct 1 13:26:41 UTC 2011 State-Changed-Why: I have explained several times now that there is no point in reporting ports that fail to build with clang. It is not expected that every port support clang yet, so breakage will occur. The list of broken-with-clang ports is at http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/ (some have been fixed). Please stop reporting breakage with clang unless you have a fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=161204 From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 1 13:38:29 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCCB8106566C; Sat, 1 Oct 2011 13:38:29 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ADDC98FC0C; Sat, 1 Oct 2011 13:38:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p91DcTG9042884; Sat, 1 Oct 2011 13:38:29 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p91DcTXg042880; Sat, 1 Oct 2011 13:38:29 GMT (envelope-from crees) Date: Sat, 1 Oct 2011 13:38:29 GMT Message-Id: <201110011338.p91DcTXg042880@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, crees@FreeBSD.org, gnome@FreeBSD.org, crees@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/160701: databases/libgda: CLANG fails to compile/update port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 13:38:29 -0000 Synopsis: databases/libgda: CLANG fails to compile/update port State-Changed-From-To: open->closed State-Changed-By: crees State-Changed-When: Sat Oct 1 13:38:27 UTC 2011 State-Changed-Why: Thanks for the report; we are aware of ports that don't compile with clang due to some exp-runs done by flz http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/ Responsible-Changed-From-To: gnome->crees Responsible-Changed-By: crees Responsible-Changed-When: Sat Oct 1 13:38:27 UTC 2011 Responsible-Changed-Why: Thanks for the report; we are aware of ports that don't compile with clang due to some exp-runs done by flz http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/ http://www.freebsd.org/cgi/query-pr.cgi?pr=160701