| Bug#: 159103 | Product: Gentoo Hosted Projects | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: critical | Priority: P2 |
| Resolution: FIXED | Assigned To: catalyst@gentoo.org | Reported By: geekypenguin@gmail.com | |
| Component: Catalyst | |||
| URL: | |||
| Summary: typo in generic_stage_target.py sets up make.conf wrong | |||
| Keywords: InSVN | |||
| Status Whiteboard: | |||
| Opened: 2006-12-25 18:03 0000 | |||
| Description: | Opened: 2006-12-25 18:03 0000 |
--- generic_stage_target.py-old 2006-12-25 19:59:52.848220442 -0600
+++ generic_stage_target.py 2006-12-25 20:00:22.614679382 -0600
@@ -890,7 +890,7 @@
if self.settings.has_key("LDFLAGS"):
myf.write('LDFLAGS="'+self.settings["LDFLAGS"]+'"\n')
- myf.write("# This should not be changed unless you know
exactly what you are doing. You\n# should probably be using a different stage,
instead.\m")
+ myf.write("# This should not be changed unless you know
exactly what you are doing. You\n# should probably be using a different stage,
instead.\n")
myf.write('CHOST="'+self.settings["CHOST"]+'"\n')
# Figure out what our USE vars are for building
This is fixed in subversion...
*** Bug 160288 has been marked as a duplicate of this bug. ***