Skip to content
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

qemu package fails to build #430

Open
nirv199 opened this issue Nov 13, 2016 · 0 comments
Open

qemu package fails to build #430

nirv199 opened this issue Nov 13, 2016 · 0 comments

Comments

@nirv199
Copy link

nirv199 commented Nov 13, 2016

errors when trying to build:

http://us-east.manta.joyent.com/pkgsrc/public/reports/upstream-trunk64/20161104.2241/qemu-2.7.0nb1/build.log

qga/main.c: In function 'config_parse':
qga/main.c:1057:9: warning: initialization discards 'const' qualifier from pointer target type
{ "help", 0, NULL, 'h' },
^
qga/main.c:1058:9: warning: initialization discards 'const' qualifier from pointer target type
{ "version", 0, NULL, 'V' },
^
qga/main.c:1059:9: warning: initialization discards 'const' qualifier from pointer target type
{ "dump-conf", 0, NULL, 'D' },
^
qga/main.c:1060:9: warning: initialization discards 'const' qualifier from pointer target type
{ "logfile", 1, NULL, 'l' },
^
qga/main.c:1061:9: warning: initialization discards 'const' qualifier from pointer target type
{ "pidfile", 1, NULL, 'f' },
^
qga/main.c:1065:9: warning: initialization discards 'const' qualifier from pointer target type
{ "verbose", 0, NULL, 'v' },
^
qga/main.c:1066:9: warning: initialization discards 'const' qualifier from pointer target type
{ "method", 1, NULL, 'm' },
^
qga/main.c:1067:9: warning: initialization discards 'const' qualifier from pointer target type
{ "path", 1, NULL, 'p' },
^
qga/main.c:1068:9: warning: initialization discards 'const' qualifier from pointer target type
{ "daemonize", 0, NULL, 'd' },
^
qga/main.c:1069:9: warning: initialization discards 'const' qualifier from pointer target type
{ "blacklist", 1, NULL, 'b' },
^
qga/main.c:1073:9: warning: initialization discards 'const' qualifier from pointer target type
{ "statedir", 1, NULL, 't' },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant