* [devel] Q: Как отключить rpm-build-python?
@ 2019-03-27 7:24 Sergey V Turchin
2019-03-27 7:33 ` Ivan A. Melnikov
0 siblings, 1 reply; 8+ messages in thread
From: Sergey V Turchin @ 2019-03-27 7:24 UTC (permalink / raw)
To: ALT Linux Team development discussions
Првиет!
У меня в пакете есть python3-скрипт для внутреннего использования, у котором
не нужен шебанг. В сборочную среду попадает ещё и rpm-build-python, который
выполняется с ошибкой, прерывающей сборку:
Traceback (most recent call last):
File "/usr/lib/rpm/python.req.py", line 230, in <module>
lis = parser.suite('\n'.join(lines)+'\n').tolist(line_info=1)
File "<string>", line 313
msgbox.exec()
^
SyntaxError: invalid syntax
find-requires: ERROR: /usr/lib/rpm/python.req failed
Как его выключить совсем?
--
Regards, Sergey.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Q: Как отключить rpm-build-python?
2019-03-27 7:24 [devel] Q: Как отключить rpm-build-python? Sergey V Turchin
@ 2019-03-27 7:33 ` Ivan A. Melnikov
2019-03-27 8:03 ` Sergey V Turchin
2019-03-27 8:28 ` Sergey V Turchin
0 siblings, 2 replies; 8+ messages in thread
From: Ivan A. Melnikov @ 2019-03-27 7:33 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Wed, Mar 27, 2019 at 10:24:10AM +0300, Sergey V Turchin wrote:
> Првиет!
>
> У меня в пакете есть python3-скрипт для внутреннего использования, у котором
> не нужен шебанг. В сборочную среду попадает ещё и rpm-build-python, который
> выполняется с ошибкой, прерывающей сборку:
> Traceback (most recent call last):
> File "/usr/lib/rpm/python.req.py", line 230, in <module>
> lis = parser.suite('\n'.join(lines)+'\n').tolist(line_info=1)
> File "<string>", line 313
> msgbox.exec()
> ^
> SyntaxError: invalid syntax
> find-requires: ERROR: /usr/lib/rpm/python.req failed
>
> Как его выключить совсем?
Что-то вроде
AutoReq: yes, nopython
для этого (под)пакета?
--
wbr,
iv m.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Q: Как отключить rpm-build-python?
2019-03-27 7:33 ` Ivan A. Melnikov
@ 2019-03-27 8:03 ` Sergey V Turchin
2019-03-27 12:04 ` Ivan Zakharyaschev
2019-03-27 8:28 ` Sergey V Turchin
1 sibling, 1 reply; 8+ messages in thread
From: Sergey V Turchin @ 2019-03-27 8:03 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Wednesday, 27 March 2019 10:33:33 MSK Ivan A wrote:
[...]
> AutoReq: yes, nopython
Работает, спасибо!
P.S.
Ни разу не пользовался, еще и забыл и не нагуглилось ничего. :-)
По AutoReq хотя бы гуглится.
--
Regards, Sergey.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Q: Как отключить rpm-build-python?
2019-03-27 7:33 ` Ivan A. Melnikov
2019-03-27 8:03 ` Sergey V Turchin
@ 2019-03-27 8:28 ` Sergey V Turchin
2019-03-27 9:07 ` Sergey V Turchin
2019-03-27 11:57 ` Vladimir D. Seleznev
1 sibling, 2 replies; 8+ messages in thread
From: Sergey V Turchin @ 2019-03-27 8:28 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Wednesday, 27 March 2019 10:33:33 MSK Ivan A wrote:
[...]
> > find-requires: ERROR: /usr/lib/rpm/python.req failed
> >
> > Как его выключить совсем?
>
> Что-то вроде
>
> AutoReq: yes, nopython
>
> для этого (под)пакета?
Потребовалось ещё отключение байт-компиляции
https://www.altlinux.org/
%D0%9E%D1%81%D0%BE%D0%B1%D0%B5%D0%BD%D0%BD%D0%BE%D1%81%D1%82%D0%B8_%D0%BD%D0%B0%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%D1%8F_%D1%81%D0%BF%D0%B5%D0%BA_%D1%84%D0%B0%D0%B9%D0%BB%D0%BE%D0%B2_%D0%B2_ALT_Linux#%D0%90%D0%B2%D1%82%D0%BE%D0%BC%D0%B0%D1%82%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0%D1%8F_%D0%BF%D0%B5%D1%80%D0%B5%D0%BA%D0%BE%D0%BC%D0%BF%D0%B8%D0%BB%D1%8F%D1%86%D0%B8%D1%8F_python-
%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D0%B5%D0%B9.
--
Regards, Sergey.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Q: Как отключить rpm-build-python?
2019-03-27 8:28 ` Sergey V Turchin
@ 2019-03-27 9:07 ` Sergey V Turchin
2019-03-27 11:57 ` Vladimir D. Seleznev
1 sibling, 0 replies; 8+ messages in thread
From: Sergey V Turchin @ 2019-03-27 9:07 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Wednesday, 27 March 2019 11:28:54 MSK Sergey V wrote:
[...]
> Потребовалось ещё отключение байт-компиляции
%define __python true
При этом python3 байткод не сделал.
--
Regards, Sergey.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Q: Как отключить rpm-build-python?
2019-03-27 8:28 ` Sergey V Turchin
2019-03-27 9:07 ` Sergey V Turchin
@ 2019-03-27 11:57 ` Vladimir D. Seleznev
1 sibling, 0 replies; 8+ messages in thread
From: Vladimir D. Seleznev @ 2019-03-27 11:57 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Wed, Mar 27, 2019 at 11:28:54AM +0300, Sergey V Turchin wrote:
> On Wednesday, 27 March 2019 10:33:33 MSK Ivan A wrote:
>
> [...]
> > > find-requires: ERROR: /usr/lib/rpm/python.req failed
> > >
> > > Как его выключить совсем?
> >
> > Что-то вроде
> >
> > AutoReq: yes, nopython
> >
> > для этого (под)пакета?
> Потребовалось ещё отключение байт-компиляции
> https://www.altlinux.org/
> %D0%9E%D1%81%D0%BE%D0%B1%D0%B5%D0%BD%D0%BD%D0%BE%D1%81%D1%82%D0%B8_%D0%BD%D0%B0%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%D1%8F_%D1%81%D0%BF%D0%B5%D0%BA_%D1%84%D0%B0%D0%B9%D0%BB%D0%BE%D0%B2_%D0%B2_ALT_Linux#%D0%90%D0%B2%D1%82%D0%BE%D0%BC%D0%B0%D1%82%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0%D1%8F_%D0%BF%D0%B5%D1%80%D0%B5%D0%BA%D0%BE%D0%BC%D0%BF%D0%B8%D0%BB%D1%8F%D1%86%D0%B8%D1%8F_python-
> %D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D0%B5%D0%B9.
https://lists.altlinux.org/pipermail/devel/2016-May/201405.html
--
С уважением,
Владимир Селезнев
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Q: Как отключить rpm-build-python?
2019-03-27 8:03 ` Sergey V Turchin
@ 2019-03-27 12:04 ` Ivan Zakharyaschev
2019-03-27 12:26 ` Sergey V Turchin
0 siblings, 1 reply; 8+ messages in thread
From: Ivan Zakharyaschev @ 2019-03-27 12:04 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 323 bytes --]
On Wed, 27 Mar 2019, Sergey V Turchin wrote:
> On Wednesday, 27 March 2019 10:33:33 MSK Ivan A wrote:
>
> [...]
> > AutoReq: yes, nopython
> Работает, спасибо!
Можно ещё на этот путь сказать %add_python3_path
Тогда он будет обрабатываться как Python3, а 2-ым python-ом обрабатыааться
не будет.
--
Best regards,
Ivan
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Q: Как отключить rpm-build-python?
2019-03-27 12:04 ` Ivan Zakharyaschev
@ 2019-03-27 12:26 ` Sergey V Turchin
0 siblings, 0 replies; 8+ messages in thread
From: Sergey V Turchin @ 2019-03-27 12:26 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Wednesday, 27 March 2019 15:04:58 MSK Ivan Zakharyaschev wrote:
> On Wed, 27 Mar 2019, Sergey V Turchin wrote:
> > On Wednesday, 27 March 2019 10:33:33 MSK Ivan A wrote:
> >
> > [...]
> >
> > > AutoReq: yes, nopython
> >
> > Работает, спасибо!
>
> Можно ещё на этот путь сказать %add_python3_path
>
> Тогда он будет обрабатываться как Python3, а 2-ым python-ом обрабатыааться
> не будет.
Именно этого не хватало, спасибо!
--
Regards, Sergey.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-03-27 12:26 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-27 7:24 [devel] Q: Как отключить rpm-build-python? Sergey V Turchin
2019-03-27 7:33 ` Ivan A. Melnikov
2019-03-27 8:03 ` Sergey V Turchin
2019-03-27 12:04 ` Ivan Zakharyaschev
2019-03-27 12:26 ` Sergey V Turchin
2019-03-27 8:28 ` Sergey V Turchin
2019-03-27 9:07 ` Sergey V Turchin
2019-03-27 11:57 ` Vladimir D. Seleznev
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