Package: glibc Version: 2.3.5-3 Severity: normal Tags: patch When trying to build 'glibc' in a clean chroot on powerpc/unstable, I get the following error:
# apt-get build-dep glibc # cd glibc-2.3.5; dpkg-buildpackage -b dpkg-buildpackage: source package is glibc dpkg-buildpackage: source version is 2.3.5-3 dpkg-buildpackage: source changed by GOTO Masanori <[EMAIL PROTECTED]> dpkg-buildpackage: host architecture powerpc dpkg-checkbuilddeps: Unmet build dependencies: gcc-3.4 (>= 3.4.4-6) dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting. dpkg-buildpackage: (Use -d flag to override.) This can be fixed by replacing 'gcc-4.0 [!powerpc !m68k] | gcc-3.4 (>= 3.4.4-6) [powerpc] | gcc-3.4 [m68k]' with 'gcc-4.0 [!powerpc !m68k], gcc-3.4 [powerpc m68k]' in the Build-Depends. Note that the separation character should be ',' instead of '|' to make sure that the second item gets processed by 'apt-get build-dep' and that the gcc-3.4 version requirement (>= 3.4.4-6) cannot be fulfilled because unstable still has 3.4.4-5. Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]