Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730000 - sci-astronomy/wcslib fails tests
Summary: sci-astronomy/wcslib fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Astronomy project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-06-28 11:55 UTC by Agostino Sarubbo
Modified: 2021-01-09 04:21 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,77.22 KB, text/plain)
2020-06-28 11:55 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-06-28 11:55:37 UTC
@@This is an auto-filed bug@@
Feel free to change the summary at your convenience.

Issue: sci-astronomy/wcslib fails tests.
Discovered on: amd64

NOTE:
If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-28 11:55:42 UTC
Created attachment 646938 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-01-04 04:03:00 UTC
Huh: test/twcshdr.c:59:10: fatal error: fitsio.h: No such file or directory

As simple as a missing dep?
Comment 3 David Roman 2021-01-05 19:34:48 UTC
(In reply to Sam James from comment #2)
> Huh: test/twcshdr.c:59:10: fatal error: fitsio.h: No such file or directory
> 
> As simple as a missing dep?

Seems an error in the Makefile logic. twcshdr should only run when cfitsio is enabled but it's run regardless.

I don't know why in my case emerge returns without any errors although in the log file it appears the missing header error.
Comment 4 David Roman 2021-01-05 20:08:02 UTC
Seems that version 7.3 have this bug fixed and apparently all packages can work with wcslib-7.3 so I believe wcslib-5.16 can be removed from the tree (will create a PR later)
Comment 5 Larry the Git Cow gentoo-dev 2021-01-09 04:21:52 UTC
The bug has been closed via the following commit(s):

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

commit f4daf935ceba2dd5d17ead1cbf9b39dab76d1969
Author:     David Roman <davidroman96@gmail.com>
AuthorDate: 2021-01-05 20:27:39 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-01-09 04:21:47 +0000

    sci-astronomy/wcslib: remove 5.16
    
    Closes: https://bugs.gentoo.org/730000
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: David Roman <davidroman96@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-astronomy/wcslib/Manifest           |  1 -
 sci-astronomy/wcslib/wcslib-5.16.ebuild | 70 ---------------------------------
 2 files changed, 71 deletions(-)