GNU bug report logs - #20332
24.5; With jpeg-6b configure says "WARNING: libjpeg found, but not version 6b or later"

Previous Next

Package: emacs;

Reported by: 白井彰 <okshirai <at> gmail.com>

Date: Tue, 14 Apr 2015 16:49:01 UTC

Severity: normal

Found in version 24.5

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 20332 in the body.
You can then email your comments to 20332 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#20332; Package emacs. (Tue, 14 Apr 2015 16:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to 白井彰 <okshirai <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 14 Apr 2015 16:49:02 GMT) Full text and rfc822 format available.

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

From: 白井彰 <okshirai <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Cc: Akira Shirai <okshirai <at> gmail.com>
Subject: 24.5;
 With jpeg-6b configure says "WARNING: libjpeg found, but not version
 6b or later"
Date: Wed, 15 Apr 2015 01:47:48 +0900
With jpeg-6b, configure in Emacs 24.5 says "WARNING: libjpeg found,
but not version 6b or later".

The host system type is i386-pc-solaris2.10, and the C compiler is SUN C.
In config.log the cc says:
"conftest.c", line 86: invalid input token: 6b
cc: acomp failed for conftest.c

% cat -n /usr/include/jpeglib.h | sed -n 33p
    33  #define JPEG_LIB_VERSION  62    /* Version 6b */

% cat emacs-24.4.91.tar | tar xfp -
% (cd emacs-24.4.91; ./configure --with-gif=no | fgrep -i jpeg > configure_jpeg_emacs-24.4.91)

% gzcat emacs-24.5.tar.gz | tar xfp -
% (cd emacs-24.5; ./configure --with-gif=no | fgrep -i jpeg > configure_jpeg_emacs-24.5)
configure: WARNING: libjpeg found, but not version 6b or later
configure: error: The following required libraries were not found:
     libjpeg
Maybe some development libraries/packages are missing?
If you don't want to link with them give
     --with-jpeg=no
as options to configure

% (cd emacs-24.4.91; cat -n config.log | sed -n 4683,4688p)
  4683  configure:13880: checking for jpeg_destroy_compress in -ljpeg
  4684  configure:13905: cc -D_STDC_C99= -o conftest -I/usr/openwin/include -g -O -I/usr/openwin/include     -L/usr/openwin/lib conftest.c -ljpeg  -lXext -lXmu -lXt -lSM -lICE -lX11 -lpthread -lsocket -lnsl  >&5
  4685  "conftest.c", line 96: warning: statement not reached
  4686  configure:13905: $? = 0
  4687  configure:13914: result: yes
  4688  configure:13995: checking png.h usability

% (cd emacs-24.5; cat -n config.log | sed -n 4683,4691p)
  4683  configure:13882: checking for jpeg_destroy_compress in -ljpeg
  4684  configure:13907: cc -D_STDC_C99= -o conftest -I/usr/openwin/include -g -O -I/usr/openwin/include     -L/usr/openwin/lib conftest.c -ljpeg  -lXext -lXmu -lXt -lSM -lICE -lX11 -lpthread -lsocket -lnsl  >&5
  4685  "conftest.c", line 96: warning: statement not reached
  4686  configure:13907: $? = 0
  4687  configure:13916: result: yes
  4688  "conftest.c", line 86: invalid input token: 6b
  4689  cc: acomp failed for conftest.c
  4690  configure:13943: WARNING: libjpeg found, but not version 6b or later
  4691  configure:13999: checking png.h usability

