After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 101024 - art_config.h should be protected for multiple inclusion
art_config.h should be protected for multiple inclusion
Status: RESOLVED WONTFIX
Product: libart
Classification: Deprecated
Component: Other
2.3.9
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2002-12-12 14:37 UTC by Christian Marillat
Modified: 2011-08-25 04:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Christian Marillat 2002-12-12 14:37:12 UTC
Hi,

http://bugs.debian.org/171162

Like most header files, /usr/include/libart-2.0/\
libart_lgpl/art_config.h should contain the typical
protection mechanism for multiple inclusion, e.g.

#ifndef _ART_CONFIG_H_
#define _ART_CONFIG_H_

at the beginning and

#endif /* _ART_CONFIG_H_ */

at the end.
Comment 1 Alexander Larsson 2002-12-16 10:28:00 UTC
While it could use the protectors, in reality its only ever included
via  art_misc.h, so it shouldn't be a large issue.

A greater issue is that art_config.h contains arch-specific data, and
as such shouldn't be intalled in /usr/include but in /usr/lib.
Comment 2 Ondřej Surý 2004-04-20 11:45:10 UTC
Hi there,

is there any progress on that issue?

If I make patch to move this file to /usr/lib/ will you commit it to CVS?

Ondrej Sury
Debian maintainer of this package :-)
Comment 3 Akhil Laddha 2011-08-25 04:55:54 UTC
libart development has been stalled and it has been unmaintained now. 
Maintainers don't have future development plan so i am closing all the bugs as WONTFIX. Please feel free to reopen the bugs in future if anyone takes the responsibility for active development.