Skip to content

[regression] Gnome session update #1962 breaks build of v4l-utils #1974

Closed
wwwutz opened this issue Oct 13, 2020 · 2 comments
Closed

[regression] Gnome session update #1962 breaks build of v4l-utils #1974

wwwutz opened this issue Oct 13, 2020 · 2 comments

Comments

@wwwutz
Copy link
Collaborator

wwwutz commented Oct 13, 2020

libjpeg-turbo-1.5.3-0 breaks v4l-utils-0.8.5-0

In file included from jpeg_memsrcdest.c:23:0:
jpeg_memsrcdest.h:4:1: error: conflicting types for ‘jpeg_mem_src’
 jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
 ^~~~~~~~~~~~
In file included from jpeg_memsrcdest.c:21:0:
/usr/include/jpeglib.h:923:14: note: previous declaration of ‘jpeg_mem_src’ was here
 EXTERN(void) jpeg_mem_src (j_decompress_ptr cinfo,
              ^~~~~~~~~~~~
jpeg_memsrcdest.c:144:1: error: conflicting types for ‘jpeg_mem_src’
 jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
 ^~~~~~~~~~~~
In file included from jpeg_memsrcdest.c:21:0:
/usr/include/jpeglib.h:923:14: note: previous declaration of ‘jpeg_mem_src’ was here
 EXTERN(void) jpeg_mem_src (j_decompress_ptr cinfo,
              ^~~~~~~~~~~~
@wwwutz
Copy link
Collaborator Author

wwwutz commented Oct 13, 2020

libgphoto2 also

In file included from /dev/shm/mxqd/mnt/job/24600109/libgphoto2-2.5.0-0/buildroot/libgphoto2/libgphoto2-2.5.0-0/source/camlibs/ax203/jpeg_memsrcdest.c:25:0:
/dev/shm/mxqd/mnt/job/24600109/libgphoto2-2.5.0-0/buildroot/libgphoto2/libgphoto2-2.5.0-0/source/camlibs/ax203/jpeg_memsrcdest.h:4:1: error: conflicting types for ‘jpeg_mem_src’
 jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
 ^~~~~~~~~~~~
In file included from /dev/shm/mxqd/mnt/job/24600109/libgphoto2-2.5.0-0/buildroot/libgphoto2/libgphoto2-2.5.0-0/source/camlibs/ax203/jpeg_memsrcdest.c:23:0:
/usr/include/jpeglib.h:923:14: note: previous declaration of ‘jpeg_mem_src’ was here
 EXTERN(void) jpeg_mem_src (j_decompress_ptr cinfo,
              ^~~~~~~~~~~~
/dev/shm/mxqd/mnt/job/24600109/libgphoto2-2.5.0-0/buildroot/libgphoto2/libgphoto2-2.5.0-0/source/camlibs/ax203/jpeg_memsrcdest.c:146:1: error: conflicting types for ‘jpeg_mem_src’
 jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
 ^~~~~~~~~~~~
In file included from /dev/shm/mxqd/mnt/job/24600109/libgphoto2-2.5.0-0/buildroot/libgphoto2/libgphoto2-2.5.0-0/source/camlibs/ax203/jpeg_memsrcdest.c:23:0:
/usr/include/jpeglib.h:923:14: note: previous declaration of ‘jpeg_mem_src’ was here
 EXTERN(void) jpeg_mem_src (j_decompress_ptr cinfo,
              ^~~~~~~~~~~~
make[3]: *** [Makefile:2884: ax203/jpeg_memsrcdest.lo] Error 1

@pmenzel
Copy link
Collaborator

pmenzel commented Oct 13, 2020

I created the dedicated issue #1982.

@pmenzel pmenzel closed this as completed Oct 13, 2020
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants