Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 247287 Details for
Bug 337303
Prefix/Cygwin: Invalid path "//home/" breaks Python during "make altinstall"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
--root=/$(DESTDIR) to --root=$(DESTDIR) to avoid //home/
python-2.6.5-r2-cygwin-prefix-1.patch (text/plain), 676 bytes, created by
Al
on 2010-09-14 16:33:46 UTC
(
hide
)
Description:
--root=/$(DESTDIR) to --root=$(DESTDIR) to avoid //home/
Filename:
MIME Type:
Creator:
Al
Created:
2010-09-14 16:33:46 UTC
Size:
676 bytes
patch
obsolete
>--- Makefile.pre.in.orig 2010-09-14 16:40:05.652000000 +0200 >+++ Makefile.pre.in 2010-09-14 16:41:11.522000000 +0200 >@@ -1005,7 +1005,7 @@ > --prefix=$(prefix) \ > --install-scripts=$(BINDIR) \ > --install-platlib=$(DESTSHARED) \ >- --root=/$(DESTDIR) >+ --root=$(DESTDIR) > > # Here are a couple of targets for MacOSX again, to install a full > # framework-based Python. frameworkinstall installs everything, the >@@ -1085,7 +1085,7 @@ > ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \ > --prefix=$(prefix) \ > --install-scripts=$(BINDIR) \ >- --root=/$(DESTDIR) >+ --root=$(DESTDIR) > > # Build the toplevel Makefile > Makefile.pre: Makefile.pre.in config.status
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 337303
: 247287