Summary: | dev-cpp/sdbus-c++-1.2.0 installs more files with FEATURES=test | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | James Le Cuirot <chewi> |
Status: | RESOLVED CANTFIX | ||
Severity: | normal | CC: | chewi |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Agostino Sarubbo
![]() DIFF: --- /dev/fd/63 2022-08-16 14:38:50.034541629 +0200 +++ /dev/fd/62 2022-08-16 14:38:50.034541629 +0200 @@ -1,3 +1,4 @@ +/etc/dbus-1/system.d/org.sdbuscpp.integrationtests.conf /usr/include/sdbus-c++/AdaptorInterfaces.h /usr/include/sdbus-c++/ConvenienceApiClasses.h /usr/include/sdbus-c++/ConvenienceApiClasses.inl That is deliberate. The file needs to be installed for the tests to pass. As such, we have to skip them the first time around. I believe this is a D-Bus limitation rather than one specific to this package. (In reply to James Le Cuirot from comment #2) > That is deliberate. The file needs to be installed for the tests to pass. As > such, we have to skip them the first time around. I believe this is a D-Bus > limitation rather than one specific to this package. I understand but why do not remove it in src_install for example? (In reply to Agostino Sarubbo from comment #3) > (In reply to James Le Cuirot from comment #2) > > That is deliberate. The file needs to be installed for the tests to pass. As > > such, we have to skip them the first time around. I believe this is a D-Bus > > limitation rather than one specific to this package. > > I understand but why do not remove it in src_install for example? No, it needs to be installed to the live filesystem. You can't tell D-Bus to look anywhere else. |