ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Andrey Khavryuchenko <akhavr@kds.com.ua>
To: sisyphus@altlinux.ru
Subject: [sisyphus] gaim rebuild?
Date: Fri, 01 Apr 2005 14:10:59 +0300
Message-ID: <m3ekdurbuk.fsf@netmaster.kds.com.ua> (raw)

Hi!

Очередной апргейд вынес skype.  Попытка пересборки приводит к следующим
ругательствам:

if /bin/sh ../../libtool --silent --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../..  -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib/gaim/\" -I../../src  -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/mozilla-1.7.5/nss -I/usr/include/mozilla-1.7.5/nspr   -I/usr/include   -g -O2 -Wall -g3 -MT ssl-nss.lo -MD -MP -MF ".deps/ssl-nss.Tpo" -c -o ssl-nss.lo ssl-nss.c; \
then mv -f ".deps/ssl-nss.Tpo" ".deps/ssl-nss.Plo"; else rm -f ".deps/ssl-nss.Tpo"; exit 1; fi
ssl-nss.c:37:22: pk11func.h: No such file or directory
ssl-nss.c:39:20: secerr.h: No such file or directory
ssl-nss.c:40:20: secmod.h: No such file or directory
ssl-nss.c:41:17: ssl.h: No such file or directory
ssl-nss.c:42:20: sslerr.h: No such file or directory
ssl-nss.c:43:22: sslproto.h: No such file or directory
ssl-nss.c: In function `ssl_nss_init_nss':
ssl-nss.c:61: warning: implicit declaration of function `NSS_NoDB_Init'
ssl-nss.c:64: warning: implicit declaration of function `SECMOD_AddNewModule'
ssl-nss.c:72: warning: implicit declaration of function `NSS_SetDomesticPolicy'
ssl-nss.c: At top level:
ssl-nss.c:79: syntax error before "ssl_auth_cert"
ssl-nss.c:81: warning: return type defaults to `int'
ssl-nss.c: In function `ssl_auth_cert':
ssl-nss.c:82: `SECSuccess' undeclared (first use in this function)
ssl-nss.c:82: (Each undeclared identifier is reported only once
ssl-nss.c:82: for each function it appears in.)
ssl-nss.c: At top level:
ssl-nss.c:107: syntax error before "ssl_bad_cert"
ssl-nss.c:108: warning: return type defaults to `int'
ssl-nss.c: In function `ssl_bad_cert':
ssl-nss.c:109: `SECStatus' undeclared (first use in this function)
ssl-nss.c:109: syntax error before "status"
ssl-nss.c:113: `status' undeclared (first use in this function)
ssl-nss.c:115: warning: implicit declaration of function `PORT_GetError'
ssl-nss.c:119: `SEC_ERROR_INVALID_AVA' undeclared (first use in this function)
ssl-nss.c:120: `SEC_ERROR_INVALID_TIME' undeclared (first use in this function)
ssl-nss.c:121: `SEC_ERROR_BAD_SIGNATURE' undeclared (first use in this function)ssl-nss.c:122: `SEC_ERROR_EXPIRED_CERTIFICATE' undeclared (first use in this function)
ssl-nss.c:123: `SEC_ERROR_UNKNOWN_ISSUER' undeclared (first use in this function)
ssl-nss.c:124: `SEC_ERROR_UNTRUSTED_CERT' undeclared (first use in this function)
ssl-nss.c:125: `SEC_ERROR_CERT_VALID' undeclared (first use in this function)
ssl-nss.c:126: `SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE' undeclared (first use in this function)
ssl-nss.c:127: `SEC_ERROR_CRL_EXPIRED' undeclared (first use in this function)
ssl-nss.c:128: `SEC_ERROR_CRL_BAD_SIGNATURE' undeclared (first use in this function)
ssl-nss.c:129: `SEC_ERROR_EXTENSION_VALUE_INVALID' undeclared (first use in this function)
ssl-nss.c:130: `SEC_ERROR_CA_CERT_INVALID' undeclared (first use in this function)
ssl-nss.c:131: `SEC_ERROR_CERT_USAGES_INVALID' undeclared (first use in this function)
ssl-nss.c:132: `SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION' undeclared (first use in this function)
ssl-nss.c:133: `SECSuccess' undeclared (first use in this function)
ssl-nss.c:137: `SECFailure' undeclared (first use in this function)
ssl-nss.c: In function `ssl_nss_connect_cb':
ssl-nss.c:190: warning: implicit declaration of function `SSL_ImportFD'
ssl-nss.c:190: warning: assignment makes pointer from integer without a cast
ssl-nss.c:204: warning: implicit declaration of function `SSL_OptionSet'
ssl-nss.c:204: `SSL_SECURITY' undeclared (first use in this function)
ssl-nss.c:205: `SSL_HANDSHAKE_AS_CLIENT' undeclared (first use in this function)ssl-nss.c:207: warning: implicit declaration of function `SSL_AuthCertificateHook'
ssl-nss.c:208: `SSLAuthCertificate' undeclared (first use in this function)
ssl-nss.c:208: syntax error before "ssl_auth_cert"
ssl-nss.c:210: warning: implicit declaration of function `SSL_BadCertHook'
ssl-nss.c:210: `SSLBadCertHandler' undeclared (first use in this function)
ssl-nss.c:210: syntax error before "ssl_bad_cert"
ssl-nss.c:213: warning: implicit declaration of function `SSL_SetURL'
ssl-nss.c:215: warning: implicit declaration of function `SSL_ResetHandshake'
ssl-nss.c:217: warning: implicit declaration of function `SSL_ForceHandshake'
make[3]: *** [ssl-nss.lo] Error 1
make[3]: Leaving directory `/home/akhavr/RPM/BUILD/gaim-1.1.1/plugins/ssl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/akhavr/RPM/BUILD/gaim-1.1.1/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/akhavr/RPM/BUILD/gaim-1.1.1'
make: *** [all] Error 2
make: Leaving directory `/home/akhavr/RPM/BUILD/gaim-1.1.1'
ошибка: Неверный код возврата из /home/akhavr/tmp/rpm-tmp.38092 (%build)


