ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Вот, компилял кернел и получи ЭТО
@ 2002-09-16 13:02 Aleks_Subscribe
  2002-09-16 14:27 ` Albert R. Valiev
  0 siblings, 1 reply; 2+ messages in thread
From: Aleks_Subscribe @ 2002-09-16 13:02 UTC (permalink / raw)
  To: sisyphus

Приветствую всех!

Собирал кастом ядро в соответствии с рекомендациями atmsk.ru. Получил ЭТО:
-----------------------------------------------------------------------------
---------------- make[2]: Entering directory
 `/home/guest007/RPM/BUILD/linux-2.4.19/kernel' /usr/bin/gcc -D__KERNEL__
 -I/home/guest007/RPM/BUILD/linux-2.4.19/include -pipe -Wall -O3
 -fexpensive-optimizations -march=i686 -fomit-frame-pointer -malign-loops=2
 -malign-jumps=2 -malign-functions=2
-mpreferred-stack-boundary=2 -Wstrict-prototypes -fno-strict-aliasing
-nostdinc  -DKBUILD_BASENAME=sched  -fno-omit-frame-pointer -c -o sched.o
sched.c
In file included from
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/wait.h:13,
                 from
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/fs.h:12,
                 from
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/capability.h:282,
                 from
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/binfmts.h:5,
                 from
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/sched.h:9,
                 from
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/mm.h:4,
                 from sched.c:23:
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/kernel.h:10:20: stdarg.h:
No such file or directory
In file included from
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/wait.h:13,
                 from
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/fs.h:12,
                 from
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/capability.h:282,
                 from
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/binfmts.h:5,
                 from
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/sched.h:9,
                 from
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/mm.h:4,
                 from sched.c:23:
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/kernel.h:73: parse error
before `va_list'
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/kernel.h:73: warning:
function declaration isn't a prototype
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/kernel.h:76: parse error
before `va_list'
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/kernel.h:76: warning:
function declaration isn't a prototype
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/kernel.h:80: parse error
before `va_list'
/home/guest007/RPM/BUILD/linux-2.4.19/include/linux/kernel.h:80: warning:
function declaration isn't a prototype
49mmake[2]: *** [sched.o] Error 1
make[2]: Leaving directory `/home/guest007/RPM/BUILD/linux-2.4.19/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/home/guest007/RPM/BUILD/linux-2.4.19/kernel'
make: *** [_dir_kernel] Error 2
ошибка: Неверный код возврата из /home/guest007/RPM/TMP/rpm-tmp.81465
 (%build) ---------------------------------------------

Что делать?
--
С уважением
Алексей



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

* Re: [sisyphus] Вот, компилял кернел и получи ЭТО
  2002-09-16 13:02 [sisyphus] Вот, компилял кернел и получи ЭТО Aleks_Subscribe
@ 2002-09-16 14:27 ` Albert R. Valiev
  0 siblings, 0 replies; 2+ messages in thread
From: Albert R. Valiev @ 2002-09-16 14:27 UTC (permalink / raw)
  To: sisyphus

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

В письме от 16 Сентябрь 2002 17:02 Aleks_Subscribe написал:
> Приветствую всех!
>
> Собирал кастом ядро в соответствии с рекомендациями atmsk.ru. Получил ЭТО:

> /home/guest007/RPM/BUILD/linux-2.4.19/include/linux/kernel.h:80: parse
> error before `va_list'
> /home/guest007/RPM/BUILD/linux-2.4.19/include/linux/kernel.h:80: warning:
> function declaration isn't a prototype
> 49mmake[2]: *** [sched.o] Error 1
> make[2]: Leaving directory `/home/guest007/RPM/BUILD/linux-2.4.19/kernel'
> make[1]: *** [first_rule] Error 2
> make[1]: Leaving directory `/home/guest007/RPM/BUILD/linux-2.4.19/kernel'
> make: *** [_dir_kernel] Error 2
> ошибка: Неверный код возврата из /home/guest007/RPM/TMP/rpm-tmp.81465
>  (%build) ---------------------------------------------
>
> Что делать?

Обновить glibc-devel

- -- 
With Best Regards, Albert R. Valiev
- ------------------------------------
ALT Linux Team [www.altlinux.ru]
KDE Development Team [www.kde.org]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9hepX7d6wAH+0KuARAkKgAJ4kqvVN3or/nOh3zusTkTok9B8icQCgmkiL
Ws1KKoKGY7SnmH/bM4Ivt1k=
=Wzh8
-----END PGP SIGNATURE-----



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

end of thread, other threads:[~2002-09-16 14:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-16 13:02 [sisyphus] Вот, компилял кернел и получи ЭТО Aleks_Subscribe
2002-09-16 14:27 ` Albert R. Valiev

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