When doing a "make dist" in the xen-unstable tree (juli 6th tarball) I get: strip: /usr/src/xen-unstable/dist/install/usr/lib/xen/bin/qemu-dm.debug: File format not recognized install: strip failed Distro: Debian Sarge gcc: 3.3.5 binutils: 2.15-6 What''s the real problem??? Thanks, Arie Kraai _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>When doing a "make dist" in the xen-unstable tree (juli 6th tarball) I >get: > >strip: /usr/src/xen-unstable/dist/install/usr/lib/xen/bin/qemu-dm.debug: >File format not recognized >install: strip failed > >Distro: Debian Sarge >gcc: 3.3.5 >binutils: 2.15-6This has been fixed in a changeset today. Please pull the latest version.>What''s the real problem???Broken makefile (qemu-dm.debug is an ''install'' target which therefore warrnats ''strip'' but in fact is a script so doesn''t need it). cheers, S. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> What''s the real problem???The scripts were trying to strip a shell script - some versions of the GNU tools get unhappy. There''s a fix in the tree - it''ll probably show up in the snapshot by tomorrow, or you can pull it using mercurial. Cheers, Mark _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users