Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 813219

Summary: sys-apps/hwids-99999999 does not fetch new usb.ids etc.
Product: Gentoo Linux Reporter: Joakim Tjernlund <joakim.tjernlund>
Component: Current packagesAssignee: Mike Gilbert <floppym>
Status: RESOLVED FIXED    
Severity: normal CC: base-system
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: remove -z option from curl invokations

Description Joakim Tjernlund 2021-09-15 09:57:13 UTC
emake fetch does:
 curl  -z usb.ids -o usb.ids -R http://www.linux-usb.org/usb.ids

and -z usb.ids compare timestamp on existing usb.ids which is wrong and usb.ids
is not updated
Comment 1 Joakim Tjernlund 2021-09-15 10:06:22 UTC
Created attachment 739401 [details, diff]
remove -z option from curl invokations
Comment 2 Larry the Git Cow gentoo-dev 2021-09-15 16:00:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522cd6e89adee59ada33211f90ef0473d7a6aa0c

commit 522cd6e89adee59ada33211f90ef0473d7a6aa0c
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-09-15 15:58:44 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2021-09-15 15:58:44 +0000

    sys-apps/hwids: restore mtime before calling make fetch
    
    Closes: https://bugs.gentoo.org/813219
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-apps/hwids/hwids-99999999.ebuild | 2 ++
 1 file changed, 2 insertions(+)
Comment 3 Joakim Tjernlund 2021-09-15 16:24:43 UTC
(In reply to Larry the Git Cow from comment #2)
> The bug has been closed via the following commit(s):
> 
> https://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=522cd6e89adee59ada33211f90ef0473d7a6aa0c
> 
> commit 522cd6e89adee59ada33211f90ef0473d7a6aa0c
> Author:     Mike Gilbert <floppym@gentoo.org>
> AuthorDate: 2021-09-15 15:58:44 +0000
> Commit:     Mike Gilbert <floppym@gentoo.org>
> CommitDate: 2021-09-15 15:58:44 +0000
> 
>     sys-apps/hwids: restore mtime before calling make fetch
>     
>     Closes: https://bugs.gentoo.org/813219
>     Signed-off-by: Mike Gilbert <floppym@gentoo.org>
> 
>  sys-apps/hwids/hwids-99999999.ebuild | 2 ++
>  1 file changed, 2 insertions(+)

OK, this adds an workaround for the ebuild, thanks.
I guess upstream should add an proper fix at some point though.