* [devel] Странное сообщение при локальной сборке
@ 2016-05-29 11:50 Hihin Ruslan
2016-05-29 19:13 ` Ivan Zakharyaschev
0 siblings, 1 reply; 3+ messages in thread
From: Hihin Ruslan @ 2016-05-29 11:50 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 2056 bytes --]
Здравствуйте,
Пытаюсь собрать локально в хэшере новую версию wallpapoz,
прикладываю потихоньку патчи от Федоры, но тут получил странное
сообщение (см ниже). Ну переменную в 229-й строке я посмитрю, но
что означает:
"find-requires: ERROR: /usr/lib/rpm/python.req failed
error: /bin/sh failed
error: Failed to find Requires"
Кусочек лога:
"Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8WUdxa
find-provides: running scripts
(alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kgkpho
find-requires: running scripts
(cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
python.req:
ERROR: /usr/src/tmp/wallpapoz-buildroot/usr/bin/wallpapoz:
unexpected indent (line 229)
Traceback (most recent call last):
File "/usr/lib/rpm/python.req.py", line 222, in <module>
lis = parser.suite('\n'.join(lines)+'\n').tolist(line_info=1)
File "<string>", line 229
if (not pathlist) or (not length_of_path_list) :
^
IndentationError: unexpected indent
find-requires: ERROR: /usr/lib/rpm/python.req failed
error: /bin/sh failed
error: Failed to find Requires
RPM build errors:
/bin/sh failed
Failed to find Requires
Command exited with non-zero status 1
0.45user 0.27system 0:02.52elapsed 28%CPU (0avgtext+0avgdata
31092maxresident)k
0inputs+0outputs (0major+76769minor)pagefaults 0swaps
hsh-rebuild: rebuild of `pkg.tar' failed."
--
А ещё говорят так (fortune):
- От чего происходят болезни? - Все болезни от нервов, только
сифилис от удовольствия.
________________________________________________________________________
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [devel] Странное сообщение при локальной сборке
2016-05-29 11:50 [devel] Странное сообщение при локальной сборке Hihin Ruslan
@ 2016-05-29 19:13 ` Ivan Zakharyaschev
2016-05-29 21:05 ` Hihin Ruslan
0 siblings, 1 reply; 3+ messages in thread
From: Ivan Zakharyaschev @ 2016-05-29 19:13 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 2327 bytes --]
On Sun, 29 May 2016, Hihin Ruslan wrote:
> Пытаюсь собрать локально в хэшере новую версию wallpapoz,
> прикладываю потихоньку патчи от Федоры, но тут получил странное
> сообщение (см ниже). Ну переменную в 229-й строке я посмитрю, но
> что означает:
> "find-requires: ERROR: /usr/lib/rpm/python.req failed
> error: /bin/sh failed
> error: Failed to find Requires"
Применяемый (для поиска зависимостей) парсер питона не смог распарсить
успешно исходник из собираемого пакета. Конкретнее: ошибка вызвана 229-ой
строкой /usr/bin/wallpapoz . Там отступ плохой оказался. (Возможно,
/usr/bin/python так же не сможет исполнить файл /usr/bin/wallpapoz .)
> Кусочек лога:
>
> "Finding Provides (using /usr/lib/rpm/find-provides)
> Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8WUdxa
> find-provides: running scripts
> (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell)
> Finding Requires (using /usr/lib/rpm/find-requires)
> Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kgkpho
> find-requires: running scripts
> (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
> python.req:
> ERROR: /usr/src/tmp/wallpapoz-buildroot/usr/bin/wallpapoz:
> unexpected indent (line 229)
> Traceback (most recent call last):
> File "/usr/lib/rpm/python.req.py", line 222, in <module>
> lis = parser.suite('\n'.join(lines)+'\n').tolist(line_info=1)
> File "<string>", line 229
> if (not pathlist) or (not length_of_path_list) :
> ^
> IndentationError: unexpected indent
Вот здесь оно.
Best regards,
Ivan
> find-requires: ERROR: /usr/lib/rpm/python.req failed
> error: /bin/sh failed
> error: Failed to find Requires
>
>
> RPM build errors:
> /bin/sh failed
> Failed to find Requires
> Command exited with non-zero status 1
> 0.45user 0.27system 0:02.52elapsed 28%CPU (0avgtext+0avgdata
> 31092maxresident)k
> 0inputs+0outputs (0major+76769minor)pagefaults 0swaps
> hsh-rebuild: rebuild of `pkg.tar' failed."
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [devel] Странное сообщение при локальной сборке
2016-05-29 19:13 ` Ivan Zakharyaschev
@ 2016-05-29 21:05 ` Hihin Ruslan
0 siblings, 0 replies; 3+ messages in thread
From: Hihin Ruslan @ 2016-05-29 21:05 UTC (permalink / raw)
To: devel, ALT discussions
[-- Attachment #1: Type: text/plain, Size: 1345 bytes --]
Здравствуйте Ivan Zakharyaschev
В сообщении от 29 мая 2016 Ivan Zakharyaschev написал(a):
> Применяемый (для поиска зависимостей) парсер питона не смог
> распарсить успешно исходник из собираемого пакета. Конкретнее:
> ошибка вызвана 229-ой строкой /usr/bin/wallpapoz . Там отступ
> плохой оказался.
Спасибо, вначале забыл про "отступозависимость" питона. Считай
весь день в патчах правильно отступы расставлял, потом плюнул, и
сделал один патч.
На проверку, что смысл не испортил, и всё работает как надо, уже
сил нет. ;-)
http://git.altlinux.org/tasks/165252/
Должно будет с минуты на минуту собраться. Кому интересно, можно
потестировать.
--
А ещё говорят так (fortune):
It's hard to argue that God hated Oklahoma. If He didn't, why is
it so close to Texas?
________________________________________________________________________
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-29 21:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-29 11:50 [devel] Странное сообщение при локальной сборке Hihin Ruslan
2016-05-29 19:13 ` Ivan Zakharyaschev
2016-05-29 21:05 ` Hihin Ruslan
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