Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23470 - xfce4-systray-0.1 fails to build - dependency error
Summary: xfce4-systray-0.1 fails to build - dependency error
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Brad Cowan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-25 10:10 UTC by Paolo Sacconier
Modified: 2003-06-30 03:43 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 Paolo Sacconier 2003-06-25 10:10:26 UTC
While emerging xfce4 on a ~x86

-------------------------------------------------------------------------------
>>> emerge (7 of 19) x11-misc/xfce4-systray-0.1 to /
>>> md5 src_uri ;-) xfce4-systray-0.1.tar.gz
>>> Unpacking source...
>>> Unpacking xfce4-systray-0.1.tar.gz to /var/tmp/portage/xfce4-systray-0.1/work
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
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-strip... no
checking for strip... strip
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for i686-pc-linux-gnu-gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for i686-pc-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... /bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-linux-gnu-strip... strip
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 49153
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared
libraries... yeschecking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse nm output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
updating cache /dev/null
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking for xfce4-panel-1.0 >= 0.10... Package xfce4-panel-1.0 was not found in
the pkg-config search path.
Perhaps you should add the directory containing `xfce4-panel-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xfce4-panel-1.0' found
 
configure: error: Library requirements (xfce4-panel-1.0 >= 0.10) not met;
consider adjustingthe PKG_CONFIG_PATH environment variable if your libraries are
in a nonstandard prefix so pkg-config can find them.
 
!!! ERROR: x11-misc/xfce4-systray-0.1 failed.
!!! Function econf, Line 304, Exitcode 1
!!! econf failed
-------------------------------------------------------------------------------

xfce4 dependencies says:

-------------------------------------------------------------------------------
root@paolinux axa # emerge -p xfce4
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild  N   ] x11-misc/xfce4-systray-0.1
[ebuild  N   ] app-text/psutils-1.17
[ebuild  N   ] app-text/a2ps-4.13b-r4
[ebuild  N   ] x11-misc/xfprint-3.91.0
[ebuild  N   ] x11-misc/xfdesktop-3.91.0
[ebuild  N   ] x11-misc/xfce-utils-3.91.0
[ebuild  N   ] x11-themes/gtk-engines-xfce-2.1.1-r1
[ebuild  N   ] dev-libs/dbh-1.0.14
[ebuild  N   ] app-misc/xffm-3.91.410
[ebuild  N   ] x11-misc/xfce4-panel-3.91.0   <<<<<----- LOOK HERE!!!!
[ebuild  N   ] x11-misc/xfce-mcs-plugins-3.91.0
[ebuild  N   ] x11-wm/xfce4-3.91.0
-------------------------------------------------------------------------------

xfce4-panel-3.91.0 != xfce4-panel-1.0

Possible version typing mistake?

Happy hacking!
Comment 1 Brad Cowan (RETIRED) gentoo-dev 2003-06-25 11:49:53 UTC
xfce4-panel-3.91.0 != xfce4-panel-1.0 <<<<don't see an error in the versioning like your showing, just plain didn't have panel as a dependency...hopefully I have it fixed now, thanks :)

Comment 2 Paolo Sacconier 2003-06-30 03:43:43 UTC
now work, everything ok!

Thak you!