Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 886521 - media-sound/mpd-0.23.10 fails to build after boost is upgraded to 1.81.0
Summary: media-sound/mpd-0.23.10 fails to build after boost is upgraded to 1.81.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: boost-1.83 boost-1.82
  Show dependency tree
 
Reported: 2022-12-18 02:17 UTC by stealth
Modified: 2023-08-12 09:01 UTC (History)
0 users

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


Attachments
emerge --info media-sound/mpd (file_886521.txt,3.12 KB, text/plain)
2022-12-18 02:34 UTC, stealth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stealth 2022-12-18 02:17:31 UTC
after boost was upgraded the rebuild of mpd fails, i tried downgrading mpd to stable which also fails so downgraded boost and it builds again.

Reproducible: Always

Steps to Reproduce:
1. upgrade boost to 1.81.0
2. emerge -1av media-sound/mpd
Actual Results:  
build fails

Expected Results:  
build success
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-12-18 02:24:00 UTC
Please always include the full build.log & emerge --info.
Comment 2 Larry the Git Cow gentoo-dev 2022-12-18 02:33:19 UTC
The bug has been closed via the following commit(s):

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

commit f8242bade2bbe771e44880615f3c10cde7f27284
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-12-18 02:28:09 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-12-18 02:32:52 +0000

    media-sound/mpd: add 0.23.11
    
    Closes: https://bugs.gentoo.org/886521
    Signed-off-by: Sam James <sam@gentoo.org>

 media-sound/mpd/Manifest                           |   1 +
 media-sound/mpd/files/mpd-0.23.11-boost-1.81.patch |  30 +++
 media-sound/mpd/mpd-0.23.11.ebuild                 | 293 +++++++++++++++++++++
 3 files changed, 324 insertions(+)
Comment 3 stealth 2022-12-18 02:34:29 UTC
Created attachment 843295 [details]
emerge --info media-sound/mpd
Comment 4 stealth 2022-12-18 02:37:42 UTC
(In reply to Sam James from comment #1)
> Please always include the full build.log & emerge --info.

sorry, i was in the middle of trying to add the logs, i had a log for building with both gcc and clang before and after but when i copied it into the text box it had alot of jumbled characters.

it seems you already fixed it while i was trying to add those :)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-12-18 02:46:11 UTC
(In reply to stealth from comment #4)
> (In reply to Sam James from comment #1)
> > Please always include the full build.log & emerge --info.
> 
> sorry, i was in the middle of trying to add the logs, i had a log for
> building with both gcc and clang before and after but when i copied it into
> the text box it had alot of jumbled characters.
> 

I install ansifilter and then put this in make.conf:
PORTAGE_LOG_FILTER_FILE_CMD="bash -c \"ansifilter; exec cat\""

You will still get colours on the terminal but the saved log files are completely clean!

> it seems you already fixed it while i was trying to add those :)

No problem at all, I expected to have to do more work, but it turns out there was a bump pending (which didn't include the patch) but there was a patch committed upstream for it.

Cheers!