pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/54137 (www/netsurf fails to build on Darwin)
The following reply was made to PR pkg/54137; it has been noted by GNATS.
From: Leonardo Taccari <leot%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/54137 (www/netsurf fails to build on Darwin)
Date: Wed, 24 Apr 2019 13:47:51 +0200
Hello Jonathan,
Jonathan Schleifer writes:
> I just applied the patch without updating and did bmake clean && bmake.
Possible further steps to help investigate this issue further:
- Can you please check in ${WRKDIR}/.work.log for LIBICONV_PLUG (it is
probably passed via `-DLIBICONV_PLUG' or `-ULIBICONV_PLUG')?
- Can you please share the last problematic cc invocation? (both the
`[*]' line and `<.>' line, if you prefer feel free to share the
entire .work.log somewhere as a text file)
(It's probably worth to investigate if `-liconv' is passed in some part
of the build but not at the end, if that's the case probably adding an
`LDFLAGS.Darwin+= -liconv' would do the trick, but it would be nice to
first investigate if that's the issue. (I'm also not sure why _iconv*
are not find not, iconv* (why is there an underscore in them?)))
Thank you!
Home |
Main Index |
Thread Index |
Old Index