ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Что за ошибки при сборке?
@ 2005-01-08 12:26 Sergey Sharavin
  2005-01-08 12:58 ` Alex Yustasov
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Sergey Sharavin @ 2005-01-08 12:26 UTC (permalink / raw)
  To: sisyphus

Здравствуйте.
Вот решил создать rpm из mjpegtools-1.6.2-alt1.1.src.rpm
но во время создания вываливается это:

{standard input}: Assembler messages:
{standard input}:67: Error: suffix or operands invalid for `movd'
{standard input}:69: Error: suffix or operands invalid for `movd'
{standard input}:77: Error: suffix or operands invalid for `movd'
{standard input}:223: Error: suffix or operands invalid for `movd'
{standard input}:225: Error: suffix or operands invalid for `movd'
{standard input}:233: Error: suffix or operands invalid for `movd'
make[2]: *** [quantize_x86.lo] Error 1
make[2]: Leaving directory 
`/home/sergey/RPM/BUILD/mjpegtools-1.6.2/mpeg2enc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sergey/RPM/BUILD/mjpegtools-1.6.2'
make: *** [all] Error 2
make: Leaving directory `/home/sergey/RPM/BUILD/mjpegtools-1.6.2'
ошибка: Неверный код возврата из /home/sergey/tmp/rpm-tmp.95949 (%build)

Что это и как с этим боротся.

С уважением.
   Сергей.



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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-08 12:26 [sisyphus] Что за ошибки при сборке? Sergey Sharavin
@ 2005-01-08 12:58 ` Alex Yustasov
  2005-01-08 14:26   ` Sergey Sharavin
  2005-01-08 16:37   ` Sergey Sharavin
  2005-01-08 13:02 ` [sisyphus] " Sergey Sharavin
  2005-01-08 14:57 ` [sisyphus] " Alex Yustasov
  2 siblings, 2 replies; 21+ messages in thread
From: Alex Yustasov @ 2005-01-08 12:58 UTC (permalink / raw)
  To: sisyphus

On Sat, Jan 08, 2005 at 06:26:16PM +0600, Sergey Sharavin wrote:
> Здравствуйте.
> Вот решил создать rpm из mjpegtools-1.6.2-alt1.1.src.rpm
> но во время создания вываливается это:

У меня собралось.
А в hasher-e не пробовали?


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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-08 12:26 [sisyphus] Что за ошибки при сборке? Sergey Sharavin
  2005-01-08 12:58 ` Alex Yustasov
@ 2005-01-08 13:02 ` Sergey Sharavin
  2005-01-08 13:26   ` Alex Yustasov
  2005-01-08 14:57 ` [sisyphus] " Alex Yustasov
  2 siblings, 1 reply; 21+ messages in thread
From: Sergey Sharavin @ 2005-01-08 13:02 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Sergey Sharavin пишет:

> Здравствуйте.
> Вот решил создать rpm из mjpegtools-1.6.2-alt1.1.src.rpm
> но во время создания вываливается это:
>
> {standard input}: Assembler messages:
> {standard input}:67: Error: suffix or operands invalid for `movd'
> {standard input}:69: Error: suffix or operands invalid for `movd'
> {standard input}:77: Error: suffix or operands invalid for `movd'
> {standard input}:223: Error: suffix or operands invalid for `movd'
> {standard input}:225: Error: suffix or operands invalid for `movd'
> {standard input}:233: Error: suffix or operands invalid for `movd'
> make[2]: *** [quantize_x86.lo] Error 1
> make[2]: Leaving directory 
> `/home/sergey/RPM/BUILD/mjpegtools-1.6.2/mpeg2enc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/sergey/RPM/BUILD/mjpegtools-1.6.2'
> make: *** [all] Error 2
> make: Leaving directory `/home/sergey/RPM/BUILD/mjpegtools-1.6.2'
> ошибка: Неверный код возврата из /home/sergey/tmp/rpm-tmp.95949 (%build)
>
> Что это и как с этим боротся.
>
> С уважением.
>   Сергей.
>
> _______________________________________________
>
И вот что в спеке нашёл

NOTE:
 The resultant binaries will ***NOT*** run on a K6 or Pentium CPU
