ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Проблемы с evolution-data-server
@ 2005-11-18  6:08 Alexey Rusakov
  2005-11-18  6:11 ` Alexey Rusakov
  2005-11-18  8:32 ` Mikhail Zabaluev
  0 siblings, 2 replies; 4+ messages in thread
From: Alexey Rusakov @ 2005-11-18  6:08 UTC (permalink / raw)
  To: ALT Devel discussion list

Доброго времени суток.

Собирая новый gnome-panel, налетаю на следующие грабли:

mkdir .libs
i586-alt-linux-gcc -pipe -Wall -O2 -march=i586 -mcpu=i686 -o 
.libs/clock-applet clock.o calendar-client.o calendar-sources.o 
-pthread  ../../libpanel-applet/.libs/libpanel-applet-2.so 
-L/usr/X11R6/lib -lgtk-x11-2.0 -lgnomeui-2 -lSM -lICE -lecal-1.2 
-ledataserverui-1.2
/usr/bin/ld: warning: libplc4.so, needed by 
/usr/bin/../lib/libedataserver-1.2.so.4, not found (try using -rpath or 
-rpath-link)
/usr/bin/ld: warning: libplds4.so, needed by 
/usr/bin/../lib/libedataserver-1.2.so.4, not found (try using -rpath or 
-rpath-link)
/usr/bin/ld: warning: libnspr4.so, needed by 
/usr/bin/../lib/libedataserver-1.2.so.4, not found (try using -rpath or 
-rpath-link)
/usr/bin/ld: warning: libssl3.so, needed by 
/usr/bin/../lib/libcamel-1.2.so.0, not found (try using -rpath or 
-rpath-link)
/usr/bin/ld: warning: libsmime3.so, needed by 
/usr/bin/../lib/libcamel-1.2.so.0, not found (try using -rpath or 
-rpath-link)
/usr/bin/ld: warning: libnss3.so, needed by 
/usr/bin/../lib/libcamel-1.2.so.0, not found (try using -rpath or 
-rpath-link)
/usr/bin/ld: warning: libsoftokn3.so, needed by 
/usr/bin/../lib/libcamel-1.2.so.0, not found (try using -rpath or 
-rpath-link)

Очевидно, проблема в том, что в вызове забыли прописать 
-L/usr/lib/mozilla . Mozilla стоит, последняя версия из Сизифа 
(1.7.12-alt3).
Что я делаю неправильно, и если не я, то на кого вешать баг (смутно 
догадываюсь об ответе)?

-- 
  Alexey "Ktirf" Rusakov


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] Проблемы с evolution-data-server
  2005-11-18  6:08 [devel] Проблемы с evolution-data-server Alexey Rusakov
@ 2005-11-18  6:11 ` Alexey Rusakov
  2005-11-18  8:32 ` Mikhail Zabaluev
  1 sibling, 0 replies; 4+ messages in thread
From: Alexey Rusakov @ 2005-11-18  6:11 UTC (permalink / raw)
  To: ALT Devel discussion list

Alexey Rusakov wrote:

>Собирая новый gnome-panel, налетаю на следующие грабли:
>
>mkdir .libs
>i586-alt-linux-gcc -pipe -Wall -O2 -march=i586 -mcpu=i686 -o 
>.libs/clock-applet clock.o calendar-client.o calendar-sources.o 
>-pthread  ../../libpanel-applet/.libs/libpanel-applet-2.so 
>-L/usr/X11R6/lib -lgtk-x11-2.0 -lgnomeui-2 -lSM -lICE -lecal-1.2 
>-ledataserverui-1.2
>/usr/bin/ld: warning: libplc4.so, needed by 
>/usr/bin/../lib/libedataserver-1.2.so.4, not found (try using -rpath or 
>-rpath-link)
>/usr/bin/ld: warning: libplds4.so, needed by 
>/usr/bin/../lib/libedataserver-1.2.so.4, not found (try using -rpath or 
>-rpath-link)
>/usr/bin/ld: warning: libnspr4.so, needed by 
>/usr/bin/../lib/libedataserver-1.2.so.4, not found (try using -rpath or 
>-rpath-link)
>/usr/bin/ld: warning: libssl3.so, needed by 
>/usr/bin/../lib/libcamel-1.2.so.0, not found (try using -rpath or 
>-rpath-link)
>/usr/bin/ld: warning: libsmime3.so, needed by 
>/usr/bin/../lib/libcamel-1.2.so.0, not found (try using -rpath or 
>-rpath-link)
>/usr/bin/ld: warning: libnss3.so, needed by 
>/usr/bin/../lib/libcamel-1.2.so.0, not found (try using -rpath or 
>-rpath-link)
>/usr/bin/ld: warning: libsoftokn3.so, needed by 
>/usr/bin/../lib/libcamel-1.2.so.0, not found (try using -rpath or 
>-rpath-link)
>  
>
Да, после этого, естественно, идёт каскад из unresolved reference.

