Re: new errors



It looks to me as if you don't have openssl installed. Check for include/openssl or an directory named simularly. If you don't have these you will need to install openssl.

Cheers

Stef

Amarpreet Rattan wrote:

ok, I have aspell installed now.  However, I am getting the error

-----------------------------------------

c camel-tcp-stream-openssl.c  -fPIC -DPIC -o camel-tcp-stream-openssl.lo
In file included from /usr/include/openssl/ssl.h:179,
                from camel-tcp-stream-openssl.c:32:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
                from camel-tcp-stream-openssl.c:32:
/usr/include/openssl/kssl.h:132: parse error before "krb5_enctype"
/usr/include/openssl/kssl.h:134: parse error before "FAR"
/usr/include/openssl/kssl.h:135: parse error before '}' token
/usr/include/openssl/kssl.h:147: parse error before "kssl_ctx_setstring"
/usr/include/openssl/kssl.h:147: parse error before '*' token
/usr/include/openssl/kssl.h:148: parse error before '*' token
/usr/include/openssl/kssl.h:149: parse error before '*' token
/usr/include/openssl/kssl.h:149: parse error before '*' token
/usr/include/openssl/kssl.h:150: parse error before '*' token
/usr/include/openssl/kssl.h:151: parse error before "kssl_ctx_setprinc"
/usr/include/openssl/kssl.h:151: parse error before '*' token
/usr/include/openssl/kssl.h:153: parse error before "kssl_cget_tkt"
/usr/include/openssl/kssl.h:153: parse error before '*' token
/usr/include/openssl/kssl.h:155: parse error before "kssl_sget_tkt"
/usr/include/openssl/kssl.h:155: parse error before '*' token
/usr/include/openssl/kssl.h:157: parse error before "kssl_ctx_setkey"
/usr/include/openssl/kssl.h:157: parse error before '*' token
/usr/include/openssl/kssl.h:159: parse error before "context"
/usr/include/openssl/kssl.h:160: parse error before
"kssl_build_principal_2"
/usr/include/openssl/kssl.h:160: parse error before "context"
/usr/include/openssl/kssl.h:163: parse error before "kssl_validate_times"
/usr/include/openssl/kssl.h:163: parse error before "atime"
/usr/include/openssl/kssl.h:165: parse error before "kssl_check_authent"
/usr/include/openssl/kssl.h:165: parse error before '*' token
/usr/include/openssl/kssl.h:167: parse error before "enctype"
In file included from camel-tcp-stream-openssl.c:32:
/usr/include/openssl/ssl.h:909: parse error before "KSSL_CTX"
/usr/include/openssl/ssl.h:931: parse error before '}' token
camel-tcp-stream-openssl.c: In function `camel_tcp_stream_ssl_finalize':
camel-tcp-stream-openssl.c:126: dereferencing pointer to incomplete type
camel-tcp-stream-openssl.c:127: dereferencing pointer to incomplete type
camel-tcp-stream-openssl.c: In function `close_ssl_connection':
camel-tcp-stream-openssl.c:438: dereferencing pointer to incomplete type
camel-tcp-stream-openssl.c:439: dereferencing pointer to incomplete type
camel-tcp-stream-openssl.c: In function `ssl_verify':
camel-tcp-stream-openssl.c:657: dereferencing pointer to incomplete type
camel-tcp-stream-openssl.c: In function `open_ssl_connection':
camel-tcp-stream-openssl.c:750: dereferencing pointer to incomplete type
camel-tcp-stream-openssl.c:751: dereferencing pointer to incomplete type
make[6]: *** [camel-tcp-stream-openssl.lo] Error 1
make[6]: Leaving directory
`/home/builduser/garnome-0.27.1/gnome/evolution/work/main.d/evolution-1.4.4/camel'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory
`/home/builduser/garnome-0.27.1/gnome/evolution/work/main.d/evolution-1.4.4/camel'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/home/builduser/garnome-0.27.1/gnome/evolution/work/main.d/evolution-1.4.4'
make[3]: *** [all-recursive-am] Error 2
make[3]: Leaving directory
`/home/builduser/garnome-0.27.1/gnome/evolution/work/main.d/evolution-1.4.4'
make[2]: *** [build-work/main.d/evolution-1.4.4/Makefile] Error 2
make[2]: Leaving directory
`/home/builduser/garnome-0.27.1/gnome/evolution'
make[1]: *** [../../gnome/evolution/cookies/main.d/install] Error 2
make[1]: Leaving directory
`/home/builduser/garnome-0.27.1/meta/gnome-office'
make[1]: Entering directory
`/home/builduser/garnome-0.27.1/meta/gnome-power-tools'
[===== NOW BUILDING:    gnome-power-tools-0     =====]
       [fetch] complete for gnome-power-tools.
       [checksum] complete for gnome-power-tools.
       [extract] complete for gnome-power-tools.
       [patch] complete for gnome-power-tools.
       [configure] complete for gnome-power-tools.
       [build] complete for gnome-power-tools.
       [install] complete for gnome-power-tools.
