Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boost does not build if no libraries are selected #8146

Closed
neheb opened this issue Feb 7, 2019 · 4 comments
Closed

Boost does not build if no libraries are selected #8146

neheb opened this issue Feb 7, 2019 · 4 comments
Assignees

Comments

@neheb
Copy link
Contributor

neheb commented Feb 7, 2019

Maintainer: @ClaymorePT
Environment: master

Errors with

cp: cannot stat '/home/mangix/devstuff/openwrt/build_dir/target-mipsel_24kc_musl/boost_1_69_0/ipkg-install/lib/*.so*': No such file or directory

There's only a single .la file in usr/lib, so this fails.

edit: this situation I ran into with a package not depending on boost but having PKG_BUILD_DEPENDS:=boost

@ClaymorePT
Copy link
Contributor

I'll check it out. Thank you for pointing the issue.

ClaymorePT added a commit to ClaymorePT/packages that referenced this issue Feb 7, 2019
This commit fixes the bug described in issue openwrt#8146 [1], where the
package fails to build if the boost package is selected without
selecting any of the internal non-header-only libraries.

[1]: openwrt#8146

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
ClaymorePT added a commit to ClaymorePT/packages that referenced this issue Feb 7, 2019
This commit fixes the bug described in issue openwrt#8146 [1], where the
package fails to build if the boost package is selected without
selecting any of the internal non-header-only libraries.

[1]: openwrt#8146

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
@thess thess self-assigned this Feb 8, 2019
ClaymorePT added a commit to ClaymorePT/packages that referenced this issue Feb 12, 2019
This commit fixes the bug described in issue openwrt#8146 [1], where the
package fails to build if the boost package is selected without
selecting any of the internal non-header-only libraries.

[1]: openwrt#8146

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
ClaymorePT added a commit to ClaymorePT/packages that referenced this issue Feb 12, 2019
This commit fixes the bug described in issue openwrt#8146 [1], where the
package fails to build if the boost package is selected without
selecting any of the internal non-header-only libraries.

[1]: openwrt#8146

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
@neheb neheb closed this as completed Feb 14, 2019
@neheb neheb reopened this Feb 14, 2019
@neheb neheb closed this as completed Feb 14, 2019
thess pushed a commit to thess/OpenWrt-packages that referenced this issue Mar 12, 2019
This commit fixes the bug described in issue openwrt#8146 [1], where the
package fails to build if the boost package is selected without
selecting any of the internal non-header-only libraries.

[1]: openwrt#8146

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
thiagoricciardi pushed a commit to thiagoricciardi/packages that referenced this issue Apr 3, 2019
This commit fixes the bug described in issue openwrt#8146 [1], where the
package fails to build if the boost package is selected without
selecting any of the internal non-header-only libraries.

[1]: openwrt#8146

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
@NickSchaf
Copy link

Would it be possible to apply this fix to the 18.06 branch?

@ClaymorePT
Copy link
Contributor

@NickSchaf I think that can be arranged.

@neheb Can specific commits like these be cherrypicked to the 18.06 branch?

neheb pushed a commit that referenced this issue Jun 14, 2019
This commit fixes the bug described in issue #8146 [1], where the
package fails to build if the boost package is selected without
selecting any of the internal non-header-only libraries.

[1]: #8146

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
(cherry-picked from 92c93ca)
@neheb
Copy link
Contributor Author

neheb commented Jun 14, 2019

d8ecf9c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants