Your message dated Mon, 31 Mar 2014 11:24:31 +0200
with message-id <[email protected]>
and subject line Re: Bug#743059: globus-common: Incorrect include directives 
for "globus_config.h"
has caused the Debian Bug report #743059,
regarding globus-common: Incorrect include directives for "globus_config.h"
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.)


-- 
743059: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743059
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: globus-common
Version: 14.10-2
Severity: important

See bug #730885:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730885

The following headers include globus_config.h:
dave@mx3210:~/debian/globus-common/globus-common-14.10/library$ grep 
"globus_config\.h" *.h
globus_common_include.h:#include "globus_config.h"
globus_release.h:#include "globus_config.h"
globus_thread.h:#include "globus_config.h"
globus_time.h:#include "globus_config.h"

I believe these need to change to

#include <globus/globus_config.h>


-- System Information:
Debian Release: jessie/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 3.14.0-rc8+ (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_CA.utf8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
sön 2014-03-30 klockan 11:47 -0400 skrev John David Anglin:
> Package: globus-common
> Version: 14.10-2
> Severity: important
> 
> See bug #730885:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730885
> 
> The following headers include globus_config.h:
> dave@mx3210:~/debian/globus-common/globus-common-14.10/library$ grep 
> "globus_config\.h" *.h
> globus_common_include.h:#include "globus_config.h"
> globus_release.h:#include "globus_config.h"
> globus_thread.h:#include "globus_config.h"
> globus_time.h:#include "globus_config.h"
> 
> I believe these need to change to
> 
> #include <globus/globus_config.h>

No, it should not.

None of the globus headers are in the default include
directory /usr/include directly, but in subdirectories. You need to
provide -I flags to the correct include directories when compiling code
using globus libraries. The preferred way to get the correct include
paths for your compilation is to use pkg-config. Hardcoding include
paths is not recommended since they might change. (They did change for
globus when multi-arch support was added. For those that were using
pkg-config this was seamless.)

$ pkg-config --cflags-only-I globus-common
-I/usr/include/globus -I/usr/include/x86_64-linux-gnu/globus  

Other ways to get the include paths are also possible, e.g. using the
the traditional globus-makefile-header command (which predates the
pkg-config support in globus). Using globus-makefile-header is
deprecated though, and this command is expected to be removed in the
next globus release.

        Mattias

Attachment: smime.p7s
Description: S/MIME cryptographic signature


--- End Message ---

Reply via email to