FS#60978 - [libretro-core-info] invalid tag given for source

Attached to Project: Community Packages
Opened by Erich Eckner (deepthought) - Wednesday, 05 December 2018, 15:33 GMT
Last edited by Balló György (City-busz) - Sunday, 31 March 2019, 09:05 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

extra-x86_64-build fails with:

==> Extracting sources...
-> Creating working copy of libretro-core-info git repo...
Cloning into 'libretro-core-info'...
done.
fatal: '1.7.5' is not a commit and a branch 'makepkg' cannot be created from it
==> ERROR: Failure while creating working copy of libretro-core-info git repo

Additional info:
* package version(s)
libretro-core-info 1.7.5-1 (git revision afd994e2f8e024572c78a4c9d192d76aa82455c7)
* config and/or log files etc.
full log is attached

Steps to reproduce:
> git checkout afd994e2f8e024572c78a4c9d192d76aa82455c7
> cd libretro-core-info/repos/community-any
> extra-x86_64-build
This task depends upon

Closed by  Balló György (City-busz)
Sunday, 31 March 2019, 09:05 GMT
Reason for closing:  Fixed
Additional comments about closing:  libretro-core-info 1.7.6-1
Comment by loqs (loqs) - Wednesday, 05 December 2018, 16:09 GMT
From the libretro-core-info 1.7.5-1 PKGBUILD update
-source=("git+https://github.com/libretro/libretro-core-info.git#tag=v${pkgver}")
+source=("git+https://github.com/libretro/libretro-core-info.git#tag=${pkgver}")

the v is still needed or for unsigned tags switch to the commit of the tag.
Comment by Balló György (City-busz) - Sunday, 31 March 2019, 09:05 GMT
Upstream uses tags inconsistently. It seems that v is not needed for 1.7.6.

Loading...