From: Немос <nemos-linux@yandex.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] I: pentium4 arch support in rpm
Date: Thu, 30 Sep 2004 11:41:01 +0400
Message-ID: <415BB88D.4030205@yandex.ru> (raw)
In-Reply-To: <20040929182549.GC3122@wrars-comp.wrarsdomain>
[-- Attachment #1.1: Type: text/plain, Size: 1277 bytes --]
Andrey Rahmatullin пишет:
> On Wed, Sep 29, 2004 at 08:48:15PM +0400, Немос wrote:
>
>> ошибка: line 47: Dependency tokens must not contain '%<=>' symbols:
>> BuildPreReq: python-devel = %__python_version
>
> Попробуйте другой спек. Глюки, похоже, не в этом патче. Просто что-то не
> то с питоном, не то с rpm-build-python.
Нашел причину оказалось что нет макроса /usr/lib/rpm/athloxp-alt-linux/macros, честно говоря по
этому сообщению (от rpm) не за что бы не понял что дело в отсутствии этого макраса.
Он кажись создается только если rpm собирается в системе с уже пропатченым (мои патчем) rpm.
Нет ли какого нибудь способа сделать так чтоб этот макрос создавался при сборке в системе с
непропатченым rpm?
И еще заметил что при сборке rpm не создались другие макросы (для i586 и т. д.), создался только
макрос для athlonxp в пропатченой системе и для athlon при сборке не пропатченным rpm, не считая
макроса для noarch.
Причина кажись в патче rpm-4_0-4.0.4-alt-pentium4-arch.patch, так как после отката на rpm с
ftp.altlinux.ru чистый rpm собирается нормально (со всем макросами) если его пропатчить то
собирается с макросом только для athlon и noarch.
И пока копался с этой проблемой сделал патч для libtool_1.5(думаю и для 1.4 пойдет) для поддержки
athlonxp.
[-- Attachment #1.2: add-athlonxp-support-to-libtool_1.5.8.patch --]
[-- Type: text/x-patch, Size: 1688 bytes --]
diff -urN libtool-1.5.8-orig/config.sub libtool-1.5.8/config.sub
--- libtool-1.5.8-orig/config.sub 2004-08-07 16:14:19 +0400
+++ libtool-1.5.8/config.sub 2004-09-30 10:26:50 +0400
@@ -787,7 +787,7 @@
pentium | p5 | k5 | k6 | nexgen | viac3)
basic_machine=i586-pc
;;
- pentiumpro | p6 | 6x86 | athlon | athlon_*)
+ pentiumpro | p6 | 6x86 | athlon | athlonxp | athlon_*)
basic_machine=i686-pc
;;
pentiumii | pentium2 | pentiumiii | pentium3)
@@ -799,7 +799,7 @@
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
- pentiumpro-* | p6-* | 6x86-* | athlon-*)
+ pentiumpro-* | p6-* | 6x86-* | athlon-* | athlonxp-*)
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
diff -urN libtool-1.5.8-orig/libltdl/config.sub libtool-1.5.8/libltdl/config.sub
--- libtool-1.5.8-orig/libltdl/config.sub 2004-08-07 16:14:19 +0400
+++ libtool-1.5.8/libltdl/config.sub 2004-09-30 10:26:31 +0400
@@ -787,7 +787,7 @@
pentium | p5 | k5 | k6 | nexgen | viac3)
basic_machine=i586-pc
;;
- pentiumpro | p6 | 6x86 | athlon | athlon_*)
+ pentiumpro | p6 | 6x86 | athlon | athlonxp | athlon_*)
basic_machine=i686-pc
;;
pentiumii | pentium2 | pentiumiii | pentium3)
@@ -799,7 +799,7 @@
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
- pentiumpro-* | p6-* | 6x86-* | athlon-*)
+ pentiumpro-* | p6-* | 6x86-* | athlon-* | athlonxp-*)
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
next prev parent reply other threads:[~2004-09-30 7:41 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-28 12:44 Alexey I. Froloff
2004-09-28 13:11 ` Aleksey Avdeev
2004-09-28 13:18 ` Alexey I. Froloff
2004-09-29 16:48 ` Немос
2004-09-29 18:25 ` Andrey Rahmatullin
2004-09-30 7:41 ` Немос [this message]
2004-09-30 7:51 ` Alexey I. Froloff
2004-09-30 14:57 ` Немос
2004-10-01 3:56 ` Alexey I. Froloff
2004-10-01 13:49 ` Немос
2004-10-01 14:09 ` Led
2004-10-01 14:50 ` Немос
2004-10-01 19:30 ` [sisyphus] Re: hasher Dmitry V. Levin
2004-10-01 14:11 ` [sisyphus] I: pentium4 arch support in rpm Alexey I. Froloff
2004-10-01 14:53 ` Немос
2004-10-02 11:08 ` Немос
2004-09-30 7:07 ` Alexei Takaseev
2004-10-01 20:14 ` [sisyphus] " Michael Shigorin
2004-10-04 4:06 ` Alexey I. Froloff
2004-10-06 13:12 ` Michael Shigorin
2004-09-28 13:50 ` [sisyphus] " Led
2004-09-28 14:12 ` Alexey I. Froloff
2004-09-28 14:22 ` Led
2004-09-28 14:47 ` Alexey I. Froloff
2004-09-28 17:11 ` [devel] " Alexey I. Froloff
2004-09-28 17:45 ` [sisyphus] Re: [devel] " Sergey
2004-09-29 7:16 ` Led
2004-09-29 9:23 ` Alexey I. Froloff
2004-10-04 11:47 ` Anton Farygin
2004-10-04 12:15 ` Led
2004-10-04 12:27 ` Anton Farygin
2004-10-04 12:33 ` Alexey I. Froloff
2004-10-04 12:47 ` Led
2004-10-04 15:04 ` Re[2]: " Volkov Serge
2004-10-06 13:11 ` Michael Shigorin
2004-10-06 13:24 ` Maxim Tyurin
2004-10-06 14:23 ` Michael Shigorin
2004-10-06 13:25 ` Mike Lykov
2004-10-06 14:27 ` [sisyphus] [JT] " Michael Shigorin
2004-10-06 14:53 ` Andrey Rahmatullin
2004-10-07 5:19 ` Guest007
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=415BB88D.4030205@yandex.ru \
--to=nemos-linux@yandex.ru \
--cc=sisyphus@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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