* [devel] package <name> is for a different architecture
@ 2009-12-18 18:31 Sergey Y. Afonin
2009-12-18 20:54 ` Anton Farygin
0 siblings, 1 reply; 7+ messages in thread
From: Sergey Y. Afonin @ 2009-12-18 18:31 UTC (permalink / raw)
To: ALT Linux Team development discussions
Приветствую.
А оно давно так ?
# rpm -Uvh mailfromd-6.0-alt0.pentium4.rpm mailfromd-cfg_full-6.0-alt0.noarch.rpm
Preparing... ##############################################################################################
package mailfromd-6.0-alt0 is for a different architecture
Система 32-х разрядная.
--
С уважением, Сергей Афонин
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] package <name> is for a different architecture
2009-12-18 18:31 [devel] package <name> is for a different architecture Sergey Y. Afonin
@ 2009-12-18 20:54 ` Anton Farygin
2009-12-19 9:15 ` Sergey Y. Afonin
0 siblings, 1 reply; 7+ messages in thread
From: Anton Farygin @ 2009-12-18 20:54 UTC (permalink / raw)
To: ALT Linux Team development discussions
18.12.2009 21:31, Sergey Y. Afonin пишет:
> Приветствую.
>
> А оно давно так ?
>
> # rpm -Uvh mailfromd-6.0-alt0.pentium4.rpm mailfromd-cfg_full-6.0-alt0.noarch.rpm
> Preparing... ##############################################################################################
> package mailfromd-6.0-alt0 is for a different architecture
>
> Система 32-х разрядная.
>
А cpu какой ?
AMD ?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] package <name> is for a different architecture
2009-12-18 20:54 ` Anton Farygin
@ 2009-12-19 9:15 ` Sergey Y. Afonin
2009-12-19 9:55 ` [devel] rpm, --target и pentium3 != pentium4 (was: package <name> is for a different architecture) Michael Shigorin
0 siblings, 1 reply; 7+ messages in thread
From: Sergey Y. Afonin @ 2009-12-19 9:15 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Saturday 19 December 2009, Anton Farygin wrote:
> > Система 32-х разрядная.
>
> А cpu какой ?
> AMD ?
Дошло. Нет, Intel, но PIII, а не P4. Что-то я совсем забыл, что у них
тоже различия есть. :-)
--
С уважением, Сергей Афонин
^ permalink raw reply [flat|nested] 7+ messages in thread
* [devel] rpm, --target и pentium3 != pentium4 (was: package <name> is for a different architecture)
2009-12-19 9:15 ` Sergey Y. Afonin
@ 2009-12-19 9:55 ` Michael Shigorin
2009-12-19 14:41 ` Sergey Y. Afonin
0 siblings, 1 reply; 7+ messages in thread
From: Michael Shigorin @ 2009-12-19 9:55 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Fri, Dec 18, 2009 at 10:31:09PM +0400, Sergey Y. Afonin wrote:
> А оно давно так ?
> # rpm -Uvh mailfromd-6.0-alt0.pentium4.rpm mailfromd-cfg_full-6.0-alt0.noarch.rpm
> package mailfromd-6.0-alt0 is for a different architecture
On Sat, Dec 19, 2009 at 01:15:06PM +0400, Sergey Y. Afonin wrote:
> > > Система 32-х разрядная.
> > А cpu какой ? AMD ?
> Дошло. Нет, Intel, но PIII, а не P4. Что-то я совсем забыл,
> что у них тоже различия есть. :-)
Я правильно понимаю, что в rpmrc.c недоделанный cpuid-детектор,
который далее зачем-то используется при неуказанном --target?
Насколько могу судить, лучше было бы в качестве дефолта
ориентироваться только на `uname -m`, а детектор наконец
довести до ума (возможно, по мотивам rpm.git led@),
но задействовать при явном --target=auto.
Соответственно втащить и дополнительные архитектуры.
Такой подход позволит избежать чрезмерных автооптимизаций,
какую вот проиллюстрировали, и притом иметь возможность
сознательно "выжимать всё".
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] rpm, --target и pentium3 != pentium4 (was: package <name> is for a different architecture)
2009-12-19 9:55 ` [devel] rpm, --target и pentium3 != pentium4 (was: package <name> is for a different architecture) Michael Shigorin
@ 2009-12-19 14:41 ` Sergey Y. Afonin
2009-12-19 18:06 ` Michael Shigorin
0 siblings, 1 reply; 7+ messages in thread
From: Sergey Y. Afonin @ 2009-12-19 14:41 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Saturday 19 December 2009, Michael Shigorin wrote:
> > > > Система 32-х разрядная.
> > > А cpu какой ? AMD ?
> > Дошло. Нет, Intel, но PIII, а не P4. Что-то я совсем забыл,
> > что у них тоже различия есть. :-)
>
> Я правильно понимаю, что в rpmrc.c недоделанный cpuid-детектор,
> который далее зачем-то используется при неуказанном --target?
Да нет, как раз доделанный, скорее: pentium4 он правильно выбрал.
Другой вопрос, почему он выбирал, если
$ cat ~/.rpmmacros |grep target
%_target i586
%_target_arch i586
%_target_os i586
Или эти макросы перестали использоваться ?
--
С уважением, Сергей Афонин
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] rpm, --target и pentium3 != pentium4 (was: package <name> is for a different architecture)
2009-12-19 14:41 ` Sergey Y. Afonin
@ 2009-12-19 18:06 ` Michael Shigorin
2009-12-20 11:25 ` Afanasov Dmitry
0 siblings, 1 reply; 7+ messages in thread
From: Michael Shigorin @ 2009-12-19 18:06 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Sat, Dec 19, 2009 at 06:41:34PM +0400, Sergey Y. Afonin wrote:
> Другой вопрос, почему он выбирал, если
>
> $ cat ~/.rpmmacros |grep target
> %_target i586
> %_target_arch i586
> %_target_os i586
>
> Или эти макросы перестали использоваться ?
pad:~> grep target ~/.rpmmacros
%_configure_target --build=i586-alt-linux-gnu
%_target_cpu i586
Но что-то смутно припоминается, что отваливалось.
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] rpm, --target и pentium3 != pentium4 (was: package <name> is for a different architecture)
2009-12-19 18:06 ` Michael Shigorin
@ 2009-12-20 11:25 ` Afanasov Dmitry
0 siblings, 0 replies; 7+ messages in thread
From: Afanasov Dmitry @ 2009-12-20 11:25 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 394 bytes --]
On Sat, Dec 19, 2009 at 08:06:04PM +0200, Michael Shigorin wrote:
> On Sat, Dec 19, 2009 at 06:41:34PM +0400, Sergey Y. Afonin wrote:
> > Или эти макросы перестали использоваться ?
> %_target_cpu i586
>
> Но что-то смутно припоминается, что отваливалось.
в devel-niewbies обсуждалось - %target перестал работать, приходится
--target указывать.
--
С уважением
Афанасов Дмитрий
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-12-20 11:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-18 18:31 [devel] package <name> is for a different architecture Sergey Y. Afonin
2009-12-18 20:54 ` Anton Farygin
2009-12-19 9:15 ` Sergey Y. Afonin
2009-12-19 9:55 ` [devel] rpm, --target и pentium3 != pentium4 (was: package <name> is for a different architecture) Michael Shigorin
2009-12-19 14:41 ` Sergey Y. Afonin
2009-12-19 18:06 ` Michael Shigorin
2009-12-20 11:25 ` Afanasov Dmitry
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