Как это понять?




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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-08 13:02 ` [sisyphus] " Sergey Sharavin
@ 2005-01-08 13:26   ` Alex Yustasov
  2005-01-10 18:44     ` Andrei Bulava
  0 siblings, 1 reply; 21+ messages in thread
From: Alex Yustasov @ 2005-01-08 13:26 UTC (permalink / raw)
  To: sisyphus

On Sat, Jan 08, 2005 at 07:02:36PM +0600, Sergey Sharavin wrote:
> И вот что в спеке нашёл
> 
> NOTE:
> The resultant binaries will ***NOT*** run on a K6 or Pentium CPU
> Как это понять?
В конце configure

MJPEG tools 1.6.2 build configuration :

    - X86 Optimizations:
          - MMX/3DNow!/SSE enabled      : true
	  - cmov support enabled        : true
		
****************************************************************************
* NOTE:                                                                    *
*   The resultant binaries will ***NOT*** run on a K6 or Pentium CPU       *
****************************************************************************

Собираю на athlone. Configure, похоже, отимизируется под процессор, на котором
собирается.


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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-08 12:58 ` Alex Yustasov
@ 2005-01-08 14:26   ` Sergey Sharavin
  2005-01-08 14:40     ` Andrey Rahmatullin
  2005-01-08 16:37   ` Sergey Sharavin
  1 sibling, 1 reply; 21+ messages in thread
From: Sergey Sharavin @ 2005-01-08 14:26 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Alex Yustasov пишет:

>On Sat, Jan 08, 2005 at 06:26:16PM +0600, Sergey Sharavin wrote:
>  
>
>>Здравствуйте.
>>Вот решил создать rpm из mjpegtools-1.6.2-alt1.1.src.rpm
>>но во время создания вываливается это:
>>    
>>
>
>У меня собралось.
>А в hasher-e не пробовали?
>_______________________________________________
>  
>
Можно поподробней

Что такое hasher?






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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-08 14:26   ` Sergey Sharavin
@ 2005-01-08 14:40     ` Andrey Rahmatullin
  0 siblings, 0 replies; 21+ messages in thread
From: Andrey Rahmatullin @ 2005-01-08 14:40 UTC (permalink / raw)
  To: sisyphus

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

On Sat, Jan 08, 2005 at 08:26:44PM +0600, Sergey Sharavin wrote:
> Что такое hasher?
apt-get install hasher
man hasher

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

Вывод: какой-то !@#$%^&*()_+ в tcpdump переопределил библиотечный error().
Исправим.
		-- ldv in sisyphus@

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

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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-08 12:26 [sisyphus] Что за ошибки при сборке? Sergey Sharavin
  2005-01-08 12:58 ` Alex Yustasov
  2005-01-08 13:02 ` [sisyphus] " Sergey Sharavin
@ 2005-01-08 14:57 ` Alex Yustasov
  2005-01-08 15:05   ` Sergey Sharavin
  2005-01-08 15:15   ` Alex Yustasov
  2 siblings, 2 replies; 21+ messages in thread
From: Alex Yustasov @ 2005-01-08 14:57 UTC (permalink / raw)
  To: sisyphus

On Sat, Jan 08, 2005 at 06:26:16PM +0600, Sergey Sharavin wrote:
> Здравствуйте.
> Вот решил создать rpm из mjpegtools-1.6.2-alt1.1.src.rpm
> но во время создания вываливается это:
А что у Вас показывает select-gcc?


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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-08 14:57 ` [sisyphus] " Alex Yustasov
@ 2005-01-08 15:05   ` Sergey Sharavin
  2005-01-08 15:15   ` Alex Yustasov
  1 sibling, 0 replies; 21+ messages in thread
From: Sergey Sharavin @ 2005-01-08 15:05 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Alex Yustasov пишет:

>On Sat, Jan 08, 2005 at 06:26:16PM +0600, Sergey Sharavin wrote:
>  
>
>>Здравствуйте.
>>Вот решил создать rpm из mjpegtools-1.6.2-alt1.1.src.rpm
>>но во время создания вываливается это:
>>    
>>
>А что у Вас показывает select-gcc?
>_______________________________________________
>
>  
>


#  select-gcc
Usage: select-gcc {display|auto|3.3}




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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-08 14:57 ` [sisyphus] " Alex Yustasov
  2005-01-08 15:05   ` Sergey Sharavin
@ 2005-01-08 15:15   ` Alex Yustasov
  2005-01-08 15:26     ` sharavin
  1 sibling, 1 reply; 21+ messages in thread
From: Alex Yustasov @ 2005-01-08 15:15 UTC (permalink / raw)
  To: sisyphus

On Sat, Jan 08, 2005 at 04:57:17PM +0200, Alex Yustasov wrote:
> On Sat, Jan 08, 2005 at 06:26:16PM +0600, Sergey Sharavin wrote:
> > Здравствуйте.
> > Вот решил создать rpm из mjpegtools-1.6.2-alt1.1.src.rpm
> > но во время создания вываливается это:
> А что у Вас показывает select-gcc?
Простите
select-gcc display


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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-08 15:15   ` Alex Yustasov
@ 2005-01-08 15:26     ` sharavin
  2005-01-08 15:37       ` Alex Yustasov
  0 siblings, 1 reply; 21+ messages in thread
