GNU bug report logs - #18552
Possible bug building emacs trunk with Fedora 19-x86_64

Previous Next

Package: emacs;

Reported by: George R Goffe <grgoffe <at> yahoo.com>

Date: Wed, 24 Sep 2014 21:49:01 UTC

Severity: normal

Tags: notabug

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 18552 <at> debbugs.gnu.org (full text, mbox):

From: George R Goffe <grgoffe <at> yahoo.com>
To: Dmitry Antipov <dmantipov <at> yandex.ru>
Cc: "18552 <at> debbugs.gnu.org" <18552 <at> debbugs.gnu.org>
Subject: Re: bug#18552: Possible bug building emacs trunk with Fedora 19-x86_64
Date: Wed, 24 Sep 2014 22:03:31 -0700
Dmitry,

Thank you for your response.

I appear to have the correct rpm's installed. rpm -qa | grep libjpeg shows:

libjpeg-turbo-1.3.1-2.fc19.i686
libjpeg-turbo-1.3.1-2.fc19.x86_64
libjpeg-turbo-devel-1.3.1-2.fc19.i686
libjpeg-turbo-devel-1.3.1-2.fc19.x86_64
libjpeg-turbo-utils-1.3.1-2.fc19.x86_64
mingw64-libjpeg-turbo-1.3.1-1.fc19.noarch


There appear to be no other libjpeg files installed anywhere on this system which is x86_64. Could this architecture be causing the problem?


#3 below produced NO output...

I'm not sure where to go at this point in time. emacs trunk used to build a few months ago... now it does not.

Regards,

George...



----- Original Message -----
From: Dmitry Antipov <dmantipov <at> yandex.ru>
To: George R Goffe <grgoffe <at> yahoo.com>
Cc: 18552 <at> debbugs.gnu.org
Sent: Wednesday, September 24, 2014 8:49 PM
Subject: Re: bug#18552: Possible bug building emacs trunk with Fedora 19-x86_64

On 09/25/2014 01:42 AM, George R Goffe wrote:




> I am having trouble building an up to date version of emacs on my fedora 19 system.
> This configure suggests including --with-jpeg=no. I tried this and got the same
> error message. As far as I know, my
> system has all the jpeg libraries. I have also provided my parameters for ./configure.
> Can you look things over and let me what I'm doing wrong please?

1) Always update to latest official package from your distribution.  For Fedora 19, it
    seems to be libjpeg-turbo-1.3.1-2 and libjpeg-turbo-devel-1.3.1-2, respectively.

2) Make sure that you don't have alien installation of libjpeg in non-standard
    location, or make sure that this installation is not accessible by Emacs'
    configure script.

3) Run this:

    echo -e "#include <jpeglib.h>\nversion=JPEG_LIB_VERSION" | cpp | grep -E "version= *(6[2-9]|[7-9][0-9])"

    If you don't see any output, re-check 2) because Fedora 19 definitely ships
    the jpeg library recent enough to built Emacs trunk.

Dmitry




This bug report was last modified 10 years and 287 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.