Opened 19 years ago

Closed 19 years ago

#3110 closed defect (worksforme)

BUG: evolution-data-server fails to compile

Reported by: Metaldeth@… Owned by: olegb@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

I have been trying to compile gpdf on my iBook G4 (Mac OS 10.3.9), and one of the dependency is the evolution-data-server port. But it fails to compile, as this error message shows :

camel.c:34:90: nss.h: No such file or directory camel.c:35:17: ssl.h: No such file or directory camel.c: In function `camel_shutdown': camel.c:55: warning: implicit declaration of function `NSS_Shutdown' camel.c: In function `camel_init': camel.c:87: warning: implicit declaration of function `NSS_InitReadWrite' camel.c:87: error: `SECFailure' undeclared (first use in this function) camel.c:87: error: (Each undeclared identifier is reported only once camel.c:87: error: for each function it appears in.) camel.c:89: warning: implicit declaration of function `NSS_NoDB_Init' camel.c:95: warning: implicit declaration of function `NSS_SetDomesticPolicy' camel.c:97: warning: implicit declaration of function `SSL_OptionSetDefault' camel.c:97: error: `SSL_ENABLE_SSL2' undeclared (first use in this function) camel.c:98: error: `SSL_ENABLE_SSL3' undeclared (first use in this function) camel.c:99: error: `SSL_ENABLE_TLS' undeclared (first use in this function) camel.c:100: error: `SSL_V2_COMPATIBLE_HELLO' undeclared (first use in this function) make[3]: * [camel.lo] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Warning: the following items did not execute (for evolution-data-server): com.apple.build

Thank you for your help. MH

Change History (5)

comment:1 Changed 19 years ago by jmpp@…

Owner: changed from darwinports-bugs@… to olegb@…
severity: majornormal

There's no reason to assign a severity other than Normal to a bug against a non-compiling port, unless it screws up the system in incredible ways, which is hardly the case. Also, please assign bugs to corresponding port maintainers. Thanks!

-jmpp

comment:2 Changed 19 years ago by snu@…

Summary: Evolution-data-server fails to compileBUG: evolution-data-server fails to compile

comment:3 Changed 19 years ago by olegb@…

please suply a full debugged log, and a list of ports installed.

I have build evolution-data-server on 10.3.9, anything on your side that could be causing the problem ?

comment:4 Changed 19 years ago by Metaldeth@…

