Re: vsd2svg - won't conmpile or install rpm?



rpm -ql libvisio-devel
Will give you files path where to prefix in order to get that library headers if not in common places (try .configure --help to figure which parameter you'll have to pass)

Le 2 janvier 2017 21:22:38 GMT+01:00, Morgan Read <mstuff read org nz> a écrit :
Hi Valek

Thanks for getting back - but, unfortunately:
[*@* tmp]$ sudo dnf install libvisio-devel
[sudo] password for morgan:
Last metadata expiration check: 2:12:41 ago on Mon Jan 2 17:59:13 2017.
Package libvisio-devel-0.1.5-3.fc24.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
[*@* tmp]$

I figured it was something to do with libviso udates and linking? Or,
at least some other incompatability between versions of libvisio?

Many thanks.
Regards
Morgan.



On 27/12/16 18:40, Valek Filippov wrote:
Hej Morgan,

You likely need "libvisio-devel".

--
Cheers,
V.

On Tue, Dec 27, 2016 at 12:36 PM, Morgan Read <mstuff read org nz
<mailto:mstuff read org nz>> wrote:

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 <mailto:mstuffATreadDOTorgDOTnz>>

Confused about DRM?
Get all the info you need at:
http://drm.info/


dia-list mailing list
dia-list gnome org <mailto:dia-list gnome org>
https://mail.gnome.org/mailman/listinfo/dia-list
<https://mail.gnome.org/mailman/listinfo/dia-list>
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia






--
Envoyé de mon appareil Android avec K-9 Mail. Veuillez excuser ma brièveté.

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]