Bug 963925 - weston: undefined reference to wl_set_buffer_transform at clients/window.c:1381
Summary: weston: undefined reference to wl_set_buffer_transform at clients/window.c:1381
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: weston
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Richard Hughes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-16 19:12 UTC by mulhern@gmail.com
Modified: 2013-05-17 11:52 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-17 11:52:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.