Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516150 - [sci overlay] sci-biology/clview-0.1 should depend on x11-libs/fox:1.6
Summary: [sci overlay] sci-biology/clview-0.1 should depend on x11-libs/fox:1.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-03 09:38 UTC by Martin Mokrejš
Modified: 2014-07-04 17:57 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 Martin Mokrejš 2014-07-03 09:38:18 UTC
Would fox maintainers be so kind and fix the clview ebuild in sci overlay?


>>> Completed installing fox-1.7.45 into /mnt/1TB/var/tmp/portage/x11-libs/fox-1.7.45/image/

Fixing .la files
   usr/lib64/libCHART-1.7.la
ecompressdir: bzip2 -9 /usr/share/doc
ecompressdir: bzip2 -9 /usr/share/man
removing executable bit: usr/lib64/libCHART-1.7.la
removing executable bit: usr/lib64/libFOX-1.7.la

 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.
 * ../include/FXParallel.h:295:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]

 * Please do not file a Gentoo bug and instead report the above QA
 * issues directly to the upstream developers of this software.
 * Homepage: http://www.fox-toolkit.org/

>>> Installing (3 of 4) x11-libs/fox-1.7.45

 * Multiple versions of the FOX Toolkit library may now be installed
 * in parallel SLOTs on the same system.
 * 
 * The reswrap utility and the applications included in the FOX Toolkit
 * (adie, calculator, pathfinder, shutterbug) are now available as
 * separate ebuilds.

 * Fox versions after 1.7.25 ships a pkg-config file called fox17.pc
 * instead of the previous fox-config tool.
 * You now get all info via pkg-config:
 * 
 * pkg-config fox17 --libs (etc.)
 * 
 * ControlPanel has been installed to 'fox-ControlPanel-1.7' to avoid conflicts
 * with other packages.

>>> Emerging (4 of 4) sci-biology/clview-0.1 from science
 * clview_src.tar.gz SHA256 size ;-) ...                                                                                                       [ ok ]
 * clview_linux_i386.tar.gz SHA256 size ;-) ...                                                                                                [ ok ]
>>> Unpacking source...
>>> Unpacking clview_src.tar.gz to /mnt/1TB/var/tmp/portage/sci-biology/clview-0.1/work
>>> Source unpacked in /mnt/1TB/var/tmp/portage/sci-biology/clview-0.1/work
>>> Preparing source in /mnt/1TB/var/tmp/portage/sci-biology/clview-0.1/work ...
fox-wrapper: fox-1.6-config is missing or not executable.
             Please try emerging the correct version of fox, i.e.:
             emerge '=x11-libs/fox-1.6*'
fox-wrapper: fox-1.6-config is missing or not executable.
             Please try emerging the correct version of fox, i.e.:
             emerge '=x11-libs/fox-1.6*'
fox-wrapper: fox-1.6-config is missing or not executable.
             Please try emerging the correct version of fox, i.e.:
             emerge '=x11-libs/fox-1.6*'
fox-wrapper: fox-1.6-config is missing or not executable.
             Please try emerging the correct version of fox, i.e.:
             emerge '=x11-libs/fox-1.6*'
 * Discovered path to fox  files: 
 * 
>>> Source prepared.
>>> Configuring source in /mnt/1TB/var/tmp/portage/sci-biology/clview-0.1/work ...
>>> Source configured.
>>> Compiling source in /mnt/1TB/var/tmp/portage/sci-biology/clview-0.1/work ...
make -j3 
g++ -O2 -Wall -DNDEBUG -D_NDEBUG -Wall -I. -I../gclib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -fno-strict-aliasing -c appmain.cpp -o appmain.o
g++ -O2 -Wall -DNDEBUG -D_NDEBUG -Wall -I. -I../gclib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -fno-strict-aliasing -c mdichild.cpp -o mdichild.o
g++ -O2 -Wall -DNDEBUG -D_NDEBUG -Wall -I. -I../gclib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -fno-strict-aliasing -c clrutils.cpp -o clrutils.o
In file included from clrutils.cpp:11:0:
clrutils.h:9:16: fatal error: fx.h: No such file or directory
 #include "fx.h"
                ^
compilation terminated.
Makefile:63: recipe for target 'clrutils.o' failed
make: *** [clrutils.o] Error 1
Comment 1 Martin Mokrejš 2014-07-04 17:57:42 UTC
Was so simple. ;-)


+# ChangeLog for sci-biology/clview
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  04 Jul 2014; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> clview-0.1.ebuild:
+  sci-biology/clview: add dependency on =x11-libs/fox-1.6*