ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] XInclude warning
@ 2003-12-18  8:59 Nick Fedchik
  2003-12-18 10:32 ` BTW: " Nick Fedchik
  2003-12-19 14:48 ` [sisyphus] " Stanislav Ievlev
  0 siblings, 2 replies; 4+ messages in thread
From: Nick Fedchik @ 2003-12-18  8:59 UTC (permalink / raw)
  To: sisyphus

altlinux-release-Sisyphus-alt20031217
Компиляю planner из cvs
[root@fnm planner]# ./autogen.sh --prefix=/usr
...
checking dynamic linker characteristics... /etc/colorifer/gcc.xml:0: element 
include: XInclude warning : Deprecated XInclude namespace found, use 
http://www.w3.org/2003/XInclude
GNU/Linux ld.so
...
checking if the linker (/usr/bin/ld) is GNU ld... yes
/etc/colorifer/g++.xml:0: element include: XInclude warning : Deprecated 
XInclude namespace found, use http://www.w3.org/2003/XInclude
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
...
checking dynamic linker characteristics... /etc/colorifer/g++.xml:0: element 
include: XInclude warning : Deprecated XInclude namespace found, use 
http://www.w3.org/2003/XInclude
GNU/Linux ld.so
appending configuration tag "F77" to libtool
...
checking dynamic linker characteristics... /etc/colorifer/g77.xml:0: element 
include: XInclude warning : Deprecated XInclude namespace found, use 
http://www.w3.org/2003/XInclude
/usr/bin/i586-alt-linux-g77: No such file or directory
GNU/Linux ld.so
...
checking for pkg-config... /usr/bin/pkg-config
./configure: line 20230: syntax error near unexpected token `1.0'
./configure: line 20230: `GTK_DOC_CHECK(1.0)'
[root@fnm planner]#

Вопрос 1 - почему возникает сабж, и как это победить?
Вопрос 2 - "/usr/bin/i586-alt-linux-g77: No such file or directory" 
- это откуда?

$ls /usr/bin/i586-*
/usr/bin/i586-alt-linux-c++          /usr/bin/i586-alt-linux-f77      
/usr/bin/i586-alt-linux-gcov
/usr/bin/i586-alt-linux-cc           /usr/bin/i586-alt-linux-g++      
/usr/bin/i586-alt-linux-gcov-3.2
/usr/bin/i586-alt-linux-c++filt      /usr/bin/i586-alt-linux-g++-3.2  
/usr/bin/i586-alt-linux-protoize
/usr/bin/i586-alt-linux-c++filt-3.2  /usr/bin/i586-alt-linux-gcc      
/usr/bin/i586-alt-linux-protoize-3.2
/usr/bin/i586-alt-linux-cpp          /usr/bin/i586-alt-linux-gcc-3.2  
/usr/bin/i586-alt-linux-unprotoize
/usr/bin/i586-alt-linux-cpp-3.2      /usr/bin/i586-alt-linux-gccbug   
/usr/bin/i586-alt-linux-unprotoize-3.2


-- 
Best Regards, Nick Fedchik
http://www.fedchik.org.ua/



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

* BTW: [sisyphus] XInclude warning
  2003-12-18  8:59 [sisyphus] XInclude warning Nick Fedchik
@ 2003-12-18 10:32 ` Nick Fedchik
  2003-12-18 13:46   ` [sisyphus] " Vitaly Ostanin
  2003-12-19 14:48 ` [sisyphus] " Stanislav Ievlev
  1 sibling, 1 reply; 4+ messages in thread
From: Nick Fedchik @ 2003-12-18 10:32 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 397 bytes --]

В сообщении от Чт 18 Дек 2003 10:59 Nick Fedchik написал(a):
> altlinux-release-Sisyphus-alt20031217
$ gcc
/etc/colorifer/gcc.xml:0: element include: XInclude warning : Deprecated 
XInclude namespace found, use http://www.w3.org/2003/XInclude
i586-alt-linux-gcc: no input files

Очень раздражжает это сообщение.
Как от него избавиться???

-- 
Best Regards, Nick Fedchik
http://www.fedchik.org.ua/

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #3: Type: text/plain, Size: 81 bytes --]

Scanned by evaluation version of Dr.Web antivirus Daemon 
http://drweb.ru/unix/


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

* [sisyphus] Re: XInclude warning
  2003-12-18 10:32 ` BTW: " Nick Fedchik
