Opened 10 years ago
Last modified 10 years ago
#44838 new submission
[NEW] udt
Reported by: | jul_bsd@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | udt |
Description
Breaking the Data Transfer Bottleneck
- 4.11
- builds error
Attachments (1)
Change History (3)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 10 years ago by jul_bsd@…
Thanks for the feedback ryan. parallel-build was the right one
- devel on specific commit
- universal option
- parallel no
- destroot ok
Changed 10 years ago by jul_bsd@…
Note: See
TracTickets for help on using
tickets.
I see you have a ${name}-devel subport here which fetches from the latest commit in the git repository. It needs to fetch from a specific commit or tag instead. The version field needs to be set accordingly in the subport as well. See RepeatableBuilds.
You've used "use_configure no", which means you probably need to also add code to ensure you're UsingTheRightCompiler and using
-arch
flags, and if possible add a universal variant.Regarding "## FIXME! works at second execution", that sounds like a parallel build failure. Try "use_parallel_build no" if you can't figure out how to fix the dependencies in the makefile.