Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942795 - net-misc/sunshine-0.23.1: does not build with dev-libs/boost-1.86.0-r1
Summary: net-misc/sunshine-0.23.1: does not build with dev-libs/boost-1.86.0-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: boost-1.86
  Show dependency tree
 
Reported: 2024-11-02 22:12 UTC by Julien Delquié
Modified: 2024-11-08 23:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info '=net-misc/sunshine-0.23.1::gentoo' (emerge-info-sunshine.txt,8.02 KB, text/plain)
2024-11-02 22:13 UTC, Julien Delquié
Details
/var/tmp/portage/net-misc/sunshine-0.23.1/temp/build.log (build.log,288.81 KB, text/plain)
2024-11-02 22:15 UTC, Julien Delquié
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Delquié 2024-11-02 22:12:07 UTC
Impossible to build with dev-libs/boost-1.86.0-r1.

Reproducible: Always

Steps to Reproduce:
1. update boost to 1.86.0-r1
2. rebuild sunshine 0.23.1
Actual Results:  
Sunshine fails to build

Expected Results:  
Sunshine builds with success.
Comment 1 Julien Delquié 2024-11-02 22:13:45 UTC
Created attachment 907735 [details]
emerge --info '=net-misc/sunshine-0.23.1::gentoo'
Comment 2 Julien Delquié 2024-11-02 22:15:13 UTC
Created attachment 907736 [details]
/var/tmp/portage/net-misc/sunshine-0.23.1/temp/build.log
Comment 4 James Le Cuirot gentoo-dev 2024-11-03 22:17:30 UTC
That patch only works with 1.86. I've redone it so that it works with 1.85 too. I just need to update and test against 1.86 now. Bear with me.
Comment 5 Larry the Git Cow gentoo-dev 2024-11-08 23:46:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b59d622f9fe3930d3a4de276a342940bb2e8fd2

commit 2b59d622f9fe3930d3a4de276a342940bb2e8fd2
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2024-11-08 23:45:53 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2024-11-08 23:45:53 +0000

    net-misc/sunshine: Patch 0.23.1 to build against Boost 1.86
    
    Upstream has made the latest require 1.86, but this patch works with 1.85 too.
    
    Closes: https://bugs.gentoo.org/942795
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 net-misc/sunshine/files/sunshine-boost-1.86.patch | 150 ++++++++++++++++++++++
 net-misc/sunshine/sunshine-0.23.1.ebuild          |   1 +
 net-misc/sunshine/sunshine-9999.ebuild            |   2 +-
 3 files changed, 152 insertions(+), 1 deletion(-)