| Summary: | circular dependency with libiconv/gettext | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | sadsfae |
| Component: | Individual Port(s) | Assignee: | autotools |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
sadsfae
2013-04-10 19:30:00 UTC
Responsible Changed From-To: freebsd-amd64->freebsd-ports-bugs ports PR. According to the forum posts you have the following ports installed: converters/libiconv devel/gettext textproc/gsed textproc/gsed has a dependancy on devel/gettext if the NLS option is selected. The problem you are encountering is that the configure script for converters/libiconv is using /usr/local/bin/sed instead of the base systems sed. This is what is causing the libintl.so.9 not found error. You will need to re-install textproc/gsed before upgrading converters/libiconv. If you don't need NLS support in gsed, then just uncheck that option before rebuilding textproc/gsed. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised. One thing I missed in the forum posts is that you tried de-installing textproc/gsed before re-installing converters/libiconv. Does /usr/local/bin/sed still exists after de-installing textproc/gsed? What does the following show had installed sed? pkg which /usr/local/bin/sed If it wasn't installed by textproc/gsed, then you will need to re-install that port. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised. Thanks for the replies, prior to copying the libintl.so.9 around I tried both removing gsed and simply renaming the /usr/local/bin/sed binary so that it might use the system sed - neither worked prior to following the UPDATING.txt steps. pkg which "/usr/local/bin/sed" /usr/local/bin/sed was not found in the database I certainly have sed (at least gsed) installed however [gsed-4.2.1_2] -will Responsible Changed From-To: freebsd-ports-bugs->autotools Over to maintainer(s). State Changed From-To: open->closed Old PR. With the addition of Templates/config.* this is now a non-issue. |