ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] проблема с libxml2-devel
@ 2002-11-29 12:53 Alexey V. Lubimov
  2002-11-29 13:17 ` Dmitry V. Levin
  2002-11-29 14:01 ` Stanislav Ievlev
  0 siblings, 2 replies; 9+ messages in thread
From: Alexey V. Lubimov @ 2002-11-29 12:53 UTC (permalink / raw)
  To: sisyphus

заголовки  libxml2-devel лежат в  /usr/include/libxml2/libxml

в тоже время 

[root@avl libxml2]# xml2-config --cflags
-I/usr/include/libxml2

имхо это неправильно.
Почему заголовки переместились в подкаталог libxml?

итого: vcdimager даже в сизифе лежит без /usr/bin/vcdxm*

наверняка и в других пакетах проблемы.

-- 
С уважением, Алексей Любимов avl@cad.ru


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

* Re: [sisyphus] проблема с libxml2-devel
  2002-11-29 12:53 [sisyphus] проблема с libxml2-devel Alexey V. Lubimov
@ 2002-11-29 13:17 ` Dmitry V. Levin
  2002-11-29 19:19   ` "Алексей Любимов"
  2002-11-29 14:01 ` Stanislav Ievlev
  1 sibling, 1 reply; 9+ messages in thread
From: Dmitry V. Levin @ 2002-11-29 13:17 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

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

On Fri, Nov 29, 2002 at 03:53:10PM +0300, Alexey V. Lubimov wrote:
> заголовки  libxml2-devel лежат в  /usr/include/libxml2/libxml
> 
> в тоже время 
> 
> [root@avl libxml2]# xml2-config --cflags
> -I/usr/include/libxml2
> 
> имхо это неправильно.

Правильно.

> Почему заголовки переместились в подкаталог libxml?

Use
#include <libxml/parser.h>
etc.

> итого: vcdimager даже в сизифе лежит без /usr/bin/vcdxm*

При чем тут?

> наверняка и в других пакетах проблемы.

Почему?


--
ldv

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

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

* Re: [sisyphus] проблема с libxml2-devel
  2002-11-29 12:53 [sisyphus] проблема с libxml2-devel Alexey V. Lubimov
  2002-11-29 13:17 ` Dmitry V. Levin
@ 2002-11-29 14:01 ` Stanislav Ievlev
  2002-11-29 19:23   ` "Алексей Любимов"
  1 sibling, 1 reply; 9+ messages in thread
From: Stanislav Ievlev @ 2002-11-29 14:01 UTC (permalink / raw)
  To: sisyphus

On Fri, Nov 29, 2002 at 03:53:10PM +0300, Alexey V. Lubimov wrote:
> заголовки  libxml2-devel лежат в  /usr/include/libxml2/libxml
> 
> в тоже время 
> 
> [root@avl libxml2]# xml2-config --cflags
> -I/usr/include/libxml2
> 
> имхо это неправильно.
Все правильно ибо в системе могут одновременно существовать libxml1 и
libxml2
> Почему заголовки переместились в подкаталог libxml?
> 
> итого: vcdimager даже в сизифе лежит без /usr/bin/vcdxm*
> 
> наверняка и в других пакетах проблемы.
> 
> -- 
> С уважением, Алексей Любимов avl@cad.ru
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> http://altlinux.ru/mailman/listinfo/sisyphus


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

* Re: [sisyphus] проблема с libxml2-devel
  2002-11-29 13:17 ` Dmitry V. Levin
@ 2002-11-29 19:19   ` "Алексей Любимов"
  0 siblings, 0 replies; 9+ messages in thread
From: "Алексей Любимов" @ 2002-11-29 19:19 UTC (permalink / raw)
  To: sisyphus

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

On Fri, 29 Nov 2002 16:17:20 +0300
"Dmitry V. Levin" <ldv@altlinux.org> wrote:

> On Fri, Nov 29, 2002 at 03:53:10PM +0300, Alexey V. Lubimov wrote:
> > заголовки  libxml2-devel лежат в  /usr/include/libxml2/libxml
> > 
> > в тоже время 
> > 
> > [root@avl libxml2]# xml2-config --cflags
> > -I/usr/include/libxml2
> > 
> > имхо это неправильно.
> 
> Правильно.

> > итого: vcdimager даже в сизифе лежит без /usr/bin/vcdxm*
> 
> При чем тут?
в ./configure собирается тестовый пример и обламывается.
после чего сборка всех программ типа vcdxmrip отменяется.
В итоге в пакете три четверти программ просто отсутствуют.

> 
> > наверняка и в других пакетах проблемы.
> 
> Почему?

Не совсем понятно почему xml2-config --cflags не выдает полный путь до заголовков.


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

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

* Re: [sisyphus] проблема с libxml2-devel
  2002-11-29 14:01 ` Stanislav Ievlev
@ 2002-11-29 19:23   ` "Алексей Любимов"
  2002-11-29 19:47     ` Aristarh
  0 siblings, 1 reply; 9+ messages in thread
From: "Алексей Любимов" @ 2002-11-29 19:23 UTC (permalink / raw)
  To: sisyphus

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

On Fri, 29 Nov 2002 17:01:51 +0300
Stanislav Ievlev <inger@altlinux.org> wrote:

> On Fri, Nov 29, 2002 at 03:53:10PM +0300, Alexey V. Lubimov wrote:
> > заголовки  libxml2-devel лежат в  /usr/include/libxml2/libxml
> > 
> > в тоже время 
> > 
> > [root@avl libxml2]# xml2-config --cflags
> > -I/usr/include/libxml2
> > 
> > имхо это неправильно.
> Все правильно ибо в системе могут одновременно существовать libxml1 и
> libxml2

непонятно, почему libxml1 не лежит в /usr/include/libxml/ а libxml2 не лежит в /usr/include/libxm2/
и самое главное, почему xml2-config --cflags не показвает на реальное расположение libxml2?

хотя ldv уже намекнул, что скорее всего проблема только с vcdimager.
Остальные используют #include <libxml/*h>

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

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

* Re: [sisyphus] проблема с libxml2-devel
  2002-11-29 19:23   ` "Алексей Любимов"
@ 2002-11-29 19:47     ` Aristarh
  2002-11-29 20:34       ` "Алексей Любимов"
  0 siblings, 1 reply; 9+ messages in thread
From: Aristarh @ 2002-11-29 19:47 UTC (permalink / raw)
  To: sisyphus

On 29 Ноябрь 2002 22:23, Алексей Любимов wrote:
> On Fri, 29 Nov 2002 17:01:51 +0300
>
> Stanislav Ievlev <inger@altlinux.org> wrote:
> > On Fri, Nov 29, 2002 at 03:53:10PM +0300, Alexey V. Lubimov wrote:
> > > заголовки  libxml2-devel лежат в  /usr/include/libxml2/libxml
> > >
> > > в тоже время
> > >
> > > [root@avl libxml2]# xml2-config --cflags
> > > -I/usr/include/libxml2
> > >
> > > имхо это неправильно.
> >
> > Все правильно ибо в системе могут одновременно существовать libxml1 и
> > libxml2
>
> непонятно, почему libxml1 не лежит в /usr/include/libxml/ а libxml2 не
> лежит в /usr/include/libxm2/ и самое главное, почему xml2-config --cflags
> не показвает на реальное расположение libxml2?
>
> хотя ldv уже намекнул, что скорее всего проблема только с vcdimager.
> Остальные используют #include <libxml/*h>

Пересобрал vcdimager, теперь всё на месте.

-- 
Yuri N. Sedunov



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

* Re: [sisyphus] проблема с libxml2-devel
  2002-11-29 19:47     ` Aristarh
@ 2002-11-29 20:34       ` "Алексей Любимов"
  2002-11-29 21:30         ` Aristarh
  0 siblings, 1 reply; 9+ messages in thread
From: "Алексей Любимов" @ 2002-11-29 20:34 UTC (permalink / raw)
  To: sisyphus

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


> Пересобрал vcdimager, теперь всё на месте.

а еще вопросик.
в нем еще не собираются фронтенды к гному.
я не понял, что ему для них не хватает...

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

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

* Re: [sisyphus] проблема с libxml2-devel
  2002-11-29 20:34       ` "Алексей Любимов"
@ 2002-11-29 21:30         ` Aristarh
  2002-11-29 21:58           ` "Алексей Любимов"
  0 siblings, 1 reply; 9+ messages in thread
From: Aristarh @ 2002-11-29 21:30 UTC (permalink / raw)
  To: sisyphus

On 29 Ноябрь 2002 23:34, Алексей Любимов wrote:
> > Пересобрал vcdimager, теперь всё на месте.
>
> а еще вопросик.
> в нем еще не собираются фронтенды к гному.
> я не понял, что ему для них не хватает...

Не хватает самих фронтендов :). 

-- 
Yuri N. Sedunov



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

* Re: [sisyphus] проблема с libxml2-devel
  2002-11-29 21:30         ` Aristarh
@ 2002-11-29 21:58           ` "Алексей Любимов"
  0 siblings, 0 replies; 9+ messages in thread
From: "Алексей Любимов" @ 2002-11-29 21:58 UTC (permalink / raw)
  To: sisyphus

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

On Sat, 30 Nov 2002 00:30:44 +0300
Aristarh <aristarh@online.ru> wrote:

> On 29 Ноябрь 2002 23:34, Алексей Любимов wrote:
> > > Пересобрал vcdimager, теперь всё на месте.
> >
> > а еще вопросик.
> > в нем еще не собираются фронтенды к гному.
> > я не понял, что ему для них не хватает...
> 
> Не хватает самих фронтендов :). 
ну это не повод,чтобы не собираться :)

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

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

end of thread, other threads:[~2002-11-29 21:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-29 12:53 [sisyphus] проблема с libxml2-devel Alexey V. Lubimov
2002-11-29 13:17 ` Dmitry V. Levin
2002-11-29 19:19   ` "Алексей Любимов"
2002-11-29 14:01 ` Stanislav Ievlev
2002-11-29 19:23   ` "Алексей Любимов"
2002-11-29 19:47     ` Aristarh
2002-11-29 20:34       ` "Алексей Любимов"
2002-11-29 21:30         ` Aristarh
2002-11-29 21:58           ` "Алексей Любимов"

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