Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562178 - dev-libs/gom-0.3.1 missing (R)DEPEND on x11-libs/gdk-pixbuf
Summary: dev-libs/gom-0.3.1 missing (R)DEPEND on x11-libs/gdk-pixbuf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-04 05:10 UTC by Daniel Robbins
Modified: 2015-10-04 15:11 UTC (History)
1 user (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 Daniel Robbins 2015-10-04 05:10:58 UTC
Current build failure without gdk-pixbuf installed below. Adding the dependency fix mentioned in summary fixes the build.

 -Wundef -Waggregate-return -Wmissing-format-attribute -Wnested-externs -Wshadow -c gom/gom-command-builder.c  -fPIC -DPIC -o gom/.libs/libgom_1_0_la-gom-command-builder.o 
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=\"Gom\" -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -march=westmere -O2 -pipe -Wall -Wold-style-definition -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wcast-align -Wwrite-strings -Winline -Wformat-nonliteral -Wformat-security -Wswitch-enum -Wswitch-default -Winit-self -Wmissing-include-dirs -Wundef -Waggregate-return -Wmissing-format-attribute -Wnested-externs -Wshadow -c gom/gom-repository.c  -fPIC -DPIC -o gom/.libs/libgom_1_0_la-gom-repository.o 
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=\"Gom\" -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -march=westmere -O2 -pipe -Wall -Wold-style-definition -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wcast-align -Wwrite-strings -Winline -Wformat-nonliteral -Wformat-security -Wswitch-enum -Wswitch-default -Winit-self -Wmissing-include-dirs -Wundef -Waggregate-return -Wmissing-format-attribute -Wnested-externs -Wshadow -c gom/gom-cursor.c  -fPIC -DPIC -o gom/.libs/libgom_1_0_la-gom-cursor.o 
tests/test-gom-transform.c:3:35: fatal error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory 
 #include <gdk-pixbuf/gdk-pixbuf.h> 
                                   ^ 
compilation terminated.
Makefile:1044: recipe for target 'tests/test_gom_transform-test-gom-transform.o' failed 
make[2]: *** [tests/test_gom_transform-test-gom-transform.o] Error 1 


Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2015-10-04 15:11:17 UTC
commit 06c3348031f849fa49ba0991ee8437a7fd785d39
Author: Mike Gilbert <floppym@gentoo.org>
Date:   Sun Oct 4 11:10:34 2015 -0400

    dev-libs/gom: DEPEND on gdk-pixbuf unconditionally
    
    Bug: https://bugs.gentoo.org/562178
    
    Package-Manager: portage-2.2.22_p5

 dev-libs/gom/gom-0.3.0.ebuild | 2 +-
 dev-libs/gom/gom-0.3.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)