Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 629110 - dev-cpp/waylandpp - multilib-strict workaround broken on non-multilib systems
Summary: dev-cpp/waylandpp - multilib-strict workaround broken on non-multilib systems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-27 21:42 UTC by James Le Cuirot
Modified: 2017-08-28 03:14 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 James Le Cuirot gentoo-dev 2017-08-27 21:42:30 UTC
This line from src_install breaks on non-multilib systems because you're trying to rename the "lib" directory to same name of "lib".

> # fix multilib-strict QA failures
> mv "${ED%/}"/usr/{lib,$(get_libdir)} || die

Maybe you should use sed on SConstruct instead so that it installs to the right directory in the first place.

This currently affects both 0.1.0 and 9999.
Comment 1 Craig Andrews gentoo-dev 2017-08-28 02:53:01 UTC
Thanks for reporting the issue!

https://github.com/gentoo/gentoo/commit/9c74d13ea11ffa3c5ecb4590f9b4de25dfedd5d2