Displaying 2 results from an estimated 2 matches for "xinstall".
Did you mean:
install
2013 Sep 25
0
strsvis breakage when upgrading to from 9.1 to 9-STABLE
Hello,
I've sent a similar query before, but didn't receive any answers.
When upgrading from 9.1 to 9-STABLE, the buildworld fails with:
===> usr.bin/xinstall (all)
cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree
-I/usr/src/usr.bin/xinstall/../../lib/libnetbsd
-I/usr/src/usr.bin/xinstall/../../lib/libmd -std=gnu99 -fstack-protector
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter
-Wstrict-prototypes -Wmissing-prototyp...
2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...$$pkg); \
# done;
bundle-%:
export
PATH=$(CROSSDIR)/bin:$(CROSSDIR)/mingw32/bin:$(PATH); \
cd $(WINR)/$(R)/src/library;\
tar zxf $(PKGDIR)/$*.tar.gz; \
export mybundle=`echo $* | cut -d'_' -f1,1`; \
echo -------$$mybundle------; \
cd $(WINR)/$(R)/src/gnuwin32/; \
$(R_EXE) CMD perl XINSTALL --unsafe --
docs=normal ../library/$${mybundle} || exit 1; \
mkdir -p $(WINRLIBS); \
ls $(WINR)/$(R)/src/library/$$mybundle/; \
echo $(PKGDIR)/$$mybundle/DESCRIPTION; \
grep "^Contains:" $(WINR)/$(R)/src/library/
$$mybundle/DESCRIPTION | sed -e 's/Contains: //'; \
export incl...