| Summary: | openjade 1.3.2-r1 failed compilation | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Christopher Mire <cnm3332> |
| Component: | Current packages | Assignee: | Text-Markup Team (OBSOLETE) <text-markup+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | towa |
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Christopher Mire
2006-09-02 22:05:52 UTC
This, this started bugging me so I started doing some digging into the Makefiles which is something I dont have alot of experience in. After looking it seemed that it was inserting a "y" into compile string. I found in Makefile.comm CXXFLAGS=-O2 $(INCS) $(DEBUG) $(DEFS) CFLAGS=-g -O2 $(DEBUG) $(DEFS) and it seemed the "y" was being inserted inbetween includes and defs, and then i remember in my .bashrc I have a "DEBUG" variable defined for my own software. It is set to "y" and I guess it used that value. So doing an "unset DEBUG" and then compiling worked. I don't know if its a bug that its using my environment variable, i've never run into this issue before with a package. |