ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] pkgconfig.prov не пропускает "+" в имени библиотеки?
@ 2014-01-14 10:21 Viacheslav Dubrovskyi
  2014-01-14 11:19 ` Dmitry V. Levin
  0 siblings, 1 reply; 7+ messages in thread
From: Viacheslav Dubrovskyi @ 2014-01-14 10:21 UTC (permalink / raw)
  To: Devel

Здравствуйте.

Согласно https://bugzilla.altlinux.org/show_bug.cgi?id=29716 решил 
обновить пакет directfb до последней стабильной версии 1.7.1

Во время сборки получил вот такую ошибку:

Processing files: libdirectfb-devel-1.7.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vEILLZ
find-provides: running scripts 
(alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell)
pkgconfig.prov: ERROR: 
/usr/src/tmp/directfb-buildroot/usr/lib64/pkgconfig/++dfb.pc: invalid 
pkg-config output: ++dfb = 1.7.1
find-provides: ERROR: /usr/lib/rpm/pkgconfig.prov failed
error: /bin/sh failed
error: Failed to find Provides

Содержимое /usr/lib64/pkgconfig/++dfb.pc :

prefix=/usr
exec_prefix=/usr
libdir=/usr/lib64
includedir=/usr/include

Name: ++DFB
Description: C++ binding for DirectFB
Version: 1.7.1
Requires: directfb
Libs: -l++dfb
Cflags: -I/usr/include/++dfb


Подозреваю не нравится символы "++" в имени.
Вопрос: Почему?


-- 
WBR,
Viacheslav Dubrovskyi



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

* Re: [devel] pkgconfig.prov не пропускает "+" в имени библиотеки?
  2014-01-14 10:21 [devel] pkgconfig.prov не пропускает "+" в имени библиотеки? Viacheslav Dubrovskyi
@ 2014-01-14 11:19 ` Dmitry V. Levin
  2014-01-14 11:34   ` Viacheslav Dubrovskyi
  2014-01-14 12:25   ` Viacheslav Dubrovskyi
  0 siblings, 2 replies; 7+ messages in thread
From: Dmitry V. Levin @ 2014-01-14 11:19 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Tue, Jan 14, 2014 at 12:21:25PM +0200, Viacheslav Dubrovskyi wrote:
> Здравствуйте.
> 
> Согласно https://bugzilla.altlinux.org/show_bug.cgi?id=29716 
> решил обновить пакет directfb до последней 
> стабильной версии 1.7.1
> 
> Во время сборки получил вот такую ошибку:
> 
> Processing files: libdirectfb-devel-1.7.1-alt1
> Finding Provides (using /usr/lib/rpm/find-provides)
> Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vEILLZ
> find-provides: running scripts 
> (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell)
> pkgconfig.prov: ERROR: 
> /usr/src/tmp/directfb-buildroot/usr/lib64/pkgconfig/++dfb.pc: invalid 
> pkg-config output: ++dfb = 1.7.1
> find-provides: ERROR: /usr/lib/rpm/pkgconfig.prov failed
> error: /bin/sh failed
> error: Failed to find Provides
> 
> Содержимое /usr/lib64/pkgconfig/++dfb.pc :
> 
> prefix=/usr
> exec_prefix=/usr
> libdir=/usr/lib64
> includedir=/usr/include
> 
> Name: ++DFB

Имя не должно начинаться со знака "+".


-- 
ldv

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

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

* Re: [devel] pkgconfig.prov не пропускает "+" в имени библиотеки?
  2014-01-14 11:19 ` Dmitry V. Levin
@ 2014-01-14 11:34   ` Viacheslav Dubrovskyi
  2014-01-14 11:53     ` Sergey V Turchin
  2014-01-14 12:25   ` Viacheslav Dubrovskyi
  1 sibling, 1 reply; 7+ messages in thread
From: Viacheslav Dubrovskyi @ 2014-01-14 11:34 UTC (permalink / raw)
  To: devel

14.01.2014 13:19, Dmitry V. Levin wrote:
> On Tue, Jan 14, 2014 at 12:21:25PM +0200, Viacheslav Dubrovskyi wrote:
>> Здравствуйте.
>>
>> Согласно https://bugzilla.altlinux.org/show_bug.cgi?id=29716
>> решил обновить пакет directfb до последней
>> стабильной версии 1.7.1
>>
>> Во время сборки получил вот такую ошибку:
>>
>> Processing files: libdirectfb-devel-1.7.1-alt1
>> Finding Provides (using /usr/lib/rpm/find-provides)
>> Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vEILLZ
>> find-provides: running scripts
>> (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell)
>> pkgconfig.prov: ERROR:
>> /usr/src/tmp/directfb-buildroot/usr/lib64/pkgconfig/++dfb.pc: invalid
>> pkg-config output: ++dfb = 1.7.1
>> find-provides: ERROR: /usr/lib/rpm/pkgconfig.prov failed
>> error: /bin/sh failed
>> error: Failed to find Provides
>>
>> Содержимое /usr/lib64/pkgconfig/++dfb.pc :
>>
>> prefix=/usr
>> exec_prefix=/usr
>> libdir=/usr/lib64
>> includedir=/usr/include
>>
>> Name: ++DFB
> Имя не должно начинаться со знака "+".
Это я понял. Хочется услышать аргументы, чтобы их можно было передать в 
баге апстриму.

-- 
WBR,
Viacheslav Dubrovskyi



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

* Re: [devel] pkgconfig.prov не пропускает "+" в имени библиотеки?
  2014-01-14 11:34   ` Viacheslav Dubrovskyi
@ 2014-01-14 11:53     ` Sergey V Turchin
  2014-01-14 12:12       ` Viacheslav Dubrovskyi
  0 siblings, 1 reply; 7+ messages in thread
From: Sergey V Turchin @ 2014-01-14 11:53 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On Tuesday 14 January 2014 13:34:10 Viacheslav Dubrovskyi wrote:

[...]
> > Имя не должно начинаться со знака "+".
> Это я понял. Хочется услышать аргументы, чтобы их можно было передать в
> баге апстриму.
Имя пакета определяете вы, а не апстрим. Замените '+' на 'x'.

-- 
Regards, Sergey.       ALT Linux, http://www.altlinux.ru/

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [devel] pkgconfig.prov не пропускает "+" в имени библиотеки?
  2014-01-14 11:53     ` Sergey V Turchin
@ 2014-01-14 12:12       ` Viacheslav Dubrovskyi
  2014-01-14 12:15         ` Sergey V Turchin
  0 siblings, 1 reply; 7+ messages in thread
From: Viacheslav Dubrovskyi @ 2014-01-14 12:12 UTC (permalink / raw)
  To: devel

14.01.2014 13:53, Sergey V Turchin wrote:
> On Tuesday 14 January 2014 13:34:10 Viacheslav Dubrovskyi wrote:
>
> [...]
>>> Имя не должно начинаться со знака "+".
>> Это я понял. Хочется услышать аргументы, чтобы их можно было передать в
>> баге апстриму.
> Имя пакета определяете вы, а не апстрим. Замените '+' на 'x'.
Как раз с именем пакета проблем нет. Оно начинается на lib.
Кстати в OpenSuSE и Mageia таких ограничений нет: 
http://rpmfind.net/linux/rpm2html/search.php?query=pkgconfig%28%2B%2Bdfb%29

-- 
WBR,
Viacheslav Dubrovskyi



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