% (cd emacs-24.5; ./configure --with-gif=no)
checking for xcrun... no
checking for a BSD-compatible install... /opt/sfw/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/sfw/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... i386-pc-solaris2.10
checking host system type... i386-pc-solaris2.10
checking for gcc... no
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of cc... none
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/xpg4/bin/grep
checking for egrep... /usr/xpg4/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for cc option to accept ISO C99... -D_STDC_C99=
checking for cc -D_STDC_C99= option to accept ISO Standard C... (cached) -D_STDC_C99=
checking whether cc -D_STDC_C99= accepts -g3... no
checking whether cc -D_STDC_C99= accepts -O... yes
checking whether the compiler is clang... no
checking whether ln -s works for files in the same directory... yes
checking for install-info... :
checking for gzip... /bin/gzip
checking for makeinfo... /home/shirai/bin/makeinfo
checking for -znocombreloc... no
checking whether addresses are sanitized... no
checking for pkg-config... /bin/pkg-config
checking for machine/soundcard.h... no
checking for sys/soundcard.h... no
checking for soundcard.h... no
checking for mmsystem.h... no
checking for _oss_ioctl in -lossaudio... no
checking for alsa >= 1.0.0... no
checking for sys/systeminfo.h... yes
checking for coff.h... no
checking for pty.h... no
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... no
checking for sys/socket.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... no
checking for maillock.h... yes
checking for sys/un.h... yes
checking for dirent.h... yes
checking for execinfo.h... no
checking for stdio_ext.h... yes
checking for getopt.h... yes
checking for sys/time.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/select.h... yes
checking for sys/stat.h... (cached) yes
checking for utime.h... yes
checking if personality LINUX32 can be set... no
checking for term.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys_siglist is declared... no
checking whether __sys_siglist is declared... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... no
checking for net/if_dl.h... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... no
checking for struct ifreq.ifr_netmask... no
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... no
checking for long file names... yes
checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include
checking whether malloc is Doug Lea style... no
checking for getpagesize... yes
checking for working mmap... yes
checking for dnet_ntoa in -ldnet... no
checking for main in -lXbsd... no
checking for pthread_self in -lpthread... yes
checking for cma_open in -lpthreads... no
checking for Xkb... yes
checking for XrmSetDatabase... yes
checking for XScreenResourceString... yes
checking for XScreenNumberOfScreen... yes
checking X11 version 6... 6 or newer
checking for librsvg-2.0 >= 2.11.0... no
checking for Wand >= 6.3.5 Wand != 6.8.2... no
checking for gtk+-3.0 >= 3.0 glib-2.0 >= 2.28... no
checking for gtk+-2.0 >= 2.10 glib-2.0 >= 2.10... no
checking for dbus-1 >= 1.0... no
checking for gio-2.0 >= 2.26... no
checking for gconf-2.0 >= 2.13... no
checking for lgetfilecon in -lselinux... no
checking for gnutls >= 3.0.0... no
checking for gnutls >= 2.6.6... no
checking for gio-2.0 >= 2.24... no
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking for xaw3d... no
checking for libXaw... yes; using Lucid toolkit
checking X11 toolkit version... 6 or newer
checking for XmuConvertStandardSelection in -lXmu... yes
checking for XShapeQueryExtension in -lXext... yes
checking for fontconfig >= 2.2.0... yes CFLAGS=' ' LIBS='-lfontconfig  '
checking for xft >= 0.13.0... yes CFLAGS='-I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2  ' LIBS='-R/usr/openwin/lib -R/usr/sfw/lib -R/usr/openwin/lib:/usr/openwin/sfw/lib -L/usr/openwin/lib -L/usr/sfw/lib -L/usr/openwin/sfw/lib -lXft -lfreetype -lXrender -lfontconfig  '
checking for XRenderQueryExtension in -lXrender... no
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for XpmReadFileToPixmap in -lXpm... yes
checking for XpmReturnAllocPixels preprocessor define... yes
checking jerror.h usability... yes
checking jerror.h presence... yes
checking for jerror.h... yes
checking for jpeg_destroy_compress in -ljpeg... yes
configure: WARNING: libjpeg found, but not version 6b or later
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_get_channels in -lpng... yes
checking whether png_longjmp is declared... no
checking for library containing inflateEnd... -lz
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
configure: error: The following required libraries were not found:
     libjpeg
Maybe some development libraries/packages are missing?
If you don't want to link with them give
     --with-jpeg=no
as options to configure

% which cc
/opt/SUNWspro/bin/cc
% sh

$ echo version=62 > aaa_emacs-24.4.91.c; cc -E aaa_emacs-24.4.91.c
# 1 "aaa_emacs-24.4.91.c"
version=62
#ident "acomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12"
$ echo $?
0

