Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178514 - sys-libs/uclibc doesn't compile with USE=iconv
Summary: sys-libs/uclibc doesn't compile with USE=iconv
Status: RESOLVED DUPLICATE of bug 155850
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-14 14:43 UTC by Kevin Bryan
Modified: 2007-05-14 14:46 UTC (History)
0 users

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


Attachments
ebuild log file (sys-libs:uclibc-0.9.28.3:20070514-143320.log,22.85 KB, text/plain)
2007-05-14 14:44 UTC, Kevin Bryan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Bryan 2007-05-14 14:43:17 UTC
As you can see from the log (attached), make reports a segfault (from gen_wctype).  I recompiled gen_wctype with -g and ran it again (./gen_wctype en_US), but the backtrace is garbled:

#0  0x08049158 in newopt (
    ut=0xbf9bdb0c "ìëììçä²³±ªª°\225\206\206\211ììììäÏÛϪª«©\206\206\207\206\222\222\222\222\222\222\222\232\237s\222\222\222\222\222¥\231 ¤\216\223\234¡\215[\213\237\235\222\222\230\222\222\222\222\222+\222\217", 
    usize=<value optimized out>, shift=<value optimized out>, tbl=0xbfa4e44c) at gen_wctype.c:865
#1  0x080491e5 in newopt (
    ut=0xbfa1dfa8 "îîîîÞÌÌîîîîîîîîîifffffffUUUUUfffF", 'D' <repeats 12 times>, "dff&", '"' <repeats 12 times>, "bfæ", 'î' <repeats 16 times>, "fffffaffff&ffaff", 'D' <repeats 11 times>, "dDDD$", '"' <repeats 11 times>, "b\"\"\"\"", '$' <repeats 28 times>, "ABBBBBBB\022", '$' <repeats 23 times>, "DBB\"A$$DBD\022D"..., usize=<value optimized out>, 
    shift=<value optimized out>, tbl=0xbfa4e44c) at gen_wctype.c:871
#2  0x0804a15b in main (argc=1, argv=Cannot access memory at address 0x24
) at gen_wctype.c:505


Reproducible: Always

Steps to Reproduce:
1. USE=iconv emerge sys-libs/uclibc

Actual Results:  
make: *** [wctables.h] Segmentation fault (core dumped)
make: *** Waiting for unfinished jobs....

!!! ERROR: sys-libs/uclibc-0.9.28.3 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3402:   Called src_compile
  uclibc-0.9.28.3.ebuild, line 383:   Called die

!!! make locales failed


Expected Results:  
Clean compile
Comment 1 Kevin Bryan 2007-05-14 14:44:12 UTC
Created attachment 119229 [details]
ebuild log file
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-05-14 14:46:02 UTC

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