Bug 172567

Summary: cannot find -lXext when compiling xine-lib, version 57 worked
Product: [Fedora] Fedora Reporter: Knut J BJuland <knutjbj>
Component: xorg-x11Assignee: X/OpenGL Maintenance List <xgl-maint>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-13 06:42:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Knut J BJuland 2005-11-07 11:36:43 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051102 Fedora/1.5-0.5.0.rc1 Firefox/1.5

Description of problem:
When I am compiing xine-lib from freshrpms, %configure \    --x-includes=/usr/X11R6/includes \
    --x-libraries=/usr/X11R6/lib \
    --enable-ipv6 \
    %{?_with_extffmpeg:--with-external-ffmpeg} \
    %{?_without_alsa:--disable-alsa} \
    %{!?_with_extdvdnav:--with-included-dvdnav}

with thesse option i am unale to link aginst -lXext

Version-Release number of selected component (if applicable):
59

How reproducible:
Always

Steps to Reproduce:
1.rpmbuild --rebuild xine-lib-from-freshrpmlatest.src.rpm
2.
3.
  

Actual Results:  does not compile

Expected Results:  worked with version 57.

Additional info:

Comment 1 Knut J BJuland 2005-11-12 08:33:28 UTC
I have installed xorg-x11-devel, I am able to compile xine-lib cvs by using
-I/usr/X11R6/include/X11/extensions/Xext.h instead off -lXext and disabling
Imagemagic. I have alos issued /sbin/ldconfig -v /usr/X11R6/lib as root.


Comment 2 Mike A. Harris 2005-11-13 06:42:18 UTC
libXext is provided in xorg-x11-libs, and the .so symlink is provided in the
xorg-x11-devel package, as they always have been.  This has not changed in
rawhide.

You should consult with the Xine developers for the problem you are
experiencing, as this is not a bug in X.

Just as a heads up however, you should not hard code where the X libraries
and include files are, because they are not in that location in X11R7, which
is what Fedora Core 5 will be switching to very soon.

Setting status to "NOTABUG".