Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98269 - media-libs/libmovtar doesn't depend on glib...
Summary: media-libs/libmovtar doesn't depend on glib...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-07 13:08 UTC by Carsten Lohrke (RETIRED)
Modified: 2005-12-29 16:11 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Lohrke (RETIRED) gentoo-dev 2005-07-07 13:08:52 UTC
./configure --help lists it as optional, but even though i always had glib-1.2 installed it has not been build against it. please use flag it or drop the dependency. also other dependencies are not treated correctly as it seems.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-07-07 13:10:16 UTC
Forget the other deps, had a look at the wrong ebuild. Just glib stands.
Comment 2 Paolo Pedroni 2005-10-07 02:53:33 UTC
Bumping the bug. This package is the only one that stands between me and a 
glib-1*-free system. 
Comment 3 Magnus Johansson 2005-11-17 03:37:15 UTC
I'm bumbing this as well...  
  
I'm now 100% glib-1*-free, but I had to edit the ebuild  
in /usr/portage/media-libs/libmovtar to remove the unecessary dependecy:  
  
DEPEND="=dev-libs/glib-1.2*  
        >=media-libs/jpeg-6b  
        >=media-libs/libsdl-1.2.2  
        x86? ( mmx? ( media-libs/jpeg-mmx ) )"  
  
became  
  
DEPEND=">=media-libs/jpeg-6b 
	>=media-libs/libsdl-1.2.2 
	x86? ( mmx? ( media-libs/jpeg-mmx ) )" 
 
Then everything worked perfectly! I guess I will have to do this everytime I  
sync until the dependency is officially removed.  
  
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-17 17:51:24 UTC
Fixed in CVS, thanks.
Comment 5 Ryan Hill (RETIRED) gentoo-dev 2005-12-29 16:11:08 UTC
um...

checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking dependency style of i686-pc-linux-gnu-gcc... none
checking for glib-config... no
checking for GLIB - version >= 1.2.0... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: "You need to install GLib - you can find it on http://www.gtk.org"

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/libmovtar-0.1.3-r1/work/libmovtar-0.1.3/config.log

!!! ERROR: media-libs/libmovtar-0.1.3-r1 failed.
!!! Function econf, Line 489, Exitcode 0
!!! econf failed


bug #116122