Bug#1066397: lgeneral: FTBFS: ../config.h:566:12: fatal error: direct.h: No such file or directory

Patrice Duroux patrice.duroux at gmail.com
Wed Nov 13 21:16:13 GMT 2024


Package: lgeneral
Version: 1.4.4-2
Followup-For: Bug #1066397
Control: tags -1 ftbfs

Hi,

Here is a small patch solves that this.
No sure that is the nicest way to do.

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.12-rc6-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages lgeneral depends on:
ii  lgc-pg           1.4.4-2
ii  lgeneral-data    1.1.1-1
ii  libc6            2.40-3
ii  libsdl-mixer1.2  1.2.12-19
ii  libsdl1.2debian  1.2.68-2+b1

lgeneral recommends no packages.

Versions of packages lgeneral suggests:
ii  game-data-packager  80

-- no debconf information
-------------- next part --------------
--- a/configure
+++ b/configure
@@ -5668,6 +5668,7 @@
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 #include <unistd.h>
+#include <sys/stat.h>
 int
 main ()
 {


More information about the Pkg-games-devel mailing list