Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834488 - sci-libs/inchi-1.06: compile errors due to ixa.h not installed
Summary: sci-libs/inchi-1.06: compile errors due to ixa.h not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Chemistry-Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-02 14:30 UTC by hsk17
Modified: 2022-11-09 03:54 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hsk17 2022-03-02 14:30:23 UTC
inchi_api.h of inchi-1.06 contains
  #include "ixa.h"
(new in 1.06), but install of ixa.h is missing from inchi-1.06.ebuild

software using inchi via "#include <inchi_api.h>" fails to compile due to missing include file


Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2022-11-09 03:54:34 UTC
The bug has been closed via the following commit(s):

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

commit aab7960f5ed621d66db18b1c8e5f31d2d72af551
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-11-09 03:44:58 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-11-09 03:52:35 +0000

    sci-libs/inchi: fix build w/ clang16, install ixa.h
    
    Also add the lacking quotes around tc-getCC/CXX.
    Just quickfixes, ebuild feels rather fragile.
    
    Closes: https://bugs.gentoo.org/834488
    Closes: https://bugs.gentoo.org/874696
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 sci-libs/inchi/{inchi-1.06.ebuild => inchi-1.06-r1.ebuild} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)