Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692554 - games-fps/darkplaces-20140513-r1 : ../.../jpeg.c:41:10: fatal error: jpeglib.h: No such file or directory
Summary: games-fps/darkplaces-20140513-r1 : ../.../jpeg.c:41:10: fatal error: jpeglib....
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-19 18:02 UTC by Toralf Förster
Modified: 2019-08-20 20:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.35 KB, text/plain)
2019-08-19 18:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,243.36 KB, text/plain)
2019-08-19 18:02 UTC, Toralf Förster
Details
environment (environment,100.90 KB, text/plain)
2019-08-19 18:02 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.98 KB, application/x-bzip)
2019-08-19 18:02 UTC, Toralf Förster
Details
games-fps:darkplaces-20140513-r1:20190819-062844.log (games-fps:darkplaces-20140513-r1:20190819-062844.log,33.21 KB, text/plain)
2019-08-19 18:02 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.63 KB, application/x-bzip)
2019-08-19 18:02 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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.