Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 3529] New: alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29)
@ 2011-03-30  4:43 bugzilla at busybox.net
  2011-03-30  7:02 ` [Buildroot] [Bug 3529] " bugzilla at busybox.net
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2011-03-30  4:43 UTC (permalink / raw)
  To: buildroot

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

           Summary: alsa-lib 1.0.24.1 build fails with daily snapshot
                    (2011-03-29)
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: mjhammel at graphics-muse.org
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


make[4]: Entering directory
`/home/mjhammel/src/ximba/bb/bld/buildroot-snapshot/output/build/alsa-lib-1.0.24.1/src/ucm'
  CC     utils.lo
  CC     parser.lo
  CC     main.lo
parser.c: In function 'uc_mgr_scan_master_configs':
parser.c:1138: error: 'versionsort' undeclared (first use in this function)
parser.c:1138: error: (Each undeclared identifier is reported only once
parser.c:1138: error: for each function it appears in.)

I'm on Fedora 13, using an external Crosstool-NG 1.10.0 toolchain.

Tomorrow I'll try back-patching to 1.0.23 and see if that works.

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 3529] alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29)
  2011-03-30  4:43 [Buildroot] [Bug 3529] New: alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29) bugzilla at busybox.net
@ 2011-03-30  7:02 ` bugzilla at busybox.net
  2011-03-30 15:06 ` bugzilla at busybox.net
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2011-03-30  7:02 UTC (permalink / raw)
  To: buildroot

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

Peter Korsgaard <jacmet@uclibc.org> changed:

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

--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org>  ---
Odd, it builds here with an internal uClibc toolchain (default config). What C
library are you using? It doesn't even seem like you can disable versionsort
support in uClibc:

./host/usr/bin/arm-linux-nm -D staging/lib/libuClibc-0.9.31.so|grep versionsort
0000c4dc T versionsort

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 3529] alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29)
  2011-03-30  4:43 [Buildroot] [Bug 3529] New: alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29) bugzilla at busybox.net
  2011-03-30  7:02 ` [Buildroot] [Bug 3529] " bugzilla at busybox.net
@ 2011-03-30 15:06 ` bugzilla at busybox.net
  2011-03-30 21:09 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2011-03-30 15:06 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from Michael J. Hammel <mjhammel@graphics-muse.org>  ---
I'm using gcc 4.4.5 in this test.  I was using gcc 4.4.1 with Crosstool-NG
1.8.2 but that had a different problem that I posted about on the mailing list.
 Since I wasn't up to latest revs of either Buildroot or Crosstool-NG I decided
to try that first and ran into this.

Anyway, if you'd like me to try with an earlier version of gcc I can.

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 3529] alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29)
  2011-03-30  4:43 [Buildroot] [Bug 3529] New: alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29) bugzilla at busybox.net
  2011-03-30  7:02 ` [Buildroot] [Bug 3529] " bugzilla at busybox.net
  2011-03-30 15:06 ` bugzilla at busybox.net
@ 2011-03-30 21:09 ` bugzilla at busybox.net
  2011-03-30 21:19 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2011-03-30 21:09 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from Michael J. Hammel <mjhammel@graphics-muse.org>  ---
Ugh.  I'm such a dummy.  You asked for C-library, not compiler.  I'm using
uClibc 0.9.30.2.  Sorry 'bout that.

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 3529] alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29)
  2011-03-30  4:43 [Buildroot] [Bug 3529] New: alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29) bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2011-03-30 21:09 ` bugzilla at busybox.net
@ 2011-03-30 21:19 ` bugzilla at busybox.net
  2011-03-30 22:39 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2011-03-30 21:19 UTC (permalink / raw)
  To: buildroot

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

Peter Korsgaard <jacmet@uclibc.org> changed:

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

--- Comment #4 from Peter Korsgaard <jacmet@uclibc.org>  ---
Ahh, that explains it. versionsort() was only added to uClibc back in Feb 2009,
and 0.9.30 is from 2008. Why are you using such an ancient uClibc version
(together with a quite recent gcc even)? uClibc 0.9.32 is very close to release
by now.

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 3529] alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29)
  2011-03-30  4:43 [Buildroot] [Bug 3529] New: alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29) bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2011-03-30 21:19 ` bugzilla at busybox.net
