ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Macros not found
@ 2009-12-14 14:46 Павел Скрылёв
  2009-12-14 18:27 ` Igor Zubkov
  2009-12-15 18:17 ` Michael Shigorin
  0 siblings, 2 replies; 10+ messages in thread
From: Павел Скрылёв @ 2009-12-14 14:46 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

Приветствую всех,

собственно пытаюсь собрать некий перловый модуль и вот такие ошибки
при сборке появляется:

RPM build errors:
    Macro %make_build not found
    Macro %make_install not found
    Macro %_man1dir not found
    Macro %_man3dir not found
    Macro %_man3dir not found
    Bad exit status from /usr/src/tmp/rpm-tmp.22630 (%prep)
Command exited with non-zero status 1

Не ясно откуда они, т.к. все rpm-macros стоят. spec прицепом сунул.

Павел

[-- Attachment #2: perl-Expect-Simple.spec --]
[-- Type: application/octet-stream, Size: 2217 bytes --]

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

* Re: [sisyphus] Macros not found
  2009-12-14 14:46 [sisyphus] Macros not found Павел Скрылёв
@ 2009-12-14 18:27 ` Igor Zubkov
  2009-12-15 17:36   ` Павел Скрылёв
  2009-12-15 18:17 ` Michael Shigorin
  1 sibling, 1 reply; 10+ messages in thread
From: Igor Zubkov @ 2009-12-14 18:27 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

14 декабря 2009 г. 16:46 пользователь Павел Скрылёв написал:
> Приветствую всех,
>
> собственно пытаюсь собрать некий перловый модуль и вот такие ошибки
> при сборке появляется:
>
> RPM build errors:
>    Macro %make_build not found
>    Macro %make_install not found
>    Macro %_man1dir not found
>    Macro %_man3dir not found
>    Macro %_man3dir not found
>    Bad exit status from /usr/src/tmp/rpm-tmp.22630 (%prep)
> Command exited with non-zero status 1
>
> Не ясно откуда они, т.к. все rpm-macros стоят. spec прицепом сунул.

У Вас или сильно сломанный альт или даже не он. Так как макрос
%_man1dir определён в /usr/lib/rpm/i586-alt-linux/macros:
$ rpm -qf /usr/lib/rpm/i586-alt-linux/macros
rpm-4.0.4-alt98.24
$

-- 
Igor Zubkov
http://hi.im/ice

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

* Re: [sisyphus] Macros not found
  2009-12-14 18:27 ` Igor Zubkov
@ 2009-12-15 17:36   ` Павел Скрылёв
  2009-12-15 18:07     ` Павел Скрылёв
  2009-12-15 18:20     ` Andrey Rahmatullin
  0 siblings, 2 replies; 10+ messages in thread
From: Павел Скрылёв @ 2009-12-15 17:36 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Стоит сей файл, но почему-то не цепляется макрос %(

Но я подозреваю, почему он не цпеляется, у емня платформа x86_64, а в
нём такого файла нету. Щас попробую скопировать =)

Павел

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

* Re: [sisyphus] Macros not found
  2009-12-15 17:36   ` Павел Скрылёв
@ 2009-12-15 18:07     ` Павел Скрылёв
  2009-12-15 18:17       ` Michael Shigorin
  2009-12-15 18:20     ` Andrey Rahmatullin
  1 sibling, 1 reply; 10+ messages in thread
From: Павел Скрылёв @ 2009-12-15 18:07 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Вообщем, как оказалось, простого копирования сего файла в папку
x86_64-alt-linux/ оказалось недостаточно. Как можно включить макросы
для сей платформы?

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

* Re: [sisyphus] Macros not found
  2009-12-15 18:07     ` Павел Скрылёв
@ 2009-12-15 18:17       ` Michael Shigorin
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Shigorin @ 2009-12-15 18:17 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Tue, Dec 15, 2009 at 09:07:27PM +0300, Павел Скрылёв wrote:
> Вообщем, как оказалось, простого копирования сего файла в папку
> x86_64-alt-linux/ оказалось недостаточно. Как можно включить
> макросы для сей платформы?

Верните назад то, что только что сломали.  Проблема не в том.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [sisyphus] Macros not found
  2009-12-14 14:46 [sisyphus] Macros not found Павел Скрылёв
  2009-12-14 18:27 ` Igor Zubkov
@ 2009-12-15 18:17 ` Michael Shigorin
  2009-12-16 17:00   ` Павел Скрылёв
  1 sibling, 1 reply; 10+ messages in thread
From: Michael Shigorin @ 2009-12-15 18:17 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Mon, Dec 14, 2009 at 05:46:37PM +0300, Павел Скрылёв wrote:
> собственно пытаюсь собрать некий перловый модуль и вот такие
> ошибки при сборке появляется:
> RPM build errors:
>     Macro %make_build not found
>     Macro %make_install not found
>     Macro %_man1dir not found
>     Macro %_man3dir not found
>     Macro %_man3dir not found
>     Bad exit status from /usr/src/tmp/rpm-tmp.22630 (%prep)

rpm -qa | grep rpm

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [sisyphus] Macros not found
  2009-12-15 17:36   ` Павел Скрылёв
  2009-12-15 18:07     ` Павел Скрылёв
@ 2009-12-15 18:20     ` Andrey Rahmatullin
  2009-12-15 18:25       ` Michael Shigorin
  1 sibling, 1 reply; 10+ messages in thread
From: Andrey Rahmatullin @ 2009-12-15 18:20 UTC (permalink / raw)
  To: sisyphus

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

On Tue, Dec 15, 2009 at 08:36:00PM +0300, Павел Скрылёв wrote:
> Стоит сей файл, но почему-то не цепляется макрос %(
> 
> Но я подозреваю, почему он не цпеляется, у емня платформа x86_64, а в
> нём такого файла нету. Щас попробую скопировать =)
Вы собираете i586-пакеты на x86_64?

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(6):

>Еще будут категорические заявления? А?
[...] заявления, видимо, будут, поскольку я их делаю,
не всегда обладая полной информацией о том, что они не
могут быть опровергнуты :)
		-- lav in sisyphus@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

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

* Re: [sisyphus] Macros not found
  2009-12-15 18:20     ` Andrey Rahmatullin
@ 2009-12-15 18:25       ` Michael Shigorin
  2009-12-15 18:29         ` Andrey Rahmatullin
  0 siblings, 1 reply; 10+ messages in thread
From: Michael Shigorin @ 2009-12-15 18:25 UTC (permalink / raw)
  To: sisyphus

On Tue, Dec 15, 2009 at 11:20:08PM +0500, Andrey Rahmatullin wrote:
> > Стоит сей файл, но почему-то не цепляется макрос %(
> > Но я подозреваю, почему он не цпеляется, у емня платформа
> > x86_64, а в нём такого файла нету. Щас попробую скопировать
> Вы собираете i586-пакеты на x86_64?

Скорее всего, нет -- просто icesik@ ответил по i586.

PS: они-то прекрасно собираются -- i586 hsh --target=i586
(или он уже и внутри setarch(8) дёргал, не помню).
С соответствующим apt.conf, разумеется.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [sisyphus] Macros not found
  2009-12-15 18:25       ` Michael Shigorin
@ 2009-12-15 18:29         ` Andrey Rahmatullin
  0 siblings, 0 replies; 10+ messages in thread
From: Andrey Rahmatullin @ 2009-12-15 18:29 UTC (permalink / raw)
  To: sisyphus

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

On Tue, Dec 15, 2009 at 08:25:16PM +0200, Michael Shigorin wrote:
> > > Стоит сей файл, но почему-то не цепляется макрос %(
> > > Но я подозреваю, почему он не цпеляется, у емня платформа
> > > x86_64, а в нём такого файла нету. Щас попробую скопировать
> > Вы собираете i586-пакеты на x86_64?
> Скорее всего, нет -- просто icesik@ ответил по i586.
Но и симптомы, кажется, похожие.

> PS: они-то прекрасно собираются -- i586 hsh --target=i586
То i586 hsh. В лоб, AFAIK, не выйдет.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(6):

<thresh> s/ktorrent/azureus/
<Lost> thresh: гыгы
<Lost> я не понимаю, как можно создать такое угребище, позиционируемое как
       торрент-клиент, в котором казуальный юзер Lost не смог разобраться, как
       там файл на закачку поставить.
<thresh> его не позиционируют как торрент-клиент
<raorn> казульный юзер лост не должен тырить торенты с пират ебея
<raorn> казуальный юзер лост должен качать что дадуд из медиабиблиотеки

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

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

* Re: [sisyphus] Macros not found
  2009-12-15 18:17 ` Michael Shigorin