Ошибки сборки пакетов:
    Неверный код возврата из /home/akhavr/tmp/rpm-tmp.38092 (%build)

Где рихтовать?


PS akhavr@netmaster /tmp # locate ssl.h
/usr/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h
/usr/include/mozilla/ldap/ldap_ssl.h
/usr/include/nss/ssl.h
/usr/include/openssl/kssl.h
/usr/include/openssl/ssl.h
...

-- 
Andrey V Khavryuchenko            http://www.kds.com.ua/
Silver Bullet Software Solutions  http://www.livejournal.com/~akhavr


             reply	other threads:[~2005-04-01 11:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-01 11:10 Andrey Khavryuchenko [this message]
2005-04-01 12:10 ` [sisyphus] " Andrey Khavryuchenko
2005-04-01 15:09   ` Andrey Khavryuchenko
2005-04-01 16:47     ` Michael Shigorin
2005-04-01 17:22       ` [sisyphus] Re: aim rebuild? Andrey Khavryuchenko
2005-04-01 17:27         ` Michael Shigorin
2005-04-01 17:59           ` Andrey Khavryuchenko
2005-04-01 18:28             ` Michael Shigorin
2005-04-02 18:11               ` Andrey Khavryuchenko
2005-04-01 17:08     ` [sisyphus] Re: gaim rebuild? Andrei Bulava
2005-04-02 18:10       ` Andrey Khavryuchenko
2005-04-01 22:08     ` Boldin Pavel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3ekdurbuk.fsf@netmaster.kds.com.ua \
    --to=akhavr@kds.com.ua \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git