Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928452 - net-news/newsboat-2.30.1 cannot find struct, variant or union type `LineColumn` in crate `proc_macro`
Summary: net-news/newsboat-2.30.1 cannot find struct, variant or union type `LineColum...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Cédric Krier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-02 16:50 UTC by ktoupt
Modified: 2024-04-05 22:44 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,31.93 KB, text/x-log)
2024-04-02 16:50 UTC, ktoupt
Details
emerge --info (info.txt,6.66 KB, text/plain)
2024-04-02 16:51 UTC, ktoupt
Details

Note You need to log in before you can comment on or make changes to this bug.
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.