Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880659 - dev-embedded/libftdi-1.5-r3, libftdi-9999 wrong path in libftdipp1.pc
Summary: dev-embedded/libftdi-1.5-r3, libftdi-9999 wrong path in libftdipp1.pc
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:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-09 19:48 UTC by jospezial
Modified: 2022-11-10 05:10 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 jospezial 2022-11-09 19:48:32 UTC
in
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1bc5344dd6e0482771040b604299c668786dfa
were sed lines added to the libftdi-1.5 ebuild to fix bug 766818

in
https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-embedded/libftdi?id=4dd95ef5819b71b04ea02a7676c841363f756d35
libftdi-9999 got the sed lines when upstream already had it fixed.
http://developer.intra2net.com/git/?p=libftdi;a=commit;h=cdb28383402d248dbc6062f4391b038375c52385

in
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c858127655bd6543d301f40a24200f2b592b57
was the upstream patch added for bug 775116 which correctly installs only one include dir
/usr/include/libftdi1/
which should be in both .pc files.

But now the sed from the first fix still changes
includedir=/usr/include/libftdi1
to
includedir=/usr/include/libftdipp1
and does nothing in libftdi1.pc because it is already correct.

Please remove these sed lines.
Comment 1 Larry the Git Cow gentoo-dev 2022-11-10 05:10:38 UTC
The bug has been closed via the following commit(s):

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

commit 7d13210666e659d12f068b61c96f83c29005ec30
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-11-10 05:07:43 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-11-10 05:09:22 +0000

    dev-embedded/libftdi: drop obsolete sed for .pc files
    
    Closes: https://bugs.gentoo.org/880659
    Bug: https://bugs.gentoo.org/766818
    Signed-off-by: Sam James <sam@gentoo.org>

 .../libftdi/{libftdi-1.5-r3.ebuild => libftdi-1.5-r4.ebuild}  |  7 -------
 dev-embedded/libftdi/libftdi-9999.ebuild                      | 11 ++---------
 2 files changed, 2 insertions(+), 16 deletions(-)