Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 181214 Details for
Bug 257977
sys-apps/coreutils-6.12-r2: "/bin/sh: line 2: ./ginstall: cannot execute binary file" when cross-compiling
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Cross-compile patch
cross-compile.patch (text/plain), 1.14 KB, created by
Jacob Godserv
on 2009-02-07 03:46:06 UTC
(
hide
)
Description:
Cross-compile patch
Filename:
MIME Type:
Creator:
Jacob Godserv
Created:
2009-02-07 03:46:06 UTC
Size:
1.14 KB
patch
obsolete
>--- src/Makefile.am 2009-02-06 20:19:48.000000000 -0500 >+++ src/Makefile.am 2009-02-06 21:57:33.000000000 -0500 >@@ -430,11 +437,15 @@ > { echo 'the above variables should have static scope' 1>&2; \ > exit 1; } || : > >-.PHONY: cu-install-binPROGRAMS >+# Use the just-built ./ginstall, when not cross-compiling. >+# Override automake's install-one-at-a-time rule, when possible. > install-exec-am: >- @case '$(program_transform_name):$(EXEEXT)' in \ >+ @(./ginstall --version) > /dev/null 2>&1 \ >+ && install=./ginstall \ >+ || install='$(INSTALL_PROGRAM)'; \ >+ case '$(program_transform_name):$(EXEEXT)' in \ > 's,x,x,:') cu=cu-;; *) cu= ;; esac; \ >- $(MAKE) $(AM_MAKEFLAGS) binPROGRAMS_INSTALL=./ginstall \ >+ $(MAKE) $(AM_MAKEFLAGS) binPROGRAMS_INSTALL="$$install" \ > $${cu}install-binPROGRAMS > @$(NORMAL_INSTALL) > $(MAKE) $(AM_MAKEFLAGS) install-exec-hook >@@ -451,6 +462,7 @@ > filtered_PROGS = \ > `echo "$(bin_PROGRAMS)" | sed 's/ *\<ginstall\> */ /;s/ *\[ */ /'` > d_bindir = $(DESTDIR)$(bindir) >+.PHONY: cu-install-binPROGRAMS > cu-install-binPROGRAMS: $(bin_PROGRAMS) > $(NORMAL_INSTALL) > test -z "$(bindir)" || $(MKDIR_P) "$(d_bindir)"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 257977
:
181211
| 181214