Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 692554

Summary: games-fps/darkplaces-20140513-r1 : ../.../jpeg.c:41:10: fatal error: jpeglib.h: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Games <games>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
games-fps:darkplaces-20140513-r1:20190819-062844.log
temp.tbz2

Description Toralf Förster gentoo-dev 2019-08-19 18:02:16 UTC
cc -MMD  -DDP_FS_BASEDIR=\""/usr/share/quake1"\" -Wall -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -Wmissing-prototypes -DLINK_TO_ZLIB -DLINK_TO_LIBJPEG  -D_FILE_OFFSET_BITS=64 -D__KERNEL_STRICT_NAMES -I../../../    -O2 -pipe -march=native -c ../../../image_png.c -o image_png.o
cc -MMD  -DDP_FS_BASEDIR=\""/usr/share/quake1"\" -Wall -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -Wmissing-prototypes -DLINK_TO_ZLIB -DLINK_TO_LIBJPEG  -D_FILE_OFFSET_BITS=64 -D__KERNEL_STRICT_NAMES -I../../../    -O2 -pipe -march=native -c ../../../jpeg.c -o jpeg.o
../../../jpeg.c:41:10: fatal error: jpeglib.h: No such file or directory
   41 | #include <jpeglib.h>
      |          ^~~~~~~~~~~
compilation terminated.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-20190815-154659

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *

java-config:
The following VMs are available for generation-2:


emerge -qpvO games-fps/darkplaces
[ebuild  N    ] games-fps/darkplaces-20140513-r1  USE="dedicated -alsa -cdinstall -cdsound -debug -demo -lights -opengl -oss -sdl -textures"
Comment 1 Toralf Förster gentoo-dev 2019-08-19 18:02:19 UTC
Created attachment 587512 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-08-19 18:02:22 UTC
Created attachment 587514 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-08-19 18:02:25 UTC
Created attachment 587516 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-08-19 18:02:28 UTC
Created attachment 587518 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-08-19 18:02:31 UTC
Created attachment 587520 [details]
games-fps:darkplaces-20140513-r1:20190819-062844.log
Comment 6 Toralf Förster gentoo-dev 2019-08-19 18:02:34 UTC
Created attachment 587522 [details]
temp.tbz2
Comment 7 James Le Cuirot gentoo-dev 2019-08-20 20:38:22 UTC
Notes to self:

* Even just building the dedicated server seems to require libjpeg.
* It's not respecting ${CC}.
* We should probably bump to a very much more recent beta release.