make[1]: Leaving directory
`/home/builduser/garnome-0.27.1/meta/gnome-power-tool

I thought that maybe the error was localized to evolution but no.  I tried
to launch gnome-2.4 and no go.

Suggestions please?

amps.

On Sat, 27 Sep 2003, Bob Kashani wrote:

It's looking for the latest versions of aspell (0.50.3). You can get
rpms for them at:

http://ftp.redhat.com/pub/redhat/linux/rawhide/i386/RedHat/RPMS/

Those should work.

Evolution, abiword, and gaim might complain when you try to upgrade
though (if you have them installed). So you might need to upgrade those
too.

If you don't want to mess with upgrading aspell, evo., abi., etc. you
can install aspell in garnome with this garball:

http://www.ocf.berkeley.edu/~bobk/garnome/gar-aspell.tar.bz2

cp gar-aspell.tar.bz2 garnome-0.27.1/misc
cd garnome-0.27.1/misc
tar jxvf gar-aspell.tar.bz2
cd aspell
make install

Bob

On Sat, 2003-09-27 at 12:29, Amarpreet Rattan wrote:
First of all I would like to thank everyone for helping me with my
'checking for docbook-dtd412-xml... * ERROR *'.  I got passed that error!
Hurray!  I have noticed that this list is one of the better ones when it
comes to getting some help.

But there is a new one.  Here is the output

___________________________________________________________

checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  am az be bg cs da de el es fi fr
he hu it ja kn lt lv nl no pl pt pt_BR ru sk sr sr Latn sv ta tr uk wa vi
zh_CN
checking for new_aspell_config in -laspell... no
configure: error: gnome-spell cannot be built without aspell library
make[3]: *** [configure-work/main.d/gnome-spell-1.0.5/configure] Error 1
make[3]: Leaving directory
`/home/builduser/garnome-0.27.1/gnome/gnome-spell'
make[2]: *** [../../gnome/gnome-spell/cookies/main.d/install] Error 2
make[2]: Leaving directory
`/home/builduser/garnome-0.27.1/gnome/evolution'
make[1]: *** [../../gnome/evolution/cookies/main.d/install] Error 2
make[1]: Leaving directory
`/home/builduser/garnome-0.27.1/meta/gnome-office'
make[1]: Entering directory
`/home/builduser/garnome-0.27.1/meta/gnome-power-tools'
[===== NOW BUILDING:    gnome-power-tools-0     =====]
       [fetch] complete for gnome-power-tools.
       [checksum] complete for gnome-power-tools.
       [extract] complete for gnome-power-tools.
       [patch] complete for gnome-power-tools.
       [configure] complete for gnome-power-tools.
       [build] complete for gnome-power-tools.
       [install] complete for gnome-power-tools.
make[1]: Leaving directory
`/home/builduser/garnome-0.27.1/meta/gnome-power-tool

-------------------------------------------------------------------

My concern is the line

configure: error: gnome-spell cannot be built without aspell library

Now, i have the following aspell rpms installed

aspell-0.33.7.1-21
aspell-en-ca-0.33.7.1-21
aspell-en-gb-0.33.7.1-21
aspell-devel-0.33.7.1-21