(In reply to comment #2)

please suply a full debugged log, and a list of ports installed.

Here is the compile log :

---> Building evolution-data-server with target all DEBUG: Executing com.apple.build (evolution-data-server) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._Users_mohammad_darwinports_dports_gnome_evolution-data-server/work/evolution-data-server-1.2.0" && make all' make all-recursive Making all in libdb Making all in dist make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in libedataserver make[2]: Nothing to be done for `all'. Making all in servers Making all in groupwise make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in camel Making all in . if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../intl -DCAMEL_LIBEXECDIR=\""/opt/local/libexec"\" -DCAMEL_PROVIDERDIR=\""/opt/local/lib/evolution-data-server-1.2/camel-providers"\" -DG_LOG_DOMAIN=\"camel\" -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/mozilla-1.7.5/nss -I/opt/local/include/mozilla-1.7.5/nspr -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -Wall -Wmissing-prototypes -Wno-sign-compare -MT camel.lo -MD -MP -MF ".deps/camel.Tpo" \

-c -o camel.lo test -f 'camel.c' || echo './'camel.c; \

then mv -f ".deps/camel.Tpo" ".deps/camel.Plo"; \ else rm -f ".deps/camel.Tpo"; exit 1; \ fi

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../intl

-DCAMEL_LIBEXECDIR=\"/opt/local/libexec\" -DCAMEL_PROVIDERDIR=\"/opt/local/lib/evolution-data-server-1.2/camel-providers\" -DG_LOG_DOMAIN=\"camel\" -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/mozilla-1.7.5/nss -I/opt/local/include/mozilla-1.7.5/nspr -I/opt/local/include -L/opt/local/lib -no-cpp-pr ecomp -flat_namespace -undefined suppress -Wall -Wmissing-prototypes -Wno-sign-compare -MT camel.lo -MD -MP -MF .deps/camel.Tpo -c camel.c -fno-common -DPIC -o .libs/camel.o camel.c:34:90: nss.h: No such file or directory camel.c:35:17: ssl.h: No such file or directory camel.c: In function `camel_shutdown': camel.c:55: warning: implicit declaration of function `NSS_Shutdown' camel.c: In function `camel_init': camel.c:87: warning: implicit declaration of function `NSS_InitReadWrite' camel.c:87: error: `SECFailure' undeclared (first use in this function) camel.c:87: error: (Each undeclared identifier is reported only once camel.c:87: error: for each function it appears in.) camel.c:89: warning: implicit declaration of function `NSS_NoDB_Init' camel.c:95: warning: implicit declaration of function `NSS_SetDomesticPolicy' camel.c:97: warning: implicit declaration of function `SSL_OptionSetDefault' camel.c:97: error: `SSL_ENABLE_SSL2' undeclared (first use in this function) camel.c:98: error: `SSL_ENABLE_SSL3' undeclared (first use in this function) camel.c:99: error: `SSL_ENABLE_TLS' undeclared (first use in this function) camel.c:100: error: `SSL_V2_COMPATIBLE_HELLO' undeclared (first use in this function) make[3]: * [camel.lo] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2 Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/file._Users_mohammad_darwinports_dports_gnome_evolution-data-server/work/evolution-data-server-1.2.0" && make all" returned error 2 Command output: make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in camel Making all in . if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../intl -DCAMEL_LIBEXECDIR=\""/opt/local/libexec"\" -DCAMEL_PROVIDERDIR=\""/opt/local/lib/evolution-data-server-1.2/camel-providers"\" -DG_LOG_DOMAIN=\"camel\" -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/mozilla-1.7.5/nss -I/opt/local/include/mozilla-1.7.5/nspr -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -Wall -Wmissing-prototypes -Wno-sign-compare -MT camel.lo -MD -MP -MF ".deps/camel.Tpo" \

-c -o camel.lo test -f 'camel.c' || echo './'camel.c; \

then mv -f ".deps/camel.Tpo" ".deps/camel.Plo"; \ else rm -f ".deps/camel.Tpo"; exit 1; \ fi

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../intl

-DCAMEL_LIBEXECDIR=\"/opt/local/libexec\" -DCAMEL_PROVIDERDIR=\"/opt/local/lib/evolution-data-server-1.2/camel-providers\" -DG_LOG_DOMAIN=\"camel\" -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/mozilla-1.7.5/nss -I/opt/local/include/mozilla-1.7.5/nspr -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -Wall -Wmissing-prototypes -Wno-sign-compare -MT camel.lo -MD -MP -MF .deps/camel.Tpo -c camel.c -fno-common -DPIC -o .libs/camel.o camel.c:34:90: nss.h: No such file or directory camel.c:35:17: ssl.h: No such file or directory camel.c: In function `camel_shutdown': camel.c:55: warning: implicit declaration of function `NSS_Shutdown' camel.c: In function `camel_init': camel.c:87: warning: implicit declaration of function `NSS_InitReadWrite' camel.c:87: error: `SECFailure' undeclared (first use in this function) camel.c:87: error: (Each undeclared identifier is reported only once

camel.c:87: error: for each function it appears in.) camel.c:89: warning: implicit declaration of function `NSS_NoDB_Init' camel.c:95: warning: implicit declaration of function `NSS_SetDomesticPolicy' camel.c:97: warning: implicit declaration of function `SSL_OptionSetDefault' camel.c:97: error: `SSL_ENABLE_SSL2' undeclared (first use in this function) camel.c:98: error: `SSL_ENABLE_SSL3' undeclared (first use in this function) camel.c:99: error: `SSL_ENABLE_TLS' undeclared (first use in this function) camel.c:100: error: `SSL_V2_COMPATIBLE_HELLO' undeclared (first use in this function) make[3]: * [camel.lo] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Warning: the following items did not execute (for evolution-data-server): com.apple.activate com.apple.build com.apple.destroot com.apple.archive com.apple.install make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Warning: the following items did not execute (for evolution-data-server): com.apple.activate com.apple.build com.apple.destroot com.apple.archive com.apple.install

And this is the ports installed :

abiword2 2.2.7_0 (active)

antiword 0.36.1_0 (active) aspell 0.60.2_0 (active) aspell-dict-fr 0.50_0 (active) atk 1.9.0_0 atk 1.9.1_0 (active) audiofile 0.2.6_0 (active) autoconf 2.59_0 (active) automake 1.9.5_0 (active) bzip2 1.0.2_4 bzip2 1.0.3_0 (active) desktop-file-utils 0.8_0 (active) docbook-xml-scrollkeeper 4.2_0 (active) docbook-xsl 1.67.0_0 (active) enlightenment 0.16.7.2_0 (active) esound 0.2.35_1 (active) Eterm 0.9.3_0 (active)

expat 1.95.8_1 (active)

fontconfig 2.2.3_1 (active) freetype 2.1.9_1 (active) fribidi 0.10.4_1 (active) gconf 2.10.0_0+darwin_7 (active) gettext 0.14.3_1 (active) ghostscript 8.51_0 (active) glib2 2.6.2_1 glib2 2.6.4_1 (active) gmake 3.80_1 (active) gnome-backgrounds 2.10.0_0 (active) gnome-desktop 2.10.0_0 (active) gnome-icon-theme 2.10.0_0 (active) gnome-keyring 0.4.2_0 (active) gnome-mime-data 2.4.2_0 (active) gnome-themes 2.10.0_0 (active) gnome-vfs 2.10.0_0 (active) gtk-engines2 2.6.3_0 (active) gtk2 2.6.2_1 gtk2 2.6.7_0

gtk2 2.6.7_1 (active)

hicolor-icon-theme 0.5_0 (active) ImageMagick 6.2.0-6_0 (active) imlib2 1.1.0_0 (active) intltool 0.33_0 (active) jpeg 6b_0 (active) libart_lgpl 2.3.17_0 (active) libast 0.6.1_0 (active) libbonobo 2.8.1_0 (active) libbonoboui 2.8.1_0 (active) libglade2 2.5.1_1 (active) libgnome 2.10.0_0 (active) libgnomecanvas 2.10.0_0 (active) libgnomeui 2.10.0_0 (active) libiconv 1.9.2_1 (active) libidl 0.8.5_0 (active) libpng 1.2.8_1 (active) libsdl 1.2.8_2 (active) libsoup 2.2.2_0 (active) libtool 1.5.14_0

libtool 1.5.16_0

libtool 1.5.18_0 (active) libwnck 2.10.0_0 (active) libxml2 2.6.16_0 (active) libxslt 1.1.12_0 (active) mozilla 1.7.5_0 (active) MPlayer 1.0pre7_0 (active) nano 1.2.5_0 (active) orbit2 2.12.1_0+darwin_7 (active) p5-xml-parser 2.34_3 (active) pango 1.8.0_0 pango 1.8.1_0 (active) pcre 5.0_0 (active) perl5.8 5.8.6_1 (active) pkgconfig 0.17.2_0 pkgconfig 0.17.2_1 (active) popt 1.7_3 (active) render 0.8_2 (active) scrollkeeper 0.3.14_0 (active) shared-mime-info 0.15_0 (active) startup-notification 0.8_0 (active) tiff 3.7.1_0 (active) windowmaker 0.91.0_0 (active) xephem 3.6.4_0 (active) Xft2 2.1.6_0 (active) xrender 0.8.4_0 (active) zip 2.31_0 (active) zlib 1.2.2_1 (active)

I hope this will help. Thank you.

comment:5 Changed 19 years ago by olegb@…

Resolution: worksforme
Status: newclosed

closing bug - ECANNOTREPRODUCE

the ports in question have been bumped and if this problem *still* exists - please report it again.

thanks!

Note: See TracTickets for help on using tickets.