@ 2011-03-30 22:39 ` bugzilla at busybox.net
  2011-04-26  1:44 ` bugzilla at busybox.net
  2012-01-10 16:49 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2011-03-30 22:39 UTC (permalink / raw)
  To: buildroot

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

--- Comment #5 from Michael J. Hammel <mjhammel@graphics-muse.org>  ---
I think that may have been the latest available in Crosstool-NG 1.8.2 which was
what I was using before testing the latest release (1.10.0).  Looks like 1.10.0
only has uClibc 0.9.30.[1-3].  0.9.31 is marked EXPERIMENTAL.  There is also a
"latest snapshot" option I can try.

I'll give those a try and see if things fare any better.

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 3529] alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29)
  2011-03-30  4:43 [Buildroot] [Bug 3529] New: alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29) bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2011-03-30 22:39 ` bugzilla at busybox.net
@ 2011-04-26  1:44 ` bugzilla at busybox.net
  2012-01-10 16:49 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2011-04-26  1:44 UTC (permalink / raw)
  To: buildroot

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

--- Comment #6 from Kelvin Cheung <keguang.zhang@gmail.com>  ---
(In reply to comment #0)
> make[4]: Entering directory
> `/home/mjhammel/src/ximba/bb/bld/buildroot-snapshot/output/build/alsa-lib-1.0.24.1/src/ucm'
>   CC     utils.lo
>   CC     parser.lo
>   CC     main.lo
> parser.c: In function 'uc_mgr_scan_master_configs':
> parser.c:1138: error: 'versionsort' undeclared (first use in this function)
> parser.c:1138: error: (Each undeclared identifier is reported only once
> parser.c:1138: error: for each function it appears in.)
> 
> I'm on Fedora 13, using an external Crosstool-NG 1.10.0 toolchain.
> 
> Tomorrow I'll try back-patching to 1.0.23 and see if that works.

The same problem also happened to me.
And when I try uClibc 0.9.31 in crosstool-ng 1.10.1, I got this error below:

[ALL  ]   
/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/tools/bin/install
-c -m 644 ./libiberty.a
/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/lib/`/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/arm-unknown-linux-uclibcgnueabi/build/build-cc/./gcc/xgcc
-B/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/arm-unknown-linux-uclibcgnueabi/build/build-cc/./gcc/
-B/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/bin/
-B/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/lib/
-isystem
/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/include
-isystem
/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/sys-include
-g -Os   -print-multi-os-directory`/./libiberty.an
[ALL  ]    ( cd
/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/lib/`/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/arm-unknown-linux-uclibcgnueabi/build/build-cc/./gcc/xgcc
-B/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/arm-unknown-linux-uclibcgnueabi/build/build-cc/./gcc/
-B/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/bin/
-B/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/lib/
-isystem
/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/include
-isystem
/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/sys-include
-g -Os   -print-multi-os-directory` ; chmod 644 ./libiberty.an;
/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/bin/ranlib
./libiberty.an )
[ALL  ]    mv -f
/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/lib/`/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/arm-unknown-linux-uclibcgnueabi/build/build-cc/./gcc/xgcc
-B/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/arm-unknown-linux-uclibcgnueabi/build/build-cc/./gcc/
-B/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/bin/
-B/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/lib/
-isystem
/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/include
-isystem
/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/sys-include
-g -Os   -print-multi-os-directory`/./libiberty.an
/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/lib/`/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/arm-unknown-linux-uclibcgnueabi/build/build-cc/./gcc/xgcc
-B/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/arm-unknown-linux-uclibcgnueabi/build/build-cc/./gcc/
-B/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/bin/
-B/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/lib/
-isystem
/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/include
-isystem
/opt/buildroot_real6410/output_fs2410/host/usr/arm-unknown-linux-uclibcgnueabi/sys-include
-g -Os   -print-multi-os-directory`/./libiberty.a
[ALL  ]    make[7]: Entering directory
`/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/arm-unknown-linux-uclibcgnueabi/build/build-cc/arm-unknown-linux-uclibcgnueabi/libiberty/testsuite'
[ALL  ]    make[7]: Nothing to be done for `install'.
[ALL  ]    make[7]: Leaving directory
`/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/arm-unknown-linux-uclibcgnueabi/build/build-cc/arm-unknown-linux-uclibcgnueabi/libiberty/testsuite'
[ALL  ]    make[6]: Leaving directory
`/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/arm-unknown-linux-uclibcgnueabi/build/build-cc/arm-unknown-linux-uclibcgnueabi/libiberty'
[ALL  ]    make[5]: Leaving directory
`/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/arm-unknown-linux-uclibcgnueabi/build/build-cc'
[ALL  ]    make[4]: Leaving directory
`/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/.build/arm-unknown-linux-uclibcgnueabi/build/build-cc'
[ALL  ]    ln: creating symbolic link
`/opt/buildroot_real6410/output_fs2410/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cc':
File exists
[ERROR]    Build failed in step 'Installing final compiler'
[ERROR]    Error happened in
'/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/scripts/functions'
in function 'CT_DoExecLog' (line unknown, sorry)
[ERROR]          called from
'/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/scripts/build/cc/gcc.sh'
at line # 534 in function 'do_cc'
[ERROR]          called from
'/opt/buildroot_real6410/output_fs2410/build/crosstool-ng-1.10.1/scripts/crosstool-NG.sh'
at line # 606 in function 'main'
[ERROR]    Look at '/opt/buildroot_real6410/output_fs2410/host/usr/build.log'
for more info on this error.
[ERROR]  (elapsed: 15:38.24)
make[3]: *** [build] Error 1
make[2]: *** [build.2] Error 2
make[1]: ***
[/opt/buildroot_real6410/output_fs2410/stamps/ct-ng-toolchain-built] Error 2
make: *** [all] Error 2

-- 
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] 8+ messages in thread

