Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 775116 - =dev-embedded/libftdi-1.5-r2: installed cmake files defines wrong include path
Summary: =dev-embedded/libftdi-1.5-r2: installed cmake files defines wrong include path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL: http://developer.intra2net.com/git/?p...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-09 20:21 UTC by Martin Gysel (bearsh)
Modified: 2021-03-10 15:47 UTC (History)
1 user (show)

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 Martin Gysel (bearsh) 2021-03-09 20:21:57 UTC
if compiled with cxx, the installed cmake file defines /usr/include/libftdipp1 as include dir which seems to be wrong. ftdi.h got not found.

see also http://developer.intra2net.com/git/?p=libftdi;a=commitdiff;h=cdb28383402d248dbc6062f4391b038375c52385;hp=5c2c58e03ea999534e8cb64906c8ae8b15536c30

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2021-03-10 04:51:32 UTC
The bug has been closed via the following commit(s):

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

commit a4c858127655bd6543d301f40a24200f2b592b57
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-10 04:51:12 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-10 04:51:12 +0000

    dev-embedded/libftdi: add upstream CMake patch
    
    Closes: https://bugs.gentoo.org/775116
    Signed-off-by: Sam James <sam@gentoo.org>

 .../libftdi/files/libftdi-1.5-cmake-cxx.patch      | 46 +++++++++++
 dev-embedded/libftdi/libftdi-1.5-r3.ebuild         | 96 ++++++++++++++++++++++
 2 files changed, 142 insertions(+)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-03-10 04:51:45 UTC
Thanks. Let me know if this fixes your issue.
Comment 3 Martin Gysel (bearsh) 2021-03-10 15:47:44 UTC
thanks Sam, this seems to work