Opened 9 years ago
Closed 9 years ago
#50017 closed defect (duplicate)
orpie: build fails with gsl-related error
Reported by: | macports@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | SickTeddyBear, christian.halaszovich@…, kurthindenburg (Kurt Hindenburg) | |
Port: | orpie |
Description
Build fails at:
NE -DHAVE_FENV -g -O2" -c mlgsl_sf.c :info:build mlgsl_sf.c:261:51: error: too many arguments to function call, expected 3, have 4 :info:build SF4(ellint_D, Double_val, Double_val, Double_val, GSL_MODE_val) :info:build ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
Attachments (2)
Change History (10)
Changed 9 years ago by macports@…
Attachment: | orpie.main.log.xz added |
---|
comment:1 Changed 9 years ago by macports@…
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | build fails with gsl-related error → orpie: build fails with gsl-related error |
---|
comment:5 Changed 9 years ago by christian.halaszovich@…
This should be fixes by changing
SF4(ellint_D, Double_val, Double_val, Double_val, GSL_MODE_val)
to
SF3(ellint_D, Double_val, Double_val, GSL_MODE_val)
I prepared a patch file that I'm going to attach to this ticket.
Changed 9 years ago by christian.halaszovich@…
Attachment: | patch-gsl-mgsl_sf.c.diff added |
---|
Sorry, the previous patch file was backwards, this one should work
comment:6 Changed 9 years ago by christian.halaszovich@…
Although the patch resolved the bug reported in this ticket, some link errors turned up. I addressed them in a seperate ticket (#50338)
comment:8 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
dup of #50338
Note: See
TracTickets for help on using
tickets.
oops, that line got cut off: