Re: [ANNOUNCE] Git v2.7.4 (and updates to older maintenance tracks)
From: Eric Sunshine <hidden>
Date: 2016-06-15 23:08:50
[cc:+peff] On Sun, Mar 20, 2016 at 11:32 AM, Renato Botelho [off-list ref] wrote:
quoted
On Mar 17, 2016, at 18:07, Junio C Hamano [off-list ref] wrote: Git v2.7.4 Release Notes Junio C Hamano (4): Git 2.4.11 Git 2.5.5 Git 2.6.6 Git 2.7.4FYI, 2.7.4 fails to build on FreeBSD 9.x, that uses by default gcc 4.2.1. I’ve fixed it adding an extra dependency to make force it to require gcc 4.8+. Here is the output: cc -o combine-diff.o -c -MF ./.depend/combine-diff.o.d -MQ combine-diff.o -MMD -MP -isystem/usr/local/include -O2 -pipe -fstack-protector -fno-strict-aliasing -I. -I/usr/local/include -I/usr/local/include -DUSE_CURL_FOR_IMAP_SEND -I/usr/include -DUSE_ST_TIMESPEC -pthread -DHAVE_PATHS_H -DHAVE_STRINGS_H -DGMTIME_UNRELIABLE_ERRORS -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DSHA1_HEADER='<openssl/sha.h>' -DDIR_HAS_BSD_GROUP_SEMANTICS -DSHELL_PATH='"/bin/sh"' combine-diff.c combine-diff.c: In function 'diff_tree_combined': combine-diff.c:1391: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Makefile:1924: recipe for target 'combine-diff.o' failed gmake: *** [combine-diff.o] Error 1 *** [do-build] Error code 1
Interesting. This appears to be the same bug as [1]. [1]: http://thread.gmane.org/gmane.comp.version-control.git/287486/focus=287789