Bug 16149 - Неверная архитектура сборки и сборка одним процессором
Summary: Неверная архитектура сборки и сборка одним процессором
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: qutIM (show other bugs)
Version: unstable
Hardware: all Linux
: P2 minor
Assignee: Evgenii Terechkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-24 09:31 MSD by Motsyo Gennadi
Modified: 2008-06-24 23:10 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Motsyo Gennadi 2008-06-24 09:31:19 MSD
При сборке не передается (вернее не учитывается) ключ --target. Т.е. i586 совершенно не соответствует действительности, так же, как и если собрать под athlon или pentium4 - rpm этот пакет на i586 не поставит, но внутри будут идентичные бинарники. Также не учитывается сборка с > 1 процессора. Секцию %build нужно привести примерно к такому виду:

%build
export PATH=$PATH:%_qt4dir/bin
qmake "QMAKE_CFLAGS+=%optflags" "QMAKE_CXXFLAGS+=%optflags" qutIM.pro
%make_build
Comment 1 Evgenii Terechkov 2008-06-24 16:30:54 MSD
Fixed in qutim-0.1-alt1.20080624
Comment 2 Motsyo Gennadi 2008-06-24 23:10:55 MSD
(In reply to comment #1)
> Fixed in qutim-0.1-alt1.20080624


make на %make_build заменить не забудь ;-)