* [Buildroot] [Bug 6122] New: iconv.h missing for charconv.c build
@ 2013-03-14 20:34 bugzilla at busybox.net
2013-03-14 20:45 ` [Buildroot] [Bug 6122] " bugzilla at busybox.net
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2013-03-14 20:34 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6122
Summary: iconv.h missing for charconv.c build
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: mike at mquinn.org
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Looks like it's building dosfstools...
This is buildroot-2013.02, and I let buildroot build the toolchain, so it's not
an external toolchain issue.....
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 6122] iconv.h missing for charconv.c build
2013-03-14 20:34 [Buildroot] [Bug 6122] New: iconv.h missing for charconv.c build bugzilla at busybox.net
@ 2013-03-14 20:45 ` bugzilla at busybox.net
2013-03-15 9:58 ` bugzilla at busybox.net
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2013-03-14 20:45 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6122
--- Comment #1 from Mike Quinn <mike@mquinn.org> 2013-03-14 20:46:07 UTC ---
Never mind - toolchain must have WCHAR support turned (it would be nice if the
menuconfig figured this out for you and warned you).
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 6122] iconv.h missing for charconv.c build
2013-03-14 20:34 [Buildroot] [Bug 6122] New: iconv.h missing for charconv.c build bugzilla at busybox.net
2013-03-14 20:45 ` [Buildroot] [Bug 6122] " bugzilla at busybox.net
@ 2013-03-15 9:58 ` bugzilla at busybox.net
2013-05-26 13:36 ` bugzilla at busybox.net
2013-06-10 15:15 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2013-03-15 9:58 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6122
--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2013-03-15 09:58:53 UTC ---
I don't understand, which package failed to build?
Is it dosfstools? If so, dosfstools correctly has a dependency on WCHAR. I see
'*** dosfstools requires a toolchain with LARGEFILE and WCHAR support ***' in
my menuconfig.
And I don't see any package that depend on it without taking care of the WCHAR
dependency.
Could you provide a few more details? Thanks!
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 6122] iconv.h missing for charconv.c build
2013-03-14 20:34 [Buildroot] [Bug 6122] New: iconv.h missing for charconv.c build bugzilla at busybox.net
2013-03-14 20:45 ` [Buildroot] [Bug 6122] " bugzilla at busybox.net
2013-03-15 9:58 ` bugzilla at busybox.net
@ 2013-05-26 13:36 ` bugzilla at busybox.net
2013-06-10 15:15 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2013-05-26 13:36 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6122
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2013-05-26 13:35:22 UTC ---
Apparently, Mike managed to fix the problem he was having, and didn't give
sufficient details to understand what was confusing. I'm therefore closing this
bug for now. Mike, if anything was confusing and you think should be improved,
do not hesitate to reopen this bug and provide more details.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 6122] iconv.h missing for charconv.c build
2013-03-14 20:34 [Buildroot] [Bug 6122] New: iconv.h missing for charconv.c build bugzilla at busybox.net
` (2 preceding siblings ...)
2013-05-26 13:36 ` bugzilla at busybox.net
@ 2013-06-10 15:15 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2013-06-10 15:15 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6122
--- Comment #4 from Andrew Scheller <uclibc-bugzilla@loowis.durge.org> 2013-06-10 15:13:28 UTC ---
I just had this bug too, but I dunno what caused it, and I dunno how to
reproduce it!
For some unknown reason I was getting a fatal error during the compilation of
dosfstools 3.0.16 about charconv.c trying to include iconv.h but being unable
to. I tried investigating, but couldn't work out what was going wrong (I'm not
that familiar with buildroot or cross-compilation setups). So I did 'rm -r
output/build/dosfstools-3.0.16' followed by a 'make' and I still got the same
error. So tried investigating again, but didn't get anywhere. So then I did 'rm
-r output/build/dosfstools-3.0.16; rm -r output/build/libiconv-1.14' and to my
great surprise this time the 'make' worked fine.
So I dunno how buildroot / dosfstools / libiconv got itself into this funny
situation, but everything is building fine again now, and I dunno how to
reproduce the problem.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-06-10 15:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 20:34 [Buildroot] [Bug 6122] New: iconv.h missing for charconv.c build bugzilla at busybox.net
2013-03-14 20:45 ` [Buildroot] [Bug 6122] " bugzilla at busybox.net
2013-03-15 9:58 ` bugzilla at busybox.net
2013-05-26 13:36 ` bugzilla at busybox.net
2013-06-10 15:15 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox