Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 889706 - app-text/pelican-4.8.0 fails to compile (USR-MERGE-SYSTEM): TypeError: not all arguments converted during string formatting
Summary: app-text/pelican-4.8.0 fails to compile (USR-MERGE-SYSTEM): TypeError: not al...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 890634
  Show dependency tree
 
Reported: 2023-01-04 14:35 UTC by Agostino Sarubbo
Modified: 2023-01-13 10:17 UTC (History)
0 users

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


Attachments
build.log (build.log,812.61 KB, text/plain)
2023-01-04 14:35 UTC, Agostino Sarubbo
Details
Fix for app-text/pelican-4.8.0 and dev-python/sphinx >= 5 (pelican-4.8.0-sphinx5.patch,665 bytes, patch)
2023-01-12 22:21 UTC, CFuga
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-01-04 14:35:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-text/pelican-4.8.0 fails to compile (USR-MERGE-SYSTEM).
Discovered on: amd64 (internal ref: usr-merge_tinderbox)

NOTE:
(USR-MERGE-SYSTEM) in the summary means that the bug was found on a machine that runs default/linux/amd64/17.1/systemd/merged-usr profile but this bug MAY or MAY NOT BE related to the new profile.
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-04 14:35:09 UTC
Created attachment 847206 [details]
build.log

build log and emerge --info
Comment 2 CFuga 2023-01-12 22:18:56 UTC
The error is not related to the merged-usr profile. If you emerge app-text/pelican with USE="doc", there's a failure when running sphinx version 5 and up.

There's an upstream patch for this bug.

https://github.com/getpelican/pelican/commit/33aca76d78601f0f0da635c8a14c89bbbc9ff8d6
Comment 3 CFuga 2023-01-12 22:21:49 UTC
Created attachment 848316 [details, diff]
Fix for app-text/pelican-4.8.0 and dev-python/sphinx >= 5
Comment 4 Larry the Git Cow gentoo-dev 2023-01-13 10:17:47 UTC
The bug has been closed via the following commit(s):

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

commit 5f47ea50fe359ccb308e5cbce24750bc2315dc0c
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-01-13 10:14:42 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-01-13 10:17:36 +0000

    app-text/pelican: fix build w/ sphinx 6
    
    Closes: https://bugs.gentoo.org/889706
    Signed-off-by: Sam James <sam@gentoo.org>

 app-text/pelican/files/pelican-4.8.0-sphinx-6.patch | 20 ++++++++++++++++++++
 app-text/pelican/pelican-4.8.0.ebuild               |  6 +++++-
 2 files changed, 25 insertions(+), 1 deletion(-)