Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 813219 - sys-apps/hwids-99999999 does not fetch new usb.ids etc.
Summary: sys-apps/hwids-99999999 does not fetch new usb.ids etc.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-15 09:57 UTC by Joakim Tjernlund
Modified: 2021-09-15 16:24 UTC (History)
1 user (show)

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


Attachments
remove -z option from curl invokations (file_813219.txt,1.78 KB, patch)
2021-09-15 10:06 UTC, Joakim Tjernlund
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.