X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=ITY bQPbKcC4f15oT0hsdI3bFLLQOy8rfVRXN/a46YKcDv1Iv8/3LXHrn7CGwJsflL1b P5uO949CRn6k96Py+euXjoClFJFobwzswwYH+8P6mRttiRMdlYVHRg2OIY/7CyD7 Gp1GAb65UMHLRZdLK8DUiebqYdawKPPKWJpSwFww= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=puVCebEkH eJePAvl/NWDhLo4o5k=; b=d8zfWDDg9Ts2XfWHD5dr7zsXRx+mEnrSgP3M+49Se OLMIi8EHCWEjAWR2bJKU7bcDcXKP5hRWDAA1+WRI4fkY8UBe9PuvxWNFAwwJ1rmk C0BNIyxWTRP2jmLfs2eurEyY5Pz/hvX30audsVumKyvzge0U9LlxTgLaeGXupUYI 9Q= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,TW_BJ,TW_BP,TW_IB autolearn=ham version=3.3.1 Message-ID: <51961F38.4030706@alice.it> Date: Fri, 17 May 2013 14:14:48 +0200 From: Angelo Graziosi User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Cygwin Subject: Updating gnutls-devel package breaks configure tests fo JPEG, TIF, PNG etc. Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Usually I do weekly builds of Emacs trunk but this morning the build failed in configuring [...] checking X11/xpm.h usability... yes checking X11/xpm.h presence... yes checking for X11/xpm.h... yes checking for XpmReadFileToPixmap in -lXpm... no checking jerror.h usability... yes checking jerror.h presence... yes checking for jerror.h... yes checking for jpeg_destroy_compress in -ljpeg... no checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for png_get_channels in -lpng... no checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFGetVersion in -ltiff... no checking gif_lib.h usability... yes checking gif_lib.h presence... yes checking for gif_lib.h... yes checking for EGifPutExtensionLast in -lgif... no checking for EGifPutExtensionLast in -lungif... no configure: error: The following required libraries were not found: libXpm libjpeg libpng libgif/libungif libtiff Maybe some development libraries/packages are missing? If you don't want to link with them give --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no as options to configure build-emacs.sh: CONFIGURE failure... So, for sanity check, I retried with a previous build for which I was sure it worked... but strangely this time it failed in the same way... :( After some investigations, I found that the only change in my Cygwin installation was the updating of GNUTLS packages (from version 3.1.11-1 to 3.2.0-1). Reverting (really, I was pessimistic...) the only gnutls-devel package to 3.1.11-1 version allows for Emacs configure to be completed successfully (and also the full build). If someone is interested I can sent the config.log-success-gnutls-devel-3.1.11-1 config.log-fail-gnutls-devel-3.2.0-1 as archive config.logs.tar.xz (38K) Ciao, Angelo. -- 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