From: sharavin @ 2005-01-08 15:26 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Цитирую Alex Yustasov <snmon@server.by>:

> On Sat, Jan 08, 2005 at 04:57:17PM +0200, Alex Yustasov wrote:
> > On Sat, Jan 08, 2005 at 06:26:16PM +0600, Sergey Sharavin wrote:
> > > Здравствуйте.
> > > Вот решил создать rpm из mjpegtools-1.6.2-alt1.1.src.rpm
> > > но во время создания вываливается это:
> > А что у Вас показывает select-gcc?
> Простите
> select-gcc display
> _______________________________________________
> select-gcc display
/usr/bin/i586-alt-linux-cpp
        status: master
        mode: auto
        points to: /usr/bin/i586-alt-linux-cpp-3.3
/usr/bin/i586-alt-linux-gcc
        status: master
        mode: auto
        points to: /usr/bin/i586-alt-linux-gcc-3.3
/usr/bin/i586-alt-linux-g++
        status: master
        mode: auto
        points to: /usr/bin/i586-alt-linux-g++-3.3
/usr/bin/i586-alt-linux-g77
        status: master
        mode: auto
        points to: /usr/bin/i586-alt-linux-g77-3.3


----------------------------------------------------------------
This mail sent through http://www.sibmail.ru/



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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-08 15:26     ` sharavin
@ 2005-01-08 15:37       ` Alex Yustasov
  0 siblings, 0 replies; 21+ messages in thread
From: Alex Yustasov @ 2005-01-08 15:37 UTC (permalink / raw)
  To: sisyphus

On Sat, Jan 08, 2005 at 09:26:30PM +0600, sharavin@sibmail.ru wrote:
gcc-3.3 - как у меня.



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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-08 12:58 ` Alex Yustasov
  2005-01-08 14:26   ` Sergey Sharavin
@ 2005-01-08 16:37   ` Sergey Sharavin
  2005-01-08 16:39     ` Denis Klykvin
  2005-01-08 16:56     ` [sisyphus] " Michael Shigorin
  1 sibling, 2 replies; 21+ messages in thread
From: Sergey Sharavin @ 2005-01-08 16:37 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Alex Yustasov пишет:

>On Sat, Jan 08, 2005 at 06:26:16PM +0600, Sergey Sharavin wrote:
>  
>
>>Здравствуйте.
>>Вот решил создать rpm из mjpegtools-1.6.2-alt1.1.src.rpm
>>но во время создания вываливается это:
>>    
>>
>
>У меня собралось.
>А в hasher-e не пробовали?
>_______________________________________________
>  
>
Подскажите плизз как пользоваться hasher_ом
На конкретном примере, а то у меня вылетает "command not found"
Маны читал, но не понял :-[




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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-08 16:37   ` Sergey Sharavin
@ 2005-01-08 16:39     ` Denis Klykvin
  2005-01-08 16:56     ` [sisyphus] " Michael Shigorin
  1 sibling, 0 replies; 21+ messages in thread
From: Denis Klykvin @ 2005-01-08 16:39 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Sat, 08 Jan 2005 22:37:27 +0600
Sergey Sharavin wrote:

