-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Gentoo] cannot generate complete go source for dbus-factory #241
Comments
I reviewed the build log of dbus-factory, and found something may help.
|
I found out the key point. This issue is related to the version of golang. It occurs when the dbus-generator is compiled by go-1.8. Then dbus-factory can be generated completely with dbus-generator which is compiled by go-1.7.5. Does the sources of dbus-generator not fully support go-1.8? |
Thanks @jouyouyun. Your patch fixed the error with dbus/org/freedesktop/networkmanager/nm-device-gre.go. |
@zhtengw How do you do? I can't reproduce it. |
Are you asking for my operation steps to reproduce it? @jouyouyun
And I attach my system information: |
I test it, but no problems ocurred. |
No problem found. |
Hi, I need some help for installing dbus-factory.
Suddenly, I just can not generate some go souce for dbus-factory, what I got is just a part of the files. For example, the contents of dbus/org/freedesktop/networkmanager/nm-device-macvlan.go are just 15 lines with
Same in dbus/org/freedesktop/networkmanager/nm-device-gre.go
I have dbus-generator installed. And This issue never occurs before with the same version of dbus-generator.
I don't know what I am missing. Can any one give me some tips to find out the solution?
The text was updated successfully, but these errors were encountered: