Heather / gentoo-gnome

Unofficial Gnome Overlay (Also contains elementary stuff)
49 stars 40 forks source link

gdbus_codegen #376

Closed outsidechance closed 4 years ago

outsidechance commented 4 years ago

I'm getting an error in gdbus-codegen (and NetworkManager)

byte-compiling /var/tmp/portage/dev-util/gdbus-codegen-2.63.6/image/usr/lib/python3.7/site-packages/gdbus_codegen/config.py to config.cpython-37.pyc File "/usr/lib/python3.7/site-packages/gdbus_codegen/config.py", line 23 MAJOR_VERSION = @MAJOR_VERSION@ ^ SyntaxError: invalid syntax

Sorry, havent had time to investigate much, but have emerge -C and emerge -1 gdbus-codegen - which succeeds but with the error above, and which also occurs in emerge -1 NetworkManager

cnd commented 4 years ago

Yes....

put 2 on major and 63 on minor >_< ... maybe I should patch something to fix it

leio commented 4 years ago

main tree version sed's in @VERSION@, just see what stuff it needs between @...@ now and adapt appropriately; in case of MAJOR_VERSION, some simple ver-cut from ${PV}

cnd commented 4 years ago

yep, thanks, it wasn't hard