* Re: [devel] pkgconfig.prov не пропускает "+" в имени библиотеки?
  2014-01-14 12:12       ` Viacheslav Dubrovskyi
@ 2014-01-14 12:15         ` Sergey V Turchin
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey V Turchin @ 2014-01-14 12:15 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On Tuesday 14 January 2014 14:12:28 Viacheslav Dubrovskyi wrote:
> 14.01.2014 13:53, Sergey V Turchin wrote:
> > On Tuesday 14 January 2014 13:34:10 Viacheslav Dubrovskyi wrote:
> > 
> > [...]
> > 
> >>> Имя не должно начинаться со знака "+".
> >> 
> >> Это я понял. Хочется услышать аргументы, чтобы их можно было передать в
> >> баге апстриму.
> > 
> > Имя пакета определяете вы, а не апстрим. Замените '+' на 'x'.
> Как раз с именем пакета проблем нет. Оно начинается на lib.
А, ну да. Это ж автоимя из имени.pc, которое только апстрим меняет, т.к. 
остальные на него завязываются.

[...]

-- 
Regards, Sergey.       ALT Linux, http://www.altlinux.ru/

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [devel] pkgconfig.prov не пропускает "+" в имени библиотеки?
  2014-01-14 11:19 ` Dmitry V. Levin
  2014-01-14 11:34   ` Viacheslav Dubrovskyi
@ 2014-01-14 12:25   ` Viacheslav Dubrovskyi
  1 sibling, 0 replies; 7+ messages in thread
From: Viacheslav Dubrovskyi @ 2014-01-14 12:25 UTC (permalink / raw)
  To: ALT Linux Team development discussions

14.01.2014 13:19, Dmitry V. Levin wrote:
> On Tue, Jan 14, 2014 at 12:21:25PM +0200, Viacheslav Dubrovskyi wrote:
>> Здравствуйте.
>>
>> Согласно https://bugzilla.altlinux.org/show_bug.cgi?id=29716
>> решил обновить пакет directfb до последней
>> стабильной версии 1.7.1
>>
>> Во время сборки получил вот такую ошибку:
>>
>> Processing files: libdirectfb-devel-1.7.1-alt1
>> Finding Provides (using /usr/lib/rpm/find-provides)
>> Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vEILLZ
>> find-provides: running scripts
>> (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell)
>> pkgconfig.prov: ERROR:
>> /usr/src/tmp/directfb-buildroot/usr/lib64/pkgconfig/++dfb.pc: invalid
>> pkg-config output: ++dfb = 1.7.1
>> find-provides: ERROR: /usr/lib/rpm/pkgconfig.prov failed
>> error: /bin/sh failed
>> error: Failed to find Provides
>>
>> Содержимое /usr/lib64/pkgconfig/++dfb.pc :
>>
>> prefix=/usr
>> exec_prefix=/usr
>> libdir=/usr/lib64
>> includedir=/usr/include
>>
>> Name: ++DFB
> Имя не должно начинаться со знака "+".
Удаление ++ из Name: ++DFB не решает проблему. Ему не нравится имя файла 
++dfb.pc

[builder@localhost ~]$ /usr/lib/rpm/pkgconfig.prov 
/usr/src/tmp/directfb-buildroot/usr/lib64/pkgconfig/++dfb.pc
pkgconfig.prov: ERROR: 
/usr/src/tmp/directfb-buildroot/usr/lib64/pkgconfig/++dfb.pc: invalid 
pkg-config output: ++dfb = 1.7.1

[builder@localhost ~]$ cat 
/usr/src/tmp/directfb-buildroot/usr/lib64/pkgconfig/++dfb.pc
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib64
includedir=/usr/include

Name: DFB
Description: C++ binding for DirectFB
Version: 1.7.1
Requires: directfb
Libs: -l++dfb
Cflags: -I/usr/include/++dfb


-- 
WBR,
Viacheslav Dubrovskyi



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

end of thread, other threads:[~2014-01-14 12:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-14 10:21 [devel] pkgconfig.prov не пропускает "+" в имени библиотеки? Viacheslav Dubrovskyi
2014-01-14 11:19 ` Dmitry V. Levin
2014-01-14 11:34   ` Viacheslav Dubrovskyi
2014-01-14 11:53     ` Sergey V Turchin
2014-01-14 12:12       ` Viacheslav Dubrovskyi
2014-01-14 12:15         ` Sergey V Turchin
2014-01-14 12:25   ` Viacheslav Dubrovskyi

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git