public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/107614] New: build goes through but make install fails
@ 2022-11-10 14:16 felix-gcc at fefe dot de
  2022-11-10 14:25 ` [Bug other/107614] " felix-gcc at fefe dot de
  0 siblings, 1 reply; 2+ messages in thread
From: felix-gcc at fefe dot de @ 2022-11-10 14:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 107614
           Summary: build goes through but make install fails
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: felix-gcc at fefe dot de
  Target Milestone: ---

I'm trying to build the current gcc git and install it to /opt/gcc so it
doesn't clash with the system gcc.

This is on x86_64 Linux. The build goes through but make install fails in
x86_64-pc-linux-gnu/libsanitizer/lsan:

 /usr/bin/mkdir -p '/tmp/fefix/usr/lib64/../lib64'
 /opt/diet/bin/install -c -m 644 liblsan_preinit.o
'/tmp/fefix/usr/lib64/../lib64'
 /usr/bin/mkdir -p '/tmp/fefix/usr/lib64/../lib64'
 /bin/sh ../libtool   --mode=install /opt/diet/bin/install -c   liblsan.la
'/tmp/fefix/usr/lib64/../lib64'
libtool: install: error: cannot install `liblsan.la' to a directory not ending
in /opt/gcc/lib64/../lib64

/tmp/fefix is my $DESTDIR for this make install.

gcc make install is trying to install liblsal to /usr/lib64 but libtool refuses
because that's not under /opt/gcc/lib64 where the rest of gcc goes.

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

* [Bug other/107614] build goes through but make install fails
  2022-11-10 14:16 [Bug other/107614] New: build goes through but make install fails felix-gcc at fefe dot de
@ 2022-11-10 14:25 ` felix-gcc at fefe dot de
  0 siblings, 0 replies; 2+ messages in thread
From: felix-gcc at fefe dot de @ 2022-11-10 14:25 UTC (permalink / raw)
  To: gcc-bugs

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

felix-gcc at fefe dot de changed:

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

--- Comment #1 from felix-gcc at fefe dot de ---
oops sorry my build script was at fault.

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

end of thread, other threads:[~2022-11-10 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 14:16 [Bug other/107614] New: build goes through but make install fails felix-gcc at fefe dot de
2022-11-10 14:25 ` [Bug other/107614] " felix-gcc at fefe dot de

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