$ echo 'version 6b or later' > aaa_emacs-24.5.c; cc -E aaa_emacs-24.5.c
# 1 "aaa_emacs-24.5.c"
"aaa_emacs-24.5.c", line 1: invalid input token: 6b
version  6b or later
#ident "acomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12"
cc: acomp failed for aaa_emacs-24.5.c
$ echo $?
2





Added indication that bug 20332 blocks19759 Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 14 Apr 2015 16:54:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20332; Package emacs. (Wed, 15 Apr 2015 12:26:02 GMT) Full text and rfc822 format available.

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

From: Petr Hracek <phracek <at> redhat.com>
To: 白井彰 <okshirai <at> gmail.com>, 20332 <at> debbugs.gnu.org
Subject: Re: bug#20332: 24.5; With jpeg-6b configure says "WARNING: libjpeg
 found, but not version 6b or later"
Date: Wed, 15 Apr 2015 14:25:21 +0200
I guess that it was already solved in bug 20124.

On 04/14/2015 06:47 PM, 白井彰 wrote:
> With jpeg-6b, configure in Emacs 24.5 says "WARNING: libjpeg found,
> but not version 6b or later".
>
> The host system type is i386-pc-solaris2.10, and the C compiler is SUN C.
> In config.log the cc says:
> "conftest.c", line 86: invalid input token: 6b
> cc: acomp failed for conftest.c
>
> % cat -n /usr/include/jpeglib.h | sed -n 33p
>      33  #define JPEG_LIB_VERSION  62    /* Version 6b */
>
> % cat emacs-24.4.91.tar | tar xfp -
> % (cd emacs-24.4.91; ./configure --with-gif=no | fgrep -i jpeg > configure_jpeg_emacs-24.4.91)
>
> % gzcat emacs-24.5.tar.gz | tar xfp -
> % (cd emacs-24.5; ./configure --with-gif=no | fgrep -i jpeg > configure_jpeg_emacs-24.5)
> configure: WARNING: libjpeg found, but not version 6b or later
> configure: error: The following required libraries were not found:
>       libjpeg
> Maybe some development libraries/packages are missing?
> If you don't want to link with them give
>       --with-jpeg=no
> as options to configure
>
> % (cd emacs-24.4.91; cat -n config.log | sed -n 4683,4688p)
>    4683  configure:13880: checking for jpeg_destroy_compress in -ljpeg
>    4684  configure:13905: cc -D_STDC_C99= -o conftest -I/usr/openwin/include -g -O -I/usr/openwin/include     -L/usr/openwin/lib conftest.c -ljpeg  -lXext -lXmu -lXt -lSM -lICE -lX11 -lpthread -lsocket -lnsl  >&5
>    4685  "conftest.c", line 96: warning: statement not reached
>    4686  configure:13905: $? = 0
>    4687  configure:13914: result: yes
>    4688  configure:13995: checking png.h usability
>
> % (cd emacs-24.5; cat -n config.log | sed -n 4683,4691p)
>    4683  configure:13882: checking for jpeg_destroy_compress in -ljpeg
>    4684  configure:13907: cc -D_STDC_C99= -o conftest -I/usr/openwin/include -g -O -I/usr/openwin/include     -L/usr/openwin/lib conftest.c -ljpeg  -lXext -lXmu -lXt -lSM -lICE -lX11 -lpthread -lsocket -lnsl  >&5
>    4685  "conftest.c", line 96: warning: statement not reached
>    4686  configure:13907: $? = 0
>    4687  configure:13916: result: yes
>    4688  "conftest.c", line 86: invalid input token: 6b
>    4689  cc: acomp failed for conftest.c
>    4690  configure:13943: WARNING: libjpeg found, but not version 6b or later
>    4691  configure:13999: checking png.h usability
>
> % (cd emacs-24.5; ./configure --with-gif=no)
> checking for xcrun... no
> checking for a BSD-compatible install... /opt/sfw/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /opt/sfw/bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking build system type... i386-pc-solaris2.10
> checking host system type... i386-pc-solaris2.10
> checking for gcc... no
> checking for cc... cc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... no
> checking whether cc accepts -g... yes
> checking for cc option to accept ISO C89... none needed
> checking whether cc understands -c and -o together... yes
> checking for style of include used by make... GNU
> checking dependency style of cc... none
> checking how to run the C preprocessor... cc -E
> checking for grep that handles long lines and -e... /usr/xpg4/bin/grep
> checking for egrep... /usr/xpg4/bin/grep -E
> checking for Minix Amsterdam compiler... no
> checking for ar... ar
> checking for ranlib... ranlib
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking whether _XOPEN_SOURCE should be defined... no
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... 64
> checking for cc option to accept ISO C99... -D_STDC_C99=
> checking for cc -D_STDC_C99= option to accept ISO Standard C... (cached) -D_STDC_C99=
> checking whether cc -D_STDC_C99= accepts -g3... no
> checking whether cc -D_STDC_C99= accepts -O... yes
> checking whether the compiler is clang... no
> checking whether ln -s works for files in the same directory... yes
> checking for install-info... :
> checking for gzip... /bin/gzip
> checking for makeinfo... /home/shirai/bin/makeinfo
> checking for -znocombreloc... no
> checking whether addresses are sanitized... no
> checking for pkg-config... /bin/pkg-config
> checking for machine/soundcard.h... no
> checking for sys/soundcard.h... no
> checking for soundcard.h... no
> checking for mmsystem.h... no
> checking for _oss_ioctl in -lossaudio... no
> checking for alsa >= 1.0.0... no
> checking for sys/systeminfo.h... yes
> checking for coff.h... no
> checking for pty.h... no
> checking for sys/resource.h... yes
> checking for sys/utsname.h... yes
> checking for pwd.h... yes
> checking for utmp.h... yes
> checking for util.h... no
> checking for sys/socket.h... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... yes
> checking for pthread.h... yes
> checking for malloc/malloc.h... no
> checking for maillock.h... yes
> checking for sys/un.h... yes
> checking for dirent.h... yes
> checking for execinfo.h... no
> checking for stdio_ext.h... yes
> checking for getopt.h... yes
> checking for sys/time.h... yes
> checking for wchar.h... yes
> checking for stdint.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for sys/select.h... yes
> checking for sys/stat.h... (cached) yes
> checking for utime.h... yes
> checking if personality LINUX32 can be set... no
> checking for term.h... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking whether sys_siglist is declared... no
> checking whether __sys_siglist is declared... no
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking for net/if.h... yes
> checking for ifaddrs.h... no
> checking for net/if_dl.h... yes
> checking for struct ifreq.ifr_flags... yes
> checking for struct ifreq.ifr_hwaddr... no
> checking for struct ifreq.ifr_netmask... no
> checking for struct ifreq.ifr_broadaddr... yes
> checking for struct ifreq.ifr_addr... yes
> checking for struct ifreq.ifr_addr.sa_len... no
> checking for long file names... yes
> checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include
> checking whether malloc is Doug Lea style... no
> checking for getpagesize... yes
> checking for working mmap... yes
> checking for dnet_ntoa in -ldnet... no
> checking for main in -lXbsd... no
> checking for pthread_self in -lpthread... yes
> checking for cma_open in -lpthreads... no
> checking for Xkb... yes
> checking for XrmSetDatabase... yes
> checking for XScreenResourceString... yes
> checking for XScreenNumberOfScreen... yes
> checking X11 version 6... 6 or newer
> checking for librsvg-2.0 >= 2.11.0... no
> checking for Wand >= 6.3.5 Wand != 6.8.2... no
> checking for gtk+-3.0 >= 3.0 glib-2.0 >= 2.28... no
> checking for gtk+-2.0 >= 2.10 glib-2.0 >= 2.10... no
> checking for dbus-1 >= 1.0... no
> checking for gio-2.0 >= 2.26... no
> checking for gconf-2.0 >= 2.13... no
> checking for lgetfilecon in -lselinux... no
> checking for gnutls >= 3.0.0... no
> checking for gnutls >= 2.6.6... no
> checking for gio-2.0 >= 2.24... no
> checking sys/inotify.h usability... no
> checking sys/inotify.h presence... no
> checking for sys/inotify.h... no
> checking for xaw3d... no
> checking for libXaw... yes; using Lucid toolkit
> checking X11 toolkit version... 6 or newer
> checking for XmuConvertStandardSelection in -lXmu... yes
> checking for XShapeQueryExtension in -lXext... yes
> checking for fontconfig >= 2.2.0... yes CFLAGS=' ' LIBS='-lfontconfig  '
> checking for xft >= 0.13.0... yes CFLAGS='-I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2  ' LIBS='-R/usr/openwin/lib -R/usr/sfw/lib -R/usr/openwin/lib:/usr/openwin/sfw/lib -L/usr/openwin/lib -L/usr/sfw/lib -L/usr/openwin/sfw/lib -lXft -lfreetype -lXrender -lfontconfig  '
> checking for XRenderQueryExtension in -lXrender... no
> checking X11/xpm.h usability... yes
> checking X11/xpm.h presence... yes
> checking for X11/xpm.h... yes
> checking for XpmReadFileToPixmap in -lXpm... yes
> checking for XpmReturnAllocPixels preprocessor define... yes
> checking jerror.h usability... yes
> checking jerror.h presence... yes
> checking for jerror.h... yes
> checking for jpeg_destroy_compress in -ljpeg... yes
> configure: WARNING: libjpeg found, but not version 6b or later
> checking png.h usability... yes
> checking png.h presence... yes
> checking for png.h... yes
> checking for png_get_channels in -lpng... yes
> checking whether png_longjmp is declared... no
> checking for library containing inflateEnd... -lz
> checking tiffio.h usability... yes
> checking tiffio.h presence... yes
> checking for tiffio.h... yes
> checking for TIFFGetVersion in -ltiff... yes
> configure: error: The following required libraries were not found:
>       libjpeg
> Maybe some development libraries/packages are missing?
> If you don't want to link with them give
>       --with-jpeg=no
> as options to configure
>
> % which cc
> /opt/SUNWspro/bin/cc
> % sh
>
> $ echo version=62 > aaa_emacs-24.4.91.c; cc -E aaa_emacs-24.4.91.c
> # 1 "aaa_emacs-24.4.91.c"
> version=62
> #ident "acomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12"
> $ echo $?
> 0
>
> $ echo 'version 6b or later' > aaa_emacs-24.5.c; cc -E aaa_emacs-24.5.c
> # 1 "aaa_emacs-24.5.c"
> "aaa_emacs-24.5.c", line 1: invalid input token: 6b
> version  6b or later
> #ident "acomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12"
> cc: acomp failed for aaa_emacs-24.5.c
> $ echo $?
> 2
>
>
>
>


