Bug 963925

Summary: weston: undefined reference to wl_set_buffer_transform at clients/window.c:1381
Product: [Fedora] Fedora Reporter: mulhern <mulhern>
Component: westonAssignee: Richard Hughes <rhughes>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: rhughes
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-17 11:52:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description mulhern@gmail.com 2013-05-16 19:12:11 UTC
Description of problem: undefined reference to wl_set_buffer_transform at clients/window.c:1381 error during link phase. Also, implicit definition of wl_set_buffer_transform warning during compilation.


Version-Release number of selected component (if applicable): 1.1.0 and current git clone


How reproducible: Easy


Steps to Reproduce:
1. "find . -name '*.c' -exec grep -l "wl_surface_set_buffer_transform" {} \;" matches the procedure invocation, but no definition
2. "find . -name '*.h' -exec grep -l "wl_surface_set_buffer_transform" {} \;" matches nothing
  
Actual results: Couldn't build 1.1.0 release for yocto project due to linker error.


Expected results: Successful build of 1.1.0 release for yocto project.


Additional info: Building for default qemux86 build in yocto.

Comment 1 mulhern@gmail.com 2013-05-17 11:30:35 UTC
Description is incomplete. Doing further investigation and will update some time today.

Comment 2 mulhern@gmail.com 2013-05-17 11:52:40 UTC
Not a real problem. Behavior caused by wayland and weston releases not being updated together.