Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 3265] New: After enabling IPv6 support in the master configuration, uClibc has IPv6 disabled
@ 2011-02-17 17:02 bugzilla at busybox.net
  2011-02-17 20:43 ` [Buildroot] [Bug 3265] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-02-17 17:02 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3265

           Summary: After enabling IPv6 support in the master
                    configuration, uClibc has IPv6 disabled
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: faber at faberman.de
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Using buildroot snapshot from 28th of January, 2011. It's just a minor
inconvenience as you can always do a 'make uclib-menuconfig' and enable it.

-- 
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 3265] After enabling IPv6 support in the master configuration, uClibc has IPv6 disabled
  2011-02-17 17:02 [Buildroot] [Bug 3265] New: After enabling IPv6 support in the master configuration, uClibc has IPv6 disabled bugzilla at busybox.net
@ 2011-02-17 20:43 ` bugzilla at busybox.net
  2011-02-17 21:00 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-02-17 20:43 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3265

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org>  ---
Seems to work here:

make menuconfig,toolchain-> uClibc C library Version (daily snapshot), Enable
IPv6 support
make uclibc-menuconfig -> Networking Support
See that UCLIBC_HAS_IPV6 is enabled.

Make sure you're using the right uClibc configuration file
(toolchain/uClibc/uClibc-snapshot.config)

-- 
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 3265] After enabling IPv6 support in the master configuration, uClibc has IPv6 disabled
  2011-02-17 17:02 [Buildroot] [Bug 3265] New: After enabling IPv6 support in the master configuration, uClibc has IPv6 disabled bugzilla at busybox.net
  2011-02-17 20:43 ` [Buildroot] [Bug 3265] " bugzilla at busybox.net
@ 2011-02-17 21:00 ` bugzilla at busybox.net
  2011-02-17 21:23 ` bugzilla at busybox.net
  2011-07-18 22:02 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-02-17 21:00 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3265

--- Comment #2 from faber at faberman.de  ---
I used uClibc 0.9.31.x, any more recent version fails to build with 

In file included from libc/stdlib/__cxa_finalize.c:8:
libc/stdlib/_atexit.c: In function '__cxa_finalize':
libc/stdlib/_atexit.c:203: error: '__result' undeclared (first use in this
function)
libc/stdlib/_atexit.c:203: error: (Each undeclared identifier is reported only
once
libc/stdlib/_atexit.c:203: error: for each function it appears in.)
libc/stdlib/_atexit.c:203: error: invalid lvalue in asm output 0
make[1]: *** [libc/stdlib/__cxa_finalize.os] Error 1

(even when disabling atexit)

But this is another issue, not related to this bug..


If it works on current snapshot version, then we can close this one.

-- 
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 3265] After enabling IPv6 support in the master configuration, uClibc has IPv6 disabled
  2011-02-17 17:02 [Buildroot] [Bug 3265] New: After enabling IPv6 support in the master configuration, uClibc has IPv6 disabled bugzilla at busybox.net
  2011-02-17 20:43 ` [Buildroot] [Bug 3265] " bugzilla at busybox.net
  2011-02-17 21:00 ` bugzilla at busybox.net
@ 2011-02-17 21:23 ` bugzilla at busybox.net
  2011-07-18 22:02 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-02-17 21:23 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3265

--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org>  ---
Ok, with uClibc 0.9.31 it also works here. Does it really not work for you?

make O=test menuconfig, toolchain->Enable IPv6 support, save
make O=test uclibc-menuconfig, Networking support, check that IPv6 is enabled

-- 
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 3265] After enabling IPv6 support in the master configuration, uClibc has IPv6 disabled
  2011-02-17 17:02 [Buildroot] [Bug 3265] New: After enabling IPv6 support in the master configuration, uClibc has IPv6 disabled bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2011-02-17 21:23 ` bugzilla at busybox.net
@ 2011-07-18 22:02 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-07-18 22:02 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3265

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #4 from Peter Korsgaard <jacmet@uclibc.org>  ---
No reply for months and unable to reproduce, closing.

-- 
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:[~2011-07-18 22:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17 17:02 [Buildroot] [Bug 3265] New: After enabling IPv6 support in the master configuration, uClibc has IPv6 disabled bugzilla at busybox.net
2011-02-17 20:43 ` [Buildroot] [Bug 3265] " bugzilla at busybox.net
2011-02-17 21:00 ` bugzilla at busybox.net
2011-02-17 21:23 ` bugzilla at busybox.net
2011-07-18 22:02 ` 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