* [sisyphus] compile errors
@ 2002-10-09 6:30 BOBAH
2002-10-09 7:29 ` Sergey S. Skulachenko
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: BOBAH @ 2002-10-09 6:30 UTC (permalink / raw)
To: sisyphus
После update glibc-devel на glibc-devel-2.2.6-alt0.4
получаю такое вот:
from main.c:16:
/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
main.c: In function `do_output':
main.c:122: `ENOENT' undeclared (first use in this function)
main.c:122: (Each undeclared identifier is reported only once
main.c:122: for each function it appears in.)
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/usr/src/RPM/BUILD/wine/tools/winebuild'
make[1]: *** [winebuild] Error 2
make[1]: Leaving directory `/usr/src/RPM/BUILD/wine/tools'
make: *** [tools] Error 2
--
Rgds, BOBAH.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [sisyphus] compile errors
2002-10-09 6:30 [sisyphus] compile errors BOBAH
@ 2002-10-09 7:29 ` Sergey S. Skulachenko
2002-10-09 8:09 ` BOBAH
2002-10-09 8:15 ` [sisyphus] " Michael Shigorin
2002-10-09 8:47 ` [sisyphus] " Dmitry V. Levin
2 siblings, 1 reply; 11+ messages in thread
From: Sergey S. Skulachenko @ 2002-10-09 7:29 UTC (permalink / raw)
To: sisyphus
On Wed, 09 Oct 2002 10:30:28 +0400
BOBAH <bobah@inbox.ru> wrote:
> После update glibc-devel на glibc-devel-2.2.6-alt0.4
> получаю такое вот:
>
> from main.c:16:
> /usr/include/bits/errno.h:25:26: linux/errno.h: No such file or
> directory main.c: In function `do_output':
> main.c:122: `ENOENT' undeclared (first use in this function)
А Вы посмотрите, куда глядят ссылки automake и autoconf в
/etc/alternatives. Мне кажется, лучше бы на последние версии.
_____________
С уважением,
С.С.Скулаченко
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [sisyphus] compile errors
2002-10-09 7:29 ` Sergey S. Skulachenko
@ 2002-10-09 8:09 ` BOBAH
2002-10-09 8:13 ` Leonid Sysoletin
0 siblings, 1 reply; 11+ messages in thread
From: BOBAH @ 2002-10-09 8:09 UTC (permalink / raw)
To: sisyphus
Sergey S. Skulachenko wrote:
>On Wed, 09 Oct 2002 10:30:28 +0400
>BOBAH <bobah@inbox.ru> wrote:
>
>
>
>>После update glibc-devel на glibc-devel-2.2.6-alt0.4
>>получаю такое вот:
>>
>>from main.c:16:
>>/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or
>>directory main.c: In function `do_output':
>>main.c:122: `ENOENT' undeclared (first use in this function)
>>
>>
>
>А Вы посмотрите, куда глядят ссылки automake и autoconf в
>/etc/alternatives. Мне кажется, лучше бы на последние версии.
>
>
абсолютно всё равно, какие версии.
Пробовал во всех вариантах.
>_____________
>С уважением,
>С.С.Скулаченко
>
>_______________________________________________
>Sisyphus mailing list
>Sisyphus@altlinux.ru
>http://altlinux.ru/mailman/listinfo/sisyphus
>
>
>
/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
и такого файла действительно нет.
--
Rgds, BOBAH.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [sisyphus] compile errors
2002-10-09 8:09 ` BOBAH
@ 2002-10-09 8:13 ` Leonid Sysoletin
0 siblings, 0 replies; 11+ messages in thread
From: Leonid Sysoletin @ 2002-10-09 8:13 UTC (permalink / raw)
To: sisyphus
Среда, 9 Октябрь 2002 12:09, BOBAH написал:
> /usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
> и такого файла действительно нет.
[penguin@antarctida penguin]$ rpm -qf /usr/include/bits/errno.h
glibc-devel-2.2.6-alt0.2
--
Л. Сысолетин,
webmaster@unicon-ms.ru
[Team Ёжики-рулез!] [Team Котёнки на солярке] [Team Берегите букву "ё"!]
Плохо, когда посредственные люди становятся непосредственными начальниками.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [sisyphus] Re: compile errors
2002-10-09 6:30 [sisyphus] compile errors BOBAH
2002-10-09 7:29 ` Sergey S. Skulachenko
@ 2002-10-09 8:15 ` Michael Shigorin
2002-10-09 8:27 ` BOBAH
2002-10-09 8:47 ` BOBAH
2002-10-09 8:47 ` [sisyphus] " Dmitry V. Levin
2 siblings, 2 replies; 11+ messages in thread
From: Michael Shigorin @ 2002-10-09 8:15 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 371 bytes --]
On Wed, Oct 09, 2002 at 10:30:28AM +0400, BOBAH wrote:
> /usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
Проверьте, как/откуда/какие ссылки (не) ведут к
/usr/include/linux/errno.h -- в частности,
ссылку /etc/alternatives/kernel_include
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
[-- Attachment #2: Type: application/pgp-signature, Size: 187 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [sisyphus] Re: compile errors
2002-10-09 8:15 ` [sisyphus] " Michael Shigorin
@ 2002-10-09 8:27 ` BOBAH
2002-10-09 8:47 ` BOBAH
1 sibling, 0 replies; 11+ messages in thread
From: BOBAH @ 2002-10-09 8:27 UTC (permalink / raw)
To: sisyphus
Michael Shigorin wrote:
>On Wed, Oct 09, 2002 at 10:30:28AM +0400, BOBAH wrote:
>
>
>>/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or
>>
>>
>directory
>
>Проверьте, как/откуда/какие ссылки (не) ведут к
>/usr/include/linux/errno.h -- в частности,
>ссылку /etc/alternatives/kernel_include
>
>
>
было:
[root@bob linux]# ll /usr/include/linux
lrwxrwxrwx 1 root root 29 Окт 4 2001
/usr/include/linux -> /usr/lib/kernel/include/linux
стало:
[root@bob linux]# ll /usr/include/linux
lrwxrwxrwx 1 root root 32 Окт 9 12:22
/usr/include/linux -> /etc/alternatives/kernel_include/
эффект -
In file included from /usr/include/errno.h:36,
from main.c:16:
/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
main.c: In function `do_output':
main.c:122: `ENOENT' undeclared (first use in this function)
main.c:122: (Each undeclared identifier is reported only once
main.c:122: for each function it appears in.)
тотже :(
--
Rgds, BOBAH.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [sisyphus] Re: compile errors
2002-10-09 8:15 ` [sisyphus] " Michael Shigorin
2002-10-09 8:27 ` BOBAH
@ 2002-10-09 8:47 ` BOBAH
1 sibling, 0 replies; 11+ messages in thread
From: BOBAH @ 2002-10-09 8:47 UTC (permalink / raw)
To: sisyphus
Michael Shigorin wrote:
>On Wed, Oct 09, 2002 at 10:30:28AM +0400, BOBAH wrote:
>
>
>>/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or
>>
>>
>directory
>
>Проверьте, как/откуда/какие ссылки (не) ведут к
>/usr/include/linux/errno.h -- в частности,
>ссылку /etc/alternatives/kernel_include
>
>
>
взял, поправил на абсолютный путь:
In file included from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from main.c:16:
/usr/include/linux/linux/errno.h:4:23: asm/errno.h: No such file or
directory
main.c: In function `do_output':
main.c:122: `ENOENT' undeclared (first use in this function)
main.c:122: (Each undeclared identifier is reported only once
main.c:122: for each function it appears in.)
make[2]: *** [main.o] Error 1
--
Rgds, BOBAH.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [sisyphus] compile errors
2002-10-09 6:30 [sisyphus] compile errors BOBAH
2002-10-09 7:29 ` Sergey S. Skulachenko
2002-10-09 8:15 ` [sisyphus] " Michael Shigorin
@ 2002-10-09 8:47 ` Dmitry V. Levin
2002-10-09 8:59 ` BOBAH
2 siblings, 1 reply; 11+ messages in thread
From: Dmitry V. Levin @ 2002-10-09 8:47 UTC (permalink / raw)
To: ALT Linux Sisyphus mailing list
[-- Attachment #1: Type: text/plain, Size: 330 bytes --]
On Wed, Oct 09, 2002 at 10:30:28AM +0400, BOBAH wrote:
> После update glibc-devel на glibc-devel-2.2.6-alt0.4
А что еще вы при этом обновляли?
> получаю такое вот:
>
> from main.c:16:
> /usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
А что говорит
$ ls -l /etc/alternatives/kernel_include
?
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [sisyphus] compile errors
2002-10-09 8:47 ` [sisyphus] " Dmitry V. Levin
@ 2002-10-09 8:59 ` BOBAH
2002-10-09 9:06 ` [sisyphus] " Michael Shigorin
0 siblings, 1 reply; 11+ messages in thread
From: BOBAH @ 2002-10-09 8:59 UTC (permalink / raw)
To: sisyphus
Dmitry V. Levin wrote:
>On Wed, Oct 09, 2002 at 10:30:28AM +0400, BOBAH wrote:
>
>
>>После update glibc-devel на glibc-devel-2.2.6-alt0.4
>>
>>
>
>А что еще вы при этом обновляли?
>
>
>
>>получаю такое вот:
>>
>>from main.c:16:
>>/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or
>>
>>
>directory
>
>А что говорит
>$ ls -l /etc/alternatives/kernel_include
>?
>
>
>--
>ldv
>
>
>
Всё, разобрался.
Линки надо было поглубже делать :)
[bobah@bob bobah]$ ll /usr/include/asm
lrwxrwxrwx 1 root root 36 Окт 9 12:50 /usr/include/asm
-> /etc/alternatives/kernel_include/asm/
[bobah@bob bobah]$
[bobah@bob bobah]$
[bobah@bob bobah]$ ll /usr/include/linux
lrwxrwxrwx 1 root root 38 Окт 9 12:49
/usr/include/linux -> /etc/alternatives/kernel_include/linux/
[bobah@bob bobah]$ ls -l /etc/alternatives/kernel_include
lrwxrwxrwx 1 root rpm 37 Окт 9 10:15
/etc/alternatives/kernel_include -> /usr/lib/kernel/2.4.19-alt0.5/include
--
Rgds, BOBAH.
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2002-10-09 9:14 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-09 6:30 [sisyphus] compile errors BOBAH
2002-10-09 7:29 ` Sergey S. Skulachenko
2002-10-09 8:09 ` BOBAH
2002-10-09 8:13 ` Leonid Sysoletin
2002-10-09 8:15 ` [sisyphus] " Michael Shigorin
2002-10-09 8:27 ` BOBAH
2002-10-09 8:47 ` BOBAH
2002-10-09 8:47 ` [sisyphus] " Dmitry V. Levin
2002-10-09 8:59 ` BOBAH
2002-10-09 9:06 ` [sisyphus] " Michael Shigorin
2002-10-09 9:14 ` BOBAH
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