-- 
Petr Hracek
Software Engineer
Developer Experience
Red Hat, Inc
Mob: +420777056169
email: phracek <at> redhat.com





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20332; Package emacs. (Wed, 15 Apr 2015 15:37:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Petr Hracek <phracek <at> redhat.com>
Cc: okshirai <at> gmail.com, 20332 <at> debbugs.gnu.org
Subject: Re: bug#20332: 24.5;
 With jpeg-6b configure says "WARNING: libjpeg found, but not version
 6b or later"
Date: Wed, 15 Apr 2015 11:36:43 -0400
Petr Hracek wrote:

> I guess that it was already solved in bug 20124.

No, I guess this problem was in fact caused by the change made for 20124.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20332; Package emacs. (Wed, 15 Apr 2015 18:00:04 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: okshirai <at> gmail.com
Cc: 20332 <at> debbugs.gnu.org
Subject: Re: bug#20332: 24.5;
 With jpeg-6b configure says "WARNING: libjpeg found, but not version
 6b or later"
Date: Wed, 15 Apr 2015 13:59:44 -0400
> $ echo 'version 6b or later' > aaa_emacs-24.5.c; cc -E aaa_emacs-24.5.c
> # 1 "aaa_emacs-24.5.c"
> "aaa_emacs-24.5.c", line 1: invalid input token: 6b
> version  6b or later
> #ident "acomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12"
> cc: acomp failed for aaa_emacs-24.5.c
> $ echo $?
> 2

Funnily enough, our own etc/PROBLEMS file used to contain a solution for
this very issue:

    *** `configure' fails with ``"junk.c", line 660: invalid input token: 8.elc''

    The final stage of the Emacs configure process uses the C preprocessor
    to generate the Makefiles.  Errors of this form can occur if the C
    preprocessor inserts extra whitespace into its output.  The solution
    is to find the switches that stop your preprocessor from inserting extra
    whitespace, add them to CPPFLAGS, and re-run configure.  For example,
    this error can occur on Solaris 10 when using the Sun Studio compiler
    ``Sun C 5.8'' with its preprocessor CPP="/opt/SUNWspro/bin/cc -E".
    The relevant switch in this case is "-Xs" (``compile assuming
    (pre-ANSI) K & R C style code'').

And indeed adding -Xs seems to avoid the issue.

I don't think this is a real solution to this case,
just a historical curiosity. :)




Reply sent to Paul Eggert <eggert <at> cs.ucla.edu>:
You have taken responsibility. (Thu, 16 Apr 2015 01:38:01 GMT) Full text and rfc822 format available.

Notification sent to 白井彰 <okshirai <at> gmail.com>:
bug acknowledged by developer. (Thu, 16 Apr 2015 01:38:02 GMT) Full text and rfc822 format available.

Message #21 received at 20332-done <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: 白井彰 <okshirai <at> gmail.com>
Cc: 20332-done <at> debbugs.gnu.org
Subject: Re: 24.5; With jpeg-6b configure says "WARNING: libjpeg found, but
 not version 6b or later"
Date: Wed, 15 Apr 2015 18:37:06 -0700
[Message part 1 (text/plain, inline)]
Thanks for the bug report.  This area of 'configure.ac' has been a source of 
trouble recently.  I rewrote it, installed the attached patch into the master 
branch, and am marking the bug as done.
[0001-Port-jpeg-configuration-to-Solaris-10-with-Sun-C.patch (text/x-patch, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20332; Package emacs. (Thu, 16 Apr 2015 16:41:01 GMT) Full text and rfc822 format available.

Message #24 received at 20332-done <at> debbugs.gnu.org (full text, mbox):

From: 白井彰 <okshirai <at> gmail.com>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: Akira Shirai <okshirai <at> gmail.com>, 20332-done <at> debbugs.gnu.org
Subject: Re: 24.5;
 With jpeg-6b configure says "WARNING: libjpeg found, but not version
 6b or later"
Date: Fri, 17 Apr 2015 01:40:21 +0900
The attached patch works.  Thanks.

% gzcat emacs-24.5.tar.gz | tar xfp -
% (cd emacs-24.5; mv configure configure.orig)
% (cd emacs-24.5; patch < ../0001-Port-jpeg-configuration-to-Solaris-10-with-Sun-C.patch)
patching file `configure.ac'
Hunk #1 succeeded at 3066 (offset -123 lines).
% (cd emacs-24.5; autoconf)
% (cd emacs-24.5; ./configure --with-gif=no | fgrep -i jpeg > configure_jpeg_emacs-24.5_20332)
% (cd emacs-24.5; cat -n config.log | sed -n '4673,4683p;4762,4785p')
  4673  configure:13845: checking for jpeglib 6b or later
  4674  configure:13878: cc -D_STDC_C99= -o conftest -I/usr/openwin/include -g -O -I/usr/openwin/include     -L/usr/openwin/lib conftest.c -lXext -lXmu -lXt -lSM -lICE -lX11 -lpthread -lsocket -lnsl  >&5
  4675  Undefined                       first referenced
  4676   symbol                             in file
  4677  jpeg_destroy_decompress             conftest.o
  4678  jpeg_CreateDecompress               conftest.o
  4679  ld: fatal: Symbol referencing errors. No output written to conftest
  4680  configure:13878: $? = 1
  4681  configure: failed program was:
  4682  | /* confdefs.h */
  4683  | #define PACKAGE_NAME "emacs"
  4762  | #define HAVE_XPM 1
  4763  | /* end confdefs.h.  */
  4764  | #undef HAVE_STDLIB_H /* Avoid config.h/jpeglib.h collision.  */
  4765  |             #include <stdio.h> /* jpeglib.h needs FILE and size_t.  */
  4766  |             #include <jpeglib.h>
  4767  |             #include <jerror.h>
  4768  |             char verify[JPEG_LIB_VERSION < 62 ? -1 : 1];
  4769  |             struct jpeg_decompress_struct cinfo;
  4770  |
  4771  | int
  4772  | main ()
  4773  | {
  4774  |
  4775  |             jpeg_create_decompress (&cinfo);
  4776  |             WARNMS (&cinfo, JWRN_JPEG_EOF);
  4777  |             jpeg_destroy_decompress (&cinfo);
  4778  |
  4779  |   ;
  4780  |   return 0;
  4781  | }
  4782  configure:13878: cc -D_STDC_C99= -o conftest -I/usr/openwin/include -g -O -I/usr/openwin/include     -L/usr/openwin/lib conftest.c -lXext -lXmu -lXt -lSM -lICE -lX11 -lpthread -lsocket -lnsl  -ljpeg >&5
  4783  configure:13878: $? = 0
  4784  configure:13889: result: -ljpeg
  4785  configure:13944: checking png.h usability

> 2015/04/16 10:37、Paul Eggert <eggert <at> cs.ucla.edu> のメール:
> 
> Thanks for the bug report.  This area of 'configure.ac' has been a source of trouble recently.  I rewrote it, installed the attached patch into the master branch, and am marking the bug as done.
> <0001-Port-jpeg-configuration-to-Solaris-10-with-Sun-C.patch>





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20332; Package emacs. (Thu, 16 Apr 2015 16:43:01 GMT) Full text and rfc822 format available.

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

From: 白井彰 <okshirai <at> gmail.com>
To: Glenn Morris <rgm <at> gnu.org>
Cc: Akira Shirai <okshirai <at> gmail.com>, 20332 <at> debbugs.gnu.org
Subject: Re: bug#20332: 24.5;
 With jpeg-6b configure says "WARNING: libjpeg found, but not version
 6b or later"
Date: Fri, 17 Apr 2015 01:42:36 +0900
Adding -Xs works.  Thanks.

$ cc -V
cc: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12
usage: cc [ options] files.  Use 'cc -flags' for details
$ cc -flags | egrep '^-E|^-Xs'
-E              Compile source through preprocessor only, output to stdout
-Xs             Compile assuming (pre-ANSI) K & R C style code

$ echo 'version 6b or later' > aaa_emacs-24.5.c; cc -E -Xs aaa_emacs-24.5.c
# 1 "aaa_emacs-24.5.c"
version 6b or later
$ echo $?
0

> 2015/04/16 2:59、Glenn Morris <rgm <at> gnu.org> のメール:
> 
> 
>> $ echo 'version 6b or later' > aaa_emacs-24.5.c; cc -E aaa_emacs-24.5.c
>> # 1 "aaa_emacs-24.5.c"
>> "aaa_emacs-24.5.c", line 1: invalid input token: 6b
>> version  6b or later
>> #ident "acomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12"
>> cc: acomp failed for aaa_emacs-24.5.c
>> $ echo $?
>> 2
> 
> Funnily enough, our own etc/PROBLEMS file used to contain a solution for
> this very issue:
> 
>    *** `configure' fails with ``"junk.c", line 660: invalid input token: 8.elc''
> 
>    The final stage of the Emacs configure process uses the C preprocessor
>    to generate the Makefiles.  Errors of this form can occur if the C
>    preprocessor inserts extra whitespace into its output.  The solution
>    is to find the switches that stop your preprocessor from inserting extra
>    whitespace, add them to CPPFLAGS, and re-run configure.  For example,
>    this error can occur on Solaris 10 when using the Sun Studio compiler
>    ``Sun C 5.8'' with its preprocessor CPP="/opt/SUNWspro/bin/cc -E".
>    The relevant switch in this case is "-Xs" (``compile assuming
>    (pre-ANSI) K & R C style code'').
> 
> And indeed adding -Xs seems to avoid the issue.
> 
> I don't think this is a real solution to this case,
> just a historical curiosity. :)





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 15 May 2015 11:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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