vsd2svg - won't conmpile or install rpm?
- From: Morgan Read <mstuff read org nz>
- To: dia-list gnome org
- Subject: vsd2svg - won't conmpile or install rpm?
- Date: Tue, 27 Dec 2016 17:36:13 +0000
Hello folks
I'm trying to install/ compile vsd2svg for fedora 24 and I've come to a
dead end...
First up:
# dnf list libvisio
Last metadata expiration check: 0:17:03 ago on Tue Dec 27 07:55:53 2016.
Installed Packages
libvisio.x86_64 0.1.5-3.fc24
@fedora
Available Packages
libvisio.i686 0.1.5-3.fc24
fedora
# rpm -q libvisio
libvisio-0.1.5-3.fc24.x86_64
Trying make, I get:
# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
... ... ...
checking for libvisio... no
configure: error: Package requirements (libvisio-0.0) were not met:
No package 'libvisio-0.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables libvisio_CFLAGS
and libvisio_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Trying to install the rpm and various permutations of what's at
/usr/lib64/libvisio*, I get:
[*@* tmp]$ sudo dnf install vsd2svg-0.1.0-5.1.x86_64.rpm
Last metadata expiration check: 0:05:13 ago on Mon Dec 26 16:33:19 2016.
Error: nothing provides libvisio-0.0.so.0()(64bit) needed by
vsd2svg-0.1.0-5.1.x86_64
(try to add '--allowerasing' to command line to replace conflicting
packages)
[*@* tmp]$ ls -al /usr/lib64/libvisio*
lrwxrwxrwx. 1 root root 21 Feb 4 2016 /usr/lib64/libvisio-0.1.so.1
-> libvisio-0.1.so.1.0.5
-rwxr-xr-x. 1 root root 655296 Feb 4 2016 /usr/lib64/libvisio-0.1.so.1.0.5
[*@* tmp]$ sudo ln -s /usr/lib64/libvisio-0.1.so.1
/usr/local/lib64/libvisio-0.0.so.0
[sudo] password for morgan:
[*@* tmp]$ sudo dnf install vsd2svg-0.1.0-5.1.x86_64.rpm
Last metadata expiration check: 0:49:38 ago on Mon Dec 26 16:33:19 2016.
Error: nothing provides libvisio-0.0.so.0()(64bit) needed by
vsd2svg-0.1.0-5.1.x86_64
(try to add '--allowerasing' to command line to replace conflicting
packages)
[*@* tmp]$ cd /usr/lib64/
[*@* lib64]$ ls -al /usr/lib64/libvisio*
lrwxrwxrwx. 1 root root 28 Dec 26 17:23 /usr/lib64/libvisio-0.0.so.0
-> /usr/lib64/libvisio-0.1.so.1
lrwxrwxrwx. 1 root root 21 Feb 4 2016 /usr/lib64/libvisio-0.1.so.1
-> libvisio-0.1.so.1.0.5
-rwxr-xr-x. 1 root root 655296 Feb 4 2016 /usr/lib64/libvisio-0.1.so.1.0.5
[*@* lib64]$ sudo rm ./libvisio-0.0.so.0
[*@* lib64]$ sudo ln -s /usr/lib64/libvisio-0.1.so.1.0.5 ./libvisio-0.0.so.0
[*@* lib64]$ ls -al /usr/lib64/libvisio*
lrwxrwxrwx. 1 root root 32 Dec 26 17:35 /usr/lib64/libvisio-0.0.so.0
-> /usr/lib64/libvisio-0.1.so.1.0.5
lrwxrwxrwx. 1 root root 21 Feb 4 2016 /usr/lib64/libvisio-0.1.so.1
-> libvisio-0.1.so.1.0.5
-rwxr-xr-x. 1 root root 655296 Feb 4 2016 /usr/lib64/libvisio-0.1.so.1.0.5
[*@* lib64]$ cd /tmp
[*@* tmp]$ sudo dnf install vsd2svg-0.1.0-5.1.x86_64.rpm
[sudo] password for morgan:
Last metadata expiration check: 1:11:31 ago on Mon Dec 26 16:33:19 2016.
Error: nothing provides libvisio-0.0.so.0()(64bit) needed by
vsd2svg-0.1.0-5.1.x86_64
(try to add '--allowerasing' to command line to replace conflicting
packages)
[*@* tmp]$ sudo dnf --allowerasing install vsd2svg-0.1.0-5.1.x86_64.rpm
Last metadata expiration check: 1:11:49 ago on Mon Dec 26 16:33:19 2016.
Error: nothing provides libvisio-0.0.so.0()(64bit) needed by
vsd2svg-0.1.0-5.1.x86_64
[*@* tmp]$ ls -al /usr/lib64/libvisio*
lrwxrwxrwx. 1 root root 32 Dec 26 17:35 /usr/lib64/libvisio-0.0.so.0
-> /usr/lib64/libvisio-0.1.so.1.0.5
lrwxrwxrwx. 1 root root 21 Feb 4 2016 /usr/lib64/libvisio-0.1.so.1
-> libvisio-0.1.so.1.0.5
-rwxr-xr-x. 1 root root 655296 Feb 4 2016 /usr/lib64/libvisio-0.1.so.1.0.5
[*@* tmp]$ sudo rm /usr/lib64/libvisio-0.0.so.0
[*@* tmp]$ ls -al /usr/lib64/libvisio*
lrwxrwxrwx. 1 root root 21 Feb 4 2016 /usr/lib64/libvisio-0.1.so.1
-> libvisio-0.1.so.1.0.5
-rwxr-xr-x. 1 root root 655296 Feb 4 2016 /usr/lib64/libvisio-0.1.so.1.0.5
[*@* tmp]$ sudo cp /usr/lib64/libvisio-0.1.so.1.0.5
/usr/lib64/libvisio-0.0.so.0
[*@* tmp]$ ls -al /usr/lib64/libvisio*
-rwxr-xr-x. 1 root root 655296 Dec 26 17:46 /usr/lib64/libvisio-0.0.so.0
lrwxrwxrwx. 1 root root 21 Feb 4 2016 /usr/lib64/libvisio-0.1.so.1
-> libvisio-0.1.so.1.0.5
-rwxr-xr-x. 1 root root 655296 Feb 4 2016 /usr/lib64/libvisio-0.1.so.1.0.5
[*@* tmp]$ sudo dnf --allowerasing install vsd2svg-0.1.0-5.1.x86_64.rpm
Last metadata expiration check: 1:13:31 ago on Mon Dec 26 16:33:19 2016.
Error: nothing provides libvisio-0.0.so.0()(64bit) needed by
vsd2svg-0.1.0-5.1.x86_64
[*@* tmp]$
If someone could give me a pointer for how I amend my system so that I
can install vsd2svg, preferably via rpm, it would be really appreciated.
Many thanks.
Regards.
--
Morgan Read
United Kingdom
<mailto:mstuffATreadDOTorgDOTnz>
Confused about DRM?
Get all the info you need at:
http://drm.info/
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]