Gentoo Archives: gentoo-dev

From: Damo Brisbane <dhatchett2@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] "Not a git repository" error on ebuild
Date: Tue, 07 Nov 2017 21:44:57
Message-Id: CAE5cDqOhF6j4jAKdnX5T2nZ9Hmhpin9UGimy_jpbne5vytsPXw@mail.gmail.com
In Reply to: Re: [gentoo-dev] "Not a git repository" error on ebuild by Alan McKinnon
1 attached, ok?
2
3 On Wed, Nov 8, 2017 at 5:33 AM, Alan McKinnon <alan.mckinnon@×××××.com>
4 wrote:
5
6 > On 07/11/2017 21:10, Damo Brisbane wrote:
7 > > Hi,
8 > >
9 > > I am getting an error on custom fabio-1.5.2.ebuild
10 > > <https://github.com/damobrisbane/damo-overlay/
11 > blob/master/net-proxy/fabio/fabio-1.5.2.ebuild> -
12 > > "Not a git repository (or any of the parent directories)..." I've been
13 > > looking on web, trying some things, but still message is coming up,
14 > > appreciate suggestions. Note package is installing fine, just not sure
15 > > how to clean up this message.
16 > >
17 > > Thanks in advance:
18 >
19 >
20 >
21 >
22 > Please post the ebuild. That's a git error (not a portage error) and it
23 > means you are trying to run "git <some_function>" without running "git
24 > init" first
25 >
26 >
27 > >
28 > >
29 > >
30 > >>>> Emerging (2 of 2) net-proxy/fabio-1.5.2::damo-overlay
31 > > * fabio-1.5.2.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...
32 > > [ ok ]
33 > > * Adding group 'fabio' to your system ...
34 > > * - Groupid: next available
35 > > * Adding user 'fabio' to your system ...
36 > > * - Userid: 116
37 > > * - Shell: /sbin/nologin
38 > > * - Home: /var/lib/fabio
39 > > * - Groups: fabio
40 > > * - GECOS: added by portage for fabio
41 > > * - Creating /var/lib/fabio in /
42 > >>>> Unpacking source...
43 > >>>> Source unpacked in /tmp/portage/net-proxy/fabio-1.5.2/work
44 > >>>> Preparing source in
45 > > /tmp/portage/net-proxy/fabio-1.5.2/work/fabio-1.5.2 ...
46 > >>>> Source prepared.
47 > >>>> Configuring source in
48 > > /tmp/portage/net-proxy/fabio-1.5.2/work/fabio-1.5.2 ...
49 > >>>> Source configured.
50 > >>>> Compiling source in
51 > > /tmp/portage/net-proxy/fabio-1.5.2/work/fabio-1.5.2 ...
52 > > make -j5 -C
53 > > /tmp/portage/net-proxy/fabio-1.5.2/work/fabio-1.5.2/src/git
54 > hub.com/fabiolb/fabio
55 > > <http://github.com/fabiolb/fabio> install
56 > > make: Entering directory
57 > > '/tmp/portage/net-proxy/fabio-1.5.2/work/fabio-1.5.2/src/git
58 > hub.com/fabiolb/fabio
59 > > <http://github.com/fabiolb/fabio>'
60 > > *fatal: Not a git repository (or any of the parent directories): .git*
61 > > GOGC=off go install -ldflags "-X main.version="
62 > > make: Leaving directory
63 > > '/tmp/portage/net-proxy/fabio-1.5.2/work/fabio-1.5.2/src/git
64 > hub.com/fabiolb/fabio
65 > > <http://github.com/fabiolb/fabio>'
66 > >>>> Source compiled.
67 > >
68 >
69 >
70 > --
71 > Alan McKinnon
72 > alan.mckinnon@×××××.com
73 >
74 >
75 >

Attachments

File name MIME type
fabio-1.5.2.ebuild application/octet-stream

Replies

Subject Author
Re: [gentoo-dev] "Not a git repository" error on ebuild Damo Brisbane <dhatchett2@×××××.com>