* [Comm] Ошибка сборки в hasher
@ 2008-09-29 11:34 K. A. Bylym
2008-09-29 12:59 ` Mikhail Gusarov
2008-09-29 20:58 ` Michael Shigorin
0 siblings, 2 replies; 6+ messages in thread
From: K. A. Bylym @ 2008-09-29 11:34 UTC (permalink / raw)
To: ALT Linux Community
Здравствуйте.
Вот вздумалось "на-посмотреть" попробовать собрать в хэшере
AfterStep-2.2.8. Исходники взял с их сайта, srpm от AfterStep-2.0 из
orfaned. Спек почти не менял, патчи слегда попилил. Собрал в пакет
$ rpm -bs --nodeps AfterStep.spec
и далее
$ hsh ~/HASHER --target=i586 --no-sisyphus-check
../SRPMS/AfterStep-2.2.8-alt1.src.rpm
Сборка останавливается со следующей ошибкой:
./configure: line 8815: syntax error near unexpected token `GTK,'
./configure: line 8815: ` PKG_CHECK_MODULES(GTK,
$pkg_modules,,have_gtk=no)'
Опыта сборки пока маловато и как объезжать подобное --- не знаю. Не
подскажет ли кто, в какую сторону смотреть и какие ручки дергать?
О системе:
$ uname -a
Linux tower 2.6.25-std-def-alt6.M41.1 #1 SMP Thu Jul 17 20:26:22 MSD
2008 i686 GNU/Linux
--
wbr, Константин Былым
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Ошибка сборки в hasher
2008-09-29 11:34 [Comm] Ошибка сборки в hasher K. A. Bylym
@ 2008-09-29 12:59 ` Mikhail Gusarov
2008-09-29 13:53 ` K. A. Bylym
2008-09-29 20:58 ` Michael Shigorin
1 sibling, 1 reply; 6+ messages in thread
From: Mikhail Gusarov @ 2008-09-29 12:59 UTC (permalink / raw)
To: ALT Linux Community general discussions
[-- Attachment #1: Type: text/plain, Size: 328 bytes --]
Twas brillig at 14:34:26 29.09.2008 UTC+03 when bylko@ukr.net did gyre and gimble:
KAB> ./configure: line 8815: syntax error near unexpected token `GTK,'
KAB> ./configure: line 8815: ` PKG_CHECK_MODULES(GTK,
KAB> $pkg_modules,,have_gtk=no)'
Похоже, что pkg-config в build-deps нет.
--
[-- Attachment #2: Type: application/pgp-signature, Size: 196 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Ошибка сборки в hasher
2008-09-29 12:59 ` Mikhail Gusarov
@ 2008-09-29 13:53 ` K. A. Bylym
0 siblings, 0 replies; 6+ messages in thread
From: K. A. Bylym @ 2008-09-29 13:53 UTC (permalink / raw)
To: ALT Linux Community general discussions
Mikhail Gusarov пишет:
> Twas brillig at 14:34:26 29.09.2008 UTC+03 when bylko@ukr.net did gyre and gimble:
>
> KAB> ./configure: line 8815: syntax error near unexpected token `GTK,'
> KAB> ./configure: line 8815: ` PKG_CHECK_MODULES(GTK,
> KAB> $pkg_modules,,have_gtk=no)'
>
> Похоже, что pkg-config в build-deps нет.
Дописал в спеке к BuildRequires. Не помогло. Или не туда нужно?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Ошибка сборки в hasher
2008-09-29 11:34 [Comm] Ошибка сборки в hasher K. A. Bylym
2008-09-29 12:59 ` Mikhail Gusarov
@ 2008-09-29 20:58 ` Michael Shigorin
2008-09-30 8:30 ` K. A. Bylym
1 sibling, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2008-09-29 20:58 UTC (permalink / raw)
To: ALT Linux Community
On Mon, Sep 29, 2008 at 02:34:26PM +0300, K. A. Bylym wrote:
> $ hsh ~/HASHER --target=i586 --no-sisyphus-check
> ../SRPMS/AfterStep-2.2.8-alt1.src.rpm
> Сборка останавливается со следующей ошибкой:
> ./configure: line 8815: syntax error near unexpected token `GTK,'
> ./configure: line 8815: ` PKG_CHECK_MODULES(GTK,
> $pkg_modules,,have_gtk=no)'
Я бы рыл где-то так:
hsh-install ~/HASHER gtk+-devel libgtk+2-devel vim rpm-utils
hsh-shell ~/HASHER
cd ~/RPM/SPECS
buildreq *.spec
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Ошибка сборки в hasher
2008-09-29 20:58 ` Michael Shigorin
@ 2008-09-30 8:30 ` K. A. Bylym
2008-09-30 8:32 ` Michael Shigorin
0 siblings, 1 reply; 6+ messages in thread
From: K. A. Bylym @ 2008-09-30 8:30 UTC (permalink / raw)
To: shigorin, ALT Linux Community general discussions
Michael Shigorin пишет:
> On Mon, Sep 29, 2008 at 02:34:26PM +0300, K. A. Bylym wrote:
>> $ hsh ~/HASHER --target=i586 --no-sisyphus-check
>> ../SRPMS/AfterStep-2.2.8-alt1.src.rpm
>> Сборка останавливается со следующей ошибкой:
>> ./configure: line 8815: syntax error near unexpected token `GTK,'
>> ./configure: line 8815: ` PKG_CHECK_MODULES(GTK,
>> $pkg_modules,,have_gtk=no)'
>
> Я бы рыл где-то так:
>
> hsh-install ~/HASHER gtk+-devel libgtk+2-devel vim rpm-utils
$ hsh-install ~/HASHER gtk+-devel libgtk+2-devel vim rpm-utils rpm-build
pkg-config
> hsh-shell ~/HASHER
> cd ~/RPM/SPECS
> buildreq *.spec
>
[builder@tower SPECS]$ buildreq *.spec
---8<---
--->8---
./configure: line 8815: syntax error near unexpected token `GTK,'
./configure: line 8815: ` PKG_CHECK_MODULES(GTK,
$pkg_modules,,have_gtk=no)'
---8<---
--->8---
RPM build errors:
Macro %config not found
Отсутствие макроса %config может вызывать невозможность сборки? Если да,
то где подсмотреть пример?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Ошибка сборки в hasher
2008-09-30 8:30 ` K. A. Bylym
@ 2008-09-30 8:32 ` Michael Shigorin
0 siblings, 0 replies; 6+ messages in thread
From: Michael Shigorin @ 2008-09-30 8:32 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Tue, Sep 30, 2008 at 11:30:49AM +0300, K. A. Bylym wrote:
> [builder@tower SPECS]$ buildreq *.spec
> ---8<---
> --->8---
> ./configure: line 8815: syntax error near unexpected token `GTK,'
> ./configure: line 8815: ` PKG_CHECK_MODULES(GTK,
> $pkg_modules,,have_gtk=no)'
> ---8<---
Возможно, он сломан... попробуйте собрать тот 2.0.x, который
осиротел.
> --->8---
> RPM build errors:
> Macro %config not found
> Отсутствие макроса %config может вызывать невозможность сборки?
> Если да, то где подсмотреть пример?
Спек куда-нибудь положите и ссылку сюда (или пришлите лично).
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-09-30 8:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-29 11:34 [Comm] Ошибка сборки в hasher K. A. Bylym
2008-09-29 12:59 ` Mikhail Gusarov
2008-09-29 13:53 ` K. A. Bylym
2008-09-29 20:58 ` Michael Shigorin
2008-09-30 8:30 ` K. A. Bylym
2008-09-30 8:32 ` Michael Shigorin
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git