From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18569 invoked by alias); 7 Apr 2013 17:41:06 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31229 Received: (qmail 24710 invoked from network); 7 Apr 2013 17:41:04 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at gmx.us does not designate permitted sender hosts) X-Authenticated: #53226607 X-Provags-ID: V01U2FsdGVkX18co9Ngp7kcswWM5k02zlIiQjStPOVA1LeNxs+JfJ SVWzVXAQyBvfBe From: Nick Bryda To: zsh-workers@zsh.org Reply-To: nickbryda@gmx.us Subject: Re: Function tgoto implicitly converted to pointer Date: Sun, 07 Apr 2013 13:40:53 -0400 Message-ID: <6670398.kabgsOR50S@thuban> User-Agent: KMail/4.9.5 (Linux/3.5.0-26-generic; KDE/4.9.5; x86_64; ; ) In-Reply-To: <20130407112403.GJ9763@sym.noone.org> References: <1565658.2bmoXxmgiv@thuban> <20130407112403.GJ9763@sym.noone.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="nextPart1787930.NKtnRaboXk" Content-Transfer-Encoding: 7Bit X-Y-GMX-Trusted: 0 --nextPart1787930.NKtnRaboXk Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Sunday, April 07, 2013 01:24:03 PM Axel Beckert wrote: > Hi, > > On Sat, Apr 06, 2013 at 02:19:48PM -0400, Nick Bryda wrote: > > I'm getting a build error with 5.0.2 on Ubuntu 12.10. The error is > > > > Function `tgoto' implicitly converted to pointer at > > ../../../Src/Zle/zle_refresh.c:2361 > > I only found this in the Debian build-logs for ia64[1]: > > ../../Src/prompt.c: In function 'set_colour_attribute': > ../../Src/prompt.c:1936:3: warning: implicit declaration of function > 'tgoto' [-Wimplicit-function-declaration] > > [1] > https://buildd.debian.org/status/fetch.php?pkg=zsh&arch=ia64&ver=5.0.2-2&st > amp=1357759754 > > This looks slightly different than what you get. We used > gcc-4.6_4.6.3-8 for that build. The Ubuntu build used > gcc-4.7_4.7.2-2ubuntu1, so this maybe an issue which isn't triggered > with gcc 4.6. > > But then again, those messages are also present in older versions, > namely 4.3.17, on basically all architectures: > https://buildd.debian.org/~brlink/packages/z/zsh.html (sorry, no > automated checks for the 5.0.2 experimental builds yet). > > > Our automated build log filter > > Is that blhc? > > > detected the problem(s) above that will likely cause your package to > > segfault on architectures where the size of a pointer is greater > > than the size of an integer, such as ia64 and amd64. > > Can't remember having any such issues on ia64 and especially not > amd64, except that one-liner segfault posted here a few weeks ago. > > > More information can be found at: > > http://wiki.debian.org/ImplicitPointerConversions > > This doesn't sound at all like a gcc 4.7 specific issue (as I > suspected initially) since this page hasn't been touched since 2009 > and mentions stuff from 2007. > > > The full build log is available here > > https://launchpadlibrarian.net/136382500/buildlog_ubuntu-quantal-amd64.zsh > > _5.0.2-0ubuntu1~ppaqq1_FAILEDTOBUILD.txt.gz > Can you give me a pointer to your source package (or the Diff to the > Debian package), too? > > Kind regards, Axel Hi This should have the diff and the source https://launchpad.net/~futurepilot/+archive/ppa/+sourcepub/3087366/+listing- archive-extra --nextPart1787930.NKtnRaboXk--