From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 22 03:40:10 2012 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 41F15106566B for ; Sun, 22 Jan 2012 03:40:10 +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 30B088FC16 for ; Sun, 22 Jan 2012 03:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0M3eAJa038793 for ; Sun, 22 Jan 2012 03:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0M3eApa038792; Sun, 22 Jan 2012 03:40:10 GMT (envelope-from gnats) Date: Sun, 22 Jan 2012 03:40:10 GMT Message-Id: <201201220340.q0M3eApa038792@freefall.freebsd.org> To: gnome@FreeBSD.org From: Yuri Cc: Subject: RE: ports/164350: sysutils/hal: After upgrade to 9.0 Xorg fails: (EE) config/hal: NewInputDeviceRequest failed (8) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yuri List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2012 03:40:10 -0000 The following reply was made to PR ports/164350; it has been noted by GNATS. From: Yuri To: bug-followup@FreeBSD.org Cc: Subject: RE: ports/164350: sysutils/hal: After upgrade to 9.0 Xorg fails: (EE) config/hal: NewInputDeviceRequest failed (8) Date: Sat, 21 Jan 2012 19:14:57 -0800 I will clarify the symptoms: kdm starts, after I try to login screen turns black and comes back with another kdm login prompt. So this bug should be maybe renamed to "kdm fails" instead of "Xorg fails". I did some troubleshooting. These errors: --- Xorg.0.log gets these errors --- (EE) config/hal: NewInputDeviceRequest failed (8) (II) config/hal: Adding input device PS/2 Mouse (II) AutoAddDevices is off - not adding device. (EE) config/hal: NewInputDeviceRequest failed (8) go away when in /etc/X11/xorg.cong has Option "AutoAddDevices" "on". It was "off" before. But problem persists after this. Message 'failed to set mtrr: No space left on device' still in kdm.log This message is printed by package libpciaccess-0.12.1, file src/freebsd_pci.c in it. Rebuilding this package doesn't help. The error 'failed to set mtrr: No space left on device' results from system call ioctl(fd, MEMRANGE_SET, &mro) @ freebsd_pci.c:146. fd there is the fd for /dev/mem Parameters of this ioctl call are (mro.r.mr_base=40000000 mro.r.mr_len=10000000 mro.r.mr_flags=2 mro.r.mr_owner="pciacces" mro.mo_arg[0]=0 mro.mmo_arg[1]=0) This system only has 1GB memory, mr_base=40000000 is already at 1GB, so mr_len=10000000 makes itout of range? That's why it maybe failed. I am not sure this wasn't happening on this system on 8.2-STABLE before update to 9.0. But I am sure kdm worked fine. DBUS error may or may not be related to mtrr error. Yuri From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 22 14:44:28 2012 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 E8329106564A for ; Sun, 22 Jan 2012 14:44:28 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 466B58FC1A for ; Sun, 22 Jan 2012 14:44:27 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:31305] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id q0MEZIea069872 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Sun, 22 Jan 2012 17:35:19 +0300 (MSK) From: Max Brazhnikov To: kde-freebsd@kde.org, gnome@freebsd.org Date: Sun, 22 Jan 2012 14:34:18 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.0-RC1; KDE/4.7.3; amd64; ; ) References: <5842707.er64rEAdVg@pcoliver.heesakkers.info> In-Reply-To: <5842707.er64rEAdVg@pcoliver.heesakkers.info> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201201221434.19798.makc@issp.ac.ru> Cc: Oliver Heesakkers Subject: Re: [kde-freebsd] INSTALLS_ICONS and qt4 software 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, 22 Jan 2012 14:44:29 -0000 On Wed, 04 Jan 2012 02:05:46 +0100, Oliver Heesakkers wrote: > I took maintainership over a port that was written for qt4 (non KDE). The > Makefile for this port specifies: > > INSTALLS_ICONS= YES > > From ports/Mk/bsd.gnome.mk I learned that this is used to make sure icons > will show up where needed. > > This very Gnome-specific setting is responsible for dragging in a lot of > Gnome/GTK specific ports, which is something I don't particularly like. > > Am I correct in understanding that KDE4 doesn't require INSTALLS_ICONS? I > tried it and the port seems fine without INSTALLS_ICONS Yes, your are right, KDE4 ports don't need INSTALLS_ICONS. > When a Gnome-user installs this port, would he/she require INSTALLS_ICONS > to have the icon show up? Probably yes. > If so, is there a standard way for the ports Makefile to check for the > existence or use of Gnome so I can optionally set INSTALLS_ICONS? I think > it's overkill to make an actual OPTIONS= line for it. You can add WITH_GNOME knob, or do nothing. Actually I don't understand why ports should care about Gnome's icons cache. If Gnome desktop need up-to-date icons cache to work, it should take responsibility on updating the cache (like other desktops do :) Alternatively, INSTALLS_ICONS may be changed to do its work only if Gnome is installed. But that's up to gnome@ team to decide. Max From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 22 17:17:43 2012 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 B468B106564A for ; Sun, 22 Jan 2012 17:17:43 +0000 (UTC) (envelope-from kdefreebsd@heesakkers.info) Received: from server4.ohos.nl (server4.ohos.nl [IPv6:2a00:d880:0:6::c951:214d]) by mx1.freebsd.org (Postfix) with ESMTP id 56D528FC0C for ; Sun, 22 Jan 2012 17:17:43 +0000 (UTC) Received: from [2001:470:1f15:1555::2] (helo=pcoliver.heesakkers.info) by server4.ohos.nl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77) (envelope-from ) id 1Rp12R-0003re-Ow; Sun, 22 Jan 2012 18:17:20 +0100 From: Oliver Heesakkers To: kde-freebsd@kde.org, gnome@freebsd.org Date: Sun, 22 Jan 2012 18:17:02 +0100 Message-ID: <2168086.DZZMc1pLeQ@pcoliver.heesakkers.info> User-Agent: KMail/4.7.3 (FreeBSD/9.0-RELEASE; KDE/4.7.3; amd64; ; ) In-Reply-To: <201201221434.19798.makc@issp.ac.ru> References: <5842707.er64rEAdVg@pcoliver.heesakkers.info> <201201221434.19798.makc@issp.ac.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: Subject: Re: [kde-freebsd] INSTALLS_ICONS and qt4 software 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, 22 Jan 2012 17:17:43 -0000 Op zo 22 jan 2012 14:34:18 schreef Max Brazhnikov: (...) > Yes, your are right, KDE4 ports don't need INSTALLS_ICONS. > > > When a Gnome-user installs this port, would he/she require > > INSTALLS_ICONS > > to have the icon show up? > > Probably yes. > > > If so, is there a standard way for the ports Makefile to check for the > > existence or use of Gnome so I can optionally set INSTALLS_ICONS? I > > think > > it's overkill to make an actual OPTIONS= line for it. > > You can add WITH_GNOME knob, or do nothing. > > Actually I don't understand why ports should care about Gnome's icons cache. > If Gnome desktop need up-to-date icons cache to work, it should take > responsibility on updating the cache (like other desktops do :) > > Alternatively, INSTALLS_ICONS may be changed to do its work only if Gnome is > installed. But that's up to gnome@ team to decide. > Thanks for getting back to me. I submitted a patch[1] last friday which does this: .if exists(${LOCALBASE}/bin/gnome-session) INSTALLS_ICONS= yes .endif It was committed without questions or remarks [1]. http://www.freebsd.org/cgi/query-pr.cgi?pr=164344 From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 22 23:31:52 2012 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 5A9CA106564A; Sun, 22 Jan 2012 23:31:52 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2B2988FC21; Sun, 22 Jan 2012 23:31:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0MNVqo8010293; Sun, 22 Jan 2012 23:31:52 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0MNVqo6010285; Sun, 22 Jan 2012 23:31:52 GMT (envelope-from linimon) Date: Sun, 22 Jan 2012 23:31:52 GMT Message-Id: <201201222331.q0MNVqo6010285@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/164222: switching users in gnome3 invokes sanity check 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, 22 Jan 2012 23:31:52 -0000 Synopsis: switching users in gnome3 invokes sanity check Responsible-Changed-From-To: freebsd-amd64->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jan 22 23:31:03 UTC 2012 Responsible-Changed-Why: make this a ports PR and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=164222 From owner-freebsd-gnome@FreeBSD.ORG Mon Jan 23 11:07:29 2012 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 68DA31065672 for ; Mon, 23 Jan 2012 11:07:29 +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 4D9828FC08 for ; Mon, 23 Jan 2012 11:07:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0NB7TKI081300 for ; Mon, 23 Jan 2012 11:07:29 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0NB7SAr081298 for gnome@FreeBSD.org; Mon, 23 Jan 2012 11:07:28 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 23 Jan 2012 11:07:28 GMT Message-Id: <201201231107.q0NB7SAr081298@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, 23 Jan 2012 11:07:29 -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/164350 gnome sysutils/hal: After upgrade to 9.0 Xorg fails: (EE) co f ports/164287 gnome x11-toolkits/vte based applications failing to recogni o ports/164270 gnome textproc/libxml2 CVE-2011-3919 patch o ports/164222 gnome switching users in gnome3 invokes sanity check o ports/164187 gnome [PATCH] net/avahi etc should use USERS o ports/163722 gnome sysutils/gnome-settings-daemon: crash with abort trap f ports/163704 gnome [PATCH] devel/ptlib26: disable ODBC by default o ports/163519 gnome [patch] graphics/gimp-app: unbreak build with clang=20 o ports/163518 gnome [patch] x11/babl: unbreak SSE build with clang o ports/163443 gnome [patch] graphics/poppler: unbreak with libc++ o ports/163121 gnome Build issue with graphics/gegl f ports/162958 gnome graphics/gimp-app (1.258) make fails with missing TIFF o ports/162949 gnome [Update] devel/dbus: update to 1.5.8 o ports/162755 gnome [PATCH] graphics/evince: segfault on showing propertie o ports/162571 gnome textproc/libxml2: provide a way to disable iconv o ports/162425 gnome graphics/evince doesn't build o ports/162260 gnome [bsd.gnome.mk] don't add useless dependency for INSTAL p ports/162227 gnome [patch] devel/glade3: update to 3.8.0 o ports/161784 gnome [PATCH] editors/abiword: Fix build with gcc46 o ports/161676 gnome databases/libgda4: [UPDATE] to 4.2.9; improvements o ports/161494 gnome devel/anjuta: gmake[3]: Entering directory `/usr/ports o ports/161180 gnome [UPDATE] sysutils/gnome-schedule: update to 2.1.5 o ports/161164 gnome [PATCH] devel/glade3: update to 3.10.0 o ports/160670 gnome [patch] devel/pkg-config: upgrade to version 0.26 o ports/160563 gnome portupgrade of sysutils/tracker-client fails p ports/160490 gnome [PATCH] x11-toolkits/gtk20: drag and drop broken in vn 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/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 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 49 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Jan 23 22:40:39 2012 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47D60106566B for ; Mon, 23 Jan 2012 22:40:39 +0000 (UTC) (envelope-from pasawaneh@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id D57E08FC08 for ; Mon, 23 Jan 2012 22:40:37 +0000 (UTC) Received: by wgbgn7 with SMTP id gn7so2137178wgb.1 for ; Mon, 23 Jan 2012 14:40:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZyCjb7/N6UGep6KqsuhRl72JTwnswP9oMDMUcaodipc=; b=Evv4ma6d/YQ0CFJwN8z0OIwLayJUSM10B7PYSs65aJP5FMErXzkvLRyrEeU4C/BfqH sv9mn+LimDdZ6FbdMBO2J2NpW9TDu+OYEh96/3KZ69uHYv209Dfa4SuUAY6lGcZr1utQ U5Ela6cJLLNtPddQjaCf0J0QbWTM9bdPHG2Tk= MIME-Version: 1.0 Received: by 10.180.101.35 with SMTP id fd3mr16338305wib.22.1327356978643; Mon, 23 Jan 2012 14:16:18 -0800 (PST) Received: by 10.180.91.130 with HTTP; Mon, 23 Jan 2012 14:16:18 -0800 (PST) Date: Mon, 23 Jan 2012 22:16:18 +0000 Message-ID: From: EBRIMA F M SAWANEH To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Gnome will not start 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, 23 Jan 2012 22:40:39 -0000 Hi I have been using Virtual box to run FreeBSD and now that I have a machine for it, I proceeded to do the installation there. However, after doing the post installation, Gnome will not start and I noticed the following message during the booting: Starting dbus. /etc/rc: WARNING: $dbus_enable is not set properly - see rc.conf(5) Thanks From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 24 01:22:22 2012 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ADD71065670 for ; Tue, 24 Jan 2012 01:22:22 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 50DC48FC12 for ; Tue, 24 Jan 2012 01:22:22 +0000 (UTC) Received: by vcbfl17 with SMTP id fl17so3578124vcb.13 for ; Mon, 23 Jan 2012 17:22:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Kg+OG17Qo/b/HFGU47SlgRIBX2DiOjHrlBHzB9IsXrM=; b=R1CWVFILVULAFL9hhy64hUR+wuDiPhVo93XJAjkmm+FkaYKNIiSGSOgcgw/CAiOifj tRv1un5VBwmWRZ7EDuM2IML2Tn2eWjUlj5J2oONTuchLCHxRyaiKGGFDqsLV7hNtyNlh kCMm+9yFGktP0SDadYoJv10c+AeoxBjGmDLWA= MIME-Version: 1.0 Received: by 10.52.95.74 with SMTP id di10mr5054440vdb.46.1327366607245; Mon, 23 Jan 2012 16:56:47 -0800 (PST) Sender: buhnux@gmail.com Received: by 10.220.4.149 with HTTP; Mon, 23 Jan 2012 16:56:47 -0800 (PST) In-Reply-To: References: Date: Mon, 23 Jan 2012 19:56:47 -0500 X-Google-Sender-Auth: LbBS0n6gnZRfJlLyYUyqsVO8qoc Message-ID: From: Michael Johnson To: EBRIMA F M SAWANEH Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-gnome@freebsd.org Subject: Re: Gnome will not start X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2012 01:22:22 -0000 Check out http://www.freebsd.org/gnome/docs/faq2.html#full-gnome On Mon, Jan 23, 2012 at 5:16 PM, EBRIMA F M SAWANEH wrote: > Hi > I have been using Virtual box to run FreeBSD and now that I have a machine > for it, I proceeded to do the installation there. > However, after doing the post installation, Gnome will not start and I > noticed the following message during the booting: > Starting dbus. > /etc/rc: WARNING: $dbus_enable is not set properly - see rc.conf(5) > > Thanks > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 24 01:30:46 2012 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8ED0106566C for ; Tue, 24 Jan 2012 01:30:46 +0000 (UTC) (envelope-from erich@alogreentechnologies.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 9D5A98FC14 for ; Tue, 24 Jan 2012 01:30:45 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q0O19k9Z014455; Mon, 23 Jan 2012 18:09:48 -0700 From: Erich Dollansky Organization: ALO Green Technologies Pte Ltd To: freebsd-gnome@freebsd.org Date: Tue, 24 Jan 2012 08:10:48 +0700 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201201240810.49072.erich@alogreentechnologies.com> X-Mailman-Approved-At: Tue, 24 Jan 2012 02:23:57 +0000 Cc: Subject: Re: Gnome will not start X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2012 01:30:47 -0000 Hi, On Tuesday 24 January 2012 05:16:18 EBRIMA F M SAWANEH wrote: > Hi > I have been using Virtual box to run FreeBSD and now that I have a machine > for it, I proceeded to do the installation there. > However, after doing the post installation, Gnome will not start and I > noticed the following message during the booting: > Starting dbus. > /etc/rc: WARNING: $dbus_enable is not set properly - see rc.conf(5) you need these entries in rc.conf to run GNOME & Co. dbus_enable="YES" hald_enable="YES" When GNOME still does not start, use first a simple window manager or plain X to see where the errors is hidden. Erich From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 24 10:40:09 2012 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 0760A106566C for ; Tue, 24 Jan 2012 10:40:09 +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 E4B888FC08 for ; Tue, 24 Jan 2012 10:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0OAe87X028413 for ; Tue, 24 Jan 2012 10:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0OAe8qF028412; Tue, 24 Jan 2012 10:40:08 GMT (envelope-from gnats) Date: Tue, 24 Jan 2012 10:40:08 GMT Message-Id: <201201241040.q0OAe8qF028412@freefall.freebsd.org> To: gnome@FreeBSD.org From: "O. Hartmann" Cc: Subject: Re: ports/161494: devel/anjuta: gmake[3]: Entering directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/python-loader' CC plugin.lo cc1: error: invalid option argument ' -OPT:Olimit=0' gmake[3]: *** [plugin.lo] Error 1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "O. Hartmann" List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2012 10:40:09 -0000 The following reply was made to PR ports/161494; it has been noted by GNATS. From: "O. Hartmann" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/161494: devel/anjuta: gmake[3]: Entering directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/python-loader' CC plugin.lo cc1: error: invalid option argument '-OPT:Olimit=0' gmake[3]: *** [plugin.lo] Error 1 Date: Tue, 24 Jan 2012 11:29:56 +0100 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3E0F161E8715272E960B5C8E Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Is there any chance to get a working ANJUTA on FBSD 9/10 in due time? Regards, oh --------------enig3E0F161E8715272E960B5C8E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iQEcBAEBAgAGBQJPHogqAAoJEOgBcD7A/5N8qW4H/inFIjCu2EAB51H28xl11VSc aVBD9b7ED9438+I8nSPiUCjw1Ip79DMDG2F+2xoj2Fw5uYwK+t7Oi0hLZmPTxzoo W1lSiMENd5gPZLSWT+mpzHlZJyyKuzqyMtxDSXN7Q9ieMzI1esPHJrgQL0qj0ttu onzWy4Avv4WnY1QigFy0LCdlpOETRJMjtozYJ4Q0+ZltDhbU8HL+liozgzCA9BBR mOiQb2tRouHY6QCZaCwXUT9AOv3adypfl3bZJSc2DTcvWUu2We4qMOF8ikNFBlnB boCp29x2sRGgFCCNPJ+2QmL7VuhLYWCEtdlTK3Kk5vAKSJA0xuoJRbeIHQI8IIg= =Kwne -----END PGP SIGNATURE----- --------------enig3E0F161E8715272E960B5C8E-- From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 24 17:30:25 2012 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 C72251065674; Tue, 24 Jan 2012 17:30:25 +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 986A98FC16; Tue, 24 Jan 2012 17:30:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0OHUPBc008724; Tue, 24 Jan 2012 17:30:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0OHUPdD008713; Tue, 24 Jan 2012 17:30:25 GMT (envelope-from edwin) Date: Tue, 24 Jan 2012 17:30:25 GMT Message-Id: <201201241730.q0OHUPdD008713@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/164449: [PATCH] finance/gnucash update to 2.4.9 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2012 17:30:25 -0000 Synopsis: [PATCH] finance/gnucash update to 2.4.9 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jan 24 17:30:24 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=164449 From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 25 06:52:17 2012 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 D430A1065675; Wed, 25 Jan 2012 06:52:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A85708FC1B; Wed, 25 Jan 2012 06:52:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0P6qHWN090959; Wed, 25 Jan 2012 06:52:17 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0P6qHcR090955; Wed, 25 Jan 2012 06:52:17 GMT (envelope-from linimon) Date: Wed, 25 Jan 2012 06:52:17 GMT Message-Id: <201201250652.q0P6qHcR090955@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/164459: www/webkit-gtk2 1.4.3 failed to link when WITH_VIDEO=true enabled. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2012 06:52:17 -0000 Old Synopsis: webkit-gtk2-1.4.3 New Synopsis: www/webkit-gtk2 1.4.3 failed to link when WITH_VIDEO=true enabled. Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jan 25 06:51:18 UTC 2012 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=164459 From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 25 09:00:29 2012 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 B11D61065670 for ; Wed, 25 Jan 2012 09:00:29 +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 9C0568FC23 for ; Wed, 25 Jan 2012 09:00:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0P90Tgs030397 for ; Wed, 25 Jan 2012 09:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0P90TBL030396; Wed, 25 Jan 2012 09:00:29 GMT (envelope-from gnats) Date: Wed, 25 Jan 2012 09:00:29 GMT Message-Id: <201201250900.q0P90TBL030396@freefall.freebsd.org> To: gnome@FreeBSD.org From: Igor Kremez Cc: Subject: Re: ports/164459: webkit-gtk2-1.4.3 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Igor Kremez List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2012 09:00:29 -0000 The following reply was made to PR ports/164459; it has been noted by GNATS. From: Igor Kremez To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Cc: Subject: Re: ports/164459: webkit-gtk2-1.4.3 Date: Wed, 25 Jan 2012 10:27:52 +0200 Hello, May be i was not clear in problem report but this wrong: Synopsis: www/webkit-gtk2 1.4.3 failed to link when WITH_VIDEO=true enabled. should be: Synopsis: www/webkit-gtk2 1.4.3 failed to link when WITH_VIDEO=true disabled. On 1/25/12, FreeBSD-gnats-submit@freebsd.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/164459'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=164459 > >>Category: ports >>Responsible: freebsd-ports-bugs >>Synopsis: webkit-gtk2-1.4.3 >>Arrival-Date: Tue Jan 24 22:00:24 UTC 2012 > From owner-freebsd-gnome@FreeBSD.ORG Thu Jan 26 05:29:56 2012 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 3663B106564A; Thu, 26 Jan 2012 05:29:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0CE4E8FC13; Thu, 26 Jan 2012 05:29:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0Q5Tta0076675; Thu, 26 Jan 2012 05:29:55 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0Q5TtdA076671; Thu, 26 Jan 2012 05:29:55 GMT (envelope-from linimon) Date: Thu, 26 Jan 2012 05:29:55 GMT Message-Id: <201201260529.q0Q5TtdA076671@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/164500: [patch] Build x11-toolkits/libwnck without startup_notification X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2012 05:29:56 -0000 Old Synopsis: [patch] Build libwnck without startup_notification New Synopsis: [patch] Build x11-toolkits/libwnck without startup_notification Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jan 26 05:29:13 UTC 2012 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=164500 From owner-freebsd-gnome@FreeBSD.ORG Thu Jan 26 09:10:13 2012 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 8CCE2106564A; Thu, 26 Jan 2012 09:10:13 +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 5EEFC8FC1B; Thu, 26 Jan 2012 09:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0Q9ADC5013200; Thu, 26 Jan 2012 09:10:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0Q9ADDS013191; Thu, 26 Jan 2012 09:10:13 GMT (envelope-from edwin) Date: Thu, 26 Jan 2012 09:10:13 GMT Message-Id: <201201260910.q0Q9ADDS013191@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/164503: [UPDATE] games/gcompris: update to 12.01 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2012 09:10:13 -0000 Synopsis: [UPDATE] games/gcompris: update to 12.01 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jan 26 09:10:12 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=164503 From owner-freebsd-gnome@FreeBSD.ORG Thu Jan 26 09:50:11 2012 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 870591065670; Thu, 26 Jan 2012 09:50:11 +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 5928A8FC18; Thu, 26 Jan 2012 09:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0Q9oBlX050968; Thu, 26 Jan 2012 09:50:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0Q9oBdG050964; Thu, 26 Jan 2012 09:50:11 GMT (envelope-from edwin) Date: Thu, 26 Jan 2012 09:50:11 GMT Message-Id: <201201260950.q0Q9oBdG050964@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/164504: [patch] net/opal3: patch configure to recognize amd64 CPU type X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2012 09:50:11 -0000 Synopsis: [patch] net/opal3: patch configure to recognize amd64 CPU type Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jan 26 09:50:10 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=164504 From owner-freebsd-gnome@FreeBSD.ORG Thu Jan 26 10:17:41 2012 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 DA035106566B for ; Thu, 26 Jan 2012 10:17:41 +0000 (UTC) (envelope-from conrads@serene.no-ip.org) Received: from eastrmfepo103.cox.net (eastrmfepo103.cox.net [68.230.241.215]) by mx1.freebsd.org (Postfix) with ESMTP id 7D7C28FC08 for ; Thu, 26 Jan 2012 10:17:40 +0000 (UTC) Received: from eastrmimpo109.cox.net ([68.230.241.222]) by eastrmfepo202.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20120126094536.STPR2803.eastrmfepo202.cox.net@eastrmimpo109.cox.net>; Thu, 26 Jan 2012 04:45:36 -0500 Received: from serene.no-ip.org ([98.164.86.55]) by eastrmimpo109.cox.net with bizsmtp id S9la1i00B1BeFqy029lcjw; Thu, 26 Jan 2012 04:45:36 -0500 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020209.4F2120C0.0068,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=EYzcOfuzocFB4Uh5a8S+SAtfBMCIXs4UTLohtyR2Crs= c=1 sm=1 a=kiIKS_sT_McA:10 a=G8Uczd0VNMoA:10 a=Wajolswj7cQA:10 a=fdHYxQQoAueMHNSmXppgDg==:17 a=t0Zm2Zi0AAAA:8 a=WMq1Y_XbLydYYIKBqU4A:9 a=CRY_S84ELuAFysLcfTMA:7 a=fdHYxQQoAueMHNSmXppgDg==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from serene.no-ip.org (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id q0Q9jXwK020548; Thu, 26 Jan 2012 03:45:33 -0600 (CST) (envelope-from conrads@serene.no-ip.org) Received: (from root@localhost) by serene.no-ip.org (8.14.5/8.14.5/Submit) id q0Q9jS70020544; Thu, 26 Jan 2012 03:45:28 -0600 (CST) (envelope-from conrads) Date: Thu, 26 Jan 2012 03:45:28 -0600 (CST) Message-Id: <201201260945.q0Q9jS70020544@serene.no-ip.org> To: FreeBSD-gnats-submit@freebsd.org From: "Conrad J. Sabatier" X-send-pr-version: 3.113 X-GNATS-Notify: Cc: gnome@freebsd.org Subject: [patch] net/opal3: patch configure to recognize amd64 CPU type X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Conrad J. Sabatier" List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2012 10:17:41 -0000 >Submitter-Id: current-users >Originator: Conrad J. Sabatier >Organization: >Confidential: no >Synopsis: [patch] net/opal3: patch configure to recognize amd64 CPU type >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 10.0-CURRENT amd64 >Environment: System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Wed Jan 25 15:16:10 CST 2012 root@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: patch configure script to recognize amd64 in the test for cpu type, eliminating the following warning in "make configure": configure: WARNING: "CPU amd64 not recognized - proceed with caution!" >How-To-Repeat: N/A >Fix: patch below --- patch-configure begins here --- --- configure.orig 2012-01-26 02:29:34.000000000 -0600 +++ configure 2012-01-26 02:30:16.000000000 -0600 @@ -4636,7 +4636,7 @@ MACHTYPE= case "$target_cpu" in x86 | i686 | i586 | i486 | i386 ) MACHTYPE=x86; ;; - x86_64) MACHTYPE=x86_64; ;; + amd64 | x86_64) MACHTYPE=x86_64; ;; alpha | alphaev56 | alphaev6 | alphaev67 | alphaev7) MACHTYPE=alpha; ;; hppa ) MACHTYPE=hppa; ;; hppa64 ) MACHTYPE=hppa64; ;; --- patch-configure ends here --- From owner-freebsd-gnome@FreeBSD.ORG Thu Jan 26 16:59:03 2012 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 7F54C1065670 for ; Thu, 26 Jan 2012 16:59:03 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0C9588FC08 for ; Thu, 26 Jan 2012 16:59:02 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so789572wgb.31 for ; Thu, 26 Jan 2012 08:59:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=hQ3mhc8tpfOnzLhmZ8dIvkxPu/d+sCGfWDKs6ObyKFY=; b=oH9cpih0OAXF4G3/3Pg/z3wgXVVXiu/0qacCl2T0ugofy1BNnufgjOkIscWYE6kjCx KkjYW9r7+CvCixz5BU8Fu0QXNndFR/F5wj4hK4D6+TwuQ3GZbZWyusO17GZbz0/n8nCS fWbhakPlDcA0yBeDLhsKcONXA0BJSLBU1ebbY= MIME-Version: 1.0 Received: by 10.180.93.132 with SMTP id cu4mr5694106wib.9.1327597141603; Thu, 26 Jan 2012 08:59:01 -0800 (PST) Received: by 10.223.101.196 with HTTP; Thu, 26 Jan 2012 08:59:01 -0800 (PST) In-Reply-To: <201201260945.q0Q9jS70020544@serene.no-ip.org> References: <201201260945.q0Q9jS70020544@serene.no-ip.org> Date: Thu, 26 Jan 2012 08:59:01 -0800 Message-ID: From: Kevin Oberman To: "Conrad J. Sabatier" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: gnome@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: [patch] net/opal3: patch configure to recognize amd64 CPU type X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2012 16:59:03 -0000 On Thu, Jan 26, 2012 at 1:45 AM, Conrad J. Sabatier wrote= : > >>Submitter-Id: =A0current-users >>Originator: =A0 =A0Conrad J. Sabatier >>Organization: >>Confidential: =A0no >>Synopsis: =A0 =A0 =A0[patch] net/opal3: patch configure to recognize amd6= 4 CPU type >>Severity: =A0 =A0 =A0non-critical >>Priority: =A0 =A0 =A0low >>Category: =A0 =A0 =A0ports >>Class: =A0 =A0 =A0 =A0 change-request >>Release: =A0 =A0 =A0 FreeBSD 10.0-CURRENT amd64 >>Environment: > System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: We= d Jan 25 15:16:10 CST 2012 root@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTO= M amd64 > >>Description: > =A0 =A0 =A0 =A0patch configure script to recognize amd64 in the test for = cpu > =A0 =A0 =A0 =A0type, eliminating the following warning in "make configure= ": > > =A0 =A0 =A0 =A0configure: WARNING: "CPU amd64 not recognized - proceed wi= th caution!" > >>How-To-Repeat: > =A0 =A0 =A0 =A0N/A >>Fix: > =A0 =A0 =A0 =A0patch below > > --- patch-configure begins here --- > --- configure.orig =A0 =A0 =A02012-01-26 02:29:34.000000000 -0600 > +++ configure =A0 2012-01-26 02:30:16.000000000 -0600 > @@ -4636,7 +4636,7 @@ > =A0MACHTYPE=3D > =A0case "$target_cpu" in > =A0 =A0x86 | i686 | i586 | i486 | i386 ) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0MACHTYPE=3Dx86; =A0 =A0 =A0 =A0;; > - =A0 x86_64) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 MACHTYPE=3Dx86_64; =A0 =A0 ;; > + =A0 amd64 | x86_64) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0MACHTYPE=3Dx86_64; =A0 =A0 ;; > =A0 =A0alpha | alphaev56 | alphaev6 | alphaev67 | alphaev7) MACHTYPE=3Dal= pha; =A0 =A0 =A0;; > =A0 =A0hppa ) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 MACHTYPE=3Dhppa; =A0 =A0 =A0 ;; > =A0 =A0hppa64 ) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 MACHTYPE=3Dhppa64; =A0 =A0 ;; > --- patch-configure ends here --- Conrad, Could you send this patch to the upstream Ekiga folks? I can't imagine that they would have a problem with it, though they really don't care much about FreeBSD (or didn't when I was dealing with H.323 issues about 4 years ago). - R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com From owner-freebsd-gnome@FreeBSD.ORG Thu Jan 26 20:07:56 2012 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 AE04B1065670 for ; Thu, 26 Jan 2012 20:07:56 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc3-s26.blu0.hotmail.com (blu0-omc3-s26.blu0.hotmail.com [65.55.116.101]) by mx1.freebsd.org (Postfix) with ESMTP id 5E6AC8FC0A for ; Thu, 26 Jan 2012 20:07:55 +0000 (UTC) Received: from BLU0-SMTP283 ([65.55.116.74]) by blu0-omc3-s26.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 26 Jan 2012 11:55:54 -0800 X-Originating-IP: [76.182.104.150] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([76.182.104.150]) by BLU0-SMTP283.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 26 Jan 2012 11:55:52 -0800 Received: from scorpio (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3TYvBH56Ccz2CG4h; Thu, 26 Jan 2012 14:55:51 -0500 (EST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.97.3 at scorpio.seibercom.net Date: Thu, 26 Jan 2012 14:55:51 -0500 From: Carmel To: freebsd-ports@freebsd.org, gnome@FreeBSD.org X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 26 Jan 2012 19:55:53.0150 (UTC) FILETIME=[82850DE0:01CCDC64] Cc: Subject: nautilus build failure X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@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, 26 Jan 2012 20:07:56 -0000 FreeBSD-8.2 amd64 I am unable to build nautilus. The build ends with this error message: grep: /usr/local/lib/libxcb-aux.la: No such file or directory sed: /usr/local/lib/libxcb-aux.la: No such file or directory gnome-libtool: link: `/usr/local/lib/libxcb-aux.la' is not a valid libtool archive gmake[2]: *** [libeel-2.la] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/eel' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/x11-fm/nautilus. The entire build log is located at: http://pastebin.com/MThHQAPs -- Carmel carmel_ny@hotmail.com From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 27 08:20:59 2012 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 F0893106564A; Fri, 27 Jan 2012 08:20:59 +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 832408FC08; Fri, 27 Jan 2012 08:20:59 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0206.4F225E69.0164,ss=1,re=0.000,fgs=0 X-libjamoibt: 1821 Received: from wmail61 (172.31.0.58) by outrelay02.libero.it (8.5.140) (authenticated as barbara.xxx1975@libero.it) id 4F207DC0002AEA35; Fri, 27 Jan 2012 09:20:57 +0100 Message-ID: <13209017.5846091327652457629.JavaMail.defaultUser@defaultHost> Date: Fri, 27 Jan 2012 09:20:57 +0100 (CET) From: Barbara To: , MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 79.33.210.212 Cc: Subject: R: nautilus build failure 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: Fri, 27 Jan 2012 08:21:00 -0000 > >FreeBSD-8.2 amd64 > >I am unable to build nautilus. The build ends with this error message: > >grep: /usr/local/lib/libxcb-aux.la: No such file or directory >sed: /usr/local/lib/libxcb-aux.la: No such file or directory >gnome-libtool: link: `/usr/local/lib/libxcb-aux.la' is not a valid libtool archive >gmake[2]: *** [libeel-2.la] Error 1 >gmake[2]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1 /eel' >gmake[1]: *** [all-recursive] Error 1 >gmake[1]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus- 2.32.2.1' >gmake: *** [all] Error 2 >*** Error code 1 > >Stop in /usr/ports/x11-fm/nautilus. > >The entire build log is located at: http://pastebin.com/MThHQAPs > Try following the 20120116 entry in /usr/ports/UPDATING. Barbara From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 27 11:40:23 2012 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 1039D106564A; Fri, 27 Jan 2012 11:40:23 +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 D66358FC16; Fri, 27 Jan 2012 11:40:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0RBeM5m026913; Fri, 27 Jan 2012 11:40:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0RBeMnV026909; Fri, 27 Jan 2012 11:40:22 GMT (envelope-from edwin) Date: Fri, 27 Jan 2012 11:40:22 GMT Message-Id: <201201271140.q0RBeMnV026909@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/164537: print/system-config-printer D-Bus config patch 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, 27 Jan 2012 11:40:23 -0000 Synopsis: print/system-config-printer D-Bus config patch Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jan 27 11:40:22 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=164537 From owner-freebsd-gnome@FreeBSD.ORG Sat Jan 28 00:06:06 2012 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 028EF1065676 for ; Sat, 28 Jan 2012 00:06:06 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id C7B2F8FC1D for ; Sat, 28 Jan 2012 00:06:05 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id q0S063hK067161; Fri, 27 Jan 2012 16:06:04 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <4F233BEB.5010804@rawbw.com> Date: Fri, 27 Jan 2012 16:06:03 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120122 Thunderbird/9.0 MIME-Version: 1.0 To: Michael Johnson References: <201201220340.q0M3eApa038792@freefall.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org Subject: Re: ports/164350: sysutils/hal: After upgrade to 9.0 Xorg fails: (EE) config/hal: NewInputDeviceRequest failed (8) 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, 28 Jan 2012 00:06:06 -0000 On 01/27/2012 16:00, Michael Johnson wrote: > > Do you have dbus_enable=yes in /etc/rc.conf ? Yes, I do. Yuri From owner-freebsd-gnome@FreeBSD.ORG Sat Jan 28 00:28:34 2012 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 47DAA1065670 for ; Sat, 28 Jan 2012 00:28:34 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id CAF6E8FC0C for ; Sat, 28 Jan 2012 00:28:33 +0000 (UTC) Received: by bkbc12 with SMTP id c12so2565047bkb.13 for ; Fri, 27 Jan 2012 16:28:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=ZdYjwO85xyPWRYnU9sVoWgtNqMrRVeAmILFgba/9QtM=; b=SZ9POoN+RSSnz82zFvdmD6iQFb5thfPruUx4FLSnDXA4dG1oR8EyLGKt0oPxZNdI08 9W3qYrHkFjNc7EbKadAv0EWaKdOj4a+70t99bIMjJA+XTGQsKoeGxWFpxt3tb8fQyc8H +udqrqKoGg15cQvTQZCbzUEK82ONDB84XRqyE= MIME-Version: 1.0 Received: by 10.204.10.65 with SMTP id o1mr4030065bko.19.1327708818588; Fri, 27 Jan 2012 16:00:18 -0800 (PST) Sender: buhnux@gmail.com Received: by 10.204.48.141 with HTTP; Fri, 27 Jan 2012 16:00:18 -0800 (PST) In-Reply-To: <201201220340.q0M3eApa038792@freefall.freebsd.org> References: <201201220340.q0M3eApa038792@freefall.freebsd.org> Date: Fri, 27 Jan 2012 19:00:18 -0500 X-Google-Sender-Auth: L090QjwTOqwLUbCmrh_SXc95_l8 Message-ID: From: Michael Johnson To: Yuri Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gnome@freebsd.org Subject: Re: ports/164350: sysutils/hal: After upgrade to 9.0 Xorg fails: (EE) config/hal: NewInputDeviceRequest failed (8) 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, 28 Jan 2012 00:28:34 -0000 On Sat, Jan 21, 2012 at 10:40 PM, Yuri wrote: > The following reply was made to PR ports/164350; it has been noted by > GNATS. > > From: Yuri > To: bug-followup@FreeBSD.org > Cc: > Subject: RE: ports/164350: sysutils/hal: After upgrade to 9.0 Xorg fails: > (EE) config/hal: NewInputDeviceRequest failed (8) > Date: Sat, 21 Jan 2012 19:14:57 -0800 > > I will clarify the symptoms: > kdm starts, after I try to login screen turns black and comes back with > another kdm login prompt. > So this bug should be maybe renamed to "kdm fails" instead of "Xorg > fails". > > I did some troubleshooting. > These errors: > --- Xorg.0.log gets these errors --- > (EE) config/hal: NewInputDeviceRequest failed (8) > (II) config/hal: Adding input device PS/2 Mouse > (II) AutoAddDevices is off - not adding device. > (EE) config/hal: NewInputDeviceRequest failed (8) > go away when in /etc/X11/xorg.cong has Option "AutoAddDevices" "on". It > was "off" before. > > But problem persists after this. Message 'failed to set mtrr: No space > left on device' still in kdm.log > This message is printed by package libpciaccess-0.12.1, file > src/freebsd_pci.c in it. Rebuilding this package doesn't help. > > The error 'failed to set mtrr: No space left on device' results from > system call ioctl(fd, MEMRANGE_SET, &mro) @ freebsd_pci.c:146. > fd there is the fd for /dev/mem > Parameters of this ioctl call are (mro.r.mr_base=40000000 > mro.r.mr_len=10000000 mro.r.mr_flags=2 mro.r.mr_owner="pciacces" > mro.mo_arg[0]=0 mro.mmo_arg[1]=0) > > This system only has 1GB memory, mr_base=40000000 is already at 1GB, so > mr_len=10000000 makes itout of range? That's why it maybe failed. > > I am not sure this wasn't happening on this system on 8.2-STABLE before > update to 9.0. But I am sure kdm worked fine. > > DBUS error may or may not be related to mtrr error. > > Do you have dbus_enable=yes in /etc/rc.conf ? > Yuri > _______________________________________________ > 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 Sat Jan 28 00:40:06 2012 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 C58BC106566B for ; Sat, 28 Jan 2012 00:40:06 +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 B4C3C8FC12 for ; Sat, 28 Jan 2012 00:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0S0e6qj052827 for ; Sat, 28 Jan 2012 00:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0S0e666052826; Sat, 28 Jan 2012 00:40:06 GMT (envelope-from gnats) Date: Sat, 28 Jan 2012 00:40:06 GMT Message-Id: <201201280040.q0S0e666052826@freefall.freebsd.org> To: gnome@FreeBSD.org From: Yuri Cc: Subject: RE: ports/164350: sysutils/hal: After upgrade to 9.0 Xorg fails: (EE) config/hal: NewInputDeviceRequest failed (8) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yuri List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jan 2012 00:40:06 -0000 The following reply was made to PR ports/164350; it has been noted by GNATS. From: Yuri To: bug-followup@FreeBSD.org Cc: Subject: RE: ports/164350: sysutils/hal: After upgrade to 9.0 Xorg fails: (EE) config/hal: NewInputDeviceRequest failed (8) Date: Fri, 27 Jan 2012 16:36:04 -0800 After completely reinstalling all packages, Xorg starts now. Turns out that error messages weren't deadly, and some other inconsistency was. Message "config/hal: NewInputDeviceRequest failed" is cured by adding the line to xorg.conf: Option "AllowEmptyInput" "yes" Message "failed to set mtrr: No space left on device" doesn't prevent xorg from running. It occurs on the system with the smaller RAM of 1GB. I filed separate PR for it: https://bugs.freedesktop.org/show_bug.cgi?id=45066 Please close this PR, since it was caused by some undefined package incompatibility. Yuri From owner-freebsd-gnome@FreeBSD.ORG Sat Jan 28 00:45:05 2012 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 2FD55106566B; Sat, 28 Jan 2012 00:45:05 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0174C8FC16; Sat, 28 Jan 2012 00:45:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0S0j4kO060895; Sat, 28 Jan 2012 00:45:04 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0S0j4xe060890; Sat, 28 Jan 2012 00:45:04 GMT (envelope-from ahze) Date: Sat, 28 Jan 2012 00:45:04 GMT Message-Id: <201201280045.q0S0j4xe060890@freefall.freebsd.org> To: yuri@tsoft.com, ahze@FreeBSD.org, gnome@FreeBSD.org From: ahze@FreeBSD.org Cc: Subject: Re: ports/164350: sysutils/hal: After upgrade to 9.0 Xorg fails: (EE) config/hal: NewInputDeviceRequest failed (8) 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, 28 Jan 2012 00:45:05 -0000 Synopsis: sysutils/hal: After upgrade to 9.0 Xorg fails: (EE) config/hal: NewInputDeviceRequest failed (8) State-Changed-From-To: open->closed State-Changed-By: ahze State-Changed-When: Sat Jan 28 00:44:10 UTC 2012 State-Changed-Why: Closed at submitters request - https://bugs.freedesktop.org/show_bug.cgi?id=45066 http://www.freebsd.org/cgi/query-pr.cgi?pr=164350