|
Bugzilla – Full Text Bug Listing |
| Summary: | GCC6: vncmanager fails to build | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominique Leuenberger <dimstar> |
| Component: | X.Org | Assignee: | Michal Srb <msrb> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <xorg-maintainer-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | dimstar |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 984984 | ||
|
Description
Dominique Leuenberger
2016-06-16 09:30:49 UTC
Buildlog at https://build.opensuse.org/package/live_build_log/openSUSE:Factory/vncmanager/standard/i586 Sorry - ignore comment #0's build log... copy paste is difficult. This is the right excerpt: [ 71s] /home/abuild/rpmbuild/BUILD/vncmanager-1.0.0/rfb.h:486:29: error: could not convert 'Invalid' from 'SecurityType' to 'uint32_t {aka unsigned int}' [ 71s] Invalid = SecurityType::Invalid, [ 71s] ^~~~~~~ [ 71s] /home/abuild/rpmbuild/BUILD/vncmanager-1.0.0/rfb.h:487:26: error: could not convert 'None' from 'SecurityType' to 'uint32_t {aka unsigned int}' [ 71s] None = SecurityType::None, [ 71s] ^~~~ [ 71s] /home/abuild/rpmbuild/BUILD/vncmanager-1.0.0/rfb.h:488:29: error: could not convert 'VncAuth' from 'SecurityType' to 'uint32_t {aka unsigned int}' [ 71s] VncAuth = SecurityType::VncAuth, This is an autogenerated message for OBS integration: This bug (985002) was mentioned in https://build.opensuse.org/request/show/402734 Factory / vncmanager Submitted fix to factory. That should be enough to get it into Tumbleweed and GCC 6 isn't used anywhere else yet, is that right? (In reply to Michal Srb from comment #4) > Submitted fix to factory. That should be enough to get it into Tumbleweed > and GCC 6 isn't used anywhere else yet, is that right? That's right - Tumbleweed is the only product we currently have based on GCC 6. Great, closing the bug. |