public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug jit/64708] New: libgccjit installed twice
@ 2015-01-21 12:05 doko at gcc dot gnu.org
  2015-01-26 17:56 ` [Bug jit/64708] " dmalcolm at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: doko at gcc dot gnu.org @ 2015-01-21 12:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64708

            Bug ID: 64708
           Summary: libgccjit installed twice
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: jit
          Assignee: dmalcolm at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org

libgccjit is installed twice, correctly into $(libdir), but again into
$(gcc_lib_dir); if the latter is required, it should be a symlink to the .so
file in $(libdir).


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

* [Bug jit/64708] libgccjit installed twice
  2015-01-21 12:05 [Bug jit/64708] New: libgccjit installed twice doko at gcc dot gnu.org
@ 2015-01-26 17:56 ` dmalcolm at gcc dot gnu.org
  2015-01-26 20:30 ` dmalcolm at gcc dot gnu.org
  2015-01-26 20:33 ` dmalcolm at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dmalcolm at gcc dot gnu.org @ 2015-01-26 17:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64708

--- Comment #1 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
[david@c64 install]$ ll $(find -name "libgccjit.so*")
-rwxr-xr-x. 1 david david 78637910 Jan 26 12:59
./libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/libgccjit.so
lrwxrwxrwx. 1 david david       14 Jan 26 12:59 ./lib/libgccjit.so ->
libgccjit.so.0
lrwxrwxrwx. 1 david david       18 Jan 26 12:59 ./lib/libgccjit.so.0 ->
libgccjit.so.0.0.1
-rwxr-xr-x. 1 david david 78637910 Jan 26 12:59 ./lib/libgccjit.so.0.0.1


The libdir one is from gcc/jit/Make-lang.in:
jit.install-common: installdirs
    $(INSTALL_PROGRAM) $(LIBGCCJIT_FILENAME) \
      $(DESTDIR)/$(libdir)/$(LIBGCCJIT_FILENAME)
        (...snip...)


The libexec one is from gcc/Makefile.in:

# Install the compiler executables built during cross compilation.
install-common: native lang.install-common installdirs
    for file in $(COMPILERS); do \
      if [ -f $$file ] ; then \
        rm -f $(DESTDIR)$(libexecsubdir)/$$file; \
        $(INSTALL_PROGRAM) $$file $(DESTDIR)$(libexecsubdir)/$$file; \
      else true; \
      fi; \
    done
        (...snip...)

since COMPILERS contains "libgccjit.so".


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

* [Bug jit/64708] libgccjit installed twice
  2015-01-21 12:05 [Bug jit/64708] New: libgccjit installed twice doko at gcc dot gnu.org
  2015-01-26 17:56 ` [Bug jit/64708] " dmalcolm at gcc dot gnu.org
@ 2015-01-26 20:30 ` dmalcolm at gcc dot gnu.org
  2015-01-26 20:33 ` dmalcolm at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dmalcolm at gcc dot gnu.org @ 2015-01-26 20:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64708

--- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Author: dmalcolm
Date: Mon Jan 26 20:30:12 2015
New Revision: 220133

URL: https://gcc.gnu.org/viewcvs?rev=220133&root=gcc&view=rev
Log:
PR jit/64708: remove libgccjit.so from COMPILERS

gcc/jit/ChangeLog:
    PR jit/64708
    * config-lang.in (compilers): Drop "libgccjit.so".


Modified:
    trunk/gcc/jit/ChangeLog
    trunk/gcc/jit/config-lang.in


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

* [Bug jit/64708] libgccjit installed twice
  2015-01-21 12:05 [Bug jit/64708] New: libgccjit installed twice doko at gcc dot gnu.org
  2015-01-26 17:56 ` [Bug jit/64708] " dmalcolm at gcc dot gnu.org
  2015-01-26 20:30 ` dmalcolm at gcc dot gnu.org
@ 2015-01-26 20:33 ` dmalcolm at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dmalcolm at gcc dot gnu.org @ 2015-01-26 20:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64708

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Thanks for reporting.

Should be fixed on trunk as of r220133.


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

end of thread, other threads:[~2015-01-26 20:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-21 12:05 [Bug jit/64708] New: libgccjit installed twice doko at gcc dot gnu.org
2015-01-26 17:56 ` [Bug jit/64708] " dmalcolm at gcc dot gnu.org
2015-01-26 20:30 ` dmalcolm at gcc dot gnu.org
2015-01-26 20:33 ` dmalcolm at gcc dot gnu.org

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).