From owner-freebsd-ports@FreeBSD.ORG Tue Mar 13 06:10:25 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD53416A401 for ; Tue, 13 Mar 2007 06:10:25 +0000 (UTC) (envelope-from man.of.golden.words@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 5DF8213C45B for ; Tue, 13 Mar 2007 06:10:25 +0000 (UTC) (envelope-from man.of.golden.words@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so157473ugh for ; Mon, 12 Mar 2007 23:10:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=r5j6H29lngM8GtvSMZ6Nr+v5WytA+9o0MyM1gz6D0tMltKLHp/tyBJ+hIhGcJm/hzCyNoTz7Yh1haPBXDc5CC0uUhbrUAJhqDFvDy09+gfc/VKwKi+6n+h2U/cm8s6Sa6bCa/8/SJEPFSKpsIy5UlsYPzo4QiXEwX/7PUK8ut34= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=taJdonAathVOm9lR44dmFZMc00wgNxU2k/fqB6Mz5LWBHKW2vY4nTn79NHsTfsPzh7ighISarCrZ5g68ZvbTqsy+pl5PiS0WLn+8l9+bui2Q4JqTdYZRAu6zoD7UUHpnXBZCOuQ1bIzE6A36VXODZXijnD9EaK3cOalu3DefftY= Received: by 10.114.94.1 with SMTP id r1mr2251683wab.1173764648595; Mon, 12 Mar 2007 22:44:08 -0700 (PDT) Received: by 10.115.90.18 with HTTP; Mon, 12 Mar 2007 22:44:08 -0700 (PDT) Message-ID: Date: Tue, 13 Mar 2007 02:44:08 -0300 From: "Felipe Mendes" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Esddsp returns bus error. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2007 06:10:25 -0000 Hello! I just started using FreeBSD and I have been finding some problems with the stable release... After building the world and porting all my preferred app's I can't figure out how to compile the Enlightened Sound Daemon. No matter what I do, everytime I run esddsp, during the compilation these warnings always appear, I think that's why I receive a "Bus Error: Core Dumped" when trying to run esddsp ...: /usr/local/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DSYSCONFDIR=\"/usr/local/etc\" -DSERVERDIR=\"/usr/local/bin\" -g -O2 -I/usr/local/include -Wall -MT esddsp.lo -MD -MP -MF .deps/esddsp.Tpo -c -o esddsp.lo esddsp.c gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DSYSCONFDIR=\"/usr/local/etc\" -DSERVERDIR=\"/usr/local/bin\" -g -O2 -I/usr/local/include -Wall -MT esddsp.lo -MD -MP -MF .deps/esddsp.Tpo -c esddsp.c -fPIC -DPIC -o .libs/esddsp.o esddsp.c: In function `open_wrapper': esddsp.c:228: warning: `mode_t' is promoted to `int' when passed through `...' esddsp.c:228: warning: (so you should pass `int' not `mode_t' to `va_arg') esddsp.c:228: note: if this code is reached, the program will abort esddsp.c: In function `open': esddsp.c:276: warning: `mode_t' is promoted to `int' when passed through `...' esddsp.c:276: note: if this code is reached, the program will abort esddsp.c: In function `open64': esddsp.c:303: warning: `mode_t' is promoted to `int' when passed through `...' esddsp.c:303: note: if this code is reached, the program will abort esddsp.c: In function `fopen_wrapper': esddsp.c:343: warning: control reaches end of non-void function I tried changing CFLAGS to "-O -g -pipe" but it didn't worked. Neither a portupgrade -a. I am almost sure it's not a problem with esound but with some other app, because I tried to download the .tbz binary and the problem persists... I did a make check under libaudiofile dir and all tests passed. Tried to recompile some app's (glib's, for instance) with some "safe" CFLAGS but it still persists... So, Here I am. :-D Any clues? Need more info? Your help is appreciated, thanks. -- Felipe Mendes - 16 years