Summary: | net-mail/mailutils-3.4-r2 - In file included from common.c:95: /usr/include/bits/wchar2.h: In function ‘wcrtomb’: /usr/include/bits/wchar2.h:448:3: error: #error "Assumed value of MB_LEN_MAX wrong" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rolf Eike Beer <eike> |
Component: | Current packages | Assignee: | Net-Mail Packages <net-mail+disabled> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | slyfox |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Rolf Eike Beer
![]() glibc defines assert as: #define __WCHAR_MB_LEN_MAX 16 #if defined MB_LEN_MAX && MB_LEN_MAX != __WCHAR_MB_LEN_MAX # error "Assumed value of MB_LEN_MAX wrong" #endif net-mail/mailutils-3.4-r3 defines it as: frm/frm.h:#ifndef MB_LEN_MAX frm/frm.h:# define MB_LEN_MAX 4 frm/frm.h-#endif I suspect there is a missing include for MB_LEN_MAX somewhere. 'info MB_LEN_MAX' says it's from 'limits.h' (not included by frm/frm.h). Duplicate of bug #669946 *** This bug has been marked as a duplicate of bug 669946 *** |