Opened 6 years ago
Closed 15 months ago
#57443 closed defect (fixed)
gpp4 @1.3.1: libtool: compile: unrecognized option `-pipe'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | gpp4 |
Description
mv -f .deps/libgpp4f_la-ccp4_unitcell_f.Tpo .deps/libgpp4f_la-ccp4_unitcell_f.Plo /bin/sh ../libtool --tag=F77 --mode=compile -pipe -Os -c -o ccplib.lo ccplib.f mv -f .deps/libgpp4f_la-ccp4_parser_f.Tpo .deps/libgpp4f_la-ccp4_parser_f.Plo /bin/sh ../libtool --tag=F77 --mode=compile -pipe -Os -c -o fftlib.lo fftlib.f mv -f .deps/libgpp4f_la-ccp4_general_f.Tpo .deps/libgpp4f_la-ccp4_general_f.Plo /bin/sh ../libtool --tag=F77 --mode=compile -pipe -Os -c -o modlib.lo modlib.f libtool: compile: unrecognized option `-pipe' libtool: compile: Try `libtool --help' for more information. make[1]: *** [ccplib.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... mv -f .deps/libgpp4f_la-library_f.Tpo .deps/libgpp4f_la-library_f.Plo libtool: compile: unrecognized option `-pipe' libtool: compile: Try `libtool --help' for more information. make[1]: *** [fftlib.lo] Error 1 libtool: compile: unrecognized option `-pipe' libtool: compile: Try `libtool --help' for more information. make[1]: *** [modlib.lo] Error 1 2 warnings generated.
Change History (4)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Status: | new → accepted |
The build is erroneously trying to enable the fortran parts when a fortran variant has not been selected.
This is happening because the buildbot does the fetch phase separately (so that failed fetches aren't considered failed builds) but the port erroneously tries to set configure args in the fetch phase. By the time the configure phase is done separately, the args are no longer there. Ports must set configure args either in pre-configure or in the global phaseless part of the portfile.
This problem was introduced in [f81d15d883b637dba04064a72e5d55bc5ecd4b36/macports-ports].
comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
comment:4 Changed 15 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
This is still happening.