ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] fixup-pkgconfig падает на правильной конструкции в .pc
@ 2008-07-03 20:19 Pavlov Konstantin
  2008-07-03 21:06 ` Dmitry V. Levin
  0 siblings, 1 reply; 7+ messages in thread
From: Pavlov Konstantin @ 2008-07-03 20:19 UTC (permalink / raw)
  To: devel

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

Всем привет.

[builder@hasher pkgconfig]$ cat vlc-plugin.pc 
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib
includedir=/usr/include

Name: VLC plugin API
Description: VLC media player plugin interface
Version: 0.9.0-test1
Cflags: -I${includedir} -I${includedir}/vlc/plugins \
    -D_FILE_OFFSET_BITS=64 \
    -D__USE_UNIX98 \
    -D_LARGEFILE64_SOURCE \
     \
    -D_REENTRANT \
    -D_THREAD_SAFE
Libs: -L${libdir} -lvlccore

builder@hasher pkgconfig]$ RPM_BUILD_ROOT="/usr/src/RPM/BUILD/vlc-0.9.0" sh
-exuf /usr/lib/rpm/fixup-pkgconfig vlc-plugin.pc
...
...
...
+ subst -p 's|^Cflags: .*|Cflags: -I${includedir}/vlc/plugins \|g' -- vlc-plugin.pc
subst: sed: -e expression #1, char 53: unterminated `s' command
subst: fork
+ return 1


С точки зрения pkg-config конструкция в Cflags вполне валидна.

