View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000784 | LDMud 3.3 | Compilation, Installation | public | 2011-05-29 16:23 | 2018-01-30 03:59 |
Reporter | arkas | Assigned To | zesstra | ||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.3.720 | ||||
Target Version | 3.3.721 | Fixed in Version | 3.3.721 | ||
Summary | 0000784: iconv version check | ||||
Description | src/configure checks for broken iconv in glibc 2.0-2.2 with egrep ' 2\.[0-2]'. This matches on newer versions (i. e. "iconvconfig (Debian EGLIBC 2.11.2-10) 2.11.2") too. ' 2\.[0-2]\.' seems to be more appropriate. | ||||
Tags | No tags attached. | ||||
Attached Files | iconv_check.patch (560 bytes)
--- src/configure.old 2011-05-29 16:18:42.664397934 +0000 +++ src/configure 2011-05-29 16:03:12.649225660 +0000 @@ -16694,7 +16694,7 @@ echo "$as_me:$LINENO: checking for broken iconv in glibc 2.0-2.2" >&5 echo $ECHO_N "checking for broken iconv in glibc 2.0-2.2... $ECHO_C" >&6 if test -f /usr/sbin/iconvconfig; then - if /usr/sbin/iconvconfig -V | egrep ' 2\.[0-2]' >/dev/null 2>&1; then + if /usr/sbin/iconvconfig -V | egrep ' 2\.[0-2]\.' >/dev/null 2>&1; then lp_cv_has_broken_iconv="yes" lp_cv_has_iconv="no" else | ||||
|
I actually would suggest to remove that specific check altogether - glibc-2.0.* should be very rare by now. |
|
I believe this is fixes in trunk and trunk-3.3 by removing the whole check for these ancient glibc. I am sorry that it took so long, I originally wanted to solve it within my autoconf work (write a new configure.in from scratch), but the was severely delayed... |
|
Fix committed in revision 3fce191ce47bd7f259112f476e484392cd165812 to master-3.3 branch (see changeset 849 for details). Thank you for reporting! |
|
Fix committed in revision 3fce191ce47bd7f259112f476e484392cd165812 to master-3.3 branch (see changeset 2211 for details). Thank you for reporting! |
|
Fix committed in revision 3fce191ce47bd7f259112f476e484392cd165812 to master-3.3 branch (see changeset 3555 for details). Thank you for reporting! |
|
Fix committed in revision 8e1af96cdbf514b447cc784d02a5d9c9d81cbdfb to master branch (see changeset 3985 for details). Thank you for reporting! |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-05-29 16:23 | arkas | New Issue | |
2011-05-29 16:23 | arkas | File Added: iconv_check.patch | |
2011-05-29 17:45 | zesstra | Project | LDMud 3.5 => LDMud 3.3 |
2011-05-29 17:47 | zesstra | Priority | normal => high |
2011-05-29 17:47 | zesstra | Product Version | => 3.3.720 |
2011-05-29 17:47 | zesstra | Target Version | => 3.3.721 |
2011-05-29 17:48 | zesstra | Note Added: 0002055 | |
2011-09-21 11:09 | zesstra | Assigned To | => zesstra |
2011-09-21 11:09 | zesstra | Status | new => assigned |
2011-09-21 11:11 | zesstra | Note Added: 0002060 | |
2011-09-21 11:11 | zesstra | Status | assigned => resolved |
2011-09-21 11:11 | zesstra | Fixed in Version | => 3.3.721 |
2011-09-21 11:11 | zesstra | Resolution | open => fixed |
2012-06-04 20:48 | zesstra | Source_changeset_attached | => ldmud.git master 8e1af96c |
2012-06-04 20:48 | zesstra | Source_changeset_attached | => ldmud.git master-3.3 3fce191c |
2012-06-04 20:48 | zesstra | Note Added: 0002128 | |
2018-01-29 18:59 | zesstra | Source_changeset_attached | => ldmud.git master 8e1af96c |
2018-01-29 18:59 | zesstra | Source_changeset_attached | => ldmud.git master-3.3 3fce191c |
2018-01-29 18:59 | zesstra | Note Added: 0002328 | |
2018-01-29 21:57 | zesstra | Source_changeset_attached | => ldmud.git master 8e1af96c |
2018-01-29 21:57 | zesstra | Source_changeset_attached | => ldmud.git master-3.3 3fce191c |
2018-01-29 21:57 | zesstra | Note Added: 0002379 | |
2018-01-30 03:59 | zesstra | Source_changeset_attached | => ldmud.git master 8e1af96c |
2018-01-30 03:59 | zesstra | Note Added: 0002430 |