#12818 closed defect (fixed)
Bad platform specifier in octave portfile
Reported by: | neal@… | Owned by: | stechert@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.2 |
Keywords: | Cc: | neal@…, stechert@…, ryandesign (Ryan Carsten Schmidt) | |
Port: |
Description
The platform selectors in the portfile for octave are "platform powerpc" and "platform i386"; I believe what was intended was "platform darwin powerpc" and "platform darwin i386", respectively. On Intel macs, this sets the wrong platform-specific options in the build, causing it to fail.
Change History (6)
comment:1 Changed 17 years ago by nox@…
Cc: | stechert@… added |
---|---|
Milestone: | → Port Bugs |
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | neal@… ryandesign@… added |
---|
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-dev@… to stechert@… |
---|
Could the maintainer please comment?
comment:4 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Oh: my suggestion to always use gcc42 is a duplicate of #12144.
comment:5 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
All these variants are doing is selecting which compiler to use. I for one don't see why powerpc users are being given gcc40 while intel users get gcc42. Why not let all users use gcc42? That would make more sense to me.