* [Comm] RPATH & ":"
@ 2002-11-29 7:36 Smirnov Alexey
2002-12-01 1:00 ` Dmitry V. Levin
2002-12-02 10:27 ` Sergey V. Turchin
0 siblings, 2 replies; 3+ messages in thread
From: Smirnov Alexey @ 2002-11-29 7:36 UTC (permalink / raw)
To: ALTCommunity
Hello All!
Собираю пакет ksensors-0.7-1.src.rpm, все нормально собирается,
но в самом конце сборки появляется такая ошибка:
...
Verifying ELF objects in /home/smirnov/tmp/ksensors-buildroot (normal)
./usr/bin/ksensors: RPATH contains ":": /usr/lib:/usr/lib/qt3/lib:/usr/X11R6/lib
насколько я понял это возвращает скрипт /usr/lib/rpm/verify_elf (который
вызывается из /usr/lib/rpm/brp-verify-elf). внутри него есть переменная:
info=$(objdump -p "$f") и дальше в ней смотрится строка RPATH.
дальше идут разные проверки, одну из которых у меня и не проходит.
Вопрос - что такое RPATH и почему в ней нельзя иметь ":" ?
и что исправить чтобы собралось rpm ?
Спасибо.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] RPATH & ":"
2002-11-29 7:36 [Comm] RPATH & ":" Smirnov Alexey
@ 2002-12-01 1:00 ` Dmitry V. Levin
2002-12-02 10:27 ` Sergey V. Turchin
1 sibling, 0 replies; 3+ messages in thread
From: Dmitry V. Levin @ 2002-12-01 1:00 UTC (permalink / raw)
To: ALT Linux general discussion list
[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]
On Fri, Nov 29, 2002 at 12:36:25PM +0500, Smirnov Alexey wrote:
> Собираю пакет ksensors-0.7-1.src.rpm, все нормально собирается,
> но в самом конце сборки появляется такая ошибка:
>
> ...
> Verifying ELF objects in /home/smirnov/tmp/ksensors-buildroot (normal)
> ./usr/bin/ksensors: RPATH contains ":": /usr/lib:/usr/lib/qt3/lib:/usr/X11R6/lib
>
> насколько я понял это возвращает скрипт /usr/lib/rpm/verify_elf (который
> вызывается из /usr/lib/rpm/brp-verify-elf). внутри него есть переменная:
>
> info=$(objdump -p "$f") и дальше в ней смотрится строка RPATH.
> дальше идут разные проверки, одну из которых у меня и не проходит.
>
> Вопрос - что такое RPATH и почему в ней нельзя иметь ":" ?
> и что исправить чтобы собралось rpm ?
В документации к rpm (/usr/share/doc/rpm-4.0.4/README.ALT-ru_RU.KOI8-R)
написано, как регулировать степень тщательности этой проверки.
Если собираете пакет для собственных нужд (а не с перспективой включения в
Сизиф), можете не задумываясь ослабить строгость проверки на rpath.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] RPATH & ":"
2002-11-29 7:36 [Comm] RPATH & ":" Smirnov Alexey
2002-12-01 1:00 ` Dmitry V. Levin
@ 2002-12-02 10:27 ` Sergey V. Turchin
1 sibling, 0 replies; 3+ messages in thread
From: Sergey V. Turchin @ 2002-12-02 10:27 UTC (permalink / raw)
To: community
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
В сообщении от 29 Ноябрь 2002 10:36 Smirnov Alexey написал:
> Hello All!
>
> Собираю пакет ksensors-0.7-1.src.rpm, все нормально собирается,
> но в самом конце сборки появляется такая ошибка:
>
> ...
> Verifying ELF objects in /home/smirnov/tmp/ksensors-buildroot
> (normal) ./usr/bin/ksensors: RPATH contains ":":
> /usr/lib:/usr/lib/qt3/lib:/usr/X11R6/lib
>
> насколько я понял это возвращает скрипт /usr/lib/rpm/verify_elf
> (который вызывается из /usr/lib/rpm/brp-verify-elf). внутри него есть
> переменная:
>
> info=$(objdump -p "$f") и дальше в ней смотрится строка RPATH.
> дальше идут разные проверки, одну из которых у меня и не проходит.
>
> Вопрос - что такое RPATH и почему в ней нельзя иметь ":" ?
> и что исправить чтобы собралось rpm ?
configure --disable-rpath
- --
Regards, ZerG
### http://altlinux.ru ### ALT Linux Team ### zerg@altlinux.ru ###
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE96zV5+zBIrxwqPwgRAostAJ9dqmkvW0opsX+ifcMW0Gji1J37hwCglGaL
82rzEMgfIjyEe3Gw2UH8uZ4=
=Zzr7
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-12-02 10:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-29 7:36 [Comm] RPATH & ":" Smirnov Alexey
2002-12-01 1:00 ` Dmitry V. Levin
2002-12-02 10:27 ` Sergey V. Turchin
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git