gentoo / dotnet

[MIRROR] Newer mono, .NET languages, and libraries
https://gitweb.gentoo.org/repo/proj/dotnet.git
79 stars 57 forks source link

fsharp-10.2.1 ebuild causes eix-update to fail #448

Open fluffynuts opened 4 years ago

fluffynuts commented 4 years ago

with the following output:

[1] "dotnet" /var/db/repos/dotnet (cache: parse|ebuild*#metadata-md5#metadata-flat#assign)
     Reading category  43|172 ( 25): dev-lang... * ERROR: dev-lang/fsharp-10.2.1::dotnet failed (depend phase):
 *   External commands disallowed while sourcing ebuild: Copyright 1999-2019 Gentoo Authors
 * 
 * Call stack:
 *              ebuild.sh, line 616:  Called source '/var/db/repos/dotnet/dev-lang/fsharp/fsharp-10.2.1.ebuild'
 *   fsharp-10.2.1.ebuild, line   1:  Called command_not_found_handle 'Copyright' '1999-2019' 'Gentoo' 'Authors'
 *              ebuild.sh, line  89:  Called die
 * The specific snippet of code:
 *              die "External commands disallowed while sourcing ebuild: ${*}"
 * 
 * If you need support, post the output of `emerge --info '=dev-lang/fsharp-10.2.1::dotnet'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/fsharp-10.2.1::dotnet'`.
 * Working directory: '/usr/lib64/python2.7/site-packages'
 * S: '/fsharp-10.2.1'
cnd commented 4 years ago

I've removed that ebuild, isn't it?

fluffynuts commented 4 years ago

I have these matches for fsharp in my repo folder:

./dev-lang/fsharp
./dev-lang/fsharp/fsharp-10.2.1.ebuild
./metadata/md5-cache/dev-util/fsharpbinding-9999
./dev-util/fsharpbinding
./dev-util/fsharpbinding/fsharpbinding-9999.ebuild

and git pull --rebase says I'm all up to date. What am I missing?

cnd commented 4 years ago

look: https://github.com/gentoo/dotnet/tree/master/dev-lang it should be dropped

fluffynuts commented 4 years ago

Yeah, I just looked now and there it isn't. I don't get why git pull --rebase isn't getting anything :/

fluffynuts commented 4 years ago

the last commits I have are from the 21st, and git fetch -a and git pull --rebase don't seem to change that.

fluffynuts commented 4 years ago

ok, I've found the culprit: eselect as set the url for my dotnet overlay to https://github.com/gentoo-mirror/dotnet.git and that repo does still have the fsharp ebuilds. Should that be fixed? In the mean-time, I'll switch over to this one.

fluffynuts commented 4 years ago

(that repo has the last commit at 2 days ago -- if it's supposed to be a mirror of this one, something has gone wrong)