X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=ire.pw.edu.pl; h=From:Subject:To:MIME-Version:Content-Type; s=mail; bh=ffny25IFXN9Y2CoVrYwv8X832R8=; b=M+dO3s+j7nmbGe4vvDqULe6KyD6Bg8+0T/OQfDycOTbX+MH6rAUm8tinalD5I21knlHherQK6ta72IbPrkVN9957sac8RDQX2gPcAeqih8Wuaj399598ZSfA0U02zaxGusrdhM+1oMwRPaARVk6RohCgBuAgRQkB5mjnQN4PmU9/MNeKGMJ1s2xniHh1pCpNjfwqcokj4UTZUHQ+wlxnMSNbaAj87yqV/Qn84TYCUcVHKivKIRB181QImWF8oEaM/vjLQvN2Gqpx/SRyLuplgQlEN+OqQQ79FmgG6LlVZmS4GQUw9pTG9nCvNOC8brGMeMsBZkBsxbp3Y1zs741ouA== From: Wojciech Kazubski To: geda-user AT delorie DOT com Subject: Re: [geda-user] Legacy indirect includes of glib Date: Wed, 15 Feb 2012 13:39:27 +0100 Message-ID: User-Agent: KMail/4.7.4 (Linux/3.2.2-1.fc16.x86_64; KDE/4.7.4; x86_64; ; ) In-Reply-To: <4F3B9425.5050002@unige.ch> References: <4F3AD8BE DOT 9010306 AT unige DOT ch> <4F3B6EA6 DOT 1020301 AT x-eike DOT de> <4F3B9425 DOT 5050002 AT unige DOT ch> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="iso-8859-1" X-Assp-Version: 2.1.1(11364) on ASSP.nospam X-Assp-Client-TLS: yes X-Assp-ID: ASSP.nospam X-Assp-Original-Subject: Re: [geda-user] Legacy indirect includes of glib X-IRE-MailScanner-Information: Please contact the ISP for more information X-IRE-MailScanner-ID: q1FCdSbb024208 X-IRE-MailScanner: Found to be clean X-IRE-MailScanner-From: wk AT ire DOT pw DOT edu DOT pl X-Spam-Status: No Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 1.7.2 looks rather OK; > - make still fails due to glib, but after applying the existing patches, > make and make install work fine > - runnning gschem (from a console) still creates a frightening display > of error messages (attachment), but the gschem window comes up correctly > and I can open existing .sch files for editing. > > I have not yet tried to build an rpm - would prefer first to better > understand the background of these error messages > > Juergen This is problem with guile interpreter. Has it changed recently? It looks like guile is trying to compile all scripts to machine code and can not write the binary due to accesss rights. Wojciech