public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/64595] New: cgo installed into wrong directory
@ 2015-01-14  8:42 rguenth at gcc dot gnu.org
  2015-01-14  9:03 ` [Bug go/64595] " schwab@linux-m68k.org
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-01-14  8:42 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64595
           Summary: cgo installed into wrong directory
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: rguenth at gcc dot gnu.org
                CC: cmang at google dot com

With --enable-version-specific-runtime-libs I get go and gofmt installed in
$prefix/bin but cgo is installed into $prefix/lib/gcc/$target/$version/cgo

That is inconsistent.

>From the install log:

[ 4801s] test -z "/usr/bin" || /usr/bin/mkdir -p
"/home/abuild/rpmbuild/BUILDROOT/gcc5-5.0.0+r219531-0.x86_64/usr/bin"
[ 4801s]   /usr/bin/install -c go
'/home/abuild/rpmbuild/BUILDROOT/gcc5-5.0.0+r219531-0.x86_64/usr/bin/./go-5'
[ 4801s]   /usr/bin/install -c gofmt
'/home/abuild/rpmbuild/BUILDROOT/gcc5-5.0.0+r219531-0.x86_64/usr/bin/./gofmt-5'
[ 4801s] test -z "/usr/lib64/gcc/x86_64-suse-linux/5" || /usr/bin/mkdir -p
"/home/abuild/rpmbuild/BUILDROOT/gcc5-5.0.0+r219531-0.x86_64/usr/lib64/gcc/x86_64-suse-linux/5"
[ 4801s]   /usr/bin/install -c cgo
'/home/abuild/rpmbuild/BUILDROOT/gcc5-5.0.0+r219531-0.x86_64/usr/lib64/gcc/x86_64-suse-linux/5/./cgo-5'

that is, why

bin_PROGRAMS = go$(EXEEXT) gofmt$(EXEEXT)
libexecsub_PROGRAMS = cgo$(EXEEXT)

?

There are also no manual pages or other documentation about these tools it
seems.


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

end of thread, other threads:[~2015-02-03 20:05 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-14  8:42 [Bug go/64595] New: cgo installed into wrong directory rguenth at gcc dot gnu.org
2015-01-14  9:03 ` [Bug go/64595] " schwab@linux-m68k.org
2015-01-14 13:25 ` ian at airs dot com
2015-01-14 13:33 ` rguenther at suse dot de
2015-01-14 15:17 ` ian at airs dot com
2015-01-19  8:59 ` rguenther at suse dot de
2015-01-19  9:13 ` rguenth at gcc dot gnu.org
2015-01-19 23:44 ` ian at airs dot com
2015-01-19 23:55 ` schwab@linux-m68k.org
2015-01-20  0:00 ` pinskia at gcc dot gnu.org
2015-01-20  0:02 ` ian at airs dot com
2015-01-20  0:04 ` schwab@linux-m68k.org
2015-01-20  0:36 ` ian at airs dot com
2015-01-20  8:19 ` rguenther at suse dot de
2015-01-20  8:21 ` rguenther at suse dot de
2015-01-20 10:22 ` jakub at gcc dot gnu.org
2015-01-20 16:28 ` [Bug go/64595] go programs abort when debug info is stripped ian at airs dot com
2015-01-20 17:42 ` pinskia at gcc dot gnu.org
2015-01-23  1:43 ` ian at gcc dot gnu.org
2015-01-23 19:52 ` ian at gcc dot gnu.org
2015-01-23 22:27 ` ian at gcc dot gnu.org
2015-01-23 22:31 ` ian at airs dot com
2015-02-03 20:05 ` ian at airs dot com

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