ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:52302] [ruby-trunk - Bug #7867][Open] enable-multiach installs pkgconfig file into wrong dir
@ 2013-02-16 18:44 Hanmac (Hans Mackowiak)
  2013-02-17  5:00 ` [ruby-core:52324] [ruby-trunk - Bug #7867] " ko1 (Koichi Sasada)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Hanmac (Hans Mackowiak) @ 2013-02-16 18:44 UTC (permalink / raw
  To: ruby-core


Issue #7867 has been reported by Hanmac (Hans Mackowiak).

----------------------------------------
Bug #7867: enable-multiach installs pkgconfig file into wrong dir
https://bugs.ruby-lang.org/issues/7867

Author: Hanmac (Hans Mackowiak)
Status: Open
Priority: Normal
Assignee: 
Category: 
Target version: 
ruby -v: ruby 2.0.0dev (2013-02-13 trunk 39224) [x86_64-linux]


currently the pc file is installed under:
/usr/local/lib/pkgconfig/ruby-2.0.pc
but with multiarch it should be (for sample) installed under:
/usr/local/lib/x86_64-linux-gnu/pkgconfig/ruby-2.0.pc


-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:52324] [ruby-trunk - Bug #7867] enable-multiach installs pkgconfig file into wrong dir
  2013-02-16 18:44 [ruby-core:52302] [ruby-trunk - Bug #7867][Open] enable-multiach installs pkgconfig file into wrong dir Hanmac (Hans Mackowiak)
@ 2013-02-17  5:00 ` ko1 (Koichi Sasada)
  2013-02-17 22:32 ` [ruby-core:52403] " terceiro (Antonio Terceiro)
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ko1 (Koichi Sasada) @ 2013-02-17  5:00 UTC (permalink / raw
  To: ruby-core


Issue #7867 has been updated by ko1 (Koichi Sasada).

Category set to build
Assignee set to nobu (Nobuyoshi Nakada)
Target version set to next minor

I'm not sure it is critical or not for 2.0.0 release.
So I labeled it as "next minor".

Please change this label if it is very important.
----------------------------------------
Bug #7867: enable-multiach installs pkgconfig file into wrong dir
https://bugs.ruby-lang.org/issues/7867#change-36367

Author: Hanmac (Hans Mackowiak)
Status: Open
Priority: Normal
Assignee: nobu (Nobuyoshi Nakada)
Category: build
Target version: next minor
ruby -v: ruby 2.0.0dev (2013-02-13 trunk 39224) [x86_64-linux]


currently the pc file is installed under:
/usr/local/lib/pkgconfig/ruby-2.0.pc
but with multiarch it should be (for sample) installed under:
/usr/local/lib/x86_64-linux-gnu/pkgconfig/ruby-2.0.pc


-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:52403] [ruby-trunk - Bug #7867] enable-multiach installs pkgconfig file into wrong dir
  2013-02-16 18:44 [ruby-core:52302] [ruby-trunk - Bug #7867][Open] enable-multiach installs pkgconfig file into wrong dir Hanmac (Hans Mackowiak)
  2013-02-17  5:00 ` [ruby-core:52324] [ruby-trunk - Bug #7867] " ko1 (Koichi Sasada)
@ 2013-02-17 22:32 ` terceiro (Antonio Terceiro)
  2013-02-18 18:33 ` [ruby-core:52497] " terceiro (Antonio Terceiro)
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: terceiro (Antonio Terceiro) @ 2013-02-17 22:32 UTC (permalink / raw
  To: ruby-core


Issue #7867 has been updated by terceiro (Antonio Terceiro).


Hi, it would be nice if you could get this fixed soon so that we get full multiarch support when 2.0.0 is released. I have attached a patch that fixes this to bug #7874 

http://bugs.ruby-lang.org/issues/7874

----------------------------------------
Bug #7867: enable-multiach installs pkgconfig file into wrong dir
https://bugs.ruby-lang.org/issues/7867#change-36455

Author: Hanmac (Hans Mackowiak)
Status: Open
Priority: Normal
Assignee: nobu (Nobuyoshi Nakada)
Category: build
Target version: next minor
ruby -v: ruby 2.0.0dev (2013-02-13 trunk 39224) [x86_64-linux]


currently the pc file is installed under:
/usr/local/lib/pkgconfig/ruby-2.0.pc
but with multiarch it should be (for sample) installed under:
/usr/local/lib/x86_64-linux-gnu/pkgconfig/ruby-2.0.pc


-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:52497] [ruby-trunk - Bug #7867] enable-multiach installs pkgconfig file into wrong dir
  2013-02-16 18:44 [ruby-core:52302] [ruby-trunk - Bug #7867][Open] enable-multiach installs pkgconfig file into wrong dir Hanmac (Hans Mackowiak)
  2013-02-17  5:00 ` [ruby-core:52324] [ruby-trunk - Bug #7867] " ko1 (Koichi Sasada)
  2013-02-17 22:32 ` [ruby-core:52403] " terceiro (Antonio Terceiro)
@ 2013-02-18 18:33 ` terceiro (Antonio Terceiro)
  2013-02-21  1:15 ` [ruby-core:52604] " terceiro (Antonio Terceiro)
  2013-02-21  7:08 ` [ruby-core:52613] [ruby-trunk - Bug #7867][Closed] " vo.x (Vit Ondruch)
  4 siblings, 0 replies; 6+ messages in thread
From: terceiro (Antonio Terceiro) @ 2013-02-18 18:33 UTC (permalink / raw
  To: ruby-core


Issue #7867 has been updated by terceiro (Antonio Terceiro).

File 0002-Install-libraries-and-pkg-config-data-into-multiarch.patch added

the attached patch fixes the installation path for pkgconfig data with multiarch enabled, as well as the path for installation of libraries
----------------------------------------
Bug #7867: enable-multiach installs pkgconfig file into wrong dir
https://bugs.ruby-lang.org/issues/7867#change-36567

Author: Hanmac (Hans Mackowiak)
Status: Open
Priority: Normal
Assignee: nobu (Nobuyoshi Nakada)
Category: build
Target version: next minor
ruby -v: ruby 2.0.0dev (2013-02-13 trunk 39224) [x86_64-linux]


currently the pc file is installed under:
/usr/local/lib/pkgconfig/ruby-2.0.pc
but with multiarch it should be (for sample) installed under:
/usr/local/lib/x86_64-linux-gnu/pkgconfig/ruby-2.0.pc


-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:52604] [ruby-trunk - Bug #7867] enable-multiach installs pkgconfig file into wrong dir
  2013-02-16 18:44 [ruby-core:52302] [ruby-trunk - Bug #7867][Open] enable-multiach installs pkgconfig file into wrong dir Hanmac (Hans Mackowiak)
                   ` (2 preceding siblings ...)
  2013-02-18 18:33 ` [ruby-core:52497] " terceiro (Antonio Terceiro)
@ 2013-02-21  1:15 ` terceiro (Antonio Terceiro)
  2013-02-21  7:08 ` [ruby-core:52613] [ruby-trunk - Bug #7867][Closed] " vo.x (Vit Ondruch)
  4 siblings, 0 replies; 6+ messages in thread
From: terceiro (Antonio Terceiro) @ 2013-02-21  1:15 UTC (permalink / raw
  To: ruby-core


Issue #7867 has been updated by terceiro (Antonio Terceiro).


Hi, this issue got fixed as part of #7874 and can be closed.
----------------------------------------
Bug #7867: enable-multiach installs pkgconfig file into wrong dir
https://bugs.ruby-lang.org/issues/7867#change-36693

Author: Hanmac (Hans Mackowiak)
Status: Open
Priority: Normal
Assignee: nobu (Nobuyoshi Nakada)
Category: build
Target version: next minor
ruby -v: ruby 2.0.0dev (2013-02-13 trunk 39224) [x86_64-linux]


currently the pc file is installed under:
/usr/local/lib/pkgconfig/ruby-2.0.pc
but with multiarch it should be (for sample) installed under:
/usr/local/lib/x86_64-linux-gnu/pkgconfig/ruby-2.0.pc


-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:52613] [ruby-trunk - Bug #7867][Closed] enable-multiach installs pkgconfig file into wrong dir
  2013-02-16 18:44 [ruby-core:52302] [ruby-trunk - Bug #7867][Open] enable-multiach installs pkgconfig file into wrong dir Hanmac (Hans Mackowiak)
                   ` (3 preceding siblings ...)
  2013-02-21  1:15 ` [ruby-core:52604] " terceiro (Antonio Terceiro)
@ 2013-02-21  7:08 ` vo.x (Vit Ondruch)
  4 siblings, 0 replies; 6+ messages in thread
From: vo.x (Vit Ondruch) @ 2013-02-21  7:08 UTC (permalink / raw
  To: ruby-core


Issue #7867 has been updated by vo.x (Vit Ondruch).

Status changed from Open to Closed
% Done changed from 0 to 100


----------------------------------------
Bug #7867: enable-multiach installs pkgconfig file into wrong dir
https://bugs.ruby-lang.org/issues/7867#change-36703

Author: Hanmac (Hans Mackowiak)
Status: Closed
Priority: Normal
Assignee: nobu (Nobuyoshi Nakada)
Category: build
Target version: next minor
ruby -v: ruby 2.0.0dev (2013-02-13 trunk 39224) [x86_64-linux]


currently the pc file is installed under:
/usr/local/lib/pkgconfig/ruby-2.0.pc
but with multiarch it should be (for sample) installed under:
/usr/local/lib/x86_64-linux-gnu/pkgconfig/ruby-2.0.pc


-- 
http://bugs.ruby-lang.org/

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

end of thread, other threads:[~2013-02-21  7:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-16 18:44 [ruby-core:52302] [ruby-trunk - Bug #7867][Open] enable-multiach installs pkgconfig file into wrong dir Hanmac (Hans Mackowiak)
2013-02-17  5:00 ` [ruby-core:52324] [ruby-trunk - Bug #7867] " ko1 (Koichi Sasada)
2013-02-17 22:32 ` [ruby-core:52403] " terceiro (Antonio Terceiro)
2013-02-18 18:33 ` [ruby-core:52497] " terceiro (Antonio Terceiro)
2013-02-21  1:15 ` [ruby-core:52604] " terceiro (Antonio Terceiro)
2013-02-21  7:08 ` [ruby-core:52613] [ruby-trunk - Bug #7867][Closed] " vo.x (Vit Ondruch)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).