#9060 closed defect (invalid)
gmp-cxx-wrappers VERSION information
Reported by: | deharbe@… | Owned by: | gwright@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | ||
Port: |
Description
The gmp-cxx-wrapper won't compile, due to an error in file "version.c". Apparently a macro VERSION does not get expanded. I performed the expansion manually and was then able to compile.
The source of the error may be in the port file, or in the original sources.
David. -- P.S. I also had to port edit and remove the configure.env option ABI=32 to be able to start compilation, but this issue is already the subject of an open bug.
Change History (3)
comment:1 Changed 18 years ago by gwright@…
Owner: | changed from darwinports-bugs@… to gwright@… |
---|
comment:2 Changed 18 years ago by gwright@…
Status: | new → assigned |
---|
David,
Looking at the source, it is hard to see how this could have happened. Did you interrupt a build and restart it with an intervening
sudo port clean gmp-cxx-wrappers ?
That could cause the kind of problem you noticed.
Could you try
sudo port clean --all gmp-cxx-wrappers sudo port -dv install gmp-cxx-wrappers > inst.log 2>&1
inst.log will have a log of the complete build. Attach it to the bug report if you are still experience trouble.
Best Wishes, Greg
comment:3 Changed 18 years ago by gwright@…
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
David reports that after cleaning everything out and restarting, the build went to completion.
Closing this bug.
-greg
David,
Are you using OS X on intel? There seem to be a number of problems with the configuration procedure on OS X/intel. If this is the case, the problem is in the upstream sources.
The ABI=32 option is ppc specific. On intel, it seems that ABI=long means the same thing. I will conditionalize the port to expand this differently on different platforms.
Greg