Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691164 - net-mail/mailutils-3.4-r3 making incorrect assumptions
Summary: net-mail/mailutils-3.4-r3 making incorrect assumptions
Status: RESOLVED DUPLICATE of bug 669946
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-31 17:45 UTC by Neil Stone
Modified: 2019-07-31 17:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
environment (environment,144.13 KB, text/plain)
2019-07-31 17:45 UTC, Neil Stone
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Stone 2019-07-31 17:45:52 UTC
Created attachment 585334 [details]
environment

All compiling happily 'till...

libtool: link: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wl,-O1 -o .libs/mailutils mailutils-mu.o  -Wl,--as-needed ../lib/.libs/libmuaux.so ../libmailutils/.libs/libmailutils.so -lcrypt -lpthread
make[3]: Leaving directory '/tmp/portage/net-mail/mailutils-3.4-r3/work/mailutils-3.4/mu'
make[2]: Leaving directory '/tmp/portage/net-mail/mailutils-3.4-r3/work/mailutils-3.4/mu'
Making all in frm
make[2]: Entering directory '/tmp/portage/net-mail/mailutils-3.4-r3/work/mailutils-3.4/frm'
Making all in .
make[3]: Entering directory '/tmp/portage/net-mail/mailutils-3.4-r3/work/mailutils-3.4/frm'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../include -I../lib -I../lib/gnu -I../lib/gnu -I.. -I../include  -DSYSCONFDIR=\"/etc\"  -O2 -pipe -march=native -fno-strict-aliasing -Wall -Wdeclaration-after-statement -c -o frm.o frm.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../include -I../lib -I../lib/gnu -I../lib/gnu -I.. -I../include  -DSYSCONFDIR=\"/etc\"  -O2 -pipe -march=native -fno-strict-aliasing -Wall -Wdeclaration-after-statement -c -o common.o common.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../include -I../lib -I../lib/gnu -I../lib/gnu -I.. -I../include  -DSYSCONFDIR=\"/etc\"  -O2 -pipe -march=native -fno-strict-aliasing -Wall -Wdeclaration-after-statement -c -o from.o from.c
In file included from /usr/include/wchar.h:848,
                 from ../lib/gnu/wchar.h:87,
                 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"
 # error "Assumed value of MB_LEN_MAX wrong"
   ^~~~~
make[3]: *** [Makefile:1146: common.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/tmp/portage/net-mail/mailutils-3.4-r3/work/mailutils-3.4/frm'
make[2]: *** [Makefile:1221: all-recursive] Error 1
make[2]: Leaving directory '/tmp/portage/net-mail/mailutils-3.4-r3/work/mailutils-3.4/frm'
make[1]: *** [Makefile:1173: all-recursive] Error 1
make[1]: Leaving directory '/tmp/portage/net-mail/mailutils-3.4-r3/work/mailutils-3.4'
make: *** [Makefile:1058: all] Error 2


============

emerge --info : https://gist.github.com/31197c616037ff2729b33fe54eea7426
emerge -pqv '=net-mail/mailutils-3.4-r3::gentoo' : https://gist.github.com/db8b7bd488f6143e8e8c53bf07e9a9c8
build log : https://gist.github.com/1d543d4faa492460b6a807c219d8d555
Comment 1 Brian Evans (RETIRED) gentoo-dev 2019-07-31 17:49:13 UTC

*** This bug has been marked as a duplicate of bug 669946 ***