Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928160 - dev-cpp/eigen-3.4.9999: Cannot checkout sources because of an invalid Git reference
Summary: dev-cpp/eigen-3.4.9999: Cannot checkout sources because of an invalid Git ref...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-30 09:44 UTC by jonys
Modified: 2024-05-16 13:04 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,17.23 KB, text/plain)
2024-03-30 09:45 UTC, jonys
Details
build.log of the failed git fetch (build.log,25.40 KB, text/plain)
2024-03-30 09:46 UTC, jonys
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jonys 2024-03-30 09:44:34 UTC
dev-cpp/eigen-3.4.9999 fails in the unpack phase with the following error:
```
git fetch https://gitlab.com/libeigen/eigen.git +HEAD:refs/git-r3/HEAD
[…]
fatal: Needed a single revision
git update-ref --no-deref refs/git-r3/dev-cpp/eigen/3/__main__ 3.4
fatal: 3.4: not a valid SHA1
```

See the attached build.log.
Comment 1 jonys 2024-03-30 09:45:00 UTC
Created attachment 889041 [details]
emerge --info
Comment 2 jonys 2024-03-30 09:46:47 UTC
Created attachment 889042 [details]
build.log of the failed git fetch
Comment 3 Andreas Sturmlechner gentoo-dev 2024-03-30 19:37:06 UTC
Was this tested working at the time of adding the live ebuild?

> EGIT_COMMIT="3.4"
Comment 4 Larry the Git Cow gentoo-dev 2024-05-16 13:04:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4287001e86ee127e39307e405e35c42bb50c41dc

commit 4287001e86ee127e39307e405e35c42bb50c41dc
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-05-16 13:03:40 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-05-16 13:04:41 +0000

    dev-cpp/eigen: drop broken 3.4.9999 ebuild
    
    Closes: https://bugs.gentoo.org/928160
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-cpp/eigen/eigen-3.4.9999.ebuild | 432 ------------------------------------
 1 file changed, 432 deletions(-)