|
Bugzilla – Full Text Bug Listing |
| Summary: | freeorion : Please stop BuildRequire on boost-devel | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Adam Majer <amajer> |
| Component: | Other | Assignee: | D B <buckyballreaction> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1062583 | ||
|
Description
Adam Majer
2017-10-11 12:08:57 UTC
Hi, Does this mean I just replace 'boost-devel' with 'libboost_headers-devel'? If so, what versions of SUSE support 'libboost_headers-devel'? Thanks (In reply to David Buck from comment #1) > Does this mean I just replace 'boost-devel' with 'libboost_headers-devel'? > If so, what versions of SUSE support 'libboost_headers-devel'? No. From the build logs, you will need to add at least, libboost_date_time-devel libboost_filesystem-devel libboost_regex-devel libboost_signals-devel libboost_system-devel libboost_thread-devel libboost_log-devel All versions since %{suse_version} >= 1330 To verify that new version builds, build against home:adamm:branches:devel:libraries:c_c++/openSUSE_Tumbleweed repository. Or, if you branch from your devel project instead, you can link in boost from home:adamm:branches:devel:libraries:c_c++ too. Actually, if you build vs. Tumbleweed, you'll know if it builds as long as you don't have BuildRequires on boost-devel for Tumbleweed onward. You don't need special boost version. Split up boost is already in Tumbleweed. OK, I will do a build against tumbleweed. For Leap, do I just leave the 'boost-devel'? (In reply to David Buck from comment #4) > OK, I will do a build against tumbleweed. For Leap, do I just leave the > 'boost-devel'? Yes I've committed a change to the repository and tested the build on Tumbleweed (which works). See: https://build.opensuse.org/package/rdiff/games/freeorion?linkrev=base&rev=24 Thanks! (In reply to David Buck from comment #6) > I've committed a change to the repository and tested the build on Tumbleweed > (which works). See: Thanks. Just for your information, you do not need any versions on the split up boost since it never existed before version 1.62. Marking resolved |