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 656413 - Unbuildable due to missing prio.h due to --disable-ssl
Unbuildable due to missing prio.h due to --disable-ssl
Status: RESOLVED DUPLICATE of bug 642984
Product: evolution-data-server
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-08-12 16:31 UTC by Luca Bruno
Modified: 2011-08-15 13:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luca Bruno 2011-08-12 16:31:13 UTC
Hello,
I'm compiling with:

./configure --prefix=/xxx/gnome2 --disable-gtk-doc --enable-vala-bindings --disable-goa --disable-ssl --disable-smime --disable-weather --disable-calendar

And I get the following error on make:

Making all in camel
make[2]: Entering directory `/xxx/evolution-data-server/camel'
make  all-recursive
make[3]: Entering directory `/xxx/evolution-data-server/camel'
Making all in .
make[4]: Entering directory `/xxx/evolution-data-server/camel'
  CC     libcamel_1_2_la-camel.lo
In file included from camel.h:124:0,
                 from camel.c:40:
../camel/camel-tcp-stream.h:47:18: fatal error: prio.h: No such file or directory
compilation terminated.
make[4]: *** [libcamel_1_2_la-camel.lo] Error 1
make[4]: Leaving directory `/xxx/evolution-data-server/camel'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/xxx/evolution-data-server/camel'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/xxx/evolution-data-server/camel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/xxx/evolution-data-server'
make: *** [all] Error 2

I see prio.h is included in nspr which is needed by --enable-ssl, so I thought libcamel need nspr, but I'm not sure.
Comment 1 Milan Crha 2011-08-15 13:51:35 UTC
Thanks for a bug report. The option was meant to be removed, as is stated in bug #642984, about which I forgot completely. I'm marking this as a duplicate of the older bug.

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