Suggestions?

amps.

On Fri, 26 Sep 2003, Bob Kashani wrote:

Garnome doesn't use your systems libxml2. It should have built it
itself. Look in garnome-0.27.1/gnome/libxml2.

You might want to do what Michael suggested and rebuild libxml2 in
garnome. cd into garnome-0.27.1/gnome/libxml2 and do a 'make clean &&
make install'

Bob

On Fri, 2003-09-26 at 14:34, Amarpreet Rattan wrote:
Hmmmmmmmmmmmmmmmmmmmmmmmmmm.  I don't have the stock libxml2, the stock
redhat 9 one is libxml2-2.5.4-1 and i have libxml2-2.5.11-1.  Do you think
that is the problem?  I got this because I wanted to run the new galeon
and i installed the new ORBit2 which required me to update a whole bunch
of libraries, including libxml2.  I used apt-get to do all this.

I don't know if I should do that.  I mean, uninstalling libxml2 will break
a whole lot of dependencies.  I can do a force uninstall and just
reinstall.  Is that safe to do?

amps.

On Fri, 26 Sep 2003, Michael Closson wrote:

Hi,

Just a thought.

.../garnome/etc/xml/catalog is build by the buildDocBookCatalog script
that comes with libxml2.  I would recommend re installing libxml2 and
make sure that buildDocBookCatalog runs successfully (ie. it finds
DocBook DTD, ISO DocBook entities and the XSLT stylesheets).

Mike


On Fri, 2003-09-26 at 15:07, Bob Kashani wrote:
On Fri, 2003-09-26 at 13:03, Amarpreet Rattan wrote:
I am building garnome as a user in

/home/builduser/garnome-0.27.1/

I followed the instructions to cd into garnome-0.27.1/meta and run make
install.  Doing this has created a

/home/builduser/garnome
Nice to see someone follow the instructions for a change. :-)

directory with all the stuff in it. In this directory, there is NOT any
etc/xml stuff: that is, there does not exist a directory

/home/builduser/garnome/etc/xml

Maybe there is the problem?
I think that the garnome/etc/xml dir and files get created by
scrollkeeper once it finishes installing.

Try going into garnome-0.27.1/gnome/scrollkeeper and running a 'make
clean' then go back into meta/gnome-desktop and run 'make install'
again. Something may have gone wrong in the scrollkeeper dir.

Bob

amps.

On Fri, 26 Sep 2003, Bob Kashani wrote:

Do you have a $GARNOME/etc/xml/catalog and $GARNOME/etc/xml/docbook

Also, have you tried going into garnome-0.27.1/gnome/scrollkeeper and
running a 'make clean'?

Bob

On Fri, 2003-09-26 at 12:10, Amarpreet Rattan wrote:
I have checked all the dependencies on the site and i have them all.

amps

On Fri, 26 Sep 2003, Bob Kashani wrote:

Make sure that you have all of the dependencies installed.

http://www.ocf.berkeley.edu/~bobk/garnome/garnome-deps.txt

---------------------------------------------------

The relevant rpms I have installed are

docbook-utils-0.6.12-5
docbook-style-xsl-1.58.1-2
docbook-dtds-1.0-17
docbook-utils-pdf-0.6.12-5
docbook-style-dsssl-1.76-8
scrollkeeper-0.3.12-1
Do you have:

sgml-common

Bob

has anyone had/fixed this problem?

thanks,
amps.
--
Bob Kashani

--
garnome-list mailing list
garnome-list gnome org
http://mail.gnome.org/mailman/listinfo/garnome-list

--
Bob Kashani

--
Bob Kashani
--
garnome-list mailing list
garnome-list gnome org
http://mail.gnome.org/mailman/listinfo/garnome-list

--
Bob Kashani

--
garnome-list mailing list
garnome-list gnome org
http://mail.gnome.org/mailman/listinfo/garnome-list

--
Bob Kashani

--
garnome-list mailing list
garnome-list gnome org
http://mail.gnome.org/mailman/listinfo/garnome-list






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]