@ 2009-12-16 17:00   ` Павел Скрылёв
  0 siblings, 0 replies; 10+ messages in thread
From: Павел Скрылёв @ 2009-12-16 17:00 UTC (permalink / raw)
  To: shigorin, ALT Linux Sisyphus discussions

> rpm -qa | grep rpm

python-module-rpm-4.0.4_2.5-alt98.23
rpm-build-mozilla.org-1.9.1.5-alt1.20091106
rpmtools-3.1-alt6
rpm-macros-rpm-eval-0.1-alt3
rpm-build-vhosts-filesystem-0.2-alt1.4
rpm-macros-jabber-0.3-alt1
rpm-build-buzztard-1.0-alt2
rpmbuild-helper-iconsdir-0.03-alt1
rpm-build-tcl-0.4-alt1
rpm-build-texmf-0.3.4-alt1
rpm-macros-xmms-1.2.11-alt8
rpm-build-fpc-2.1-alt2
rpm-build-vim-7.2.262-alt1
rpm-build-python-0.34.4-alt1
rpm-macros-apache2-2.1-alt1
rpm-build-ocaml-1.1.1-alt1
rpm-build-linux-ha-0.3-alt1
rpm-build-licenses-2.0.2-alt1
rpm-build-java-1.7.6-alt13
rpm-build-sunbird-0.9.0-alt2
rpm-build-NetSDS-0.0.2-alt3
rpmbuild-helper-desktop-0.03-alt1
rpm-macros-info-install-4.13-alt7
rpm-build-kernel-0.99.1-alt1
rpm-build-xfce4-0.0.1-alt2
rpm-build-gmpc-0.1.2-alt1
rpm-macros-erlang-0.7.0-alt1
rpm-macros-alterator-4.14-alt1
rpm-build-ruby-0.1.0-alt1
srpmcmp-0.2-alt3
ruby-rpm-1.2.3-alt6
rpm-macros-branch-0.2-alt1
rpm-macros-webserver-common-1.3-alt2
rpm-build-webserver-common-1.3-alt2
rpm-build-mono-1.3.2-alt2
rpm-build-php5-5.2.11.20090722-alt1
rpm-build-browser-plugins-3.1-alt1
rpm-build-xdg-0.2-alt1
rpm-macros-alternatives-0.4.2-alt1
cpan2rpm-2.027-alt4
rpmbuild-helper-0.03-alt1
rpm-build-fonts-0.3-alt1
rpmlint-0.85-alt2
rpm-utils-0.9.11-alt1
rpm-static-4.0.4-alt98.23
rpm-macros-mingw32-52-alt2
rpm-macros-webserver-cgi-bin-control-0.4-alt1
rpm-build-thunderbird-3.0-alt1.20091018
rpm-build-docs-experimental-0.4-alt1
librpmbuild-4.0.4-alt98.23
repocop-collector-rpmbuild-files-req-list-0.01-alt1
rpm2html-1.9.7-alt1.1
rpm-build-compat-1.5.1-alt1
rpm-macros-fillup-1.42-alt6
rpm-build-haskell-1-alt6
rpm-macros-qt4-4.5.3-alt2.M51.1
rpm-build-xscreensaver-5.08-alt2
rpm-build-gnome-1.0-alt1
repocop-unittest-data-rpm-macros-apache-0.2-alt2
rpm-build-sawfish-1.5.0-alt0.r4474.1
rpm-build-rpm-eval-0.1-alt3
rpm-macros-vhosts-filesystem-0.2-alt1.4
rpm-build-mingw32-52-alt2
rpm-build-seamonkey-1.0.6-alt2
rpm-build-firefox-3.5.5-alt1.20091106
rpm-build-perl-0.71-alt1
librpm-4.0.4-alt98.23
rpm-4.0.4-alt98.23
rpm-build-wlskins-0.1-alt1
rpm-macros-daemontools-0.76-alt9
rpm-macros-emacs-0.0.2-alt1
rpmorphan-1.3-alt1
rpm-build-4.0.4-alt98.23
rpmwrap-0.20060510-alt1
repocop-unittest-data-rpm-macros-apache2-2.1-alt1
rpm-macros-apache2-compat-2.1-alt1
rpm-macros-mpi-selector-1.0.2-alt1
rpm-build-compiz-0.8.4-alt1


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

end of thread, other threads:[~2009-12-16 17:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-14 14:46 [sisyphus] Macros not found Павел Скрылёв
2009-12-14 18:27 ` Igor Zubkov
2009-12-15 17:36   ` Павел Скрылёв
2009-12-15 18:07     ` Павел Скрылёв
2009-12-15 18:17       ` Michael Shigorin
2009-12-15 18:20     ` Andrey Rahmatullin
2009-12-15 18:25       ` Michael Shigorin
2009-12-15 18:29         ` Andrey Rahmatullin
2009-12-15 18:17 ` Michael Shigorin
2009-12-16 17:00   ` Павел Скрылёв

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

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

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


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