Your message dated Sun, 2 Feb 2025 20:12:57 -0500
with message-id
<CAD+GYvyF=_fhcy8jz2strh1fbhekpgvbwvbsx9h59vdrbis...@mail.gmail.com>
and subject line Re: #include statements in packaged header files point to
wrong directory
has caused the Debian Bug report #620193,
regarding #include statements in packaged header files point to wrong directory
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
620193: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620193
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpoppler-dev
Version: 0.12.4-1.2
Justification: renders package unusable
Severity: grave
Tags: patch
Several header files in /usr/include/poppler/fofi and
/usr/include/poppler/splash include headers that are in
/usr/include/poppler/goo through lines of the form #include "goo/foobar.h"
These
lines are broken and need to be replaced with lines of the form #include
"../goo/foobar.h".
This can be fixed by running:
sed -i 's/#include "goo\//#include "..\/goo\//g' *h
inside usr/include/poppler/fofi and /usr/include/poppler/splash
-- System Information:
Debian Release: 6.0.1
APT prefers squeeze-updates
APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libpoppler-dev depends on:
ii libfontconfig1-dev 2.8.0-2.1 generic font configuration
library
ii libpoppler5 0.12.4-1.2 PDF rendering library
libpoppler-dev recommends no packages.
libpoppler-dev suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
The bug as described no longer exists in modern poppler.
Those files do have
#include "poppler_private_export.h"
which is in the parent directory. But I don't think there is actually
a problem here. If there is, please report this to the poppler
developers:
https://gitlab.freedesktop.org/poppler/poppler/-/issues
I'm closing this bug.
Thank you,
Jeremy BĂcha
--- End Message ---