@ 2003-12-18 13:46   ` Vitaly Ostanin
  0 siblings, 0 replies; 4+ messages in thread
From: Vitaly Ostanin @ 2003-12-18 13:46 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 738 bytes --]

On Thu, 18 Dec 2003 12:32:28 +0200
Nick Fedchik <nick@fedchik.org.ua> wrote:

> В сообщении от Чт 18 Дек 2003 10:59 Nick Fedchik написал(a):
> > altlinux-release-Sisyphus-alt20031217
> $ gcc
> /etc/colorifer/gcc.xml:0: element include: XInclude warning :
> Deprecated XInclude namespace found, use
> http://www.w3.org/2003/XInclude
> i586-alt-linux-gcc: no input files
> 
> Очень раздражжает это сообщение.
> Как от него избавиться???

Использовать корректное пространство имён для XInclude в исходных
документах. Мне как раз предстоит написать стиль, который
прописывает правильные namespaces, он будет в пакете
alt-docs-xsl-common-0.4

<skipped/>

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [sisyphus] XInclude warning
  2003-12-18  8:59 [sisyphus] XInclude warning Nick Fedchik
  2003-12-18 10:32 ` BTW: " Nick Fedchik
@ 2003-12-19 14:48 ` Stanislav Ievlev
  1 sibling, 0 replies; 4+ messages in thread
From: Stanislav Ievlev @ 2003-12-19 14:48 UTC (permalink / raw)
  To: sisyphus

Обновлённые конфиги для color-gcc появятся ориентировочно на следующей
неделе, но только в Daedalus. Так что придётся брать color* оттуда.

On Thu, Dec 18, 2003 at 10:59:41AM +0200, Nick Fedchik wrote:
> altlinux-release-Sisyphus-alt20031217
> Компиляю planner из cvs
> [root@fnm planner]# ./autogen.sh --prefix=/usr
> ...
> checking dynamic linker characteristics... /etc/colorifer/gcc.xml:0: element 
> include: XInclude warning : Deprecated XInclude namespace found, use 
> http://www.w3.org/2003/XInclude
> GNU/Linux ld.so
> ...
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> /etc/colorifer/g++.xml:0: element include: XInclude warning : Deprecated 
> XInclude namespace found, use http://www.w3.org/2003/XInclude
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> ...
> checking dynamic linker characteristics... /etc/colorifer/g++.xml:0: element 
> include: XInclude warning : Deprecated XInclude namespace found, use 
> http://www.w3.org/2003/XInclude
> GNU/Linux ld.so
> appending configuration tag "F77" to libtool
> ...
> checking dynamic linker characteristics... /etc/colorifer/g77.xml:0: element 
> include: XInclude warning : Deprecated XInclude namespace found, use 
> http://www.w3.org/2003/XInclude
> /usr/bin/i586-alt-linux-g77: No such file or directory
> GNU/Linux ld.so
> ...
> checking for pkg-config... /usr/bin/pkg-config
> ./configure: line 20230: syntax error near unexpected token `1.0'
> ./configure: line 20230: `GTK_DOC_CHECK(1.0)'
> [root@fnm planner]#
> 
> Вопрос 1 - почему возникает сабж, и как это победить?
Возникает ибо обновилась libxml2.
Победить можно либо дождавшись когда я поменяю либо самостоятельно
исправив конфигурационный файл /etc/colorifer/{gcc,g++}
По моим наблюдениям (для версии в Сизифе) должно быть достаточно изменить 2001 на 2003.

> Вопрос 2 - "/usr/bin/i586-alt-linux-g77: No such file or directory" 
> - это откуда?
Видимо Ваш configure вызывает g77, а его не стоит в Системе.
> 
> $ls /usr/bin/i586-*
> /usr/bin/i586-alt-linux-c++          /usr/bin/i586-alt-linux-f77      
> /usr/bin/i586-alt-linux-gcov
> /usr/bin/i586-alt-linux-cc           /usr/bin/i586-alt-linux-g++      
> /usr/bin/i586-alt-linux-gcov-3.2
> /usr/bin/i586-alt-linux-c++filt      /usr/bin/i586-alt-linux-g++-3.2  
> /usr/bin/i586-alt-linux-protoize
> /usr/bin/i586-alt-linux-c++filt-3.2  /usr/bin/i586-alt-linux-gcc      
> /usr/bin/i586-alt-linux-protoize-3.2
> /usr/bin/i586-alt-linux-cpp          /usr/bin/i586-alt-linux-gcc-3.2  
> /usr/bin/i586-alt-linux-unprotoize
> /usr/bin/i586-alt-linux-cpp-3.2      /usr/bin/i586-alt-linux-gccbug   
> /usr/bin/i586-alt-linux-unprotoize-3.2
Ну вот. Как я и говорил его нет.

> 
> 
> -- 
> Best Regards, Nick Fedchik
> http://www.fedchik.org.ua/
> 
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> http://altlinux.ru/mailman/listinfo/sisyphus


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

end of thread, other threads:[~2003-12-19 14:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-18  8:59 [sisyphus] XInclude warning Nick Fedchik
2003-12-18 10:32 ` BTW: " Nick Fedchik
2003-12-18 13:46   ` [sisyphus] " Vitaly Ostanin
2003-12-19 14:48 ` [sisyphus] " Stanislav Ievlev

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