Package: xsd Severity: serious Justification: no longer builds from source Due to the recently-introduced package boost-defaults [1], the unversioned Boost -dev packages changed from Boost version 1.34.1 to version 1.38.0.
You package now fails to build due to that change. Specifically, you will need to link against "-mt" variants of the boost libraries. Upstream stopped building separate single- and multi-threaded variants of all libraries and Debian followed suit as of 1.37.0. The single-threaded variant was named, e.g. "-lboost_regex" while the multi-threaded variant was suffixed with "-mt", i.e. named "-lboost_regex-mt". Your package needs to change its linker arguments. Build Log excerpt: c++ /xsd-3.2.0.1/xsd-3.2.0+dep/libxsd-frontend-1.15.0/xsd-frontend/traversal/particle.cxx c++ /xsd-3.2.0.1/xsd-3.2.0+dep/libxsd-frontend-1.15.0/xsd-frontend/traversal/schema.cxx c++ /xsd-3.2.0.1/xsd-3.2.0+dep/libxsd-frontend-1.15.0/xsd-frontend/traversal/union.cxx c++ /xsd-3.2.0.1/xsd-3.2.0+dep/libxsd-frontend-1.15.0/xsd-frontend/transformations/anonymous.cxx c++ /xsd-3.2.0.1/xsd-3.2.0+dep/libxsd-frontend-1.15.0/xsd-frontend/transformations/restriction.cxx c++ /xsd-3.2.0.1/xsd-3.2.0+dep/libxsd-frontend-1.15.0/xsd-frontend/transformations/schema-per-type.cxx c++ /xsd-3.2.0.1/xsd-3.2.0+dep/libxsd-frontend-1.15.0/xsd-frontend/parser.cxx c++ /xsd-3.2.0.1/xsd-3.2.0+dep/libxsd-frontend-1.15.0/xsd-frontend/schema-dom-parser.cxx make[1]: *** No rule to make target `-lboost_filesystem', needed by `/xsd-3.2.0.1/xsd-3.2.0+dep/libxsd-frontend-1.15.0/xsd-frontend/xsd-frontend.l'. Stop. make[1]: Leaving directory `/xsd-3.2.0.1/xsd-3.2.0+dep/libxsd-frontend-1.15.0/xsd-frontend' make: *** [build-stamp] Error 1 [1] http://lists.debian.org/debian-devel-announce/2009/05/msg00002.html -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org