> Подскажите плизз как пользоваться hasher_ом
> На конкретном примере, а то у меня вылетает "command not found"
> Маны читал, но не понял :-[
Usage: hsh [options] <path-to-workdir> <package>

-- 
With Best Wishes, Denis Klykvin
JID:	nikon@jabber.ru
XmmS now play:  DJ Armin van Buuren - Live at Club ╚O╩ 18-03-2000


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

* [sisyphus] Re: Что за ошибки при сборке?
  2005-01-08 16:37   ` Sergey Sharavin
  2005-01-08 16:39     ` Denis Klykvin
@ 2005-01-08 16:56     ` Michael Shigorin
  2005-01-08 17:24       ` Sergey Sharavin
  1 sibling, 1 reply; 21+ messages in thread
From: Michael Shigorin @ 2005-01-08 16:56 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Sat, Jan 08, 2005 at 10:37:27PM +0600, Sergey Sharavin wrote:
> Подскажите плизз как пользоваться hasher_ом

Посмотрите его документацию (rpm -qd hasher).

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


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

* Re: [sisyphus] Re: Что за ошибки при сборке?
  2005-01-08 16:56     ` [sisyphus] " Michael Shigorin
@ 2005-01-08 17:24       ` Sergey Sharavin
  2005-01-08 18:08         ` Michael Shigorin
  0 siblings, 1 reply; 21+ messages in thread
From: Sergey Sharavin @ 2005-01-08 17:24 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Michael Shigorin пишет:

>On Sat, Jan 08, 2005 at 10:37:27PM +0600, Sergey Sharavin wrote:
>  
>
>>Подскажите плизз как пользоваться hasher_ом
>>    
>>
>
>Посмотрите его документацию (rpm -qd hasher).
>
>  
>
Да видно это не для меня :-(
Не силён я в английском да к тому же
специфика, я не программист....
Хотя бы объясните hasher он что может заменить
команду rpm -rebuild ......... 



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

* [sisyphus] Re: Что за ошибки при сборке?
  2005-01-08 17:24       ` Sergey Sharavin
@ 2005-01-08 18:08         ` Michael Shigorin
  2005-01-08 18:28           ` Sergey Sharavin
  0 siblings, 1 reply; 21+ messages in thread
From: Michael Shigorin @ 2005-01-08 18:08 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Sat, Jan 08, 2005 at 11:24:03PM +0600, Sergey Sharavin wrote:
> Да видно это не для меня :-( Не силён я в английском да к тому
> же специфика, я не программист....

Да ладно, прям там :-)

Аудитория hasher английский всё-таки знает хотя бы на уровне
технического чтения.  Может, он Вам просто не нужен?

> Хотя бы объясните hasher он что может заменить команду rpm
> -rebuild ......... 

Он больше умеет -- выполнить эту самую команду (и ряд других) в
специально подготовленном изолированном окружении, созданном с
нуля из локального репозитория (метод file в
/etc/apt/sources.list).

Кажется, здесь была презентация:
ftp://ftp.altlinux.ru/pub/people/ldv/hasher/hasher-protva-1.0-bin.tar.bz2

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


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

* Re: [sisyphus] Re: Что за ошибки при сборке?
  2005-01-08 18:08         ` Michael Shigorin
@ 2005-01-08 18:28           ` Sergey Sharavin
  2005-01-08 18:57             ` Michael Shigorin
  0 siblings, 1 reply; 21+ messages in thread
From: Sergey Sharavin @ 2005-01-08 18:28 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Michael Shigorin пишет:

>On Sat, Jan 08, 2005 at 11:24:03PM +0600, Sergey Sharavin wrote:
>  
>
>>Да видно это не для меня :-( Не силён я в английском да к тому
>>же специфика, я не программист....
>>    
>>
>
>Да ладно, прям там :-)
>
>Аудитория hasher английский всё-таки знает хотя бы на уровне
>технического чтения.  Может, он Вам просто не нужен?
>
>  
>
>>Хотя бы объясните hasher он что может заменить команду rpm
>>-rebuild ......... 
>>    
>>
>
>Он больше умеет -- выполнить эту самую команду (и ряд других) в
>специально подготовленном изолированном окружении, созданном с
>нуля из локального репозитория (метод file в
>/etc/apt/sources.list).
>
>Кажется, здесь была презентация:
>ftp://ftp.altlinux.ru/pub/people/ldv/hasher/hasher-protva-1.0-bin.tar.bz2
>
>  
>

А что без хешера никак не обойтись?
мне как кажется уклонились от темы, мне так кажется :-)


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

* [sisyphus] Re: Что за ошибки при сборке?
  2005-01-08 18:28           ` Sergey Sharavin
@ 2005-01-08 18:57             ` Michael Shigorin
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Shigorin @ 2005-01-08 18:57 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Sun, Jan 09, 2005 at 12:28:45AM +0600, Sergey Sharavin wrote:
> А что без хешера никак не обойтись?

Ну почему.  Если Вы не разработчик в составе команды (или
сторонний, но озабоченный качеством пакетов) -- скорее вовсе не
нужно.

> мне как кажется уклонились от темы, мне так кажется :-)

Мне вот тоже, перечитав.  Ну спросите у собравшего пакет да
посмотрите разницу, версии gcc сравните, опять же.

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


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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-08 13:26   ` Alex Yustasov
@ 2005-01-10 18:44     ` Andrei Bulava
  2005-01-11 17:20       ` Sergey Sharavin
  2005-01-11 18:57       ` [sisyphus] " Michael Shigorin
  0 siblings, 2 replies; 21+ messages in thread
From: Andrei Bulava @ 2005-01-10 18:44 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Alex Yustasov пишет:
> On Sat, Jan 08, 2005 at 07:02:36PM +0600, Sergey Sharavin wrote:
> 
>>И вот что в спеке нашёл
>>
>>NOTE:
>>The resultant binaries will ***NOT*** run on a K6 or Pentium CPU
>>Как это понять?
> 
> В конце configure
> 
> MJPEG tools 1.6.2 build configuration :
> 
>     - X86 Optimizations:
>           - MMX/3DNow!/SSE enabled      : true
> 	  - cmov support enabled        : true
> 		
> ****************************************************************************
> * NOTE:                                                                    *
> *   The resultant binaries will ***NOT*** run on a K6 or Pentium CPU       *
> ****************************************************************************
> 
> Собираю на athlone. Configure, похоже, отимизируется под процессор, на котором
> собирается.

2 Sergey Sharavin: попробуйте пересобрать src.rpm с указанием опции
"--target i586" - упомянутый весьма кстати hasher именно так себя и
ведёт по умолчанию при пересборке пакетов. Или используйте скрипт
rebuild_package из rpm-utils, который выставит --target i586 за вас.

А вообще, развивать тему "что-то не пересобирается" с уточнением "не
пересобирается за пределами hasher" имеет мало смысла. Цитирую
hasher(7): "Современная технология сборки пакетов должна: ... 4.
гарантировать надежность результатов сборки". От себя я бы добавил для
раскрытия темы: "воспроизводимость независимо от разновидности
архитектуры x86 и конфигурации хост-системы сборочного компьютера."

P.S. Не надо развивать тему оптимизаций под платформу. Пожалуйста.

-- 
// AB1002-UANIC



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

* Re: [sisyphus] Что за ошибки при сборке?
  2005-01-10 18:44     ` Andrei Bulava
@ 2005-01-11 17:20       ` Sergey Sharavin
  2005-01-11 18:57       ` [sisyphus] " Michael Shigorin
  1 sibling, 0 replies; 21+ messages in thread
From: Sergey Sharavin @ 2005-01-11 17:20 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list


>
> 2 Sergey Sharavin: попробуйте пересобрать src.rpm с указанием опции
> "--target i586" - упомянутый весьма кстати hasher именно так себя и
> ведёт по умолчанию при пересборке пакетов. Или используйте скрипт
> rebuild_package из rpm-utils, который выставит --target i586 за вас.
>
> А вообще, развивать тему "что-то не пересобирается" с уточнением "не
> пересобирается за пределами hasher" имеет мало смысла. Цитирую
> hasher(7): "Современная технология сборки пакетов должна: ... 4.
> гарантировать надежность результатов сборки". От себя я бы добавил для
> раскрытия темы: "воспроизводимость независимо от разновидности
> архитектуры x86 и конфигурации хост-системы сборочного компьютера."
>
> P.S. Не надо развивать тему оптимизаций под платформу. Пожалуйста.
>
Спасибо, получилось.


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

* [sisyphus] Re: Что за ошибки при сборке?
  2005-01-10 18:44     ` Andrei Bulava
  2005-01-11 17:20       ` Sergey Sharavin
@ 2005-01-11 18:57       ` Michael Shigorin
  1 sibling, 0 replies; 21+ messages in thread
From: Michael Shigorin @ 2005-01-11 18:57 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Mon, Jan 10, 2005 at 08:44:54PM +0200, Andrei Bulava wrote:
> P.S. Не надо развивать тему оптимизаций под платформу. Пожалуйста.

?

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


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

end of thread, other threads:[~2005-01-11 18:57 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-08 12:26 [sisyphus] Что за ошибки при сборке? Sergey Sharavin
2005-01-08 12:58 ` Alex Yustasov
2005-01-08 14:26   ` Sergey Sharavin
2005-01-08 14:40     ` Andrey Rahmatullin
2005-01-08 16:37   ` Sergey Sharavin
2005-01-08 16:39     ` Denis Klykvin
2005-01-08 16:56     ` [sisyphus] " Michael Shigorin
2005-01-08 17:24       ` Sergey Sharavin
2005-01-08 18:08         ` Michael Shigorin
2005-01-08 18:28           ` Sergey Sharavin
2005-01-08 18:57             ` Michael Shigorin
2005-01-08 13:02 ` [sisyphus] " Sergey Sharavin
2005-01-08 13:26   ` Alex Yustasov
2005-01-10 18:44     ` Andrei Bulava
2005-01-11 17:20       ` Sergey Sharavin
2005-01-11 18:57       ` [sisyphus] " Michael Shigorin
2005-01-08 14:57 ` [sisyphus] " Alex Yustasov
2005-01-08 15:05   ` Sergey Sharavin
2005-01-08 15:15   ` Alex Yustasov
2005-01-08 15:26     ` sharavin
2005-01-08 15:37       ` Alex Yustasov

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