Bug 212469 - Bad output from imlib2-config --libs
Summary: Bad output from imlib2-config --libs
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: imlib2
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Hans de Goede
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-10-26 21:07 UTC by Orion Poplawski
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-10-26 22:25:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2006-10-26 21:07:10 UTC
Description of problem:

$ imlib2-config --libs
-L/usr/lib -lImlib2 -lfreetype -LNONE -lX11 -lXext -ldl -lm

The "-LNONE" break compilation of programs that use imlib2.  In my case:

/bin/sh ../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts
-O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables -Wformat-security -Wmissing-format-attribute
-fno-exceptions -fno-check-new -fno-common    -o kompose  -L/usr/lib/qt-3.3/lib
-L/usr/lib  -lX11 -lXext -lm `imlib2-config --libs` main.o kompose.o
komposetaskmanager.o komposetask.o komposewidget.o komposetaskwidget.o
komposedesktopwidget.o komposelayout.o komposesystray.o
komposefullscreenwidget.o komposesettings.o komposepreferences.o
komposetaskprefswidget.o komposeglobal.o komposetaskcontainerwidget.o
komposetaskvisualizer.o komposeviewmanager.o komposedcopiface_skel.o -lkdeui
../libtool: line 1573: cd: NONE: No such file or directory
libtool: link: cannot determine absolute directory name of `NONE'


Version-Release number of selected component (if applicable):
1.3.0-1.fc7

Comment 1 Hans de Goede 2006-10-26 22:25:46 UTC
Thanks for reporting this. I've added a fix to CVS and requested a build for
version imlib2-1.3.0-2.fc7 . This version should show up on a mirror near you soon.

If you were trying to build an FE package yourself, you should be able to get it
build by requeuing the build as soon as job 20361 is completed, see:
http://buildsys.fedoraproject.org/build-status/job.psp?uid=20361



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