Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425216 - dev-lang/yap - /var/tmp/portage/dev-lang/yap-6.3.2/image//usr/bin/yap: error while loading shared libraries: libYap.so: cannot open shared object file: No such file or directory
Summary: dev-lang/yap - /var/tmp/portage/dev-lang/yap-6.3.2/image//usr/bin/yap: error ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prolog project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-08 07:08 UTC by Michele Alzetta
Modified: 2012-07-18 14:03 UTC (History)
0 users

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


Attachments
emerge --info && emerge pqv (file_425216.txt,5.26 KB, text/plain)
2012-07-08 07:08 UTC, Michele Alzetta
Details
build.log (build.log,244.80 KB, text/plain)
2012-07-08 07:13 UTC, Michele Alzetta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Alzetta 2012-07-08 07:08:53 UTC
Created attachment 317550 [details]
emerge --info && emerge pqv

emerge yap fails in the install phase.

emerge --info '=dev-lang/yap-6.3.2'
Comment 1 Michele Alzetta 2012-07-08 07:12:17 UTC
make[1]: Entering directory `/var/tmp/portage/dev-lang/yap-6.3.2/work/yap-6.3.2/packages/ProbLog'
mkdir -p /var/tmp/portage/dev-lang/yap-6.3.2/image//usr/share/Yap
mkdir -p /var/tmp/portage/dev-lang/yap-6.3.2/image//usr/share/Yap/problog
mkdir -p /var/tmp/portage/dev-lang/yap-6.3.2/image//usr/share/Yap/problog_examples
for p in ./problog.yap ./problog_lbdd.yap ./problog_lfi.yap ./dtproblog.yap ./aproblog.yap ./problog_learning.yap ./problog_learning_lbdd.yap; do /usr/bin/install -c -m 644 $p /var/tmp/portage/dev-lang/yap-6.3.2/image//usr/share/Yap; done
for p in ./problog/extlists.yap ./problog/flags.yap ./problog/gflags.yap ./problog/grounder.yap ./problog/hash_table.yap ./problog/intervals.yap ./problog/logger.yap ./problog/mc_DNF_sampling.yap ./problog/os.yap ./problog/print.yap ./problog/sampling.yap ./problog/tabling.yap ./problog/timer.yap ./problog/ptree.yap ./problog/variable_elimination.yap ./problog/print_learning.yap ./problog/utils_learning.yap ./problog/version_control.yap ./problog/nestedtries.yap ./problog/utils.yap ./problog/utils_lbdd.yap ./problog/ad_converter.yap ./problog/termhandling.yap ./problog/completion.yap ./problog/discrete.yap ./problog/bdd.yap ./problog/variables.yap; do /usr/bin/install -c -m 644 $p /var/tmp/portage/dev-lang/yap-6.3.2/image//usr/share/Yap/problog; done
for p in ./problog_examples/alarm.pl ./problog_examples/graph.pl ./problog_examples/graph_tabled.pl ./problog_examples/learn_graph.pl ./problog_examples/office.pl ./problog_examples/viralmarketing.pl ./problog_examples/aProbLog_examples.pl ./problog_examples/viralmarketing_tabled.pl; do /usr/bin/install -c -m 644 $p /var/tmp/portage/dev-lang/yap-6.3.2/image//usr/share/Yap/problog_examples; done
make[1]: Leaving directory `/var/tmp/portage/dev-lang/yap-6.3.2/work/yap-6.3.2/packages/ProbLog'
emake failed
 * ERROR: dev-lang/yap-6.3.2 failed (install phase):
 *   make install failed.
 * 
 * Call stack:
 *     ebuild.sh, line  85:  Called src_install
 *   environment, line 4061:  Called die
 * The specific snippet of code:
 *       emake DESTDIR="${D}" install || die "make install failed.";
 * 
 * If you need support, post the output of `emerge --info '=dev-lang/yap-6.3.2'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/yap-6.3.2'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM=sun-jdk-1.6  CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.33"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER=""
Comment 2 Michele Alzetta 2012-07-08 07:13:25 UTC
Created attachment 317552 [details]
build.log
Comment 3 Keri Harris gentoo-dev 2012-07-18 14:03:08 UTC
Thanks for taking the time to report this bug. This is now fixed in CVS.