Gentoo Archives: gentoo-dev

From: Damo Brisbane <dhatchett2@×××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] "Not a git repository" error on ebuild
Date: Tue, 07 Nov 2017 19:11:41
Message-Id: CAE5cDqOETcezo1O+aieX7WXTaLJZt2rnmGi-TfoD4Eg9TJCpjg@mail.gmail.com
1 Hi,
2
3 I am getting an error on custom fabio-1.5.2.ebuild
4 <https://github.com/damobrisbane/damo-overlay/blob/master/net-proxy/fabio/fabio-1.5.2.ebuild>
5 - "Not a git repository (or any of the parent directories)..." I've been
6 looking on web, trying some things, but still message is coming up,
7 appreciate suggestions. Note package is installing fine, just not sure how
8 to clean up this message.
9
10 Thanks in advance:
11
12
13
14 >>> Emerging (2 of 2) net-proxy/fabio-1.5.2::damo-overlay
15 * fabio-1.5.2.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...
16 [ ok ]
17 * Adding group 'fabio' to your system ...
18 * - Groupid: next available
19 * Adding user 'fabio' to your system ...
20 * - Userid: 116
21 * - Shell: /sbin/nologin
22 * - Home: /var/lib/fabio
23 * - Groups: fabio
24 * - GECOS: added by portage for fabio
25 * - Creating /var/lib/fabio in /
26 >>> Unpacking source...
27 >>> Source unpacked in /tmp/portage/net-proxy/fabio-1.5.2/work
28 >>> Preparing source in /tmp/portage/net-proxy/fabio-1.5.2/work/fabio-1.5.2
29 ...
30 >>> Source prepared.
31 >>> Configuring source in
32 /tmp/portage/net-proxy/fabio-1.5.2/work/fabio-1.5.2 ...
33 >>> Source configured.
34 >>> Compiling source in /tmp/portage/net-proxy/fabio-1.5.2/work/fabio-1.5.2
35 ...
36 make -j5 -C /tmp/portage/net-proxy/fabio-1.5.2/work/fabio-1.5.2/src/
37 github.com/fabiolb/fabio install
38 make: Entering directory
39 '/tmp/portage/net-proxy/fabio-1.5.2/work/fabio-1.5.2/src/
40 github.com/fabiolb/fabio'
41 *fatal: Not a git repository (or any of the parent directories): .git*
42 GOGC=off go install -ldflags "-X main.version="
43 make: Leaving directory
44 '/tmp/portage/net-proxy/fabio-1.5.2/work/fabio-1.5.2/src/
45 github.com/fabiolb/fabio'
46 >>> Source compiled.

Replies

Subject Author
Re: [gentoo-dev] "Not a git repository" error on ebuild Alan McKinnon <alan.mckinnon@×××××.com>