Запатчить fixup-pkgconfig у меня не хватит душевных сил :(

-- 
The first half of our lives is ruined by our parents and the second half
by our children.
		-- Clarence Darrow

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

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

* Re: [devel] fixup-pkgconfig падает на правильной конструкции в .pc
  2008-07-03 20:19 [devel] fixup-pkgconfig падает на правильной конструкции в .pc Pavlov Konstantin
@ 2008-07-03 21:06 ` Dmitry V. Levin
  2008-07-03 22:09   ` Alexey I. Froloff
  2008-07-07 14:35   ` Pavlov Konstantin
  0 siblings, 2 replies; 7+ messages in thread
From: Dmitry V. Levin @ 2008-07-03 21:06 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Fri, Jul 04, 2008 at 12:19:09AM +0400, Pavlov Konstantin wrote:
> [builder@hasher pkgconfig]$ cat vlc-plugin.pc 
> prefix=/usr
> exec_prefix=/usr
> libdir=/usr/lib
> includedir=/usr/include
> 
> Name: VLC plugin API
> Description: VLC media player plugin interface
> Version: 0.9.0-test1
> Cflags: -I${includedir} -I${includedir}/vlc/plugins \
>     -D_FILE_OFFSET_BITS=64 \
>     -D__USE_UNIX98 \
>     -D_LARGEFILE64_SOURCE \
>      \
>     -D_REENTRANT \
>     -D_THREAD_SAFE
> Libs: -L${libdir} -lvlccore
> 
> builder@hasher pkgconfig]$ RPM_BUILD_ROOT="/usr/src/RPM/BUILD/vlc-0.9.0" sh
> -exuf /usr/lib/rpm/fixup-pkgconfig vlc-plugin.pc
> ...
> ...
> ...
> + subst -p 's|^Cflags: .*|Cflags: -I${includedir}/vlc/plugins \|g' -- vlc-plugin.pc
> subst: sed: -e expression #1, char 53: unterminated `s' command
> subst: fork
> + return 1
> 
> 
> С точки зрения pkg-config конструкция в Cflags вполне валидна.
> 
> Запатчить fixup-pkgconfig у меня не хватит душевных сил :(

Надо квотить, quote_sed_regexp() можно взять из /bin/shell-regexp


-- 
ldv

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

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

* Re: [devel] fixup-pkgconfig падает на правильной конструкции в .pc
  2008-07-03 21:06 ` Dmitry V. Levin
@ 2008-07-03 22:09   ` Alexey I. Froloff
  2008-07-03 22:10     ` Dmitry V. Levin
  2008-07-07 14:35   ` Pavlov Konstantin
  1 sibling, 1 reply; 7+ messages in thread
From: Alexey I. Froloff @ 2008-07-03 22:09 UTC (permalink / raw)
  To: ALT Devel discussion list

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

* Dmitry V. Levin <ldv@> [080704 01:10]:
> > Cflags: -I${includedir} -I${includedir}/vlc/plugins \
> >     -D_FILE_OFFSET_BITS=64 \
> Надо квотить, quote_sed_regexp() можно взять из /bin/shell-regexp
Их бы неплохо ещё и склеивать...

-- 
Regards,
Sir Raorn.

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

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

* Re: [devel] fixup-pkgconfig падает на правильной конструкции в .pc
  2008-07-03 22:09   ` Alexey I. Froloff
@ 2008-07-03 22:10     ` Dmitry V. Levin
  2008-07-03 22:23       ` Alexey I. Froloff
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry V. Levin @ 2008-07-03 22:10 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Fri, Jul 04, 2008 at 02:09:49AM +0400, Alexey I. Froloff wrote:
> * Dmitry V. Levin <ldv@> [080704 01:10]:
> > > Cflags: -I${includedir} -I${includedir}/vlc/plugins \
> > >     -D_FILE_OFFSET_BITS=64 \
> > Надо квотить, quote_sed_regexp() можно взять из /bin/shell-regexp
> Их бы неплохо ещё и склеивать...

А что это даст?


-- 
ldv

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

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

* Re: [devel] fixup-pkgconfig падает на правильной конструкции в .pc
  2008-07-03 22:10     ` Dmitry V. Levin
@ 2008-07-03 22:23       ` Alexey I. Froloff
  0 siblings, 0 replies; 7+ messages in thread
From: Alexey I. Froloff @ 2008-07-03 22:23 UTC (permalink / raw)
  To: ALT Devel discussion list

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

* Dmitry V. Levin <ldv@> [080704 02:20]:
> > > > Cflags: -I${includedir} -I${includedir}/vlc/plugins \
> > > >     -D_FILE_OFFSET_BITS=64 \
> > > Надо квотить, quote_sed_regexp() можно взять из /bin/shell-regexp
> > Их бы неплохо ещё и склеивать...
> А что это даст?
fixup-pkgconfig будет работать со всем содержимым поля, а не
только с его первой строкой.

-- 
Regards,
Sir Raorn.

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

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

* Re: [devel] fixup-pkgconfig падает на правильной конструкции в .pc
  2008-07-03 21:06 ` Dmitry V. Levin
  2008-07-03 22:09   ` Alexey I. Froloff
@ 2008-07-07 14:35   ` Pavlov Konstantin
  2008-07-07 17:25     ` Dmitry V. Levin
  1 sibling, 1 reply; 7+ messages in thread
From: Pavlov Konstantin @ 2008-07-07 14:35 UTC (permalink / raw)
  To: devel

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

On Fri, Jul 04, 2008 at 01:06:01AM +0400, Dmitry V. Levin wrote:
> > С точки зрения pkg-config конструкция в Cflags вполне валидна.
> > 
> > Запатчить fixup-pkgconfig у меня не хватит душевных сил :(
> 
> Надо квотить, quote_sed_regexp() можно взять из /bin/shell-regexp

Втупую применил и сработало: 91e17e342 у меня в git.alt.

Кажется, также должно исправить #11437.

-- 
<Lost[work]> hiddenman: русскоязычное сообщество
<dottedmag> Lost[work]: а ты по-английски не шпрехаешь?
<hiddenman> Lost[work]: а де оно? :)
<gns> hiddenman: да вот же :)
<Lost[work]> dottedmag: на русском приятнее. Где еще можно увидеть халявный
             суппорт с чувством юмора...
<gns> Lost[work]: и с ба-а-альшими запасами хорошей травы %)

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

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

* Re: [devel] fixup-pkgconfig падает на правильной конструкции в .pc
  2008-07-07 14:35   ` Pavlov Konstantin
@ 2008-07-07 17:25     ` Dmitry V. Levin
  0 siblings, 0 replies; 7+ messages in thread
From: Dmitry V. Levin @ 2008-07-07 17:25 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Mon, Jul 07, 2008 at 06:35:49PM +0400, Pavlov Konstantin wrote:
> On Fri, Jul 04, 2008 at 01:06:01AM +0400, Dmitry V. Levin wrote:
> > > С точки зрения pkg-config конструкция в Cflags вполне валидна.
> > > 
> > > Запатчить fixup-pkgconfig у меня не хватит душевных сил :(
> > 
> > Надо квотить, quote_sed_regexp() можно взять из /bin/shell-regexp
> 
> Втупую применил и сработало: 91e17e342 у меня в git.alt.

Первый hunk нормальный, а два других неправильные. :)
Квотить надо только $new_val.

> Кажется, также должно исправить #11437.

Очень даже может быть.


-- 
ldv

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

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

end of thread, other threads:[~2008-07-07 17:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-03 20:19 [devel] fixup-pkgconfig падает на правильной конструкции в .pc Pavlov Konstantin
2008-07-03 21:06 ` Dmitry V. Levin
2008-07-03 22:09   ` Alexey I. Froloff
2008-07-03 22:10     ` Dmitry V. Levin
2008-07-03 22:23       ` Alexey I. Froloff
2008-07-07 14:35   ` Pavlov Konstantin
2008-07-07 17:25     ` Dmitry V. Levin

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