* [Buildroot] [Bug 3529] alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29)
  2011-03-30  4:43 [Buildroot] [Bug 3529] New: alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29) bugzilla at busybox.net
                   ` (5 preceding siblings ...)
  2011-04-26  1:44 ` bugzilla at busybox.net
@ 2012-01-10 16:49 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2012-01-10 16:49 UTC (permalink / raw)
  To: buildroot

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

--- Comment #7 from Stephane Fillod <fillods@users.sf.net> 2012-01-10 16:49:29 UTC ---
Created attachment 3950
  --> https://bugs.busybox.net/attachment.cgi?id=3950
package/multimedia/alsa-lib/alsa-lib-1.0.24.1-uclibc-missing-versionsort.patch

uClibc users ought to upgrade.

However, if you're trapped in a parallel space-time, you may place the attached
patch file in package/multimedia/alsa-lib/ for a shameful plug.

-- 
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] 8+ messages in thread

end of thread, other threads:[~2012-01-10 16:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30  4:43 [Buildroot] [Bug 3529] New: alsa-lib 1.0.24.1 build fails with daily snapshot (2011-03-29) bugzilla at busybox.net
2011-03-30  7:02 ` [Buildroot] [Bug 3529] " bugzilla at busybox.net
2011-03-30 15:06 ` bugzilla at busybox.net
2011-03-30 21:09 ` bugzilla at busybox.net
2011-03-30 21:19 ` bugzilla at busybox.net
2011-03-30 22:39 ` bugzilla at busybox.net
2011-04-26  1:44 ` bugzilla at busybox.net
2012-01-10 16:49 ` 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