Opened 14 years ago
Closed 14 years ago
#3638 closed defect (fixed)
OSX packager fails with unable to link Xrandr
Reported by: | anonymous | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Clean OSX build fails with failure to link Xrandr Also libdvdcss fails with access denied.
/usr/bin/libtool: can't locate file for: -lXrandr /usr/bin/libtool: file: -lXrandr is not an object file (not allowed in a library) make[2]: * [libmythtv-0.20.0.20.0.dylib] Error 1 make[1]: * [sub-libmythtv] Error 2 make: * [sub-libs] Error 2 [osx-pkg] Failed system call: " /usr/bin/make -j2 " with error code 2 Died at ./osx-packager.pl line 900.
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Restored '/Users/tim/src/OSX/.osx-packager/src/myth-svn/mythtv/docs/Makefile' Restored '/Users/tim/src/OSX/.osx-packager/src/myth-svn/mythtv/libs/libmythtv/hdhomerun/Makefile' Restored '/Users/tim/src/OSX/.osx-packager/src/myth-svn/mythtv/contrib/mythnotify/mythudprelay/Makefile' Restored '/Users/tim/src/OSX/.osx-packager/src/myth-svn/mythtv/contrib/mythnotify/cidbcast/Makefile' A /Users/tim/src/OSX/.osx-packager/src/myth-svn/mythtv/config Checked out revision 13730. Checked out revision 13730. U /Users/tim/src/OSX/.osx-packager/src/myth-svn/mythplugins/mythvideo/mythvideo/scripts/imdbpy.py Checked out revision 13730. patching file libs/libmythui/mythmainwindow.cpp Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file libs/libmythui/mythmainwindow.cpp.rej Firewire being disabled. /Developer/FireWireSDK* missing # Basic Settings Compile type release Compiler cache no DistCC no Install prefix /Users/tim/src/OSX/.osx-packager/build CPU x86_32 (Unknown Intel P6 Family) big-endian no MMX enabled yes
# Input Support Joystick menu default lirc support no Apple Remote yes Video4Linux sup. no ivtv support yes FireWire? support no DVB support no usr/include DBox2 support yes HDHomeRun sup. yes IPTV support yes
# Sound Output Support OSS support no ALSA support no aRts support no JACK support no DTS passthrough no
# Video Output Support x11 support no xrandr support yes xv support no XvMC support no XvMC VLD support no XvMC pro support no XvMC OpenGL sup. no Mac acceleration no OpenGL vsync no DirectFB no
# Misc Features Frontend yes Backend yes
# Bindings bindings_perl yes
Creating libs/libmyth/mythconfig.h and libs/libmyth/mythconfig.mak
libs/libmyth/mythconfig.h is unchanged
On all my builds, xrandr is disabled. Could you please provide the output from the configure part of the build?
e.g. osx-packager.pl -verbose |& less
type /configure
copy and paste the configure output into this Trac ticket.