* [sisyphus] kernel build failed
@ 2006-01-21 0:03 Ivan Adzhubey
2006-01-21 8:07 ` Andrey Rahmatullin
0 siblings, 1 reply; 5+ messages in thread
From: Ivan Adzhubey @ 2006-01-21 0:03 UTC (permalink / raw)
To: sisyphus
Пытаюсь пересобрать ядро 2.6.14-std26-smp-alt3, облом в самом конце:
+ /bin/install -Dp -m755
scripts/mod/mk_elfconfig /home/ivan/tmp/kernel-image-std26-smp-buildroot/usr/src/linux-2.6.14-std26-smp/scripts/mod/mk_elfconfig
+ for f in '$KbuildFiles'
+ '[' -x scripts/kconfig/conf ']'
+ mode=644
+ /bin/install -Dp -m644
scripts/kconfig/conf /home/ivan/tmp/kernel-image-std26-smp-buildroot/usr/src/linux-2.6.14-std26-smp/scripts/kconfig/conf
/bin/install: cannot stat `scripts/kconfig/conf': No such file or directory
error: Bad exit status from /home/ivan/tmp/rpm-tmp.49801 (%install)
RPM build errors:
Bad exit status from /home/ivan/tmp/rpm-tmp.49801 (%install)
--
Иван
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] kernel build failed
2006-01-21 0:03 [sisyphus] kernel build failed Ivan Adzhubey
@ 2006-01-21 8:07 ` Andrey Rahmatullin
2006-01-21 20:31 ` Ivan Adzhubey
0 siblings, 1 reply; 5+ messages in thread
From: Andrey Rahmatullin @ 2006-01-21 8:07 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 648 bytes --]
On Fri, Jan 20, 2006 at 07:03:55PM -0500, Ivan Adzhubey wrote:
> /bin/install: cannot stat `scripts/kconfig/conf': No such file or directory
Найдите в спеке упоминание этого файла и замените на mconf, если делали
menuconfig, и еще на что-нибудь, если делали какой-то другой *config, но
не oldconfig.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
> Надеюсь, что в ближайшее время появится web-интерфейс для более
> удобного управления hwdatabase и соответствующие тулзы,
> позволяющие пользователю сделать отчет об обнаруженном у него
> железе.
Да ну?! Ещё скажи -- как часть HCL?
-- mike in devel-kernel@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] kernel build failed
2006-01-21 8:07 ` Andrey Rahmatullin
@ 2006-01-21 20:31 ` Ivan Adzhubey
2006-01-21 21:33 ` Sergey Vlasov
0 siblings, 1 reply; 5+ messages in thread
From: Ivan Adzhubey @ 2006-01-21 20:31 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
On Saturday 21 January 2006 03:07, Andrey Rahmatullin wrote:
> On Fri, Jan 20, 2006 at 07:03:55PM -0500, Ivan Adzhubey wrote:
> > /bin/install: cannot stat `scripts/kconfig/conf': No such file or
> > directory
>
> Найдите в спеке упоминание этого файла и замените на mconf, если делали
> menuconfig, и еще на что-нибудь, если делали какой-то другой *config, но
> не oldconfig.
Спасибо, я уже разобрался, что это из-за замены oldconfig->menuconfig. А что у
нас с архитектурой athlon? Могу я просто добавить ее в %set_kernel_arches и
сделать rpm -bb --target athlon? На этом пути есть какие-то подводные камни?
--
Иван
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] kernel build failed
2006-01-21 20:31 ` Ivan Adzhubey
@ 2006-01-21 21:33 ` Sergey Vlasov
2006-01-28 11:35 ` [sisyphus] [wiki] " Michael Shigorin
0 siblings, 1 reply; 5+ messages in thread
From: Sergey Vlasov @ 2006-01-21 21:33 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 801 bytes --]
On Sat, Jan 21, 2006 at 03:31:03PM -0500, Ivan Adzhubey wrote:
> On Saturday 21 January 2006 03:07, Andrey Rahmatullin wrote:
> > On Fri, Jan 20, 2006 at 07:03:55PM -0500, Ivan Adzhubey wrote:
> > > /bin/install: cannot stat `scripts/kconfig/conf': No such file or
> > > directory
> >
> > Найдите в спеке упоминание этого файла и замените на mconf, если делали
> > menuconfig, и еще на что-нибудь, если делали какой-то другой *config, но
> > не oldconfig.
>
> Спасибо, я уже разобрался, что это из-за замены oldconfig->menuconfig. А что у
> нас с архитектурой athlon? Могу я просто добавить ее в %set_kernel_arches и
> сделать rpm -bb --target athlon? На этом пути есть какие-то подводные камни?
Добавить можно - нужно только создать файл конфигурации ядра, как для
i586 и x86_64.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [sisyphus] [wiki] Re: kernel build failed
2006-01-21 21:33 ` Sergey Vlasov
@ 2006-01-28 11:35 ` Michael Shigorin
0 siblings, 0 replies; 5+ messages in thread
From: Michael Shigorin @ 2006-01-28 11:35 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
On Sun, Jan 22, 2006 at 12:33:24AM +0300, Sergey Vlasov wrote:
> > > > /bin/install: cannot stat `scripts/kconfig/conf': No such
> > > > file or directory
> > > Найдите в спеке упоминание этого файла и замените на mconf,
> > > если делали menuconfig, и еще на что-нибудь, если делали
> > > какой-то другой *config, но не oldconfig.
> > Спасибо, я уже разобрался, что это из-за замены
> > oldconfig->menuconfig. А что у нас с архитектурой athlon?
> > Могу я просто добавить ее в %set_kernel_arches и сделать rpm
> > -bb --target athlon? На этом пути есть какие-то подводные
> > камни?
> Добавить можно - нужно только создать файл конфигурации ядра,
> как для i586 и x86_64.
http://www.freesource.info/wiki/Altlinux/Kernels
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-01-28 11:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-21 0:03 [sisyphus] kernel build failed Ivan Adzhubey
2006-01-21 8:07 ` Andrey Rahmatullin
2006-01-21 20:31 ` Ivan Adzhubey
2006-01-21 21:33 ` Sergey Vlasov
2006-01-28 11:35 ` [sisyphus] [wiki] " Michael Shigorin
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