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 665416 - evolution-data-server-3.2.x fails to build when configured with --disable-ssl
evolution-data-server-3.2.x fails to build when configured with --disable-ssl
Status: RESOLVED DUPLICATE of bug 642984
Product: evolution-data-server
Classification: Platform
Component: general
3.2.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-12-02 17:19 UTC by Alexandre Rostovtsev
Modified: 2011-12-02 17:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Rostovtsev 2011-12-02 17:19:25 UTC
camel/camel-tcp-stream.h unconditionally #includes <prio.h> and uses symbols from it (e.g. PRFileDesc). However, if evolution-data-server is configured with ---disable-ssl, then nspr is not checked for and mozilla_nspr, MANUAL_NSPR_CFLAGS, and MANUAL_NSPR_LIBS are all undefined; as a result, compilation fails:

./configure --disable-ssl
make
[...]
In file included from camel.h:129:0,
                 from camel.c:40:
../camel/camel-tcp-stream.h:47:18: fatal error: prio.h: No such file or directory
compilation terminated
Comment 1 Matthew Barnes 2011-12-02 17:37:20 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 642984 ***