-- 
  Alexey "Ktirf" Rusakov


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] Проблемы с evolution-data-server
  2005-11-18  6:08 [devel] Проблемы с evolution-data-server Alexey Rusakov
  2005-11-18  6:11 ` Alexey Rusakov
@ 2005-11-18  8:32 ` Mikhail Zabaluev
  2005-11-18 19:21   ` [devel] [JT] mozilla-devel is broken again Alexey Rusakov
  1 sibling, 1 reply; 4+ messages in thread
From: Mikhail Zabaluev @ 2005-11-18  8:32 UTC (permalink / raw)
  To: ALT Devel discussion list; +Cc: mozilla-devel

[-- Attachment #1: Type: text/plain, Size: 1002 bytes --]

В Птн, 18/11/2005 в 09:08 +0300, Alexey Rusakov пишет:
> Собирая новый gnome-panel, налетаю на следующие грабли:
> 
> mkdir .libs
> i586-alt-linux-gcc -pipe -Wall -O2 -march=i586 -mcpu=i686 -o 
> .libs/clock-applet clock.o calendar-client.o calendar-sources.o 
> -pthread  ../../libpanel-applet/.libs/libpanel-applet-2.so 
> -L/usr/X11R6/lib -lgtk-x11-2.0 -lgnomeui-2 -lSM -lICE -lecal-1.2 
> -ledataserverui-1.2
> /usr/bin/ld: warning: libplc4.so, needed by 
> /usr/bin/../lib/libedataserver-1.2.so.4, not found (try using -rpath or 
> -rpath-link)

Произошел очередной релиз mozilla, где это сломано, несмотря на
объяснения по почте, почему так просто убирать библиотеки из %_libdir не
надо.

Сейчас разбираюсь, как грамотнее прописать rpath в библиотеки при сборке
Mozilla.

[-- Attachment #2: Эта часть сообщения подписана цифровой подписью --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] [JT] mozilla-devel is broken again
  2005-11-18  8:32 ` Mikhail Zabaluev
@ 2005-11-18 19:21   ` Alexey Rusakov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Rusakov @ 2005-11-18 19:21 UTC (permalink / raw)
  To: ALT Devel discussion list

Mikhail Zabaluev wrote:

>В Птн, 18/11/2005 в 09:08 +0300, Alexey Rusakov пишет:
>  
>
>>Собирая новый gnome-panel, налетаю на следующие грабли:
>>
>>mkdir .libs
>>i586-alt-linux-gcc -pipe -Wall -O2 -march=i586 -mcpu=i686 -o 
>>.libs/clock-applet clock.o calendar-client.o calendar-sources.o 
>>-pthread  ../../libpanel-applet/.libs/libpanel-applet-2.so 
>>-L/usr/X11R6/lib -lgtk-x11-2.0 -lgnomeui-2 -lSM -lICE -lecal-1.2 
>>-ledataserverui-1.2
>>/usr/bin/ld: warning: libplc4.so, needed by 
>>/usr/bin/../lib/libedataserver-1.2.so.4, not found (try using -rpath or 
>>-rpath-link)
>>    
>>
>
>Произошел очередной релиз mozilla, где это сломано, несмотря на
>объяснения по почте, почему так просто убирать библиотеки из %_libdir не
>надо.
>  
>
Ну ёжкин кот...

-- 
  Alexey "Ktirf" Rusakov


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-18 19:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-18  6:08 [devel] Проблемы с evolution-data-server Alexey Rusakov
2005-11-18  6:11 ` Alexey Rusakov
2005-11-18  8:32 ` Mikhail Zabaluev
2005-11-18 19:21   ` [devel] [JT] mozilla-devel is broken again Alexey Rusakov

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

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


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