Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122234 - media-gfx/icon-slicer-0.3 should depends to xcursorgen (modular Xorg bug)
Summary: media-gfx/icon-slicer-0.3 should depends to xcursorgen (modular Xorg bug)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-09 03:57 UTC by Alexey Maximov
Modified: 2006-02-11 09:45 UTC (History)
0 users

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 Alexey Maximov 2006-02-09 03:57:29 UTC
localhost ~ # emerge redhat-artwork
Calculating dependencies ...done!
>>> emerge (1 of 2) media-gfx/icon-slicer-0.3 to /
>>> checksums files   ;-) icon-slicer-0.3.ebuild
>>> checksums files   ;-) files/digest-icon-slicer-0.3
>>> checksums src_uri ;-) icon-slicer-0.3.tar.gz
>>> Unpacking source...
>>> Unpacking icon-slicer-0.3.tar.gz to /var/tmp/portage/icon-slicer-0.3/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3 ...
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking for gdk-pixbuf-2.0 >= 2.0.0... yes
checking GDK_PIXBUF_CFLAGS... -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GDK_PIXBUF_LIBS... -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for poptGetContext in -lpopt... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating examples/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3'
Making all in src
make[2]: Entering directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3/src'
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -march=pentium2 -Os -fno-ident -fomit-frame-pointer -Wall -MT themefile.o -MD -MP -MF ".deps/themefile.Tpo" \
  -c -o themefile.o `test -f 'themefile.c' || echo './'`themefile.c; \
then mv ".deps/themefile.Tpo" ".deps/themefile.Po"; \
else rm -f ".deps/themefile.Tpo"; exit 1; \
fi
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -march=pentium2 -Os -fno-ident -fomit-frame-pointer -Wall -MT main.o -MD -MP -MF ".deps/main.Tpo" \
  -c -o main.o `test -f 'main.c' || echo './'`main.c; \
then mv ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
main.c: In function 'write_alias_foreach':
main.c:913: warning: 'target_typedir' may be used uninitialized in this function
main.c:912: warning: 'type' may be used uninitialized in this function
i686-pc-linux-gnu-gcc  -march=pentium2 -Os -fno-ident -fomit-frame-pointer -Wall  -Wl,-O1 -Wl,--sort-common -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-Bdirect -Wl,-hashvals -Wl,-zdynsort -o icon-slicer  themefile.o main.o -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lpopt
make[2]: Leaving directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3/src'
Making all in examples
make[2]: Entering directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3/examples'
rm -rf Sample                                   \
&& mkdir Sample                                 \
&& ../src/icon-slicer                           \
        --output-dir=Sample                     \
        --image-dir=.                   \
        ./sample.cursortheme            \
        ./sample.icontheme              \
&& touch Sample.stamp
sh: xcursorgen: command not found
Error running xcursorgen for left_ptr_watch
sh: xcursorgen: command not found
Error running xcursorgen for top_right_corner
sh: xcursorgen: command not found
Error running xcursorgen for xterm
sh: xcursorgen: command not found
Error running xcursorgen for watch
sh: xcursorgen: command not found
Error running xcursorgen for top_left_arrow
sh: xcursorgen: command not found
Error running xcursorgen for top_side
sh: xcursorgen: command not found
Error running xcursorgen for top_left_corner
make[2]: Leaving directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3/examples'
make[2]: Entering directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3'
make[2]: Leaving directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3'
make[1]: Leaving directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3'
>>> Source compiled.
>>> Test phase [not enabled]: media-gfx/icon-slicer-0.3

>>> Install icon-slicer-0.3 into /var/tmp/portage/icon-slicer-0.3/image/ category media-gfx
Making install in src
make[1]: Entering directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3/src'
make[2]: Entering directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3/src'
/bin/sh ../mkinstalldirs /var/tmp/portage/icon-slicer-0.3/image//usr/bin
mkdir -p -- /var/tmp/portage/icon-slicer-0.3/image//usr/bin
  /bin/install -c icon-slicer /var/tmp/portage/icon-slicer-0.3/image//usr/bin/icon-slicer
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3/src'
make[1]: Leaving directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3/src'
Making install in examples
make[1]: Entering directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3/examples'
make[2]: Entering directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3/examples'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3/examples'
make[1]: Leaving directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3/examples'
make[1]: Entering directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3'
make[2]: Entering directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3'
make[1]: Leaving directory `/var/tmp/portage/icon-slicer-0.3/work/icon-slicer-0.3'
man:
prepallstrip:
strip: i686-pc-linux-gnu-strip --strip-unneeded
   /usr/bin/icon-slicer
>>> Completed installing icon-slicer-0.3 into /var/tmp/portage/icon-slicer-0.3/image/

>>> Merging media-gfx/icon-slicer-0.3 to /
--- /usr/
--- /usr/bin/
>>> /usr/bin/icon-slicer
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/icon-slicer-0.3/
>>> /usr/share/doc/icon-slicer-0.3/AUTHORS.gz
>>> /usr/share/doc/icon-slicer-0.3/ChangeLog.gz
>>> /usr/share/doc/icon-slicer-0.3/README.gz
>>> /usr/share/doc/icon-slicer-0.3/TODO.gz
>>> Safely unmerging already-installed instance...
No package files given... Grabbing a set.
>>> original instance of package unmerged safely.
Comment 1 Joshua Baergen (RETIRED) gentoo-dev 2006-02-10 20:14:38 UTC
Done, thanks.