> On Wednesday 29 April 2015 11:54:17 Michael Osipov wrote: > > > On Wednesday 29 April 2015 09:46:06 Michael Osipov wrote: > > > > 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. > > > > Is this a file be completely autogenerated? > > > > Michael > > No idea, my knowledge of libtool/autotools is weak... > > The libtool package on Fedora installs /usr/share/libtool/config/missing but > its contents differs from what we maintain in the upstream git repository of > curl.
Diffing missing here on FreeBSD shows the same. The system-wide missing file is more recent as the one from the repo. Maybe buildconf should instruct GNU autoconf to copy a recent version to the repo dir rather than maintaining a local version? As far as I know, automake should copy that by default. I had very similar issues with Cyrus SASL recently and wasted days to make the autoconf build right. Michael ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
