https://bugzilla.redhat.com/show_bug.cgi?id=1176273



--- Comment #22 from MartinKG <mgans...@alice.de> ---

Spec URL: https://martinkg.fedorapeople.org/Review/SPECS/asgp.spec
SRPM URL:
https://martinkg.fedorapeople.org/Review/SRPMS/asgp-1.0.18-2.fc25.src.rpm

%changelog
* Tue Dec 13 2016 Martin Gansser <marti...@fedoraproject.org> - 1.0.18-2
- Add BR bear-devel
- Add BR cmake option -DBEAR_ROOT_DIRECTORY=%%{_includedir}/bear
- Remove bear Sources
- Add LINK_DIRECTORIES(/usr/lib64/bear/) to CMakeLists.txt
- Delete subdirs bear in CMakeLists.txt

CMakeLists file looks now:

diff -Naur CMakeLists.txt.orig CMakeLists.txt
--- CMakeLists.txt.orig    2016-12-13 21:25:53.137347804 +0100
+++ CMakeLists.txt    2016-12-13 21:39:11.399075740 +0100
@@ -6,6 +6,8 @@

 set( CMAKE_MODULE_PATH "${BEAR_ROOT_DIRECTORY}/cmake-helper" )

+LINK_DIRECTORIES(/usr/lib64/bear/)
+
 include( uninstall )

-subdirs( bear asgp )
+subdirs( asgp )

asgp compiles fine, but when i run the program, i get this error message:

martin@fc25 ~]$ asgp 
Exception: /usr/include/bear/bear-engine/bin/libbear_generic_items.so: cannot
open shared object file: No such file or directory
asgp [-h] [--log-concise=integer] [--log-file=file] [--log-level=string]
[--log-uniq] engine_options

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to