Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 928452

Summary: net-news/newsboat-2.30.1 cannot find struct, variant or union type `LineColumn` in crate `proc_macro`
Product: Gentoo Linux Reporter: ktoupt
Component: Current packagesAssignee: Cédric Krier <cedk>
Status: UNCONFIRMED ---    
Severity: normal CC: ktoupt, watermanpaint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

Description ktoupt 2024-04-02 16:50:40 UTC
Created attachment 889274 [details]
build.log

[ebuild  N    ] net-news/newsboat-2.30.1  USE="-debug" 

Compile time error "cannot find struct, variant or union type `LineColumn` in
crate `proc_macro`". Seems to be fixed upstream in r2.33 and above.
Comment 1 ktoupt 2024-04-02 16:51:54 UTC
Created attachment 889275 [details]
emerge --info
Comment 2 Lucio Sauer 2024-04-05 22:44:39 UTC
Some observations about this bug (though I don't really understand much about the code base at hand..):

How to reproduce:
emerge -1 dev-lang/rust[nightly] (tested with dev-lang/rang-1.77.1)
emerge =net-news/newsboat-2.30.1

Compilation of `proc_macro` with nightly compiler and --features span-locations succeeds with v1.0.60+/e31d61910049e097afdd3d27c37786309082bdcb (gh:dtolnay/proc-macro2).

I guess, dropping 2.30.1 will make this bug obsolete, since newsboat-2.34 depends on proc-macro2-1.0.67.