From owner-freebsd-sparc64@FreeBSD.ORG Tue Apr 22 18:00:41 2014 Return-Path: Delivered-To: sparc64@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 DD0C2216 for ; Tue, 22 Apr 2014 18:00:41 +0000 (UTC) Received: from h2.funkthat.com (gate2.funkthat.com [208.87.223.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "funkthat.com", Issuer "funkthat.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F6AD16A6 for ; Tue, 22 Apr 2014 18:00:41 +0000 (UTC) Received: from h2.funkthat.com (localhost [127.0.0.1]) by h2.funkthat.com (8.14.3/8.14.3) with ESMTP id s3MI0e7i095047 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Apr 2014 11:00:40 -0700 (PDT) (envelope-from jmg@h2.funkthat.com) Received: (from jmg@localhost) by h2.funkthat.com (8.14.3/8.14.3/Submit) id s3MI0eMW095046; Tue, 22 Apr 2014 11:00:40 -0700 (PDT) (envelope-from jmg) Date: Tue, 22 Apr 2014 11:00:40 -0700 From: John-Mark Gurney To: Riccardo Veraldi Subject: Re: libsoup Message-ID: <20140422180040.GD43976@funkthat.com> Mail-Followup-To: Riccardo Veraldi , sparc64@freebsd.org References: <5350D21A.5050800@gmail.com> <25617748.123.1397978390159.JavaMail.craig@w520> <53569D98.1040507@gmail.com> <20140422172251.GC43976@funkthat.com> <5356A743.9010300@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5356A743.9010300@gmail.com> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 7.2-RELEASE i386 X-PGP-Fingerprint: 54BA 873B 6515 3F10 9E88 9322 9CB1 8F74 6D3F A396 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html X-TipJar: bitcoin:13Qmb6AeTgQecazTWph4XasEsP7nGRbAPE X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? can i haz chizburger? X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.2 (h2.funkthat.com [127.0.0.1]); Tue, 22 Apr 2014 11:00:40 -0700 (PDT) Cc: sparc64@freebsd.org X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 18:00:41 -0000 Riccardo Veraldi wrote this message on Tue, Apr 22, 2014 at 19:30 +0200: > On 4/22/14 7:22 PM, John-Mark Gurney wrote: > >Riccardo Veraldi wrote this message on Tue, Apr 22, 2014 at 18:49 +0200: > >>seems there is a problem with strcmp somewhere... > >It's probably being passed a bogus pointer... > > > >>this happens on my Sun Blade 1000 UltraSPARC IIIcu > >> > >>here I reproduced the problem. > >are you sure it isn't a problem where the prototype isn't in scope, > >and so strcmp or other function is getting/returning an int (32bits) > >instead of a pointer (64bits)? The C standard states that if there > >isn't a prototype in scope it's assumed to always be an int... > maybe... but how can I fix it then ? > to succesfully compile libsoup I had to disable the configure script so > that it won't compile the test program... > bad idea but at least it goes on... Try adding -Wimplicit-function-declaration to the gcc command and see if it complains about something... If it does complain, like: trc.c: In function 'main': strc.c:5: warning: implicit declaration of function 'strcmp' strc.c:5: warning: implicit declaration of function 'f' you should report it to the maintainers that it's not including the correct headers... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not."