From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44737 invoked by alias); 12 Apr 2015 20:17:45 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 44717 invoked by uid 89); 12 Apr 2015 20:17:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_COUK,SPF_PASS autolearn=no version=3.3.2 X-HELO: out.ipsmtp1nec.opaltelecom.net Received: from out.ipsmtp1nec.opaltelecom.net (HELO out.ipsmtp1nec.opaltelecom.net) (62.24.202.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Sun, 12 Apr 2015 20:17:42 +0000 X-SMTPAUTH: drstacey@tiscali.co.uk X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CrAQDV0SpV/91c0lUNT4NeXAHGQIV6AwICgXQBAQEBAQGFHQEBAQMBOEAGCwsYCRYPCQMCAQIBRRMIAQEFiBkVtDiXIwEBAQcBAQEBHosrgmaCHRaEFwWEWYoZhhOEFYMekAKDTYIlHIFRbgGCQgEBAQ X-IPAS-Result: A2CrAQDV0SpV/91c0lUNT4NeXAHGQIV6AwICgXQBAQEBAQGFHQEBAQMBOEAGCwsYCRYPCQMCAQIBRRMIAQEFiBkVtDiXIwEBAQcBAQEBHosrgmaCHRaEFwWEWYoZhhOEFYMekAKDTYIlHIFRbgGCQgEBAQ Received: from 85-210-92-221.dynamic.dsl.as9105.com (HELO [192.168.1.2]) ([85.210.92.221]) by out.ipsmtp1nec.opaltelecom.net with ESMTP; 12 Apr 2015 21:17:37 +0100 Message-ID: <552AD2DD.6040306@tiscali.co.uk> Date: Sun, 12 Apr 2015 20:17:00 -0000 From: David Stacey User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Libguile17 dependency issue - attention maintainer References: <54E73A20.2020706@lauterbach.com> <54E74A68.2060501@gmail.com> <20150220154232.GY26084@calimero.vinschen.de> <54E7C0F0.8070303@tiscali.co.uk> <552A42DC.9080703@gmail.com> In-Reply-To: <552A42DC.9080703@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00253.txt.bz2 On 12/04/15 11:03, Marco Atzeri wrote: > Removing the cygwin specific usage of > cygwin_conv_to_posix_path / cygwin_conv_path > did the work. Make check passed on 64bit, and make doc fails > on a corner case, most of the HTML documentation was built. OK, so I couldn't resist a little play :-) Seemed to work well with all the '.ly' files I threw at it. I generated PDF, PNG and MIDI files successfully. I tried a few files from a web site with lots of freely available lilypond files, and a couple of files gave warnings. If you try: wget http://www.mutopiaproject.org/ftp/PaganiniN/O1/Caprice_23/Caprice_23.ly lilypond --formats=pdf,png Caprice_23.ly Then you see repeated instances of the following warnings: warning: no PostScript font name for font `/usr/share/fonts/100dpi/ncenR24.pcf.gz' warning: FreeType face has no PostScript font name programming error: Improbable offset for stencil: -inf staff space Setting to zero. continuing, cross fingers I didn't have time to cross my fingers, but the resulting output files all looked fine ;-) I ran the same test using the stock 'lilypond' package in Fedora 21 (the version of lilypond is the same), and the warnings weren't generated. The first warning is a little baffling, as lilypond knows where the PostScript fonts are (the path is specified as a ./configure option). It's worth saying that most of the files I tried worked fine without generating warnings. BTW, I assume you're aware that the 'lilypond-doc' package is missing most of its content, and that this will be fully populated when the 'corner case' you mentioned is ironed out. > The 32 bit builds but does not works. I suspect there is an additional > problem with the underlying dependencies, or we are triggering an > existing problem not visible on Linux platform. Have you tried the old version of lilypond we have in x86 at the moment? I couldn't get it to work at all. Every '.ly' file I passed to it (even simple ones) caused a segmentation fault. So your suspicion about one of the dependencies looks well founded. Dave. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple