* Re: [Comm] Macro %python_sitelibdir not found
@ 2006-10-18 7:52 ` Damir Shayhutdinov
0 siblings, 1 reply; 5+ messages in thread
From: Damir Shayhutdinov @ 2006-10-18 7:52 UTC (permalink / raw)
To: ALT Linux Community
> Здравствуйте!
> необходимо собрать новый fetchmail, но он вот так вот ругается:
>
> [sf@mserver 1]$ rpm --rebuild fetchmail-6.3.5-alt1.src.rpm
> Устанавливается fetchmail-6.3.5-alt1.src.rpm
> ошибка: Macro %python_sitelibdir not found
> ошибка: строка 159: %python_sitelibdir/*
>
> Что такое с макросом и как лечить?
apt-get install rpm-build-python
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Macro %python_sitelibdir not found
@ 2006-10-18 8:55 ` Damir Shayhutdinov
0 siblings, 1 reply; 5+ messages in thread
From: Damir Shayhutdinov @ 2006-10-18 8:55 UTC (permalink / raw)
To: ALT Linux Community
> > > [sf@mserver 1]$ rpm --rebuild fetchmail-6.3.5-alt1.src.rpm
> > > Устанавливается fetchmail-6.3.5-alt1.src.rpm
> > > ошибка: Macro %python_sitelibdir not found
> > > ошибка: строка 159: %python_sitelibdir/*
rpm --showrc | grep python_sitelibdir что говорит?
Может быть, в старых дистрибутивах этого еще не было.
Тогда надо в спеке добавить
%define python_sitelibdir %python_libdir/site-packages
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Macro %python_sitelibdir not found
@ 2006-10-18 10:20 ` Motsyo Gennadi aka Drool
0 siblings, 1 reply; 5+ messages in thread
From: Motsyo Gennadi aka Drool @ 2006-10-18 10:20 UTC (permalink / raw)
To: ALT Linux Community
[-- Attachment #1: Type: text/plain, Size: 514 bytes --]
"Yury Konovalov" <speccyfan@gmail.com> wrote:
> Да этого нету у меня (Master2.4) установил src пакет
> добавил в спек строчку, которую Вы указали.
> и все равно :(
>
> [sf@mserver SPECS]$ rpmbuild -bb fetchmail.spec
> ошибка: Macro %python_libdir not found
> 0< %python_libdir/site-packages
> ошибка: строка 161: %python_libdir/site-packages
Вообще-то похоже что не стоит -devel питона... Или этот макрос в
rpm-build-pyton раскрывается? На крайняк - вместо макроса вбить руками прямой
каталок...
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Macro %python_sitelibdir not found
@ 2006-10-18 11:01 ` Michael Shigorin
0 siblings, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2006-10-18 11:01 UTC (permalink / raw)
To: ALT Linux Community
On Wed, Oct 18, 2006 at 01:47:19PM +0300, Yury Konovalov wrote:
> в общем прописал в спеке полный путь:
> %define python_sitelibdir /usr/lib/python2.3/site-packages
> и все собралось. Спасибо всем за помощь!!!
Для 2.4 может иметь смысл собирать исходя из (посмотрел)
SRPMS.updates/fetchmail-6.2.5.5-alt1.M24.0.src.rpm
Там что, опять дырок понаходили? -- тогда стоит и в
/incoming/updates/2.4 забросить.
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Macro %python_sitelibdir not found
@ 2006-10-18 11:15 ` Michael Shigorin
0 siblings, 0 replies; 5+ messages in thread
From: Michael Shigorin @ 2006-10-18 11:15 UTC (permalink / raw)
To: ALT Linux Community
[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]
On Wed, Oct 18, 2006 at 02:08:27PM +0300, Yury Konovalov wrote:
> >> в общем прописал в спеке полный путь:
> >> %define python_sitelibdir /usr/lib/python2.3/site-packages
> >> и все собралось. Спасибо всем за помощь!!!
> >Для 2.4 может иметь смысл собирать исходя из (посмотрел)
> >SRPMS.updates/fetchmail-6.2.5.5-alt1.M24.0.src.rpm
> >Там что, опять дырок понаходили? -- тогда стоит и в
> >/incoming/updates/2.4 забросить.
> Честно говоря по поводу дырок не знаю, просто я забираю
> фечмайлом почту для своего домена через минский шлюз, они там
> обновили постфикс еще мож что и со старыми версиями фечмайла
> все перестало работать, поэтому поступило указание всем
> обновиться до 6.3.5, заметь не 6.2.5.5 (!)
А, ну тогда в /incoming/backports/2.4 можно. Потому как в 6.2
больше дырок пока вроде не находили (известные запатчены), а вот
в 6.3 одна была: http://secunia.com/advisories/18571/ (в сизифе
опять же текущий/исправленный лежит 6.3.5).
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-10-18 11:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-18 7:52 ` [Comm] Macro %python_sitelibdir not found Damir Shayhutdinov
2006-10-18 8:55 ` Damir Shayhutdinov
2006-10-18 10:20 ` Motsyo Gennadi aka Drool
2006-10-18 11:01 ` Michael Shigorin
2006-10-18 11:15 ` Michael Shigorin
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