Opened 12 years ago
Closed 12 years ago
#37795 closed defect (fixed)
nzbget: configure fails with clang: error: "libpar2 library not found"
Reported by: | dinge345@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | neverpanic (Clemens Lang) | |
Port: | nzbget |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Installing nzbget with a fresh macports installation fails. However, when forcing llvm-gcc it works (via 'port install nzbget configure.compiler=llvm-gcc-4.2'). Maybe it has something to do with the precompiled packages? However, building libpar2 from source via '-s' did not help.
See also: changeset:97802.
Attachments (1)
Change History (3)
Changed 12 years ago by dinge345@…
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | cal@… added |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
Summary: | nzbget still requires gcc → nzbget: configure fails with clang: error: "libpar2 library not found" |
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Note that llvm-gcc is not gcc.
The log says:
The config.log shows why this is:
So this is #31667, a bug in libpar2.
nzbget had been blacklist clang for this reason since r86546. This was inexplicably removed in r97802. Since I still get the same problem as you do, I've put it back in r102073.