[Bug gprofng/28972] gprofng libraries should be installed under $(pkglibdir)

2023-02-01 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28972

Vladimir Mezentsev  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Vladimir Mezentsev  
---
Fixed in the master and binutils-2_40-branch branches.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/28972] gprofng libraries should be installed under $(pkglibdir)

2023-02-01 Thread kurt.goebel at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28972

Kurt Goebel  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED
 CC||kurt.goebel at oracle dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/28972] gprofng libraries should be installed under $(pkglibdir)

2023-01-26 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28972

--- Comment #5 from cvs-commit at gcc dot gnu.org  ---
The binutils-2_40-branch branch has been updated by Vladimir Mezentsev
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=edd36b26f3506eeb259534ba2493e15c728cd280

commit edd36b26f3506eeb259534ba2493e15c728cd280
Author: Vladimir Mezentsev 
Date:   Wed Jan 25 19:21:38 2023 -0800

gprofng: PR30043 libgprofng.so.* are installed to a wrong location

gprofng/ChangeLog
2023-01-25  Vladimir Mezentsev  

PR gprofng/30043
PR gprofng/28972
* src/Makefile.am: Use lib_LTLIBRARIES instead of
pkglib_LTLIBRARIES.
* src/Makefile.in: Rebuild.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/28972] gprofng libraries should be installed under $(pkglibdir)

2023-01-26 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28972

--- Comment #4 from cvs-commit at gcc dot gnu.org  ---
The master branch has been updated by Vladimir Mezentsev
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2b304f501f1fe7ca0a27a6e672fd9cf8f289b4eb

commit 2b304f501f1fe7ca0a27a6e672fd9cf8f289b4eb
Author: Vladimir Mezentsev 
Date:   Wed Jan 25 19:21:38 2023 -0800

gprofng: PR30043 libgprofng.so.* are installed to a wrong location

gprofng/ChangeLog
2023-01-25  Vladimir Mezentsev  

PR gprofng/30043
PR gprofng/28972
* src/Makefile.am: Use lib_LTLIBRARIES instead of
pkglib_LTLIBRARIES.
* src/Makefile.in: Rebuild.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/28972] gprofng libraries should be installed under $(pkglibdir)

2023-01-26 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28972

Sam James  changed:

   What|Removed |Added

   See Also||https://sourceware.org/bugz
   ||illa/show_bug.cgi?id=30043

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/28972] gprofng libraries should be installed under $(pkglibdir)

2023-01-26 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28972

Sam James  changed:

   What|Removed |Added

 CC||sam at gentoo dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/28972] gprofng libraries should be installed under $(pkglibdir)

2023-01-25 Thread matz at suse dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=28972

Michael Matz  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 CC||matz at suse dot de
 Status|RESOLVED|REOPENED

--- Comment #3 from Michael Matz  ---
This was wrong advise.  The shared _modules_ (the collectors, those which are
loaded by dlopen) should indeed be placed in $(pkglibdir).  But the shared
_library_ libgprofng.so.0 (and its various symlinks) need to stay in $(libdir).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/28972] gprofng libraries should be installed under $(pkglibdir)

2022-03-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28972

H.J. Lu  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Target Milestone|--- |2.39
 Resolution|--- |FIXED

--- Comment #2 from H.J. Lu  ---
Fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/28972] gprofng libraries should be installed under $(pkglibdir)

2022-03-21 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28972

--- Comment #1 from cvs-commit at gcc dot gnu.org  ---
The master branch has been updated by H.J. Lu :

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6c924cf21caae1d6f277d281eb276b2bab2ef4ba

commit 6c924cf21caae1d6f277d281eb276b2bab2ef4ba
Author: Vladimir Mezentsev 
Date:   Thu Mar 17 09:57:28 2022 -0700

Install gprofng libraries under $(pkglibdir)

gprofng/ChangeLog
2022-03-21  Vladimir Mezentsev  

PR gprofng/28972
* gprofng/libcollector/Makefile.am: Rename lib_LTLIBRARIES to
pkglib_LTLIBRARIES. Add install-data-local.
* gprofng/src/Makefile.am: Likewise.
* gprofng/src/envsets.cc (putenv_libcollector_ld_misc): New
location of
the gprofng libraries.
* gprofng/configure.ac: Removed an unused GPROFNG_LIBDIR.
* gprofng/Makefile.am: Removed an unused GPROFNG_LIBDIR.  Add
install-data-local.
* gprofng/configure: Regenerate.
* gprofng/Makefile.in: Likewise.
* gprofng/doc/Makefile.in: Likewise.
* gprofng/gp-display-htmllibcollector/Makefile.in: Likewise.
* gprofng/libcollector/Makefile.in: Likewise.
* gprofng/src/Makefile.in: Likewise.

-- 
You are receiving this mail because:
You are on the CC list for the bug.