Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2014 10:24:15 -0700 (PDT)
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-current@freebsd.org
Subject:   Re: Several minor annoyances on Current
Message-ID:  <20140725202341.684d51d6@rsbsd.rsb>
In-Reply-To: <alpine.GSO.1.10.1407251250270.21571@multics.mit.edu>
References:  <1406282699515-5931653.post@n5.nabble.com> <alpine.GSO.1.10.1407251250270.21571@multics.mit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <owner-freebsd-current@FreeBSD.ORG>
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 <freebsd-current@FreeBSD.org>; 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 <freebsd-current@FreeBSD.org>; 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 <freebsd-current@FreeBSD.org>; Fri, 25 Jul 2014 17:55:09 +0000 (UTC)
Subject: Re: sys/boot unbuildable [solved]
From: Sean Bruno <sbruno@ignoranthack.me>
Reply-To: sbruno@freebsd.org
To: freebsd-current <freebsd-current@FreeBSD.org>
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
 <freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-current>, 
 <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/>;
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
 <mailto:freebsd-current-request@freebsd.org?subject=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 <angled> include; use "quotes" instead
> #include <machine/bootinfo.h>
>          ^~~~~~~~~~~~~~~~~~~~
>          "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"





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140725202341.684d51d6>