Hi Adam, On Sun, Feb 21, 2016 at 5:59 AM, Adam Baxter wrote: > admin@ip-172-30-0-73:~/wine$ ./debian/rules > sed s/VERSION/-development/g < debian/control.in > debian/control > make: pkg-config: Command not found
Usage of pkg-config was added in the last upload, and I forgot to add it as a dependency. Added now. Thanks for spotting that. > admin@ip-172-30-0-73:~/wine$ ./debian/rules > sed s/VERSION/-development/g < debian/control.in > debian/control > Package gstreamer-1.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gstreamer-1.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gstreamer-1.0' found > > # surely I don't need gstreamer on the host system if I'm building in > a chroot. I'll ignore it for now I think a lot of your problems come from running commands in your host, rather than within the chroots. > # Removed the broken patch, updated series Upstream changed the code touched by this patch, so it needs to be updated. Removing it is not the right solution. Best wishes, Mike _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
