public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] libungif?
@ 2006-02-26 17:01 David Corbin
  2006-02-27  0:02 ` Peter Ruskin
  2006-03-01 18:00 ` Alexander Puchmayr
  0 siblings, 2 replies; 9+ messages in thread
From: David Corbin @ 2006-02-26 17:01 UTC (permalink / raw
  To: gentoo-user

While emerging kdegraphics, I get the following error:

D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
-Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 
-fomit-frame-pointer -Wformat-security -Wmissing-format-attribute 
-Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common 
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION -I/usr/X11R6/include   -o libkdeinit_kuickshow.la 
-rpath /usr/kde/3.4/lib -no-undefined -avoid-version -L/usr/kde/3.4/lib 
-L/usr/qt/3/lib -L/usr/lib    kuickshow.lo aboutwidget.lo generalwidget.lo 
kuickconfigdlg.lo main.lo defaultswidget.lo imagewindow.lo kuickdata.lo 
imdata.lo filefinder.lo kurlwidget.lo filewidget.lo kuickio.lo kuick.lo 
imlibwidget.lo slideshowwidget.lo printing.lo -lkdeprint -L/usr/lib -lImlib 
-ljpeg -ltiff -lungif -lpng -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext 
-lX11
grep: /usr/lib/libungif.la: No such file or directory
/bin/sed: can't read /usr/lib/libungif.la: No such file or directory
libtool: link: `/usr/lib/libungif.la' is not a valid libtool archive

Any ideas where it supposed to come from?

David
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] libungif?
  2006-02-27  0:02 ` Peter Ruskin
@ 2006-02-26 19:08   ` David Corbin
  2006-02-27 12:16     ` Philip Webb
  0 siblings, 1 reply; 9+ messages in thread
From: David Corbin @ 2006-02-26 19:08 UTC (permalink / raw
  To: gentoo-user

On Sunday 26 February 2006 07:02 pm, Peter Ruskin wrote:
> On Sunday 26 February 2006 17:01, David Corbin wrote:
> > grep: /usr/lib/libungif.la: No such file or directory
> > /bin/sed: can't read /usr/lib/libungif.la: No such file or
> > directory libtool: link: `/usr/lib/libungif.la' is not a valid
> > libtool archive
>
> Try emerging media-libs/giflib before kdegraphics and have gif in
> your USE flags.

No joy.  Same problem.

David
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] libungif?
  2006-02-26 17:01 [gentoo-user] libungif? David Corbin
@ 2006-02-27  0:02 ` Peter Ruskin
  2006-02-26 19:08   ` David Corbin
  2006-03-01 18:00 ` Alexander Puchmayr
  1 sibling, 1 reply; 9+ messages in thread
From: Peter Ruskin @ 2006-02-27  0:02 UTC (permalink / raw
  To: gentoo-user

On Sunday 26 February 2006 17:01, David Corbin wrote:
> grep: /usr/lib/libungif.la: No such file or directory
> /bin/sed: can't read /usr/lib/libungif.la: No such file or
> directory libtool: link: `/usr/lib/libungif.la' is not a valid
> libtool archive

Try emerging media-libs/giflib before kdegraphics and have gif in 
your USE flags.

-- 
Peter
========================================================================
Gentoo Linux: Portage 2.0.54.	kernel-2.6.15-gentoo-r5.
i686 AMD Athlon(tm) XP 3200+.		gcc(GCC): 3.4.5.
KDE: 3.5.1.				Qt: 3.3.4.
========================================================================
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] libungif?
  2006-02-26 19:08   ` David Corbin
@ 2006-02-27 12:16     ` Philip Webb
  2006-02-28  0:07       ` David Corbin
  0 siblings, 1 reply; 9+ messages in thread
From: Philip Webb @ 2006-02-27 12:16 UTC (permalink / raw
  To: gentoo-user

060226 David Corbin wrote:
> On Sunday 26 February 2006 07:02 pm, Peter Ruskin wrote:
>> On Sunday 26 February 2006 17:01, David Corbin wrote:
>>> grep: /usr/lib/libungif.la: No such file or directory

Which version of Kdegraphics are you trying to install ?
Have you thought of using the split ebuilds instead ?

Using the latter (3.5.1), I have a lot of separate KDE packages installed
& no 'libungif.la' but instead 'libgif.la',
which comes from 'media-libs/giflib-4.1.4'.

-- 
========================,,============================================
SUPPORT     ___________//___,  Philip Webb : purslow@chass.utoronto.ca
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT    `-O----------O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] libungif?
  2006-02-27 12:16     ` Philip Webb
@ 2006-02-28  0:07       ` David Corbin
  2006-02-28 13:20         ` Philip Webb
  0 siblings, 1 reply; 9+ messages in thread
From: David Corbin @ 2006-02-28  0:07 UTC (permalink / raw
  To: gentoo-user

On Monday 27 February 2006 07:16 am, Philip Webb wrote:
> 060226 David Corbin wrote:
> > On Sunday 26 February 2006 07:02 pm, Peter Ruskin wrote:
> >> On Sunday 26 February 2006 17:01, David Corbin wrote:
> >>> grep: /usr/lib/libungif.la: No such file or directory
>
> Which version of Kdegraphics are you trying to install ?
*  kde-base/kdegraphics
      Latest version available: 3.4.3-r4
      Latest version installed: 3.4.1-r1
      Size of downloaded files: 19,201 kB
      Homepage:    http://www.kde.org/

> Have you thought of using the split ebuilds instead ?

I had not.  How do I find out what ebuilds that really means?
>
> Using the latter (3.5.1), I have a lot of separate KDE packages installed
> & no 'libungif.la' but instead 'libgif.la',
> which comes from 'media-libs/giflib-4.1.4'.

I really don't want to have to use masked packages, as the machine in 
questions is my primary desktop at work.


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] libungif?
  2006-02-28  0:07       ` David Corbin
@ 2006-02-28 13:20         ` Philip Webb
  0 siblings, 0 replies; 9+ messages in thread
From: Philip Webb @ 2006-02-28 13:20 UTC (permalink / raw
  To: gentoo-user

060227 David Corbin & Philip Webb discussed:
>>> grep: /usr/lib/libungif.la: No such file or directory
>> Which version of Kdegraphics are you trying to install ?
> *  kde-base/kdegraphics
>       Latest version available: 3.4.3-r4
>       Latest version installed: 3.4.1-r1

I would recommend upgrading to 3.5.1 (see below).

>> Have you thought of using the split ebuilds instead ?
> I had not.  How do I find out what ebuilds that really means?

The basics are installed by 'kdebase-startkde', which grabs dependencies,
incl 'kdelibs', which you could start with, if you want.
Then install whatever you want from 'kde-base/', eg 'konqueror', 'konsole'.

>> Using the latter (3.5.1), I have a lot of separate KDE packages installed
>> & no 'libungif.la' but instead 'libgif.la',
>> which comes from 'media-libs/giflib-4.1.4'.
> I really don't want to have to use masked packages,
> as the machine in questions is my primary desktop at work.

3.5.1 is in "testing" (~) & it's only the ebuilds which might have problems.
I've been using it for  1 week  & it's quite stable & reliable;
before that, 3.5.0 also gave no problems despite also being "testing".
The Gentoo KDE devs really are a bit too conservative (smile).

KDE is slotted, so 3.4.1 should remain available & before you remove it,
you can use 'quickpkg' to make a binary, if you're really paranoid.
You may need to change references from '3.4.1' to '3.5.1' here & there
in order to use your old configs & such.

-- 
========================,,============================================
SUPPORT     ___________//___,  Philip Webb : purslow@chass.utoronto.ca
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT    `-O----------O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] libungif?
  2006-02-26 17:01 [gentoo-user] libungif? David Corbin
  2006-02-27  0:02 ` Peter Ruskin
@ 2006-03-01 18:00 ` Alexander Puchmayr
  1 sibling, 0 replies; 9+ messages in thread
From: Alexander Puchmayr @ 2006-03-01 18:00 UTC (permalink / raw
  To: gentoo-user

Hi David!

I assume you made something like a emerge -u world, which replaced your 
libungif by giflib. 

Unfortunately, some applications (especially other libraries which depended 
on libungif) have a reference to /usr/lib/libungif.la in their .la-files.

First step: make a revdep-rebuild [-p]

If that does not help, you have to locate those 'nasty' .la-files which 
cause your problems:

find /usr/lib -iname '*.la' -exec grep -nH libungif {} \;

It should report some files containing libungif. Determine the package which 
they belong to by 

equery belongs <.la-file>

and re-emerge these packages. Then re-emerge kdegraphics.

Greetings
	Alex



Am Sonntag, 26. Februar 2006 18:01 schrieb David Corbin:
> While emerging kdegraphics, I get the following error:
>
> D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2
> -march=i686 -fomit-frame-pointer -Wformat-security
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
> -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -I/usr/X11R6/include   -o
> libkdeinit_kuickshow.la -rpath /usr/kde/3.4/lib -no-undefined
> -avoid-version -L/usr/kde/3.4/lib -L/usr/qt/3/lib -L/usr/lib   
> kuickshow.lo aboutwidget.lo generalwidget.lo kuickconfigdlg.lo main.lo
> defaultswidget.lo imagewindow.lo kuickdata.lo imdata.lo filefinder.lo
> kurlwidget.lo filewidget.lo kuickio.lo kuick.lo imlibwidget.lo
> slideshowwidget.lo printing.lo -lkdeprint -L/usr/lib -lImlib -ljpeg
> -ltiff -lungif -lpng -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext
> -lX11
> grep: /usr/lib/libungif.la: No such file or directory
> /bin/sed: can't read /usr/lib/libungif.la: No such file or directory
> libtool: link: `/usr/lib/libungif.la' is not a valid libtool archive
>
> Any ideas where it supposed to come from?
>
> David
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-user] libungif??
@ 2011-02-20  2:53 Tony Miller
  2011-02-20  3:07 ` [gentoo-user] libungif?? Nikos Chantziaras
  0 siblings, 1 reply; 9+ messages in thread
From: Tony Miller @ 2011-02-20  2:53 UTC (permalink / raw
  To: gentoo-user

It seems libungif has been deprecated, but I'd like to install a
program that requires it. Should there be any conflicts if I have
libungif and giflib installed on one system?



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-user] Re: libungif??
  2011-02-20  2:53 [gentoo-user] libungif?? Tony Miller
@ 2011-02-20  3:07 ` Nikos Chantziaras
  0 siblings, 0 replies; 9+ messages in thread
From: Nikos Chantziaras @ 2011-02-20  3:07 UTC (permalink / raw
  To: gentoo-user

On 02/20/2011 04:53 AM, Tony Miller wrote:
> It seems libungif has been deprecated, but I'd like to install a
> program that requires it. Should there be any conflicts if I have
> libungif and giflib installed on one system?

If the library name is different, then it's OK.




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-02-20  3:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-20  2:53 [gentoo-user] libungif?? Tony Miller
2011-02-20  3:07 ` [gentoo-user] libungif?? Nikos Chantziaras
  -- strict thread matches above, loose matches on Subject: below --
2006-02-26 17:01 [gentoo-user] libungif? David Corbin
2006-02-27  0:02 ` Peter Ruskin
2006-02-26 19:08   ` David Corbin
2006-02-27 12:16     ` Philip Webb
2006-02-28  0:07       ` David Corbin
2006-02-28 13:20         ` Philip Webb
2006-03-01 18:00 ` Alexander Puchmayr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox