Hi,
Trying to make new build environment on top of Fedora 26 64bit but somehow it is not recognizing git-core.
$ sudo dnf install -y git-core
Last metadata expiration check: 0:35:51 ago on Sat 15 Jul 2017 09:24:14 PM +08.
Dependencies resolved.
Package Arch Version Repository Size
Installing:
git-core x86_64 2.13.3-1.fc26 updates 4.0 M
Transaction Summary
Install 1 Package
Total download size: 4.0 M
Installed size: 22 M
Downloading Packages:
[MIRROR] git-core-2.13.3-1.fc26.x86_64.rpm: Status code: 404 for http://ftp.kaist.ac.kr/fedora/updates/26/x86_64/g/git-core-2.13.3-1.fc26.x86_64.rpm
git-core-2.13.3-1.fc26.x86_64.rpm 203 kB/s | 4.0 MB 00:20
Total 191 kB/s | 4.0 MB 00:21
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : git-core-2.13.3-1.fc26.x86_64 1/1
Verifying : git-core-2.13.3-1.fc26.x86_64 1/1
Installed:
git-core.x86_64 2.13.3-1.fc26
Complete!
[Frank@Fedora-64bit source]$ make prereq
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'proper-umask'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'zlib'... ok.
Checking 'perl-thread-queue'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'git'... failed.
Checking 'file'... ok.
Checking 'ldconfig-stub'... ok.
Build dependency: Please install Git (git-core) >= 1.7.12.2
Any clue what I'm missing ?
Br,
-Gram-