You are not logged in.
Hello!
I have some problems with installation of CISCO packet tracer.
I need build the package but dependencies stop me.
*I am using lxde desktop and my Arch is x86_64.
I'm already read page of wiki ( https://wiki.archlinux.org/index.php/PacketTracer )
And result of makepkg is:
[root@ivka packettracer]# makepkg --asroot
==> Making package: packettracer 5.3.3-1 (Thu Oct 18 00:42:14 UTC 2012)
==> Checking runtime dependencies...
==> Missing Dependencies:
-> lib32-libpng12
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.I could not install lib32-libpng12, but I already have installed lib32-libpng, but it doesn't work.
Last edited by ivka (2012-10-18 00:49:10)
Offline
lib32-libpng12 is in the AUR: https://aur.archlinux.org/packages.php?ID=34264
You couldn't find it or you got some error while trying to install it?
Offline
yes, pacman doesn't found it
[root@ivka packettracer]# pacman -S lib32-libpng12
error: target not found: lib32-libpng12well, I will read wiki of that library and I will try to install it again, thanks a lot!
Offline
pacman does not and will not install stuff from the AUR. Please read the wiki on how to install it.
Offline
well, i downloaded files from the Sources and I made "PKGBUILD" file. In terminal I wrote command
[root@ivka builds]# makepkg -s --asroot
but I didn't succeed, I have errors ![]()
*********************************
==> Starting package()...
make[1]: Entering directory `/home/ivka/Cisco Packet Tracer/Linux/builds/src/libpng-1.2.50'
/usr/bin/mkdir -p '/home/ivka/Cisco Packet Tracer/Linux/builds/pkg/usr/bin'
/usr/bin/install -c libpng12-config '/home/ivka/Cisco Packet Tracer/Linux/builds/pkg/usr/bin'
/usr/bin/mkdir -p '/home/ivka/Cisco Packet Tracer/Linux/builds/pkg/usr/lib32'
/bin/sh ./libtool --mode=install /usr/bin/install -c libpng12.la libpng.la '/home/ivka/Cisco Packet Tracer/Linux/builds/pkg/usr/lib32'
libtool: install: /usr/bin/install -c .libs/libpng12.so.0.50.0 /home/ivka/Cisco Packet Tracer/Linux/builds/pkg/usr/lib32/libpng12.so.0.50.0
/usr/bin/install: target 'Tracer/Linux/builds/pkg/usr/lib32/libpng12.so.0.50.0' is not a directory
make[1]: *** [install-libLTLIBRARIES] Error 1
make[1]: Leaving directory `/home/ivka/Cisco Packet Tracer/Linux/builds/src/libpng-1.2.50'
make: *** [install-am] Error 2
==> ERROR: A failure occurred in package().
Aborting...Offline
I succeeded! I made directory shorter, only /builds and I finished to made packet lib32-libpng12 1.2.50-1!!!! So now I will use pacman....
***with packet tracer I succeeded too!
Thanks a lot!!!!
Last edited by ivka (2012-10-18 00:48:29)
Offline