From owner-freebsd-current@FreeBSD.ORG Fri Jul 25 17:24:16 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69276FA5 for ; Fri, 25 Jul 2014 17:24:16 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4912328D9 for ; Fri, 25 Jul 2014 17:24:16 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1XAjE7-0005Hi-F9 for freebsd-current@freebsd.org; Fri, 25 Jul 2014 10:24:15 -0700 Date: Fri, 25 Jul 2014 10:24:15 -0700 (PDT) From: Beeblebrox To: freebsd-current@freebsd.org Message-ID: <20140725202341.684d51d6@rsbsd.rsb> In-Reply-To: References: <1406282699515-5931653.post@n5.nabble.com> Subject: Re: Several minor annoyances on Current MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 17:24:16 -0000 Hi > This seems like a job for ulimit. Damien pointed that out as: ulimit -c 0 > Though, I would be more curious about why your applications are > crashing so as to generate core files in the first place. Well, this MAJOR annoyance lies somewhere between Radeon-KMS and gnome3's g= raphics/cairo. This started some 3 months back and I can only get some leve= l of normalcy when I build cairo using "with_debug=3D1". Very strange. Also= , a number of apps just flat-out refuse to start; most notably mozilla's fi= refox & seamonkey. Monsieur P=C3=A9dron is aware of the problem, although a= s stated it's been over 3 months. While I'm on a roll :P One major peeve is that installed apps fail to create an icon in the deskto= p menu structure. I know that a) maintainer must set DESKTOP_ENTRIES in the Makefile OR b) users can add appname.desktop in /usr/local/share/applications/ but as a dreamer, I know there has to be a better solution other than badge= ring maintainers or slogging through the task of adding menu shortcut items= ? ----- FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/Several-= minor-annoyances-on-Current-tp5931653p5931761.html Sent from the freebsd-current mailing list archive at Nabble.com. From owner-freebsd-current@FreeBSD.ORG Fri Jul 25 17:55:16 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4FE5507 for ; Fri, 25 Jul 2014 17:55:16 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4C2D2B3E for ; Fri, 25 Jul 2014 17:55:15 +0000 (UTC) Received: from [192.168.200.205] (c-50-131-5-126.hsd1.ca.comcast.net [50.131.5.126]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 437B4193A3A for ; Fri, 25 Jul 2014 17:55:09 +0000 (UTC) Subject: Re: sys/boot unbuildable [solved] From: Sean Bruno Reply-To: sbruno@freebsd.org To: freebsd-current In-Reply-To: <1406051578.1063.33.camel@bruno> References: <1406051578.1063.33.camel@bruno> Content-Type: text/plain; charset="us-ascii" Date: Fri, 25 Jul 2014 10:55:08 -0700 Message-ID: <1406310908.1080.4.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 17:55:16 -0000 On Tue, 2014-07-22 at 10:52 -0700, Sean Bruno wrote: > I can't quite see what the difference in building sys/i386/loader and > sys/i386/zfsloader is outside of the obvious zfs loader support flag. > This is now fixed in head. Thanks to Simon for the bmake assist. sean > But, loader will build, and zfsloader will not. Clang will give me a > nice error that tells me how I could fix this, but since loader builds > fine I suspect something buildsystem related is occuring here? > > cc -O2 -pipe -DLOADER_ZFS_SUPPORT -DLOADER_NFS_SUPPORT -DBOOT_FORTH > -I/home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/../../ficl > -I/home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/../../ficl/i386 > -DLOADER_GZIP_SUPPORT -DLOADER_DISK_SUPPORT -DLOADER_GPT_SUPPORT > -DLOADER_MBR_SUPPORT > -I/home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/../../common -I. > -Wall -I/home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/.. > -I/home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/../btx/lib > -march=i386 -ffreestanding -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -mno-sse3 -msoft-float -m32 -std=gnu99 -Qunused-arguments > -DLOADER_PREFER_AMD64 > -c /home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/../loader/main.c > /home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/../loader/main.c:38:10: error: 'machine/bootinfo.h' file not found with include; use "quotes" instead > #include > ^~~~~~~~~~~~~~~~~~~~ > "machine/bootinfo.h" > 1 error generated. > *** Error code 1 > > Stop. > make: stopped in /home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"