Bug 30431 - convert не работает
Summary: convert не работает
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: ImageMagick-tools (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-29 17:59 MSK by Vladimir Cherny
Modified: 2014-10-30 15:56 MSK (History)
14 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Cherny 2014-10-29 17:59:44 MSK
На самый простой запуск ругается:
convert 
Недопустимая инструкция

ImageMagick-tools-6.8.9.8-alt1
Comment 1 Anton Farygin 2014-10-29 18:03:31 MSK
Действительноб чудеса какие-то. 
Посмотрю
Comment 2 Mikhail Efremov 2014-10-29 18:05:09 MSK
У меня воспроизводится:
$ convert
zsh: illegal hardware instruction  convert

$ grep '^model name' /proc/cpuinfo | uniq
model name	: AMD Athlon(tm) 64 X2 Dual Core Processor 4800+

$ rpm -q ImageMagick-tools
ImageMagick-tools-6.8.9.8-alt1
Comment 3 Anton Farygin 2014-10-29 18:05:43 MSK
Я же сказал что воспроизвёл.
Comment 4 Gleb F-Malinovskiy 2014-10-29 18:06:22 MSK
git show a62aeb65606f70cd0ab2e7bd34adee7cf29e072b -- ImageMagick/configure
...
 # Check whether --with-gcc-arch was given.
 if test "${with_gcc_arch+set}" = set; then :
   withval=$with_gcc_arch; ax_gcc_arch=$withval
 else
-  ax_gcc_arch=no
+  ax_gcc_arch=yes
 fi

А with-gcc-arch включает автоугадав, который в свою очередь включает mtune.
Comment 5 Anton Farygin 2014-10-29 18:12:05 MSK
ага, только вот с какого перепуга дефолт поменялся в апстриме непонятно, сейчас поправлю.
Comment 6 Repository Robot 2014-10-30 15:56:18 MSK
ImageMagick-6.8.9.8-alt2 -> sisyphus:

* Thu Oct 30 2014 Anton Farygin <rider@altlinux> 6.8.9.8-alt2
- disable auto gcc arch (closes: #30431)