Bug 26566 - eats variables
Summary: eats variables
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: pkg-config (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-07 16:50 MSK by Michael Shigorin
Modified: 2011-11-08 03:16 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Shigorin 2011-11-07 16:50:11 MSK
При попытке обновить mk-configure и выяснении с апстримом, почему не проходит bmake test в %check, всплыло следующее:

[builder@sisyphus mk-configure-0.21.2]$ cat /usr/lib64/pkgconfig/lua.pc
INSTALL_LMOD=/usr/share/lua5
INSTALL_CMOD=/usr/lib64/lua5

Name: Lua
Description: An Extensible Extension Language
Version: 5.1.4
Libs: -llua
Libs.private: -lm -ldl
[builder@sisyphus mk-configure-0.21.2]$ pkg-config --variable=INSTALL_LMOD lua
/usr/share/lua5
[builder@sisyphus mk-configure-0.21.2]$ pkg-config --variable=INSTALL_СMOD lua

[builder@sisyphus mk-configure-0.21.2]$ _

Товарищи учёные, прошу объяснить: куда делся подземный стук из подпола? :)
Comment 1 Dmitry V. Levin 2011-11-07 17:59:06 MSK
(In reply to comment #0)
> [builder@sisyphus mk-configure-0.21.2]$ pkg-config --variable=INSTALL_LMOD lua
> /usr/share/lua5
> [builder@sisyphus mk-configure-0.21.2]$ pkg-config --variable=INSTALL_СMOD lua
> 
> [builder@sisyphus mk-configure-0.21.2]$ _
> 
> Товарищи учёные, прошу объяснить: куда делся подземный стук из подпола? :)

[builder@localhost ~]$ pkg-config --variable=INSTALL_CMOD lua
/usr/lib64/lua5
[builder@localhost ~]$ pkg-config --variable=INSTALL_LMOD lua
/usr/share/lua5

Дело в том, что "INSTALL_СMOD" != "INSTALL_CMOD".
Миша, с тебя причитается. :)
Comment 2 Michael Shigorin 2011-11-08 03:16:49 MSK
Н-да, LC_ALL=POSIX объясняет судьбу "С".

Принято :)