On Wednesday 29 April 2015 09:46:06 Michael Osipov wrote: > Hi folks, > > running buildconf from master deletes missing file: > > ================================================== > osipovmi@blnn719x:/home/osipovmi/Projekte/curl$ ./buildconf > buildconf: autoconf version 2.69 (ok) > buildconf: autom4te version 2.69 (ok) > buildconf: autoheader version 2.69 (ok) > buildconf: automake version 1.15 (ok) > buildconf: aclocal version 1.15 (ok) > buildconf: libtoolize version 2.4.6 (ok) > buildconf: GNU m4 version 1.4.17 (ok) > buildconf: running libtoolize > buildconf: converting all mv to mv -f in local m4/libtool.m4 > buildconf: running aclocal > buildconf: converting all mv to mv -f in local aclocal.m4 > buildconf: running autoheader > buildconf: running autoconf > buildconf: running automake > configure.ac:128: installing './compile' > configure.ac:181: installing './config.guess' > configure.ac:181: installing './config.sub' > src/Makefile.inc:112: warning: variable 'curl_SOURCES' is defined but no > program or src/Makefile.inc:112: library has 'curl' as canonical name > (possible typo) Makefile.am:139: 'src/Makefile.inc' included from here > docs/examples/Makefile.am: installing './depcomp' > parallel-tests: installing './test-driver' > buildconf: OK > osipovmi@blnn719x:/home/osipovmi/Projekte/curl$ git status > Auf Branch master > Ihr Branch ist zu 'origin/master' um 51 Commits hinterher, und kann > vorgespult werden. (benutzen Sie "git pull", um Ihren lokalen Branch zu > aktualisieren) Änderungen, die nicht zum Commit vorgemerkt sind: > (benutzen Sie "git add/rm <Datei>...", um die Änderungen zum Commit > vorzumerken) (benutzen Sie "git checkout -- <Datei>...", um die Änderungen > im Arbeitsverzeichnis zu verwerfen) > > gelöscht: missing > > keine Änderungen zum Commit vorgemerkt (benutzen Sie "git add" und/oder "git > commit -a") ================================================== > > Is that intended? > > I am on Git 2.3.7 and FreeBSD 9.3-STABLE. > > Michael
This seems to be caused by libtool-2.4.4+. At first glance, it does not have any (negative) impact on the build though. Kamil ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
