You are not logged in.

#1 2016-01-13 07:55:42

Saverio
Member
From: Italy
Registered: 2013-12-12
Posts: 23
Website

Evolvotron - application not present anymore in AUR :(

Hi guys,

the application in subject (Evolvotron) was present in AUR, as reported by its web site http://www.bottlenose.net/share/evolvotron/download.htm.
But now, if I search for it in AUR it seems not present anymore sad Is there a reason for that? Can we put it again in AUR?

I also tried to compile the last version (0.6.3) from sources, downloaded from: http://sourceforge.net/projects/evolvotron/ but I have this error, can you help please to run Evolvotron in Arch Linux?

[saverio@home evolvotron]$ 
[saverio@home evolvotron]$ 
[saverio@home evolvotron]$ pwd
/home/saverio/Scaricati/evolvotron
[saverio@home evolvotron]$ 
[saverio@home evolvotron]$ 
[saverio@home evolvotron]$ 
[saverio@home evolvotron]$ 
saverio@home evolvotron]$ ./configure 
Your qmake version is:
QMake version 2.01a
Using Qt version 4.8.7 in /usr/lib

Your gcc version is (unless qmake is set up to use a different one):
gcc (GCC) 5.3.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



Running qmake-qt4 with CONFIG_OPTS= VERSION_NUMBER=0.6.3...
...configuration completed - ready to do 'make' now
[saverio@home evolvotron]$
[saverio@home evolvotron]$
[saverio@home evolvotron]$
[saverio@home evolvotron]$ make
cd libfunction/ && /usr/bin/qmake-qt4 /home/saverio/Scaricati/evolvotron/libfunction/libfunction.pro CONFIG_OPTS= VERSION_NUMBER=0.6.3 -o Makefile
WARNING: /home/saverio/Scaricati/evolvotron/libfunction/libfunction.pro:19: Variable QMAKE_EXTRA_UNIX_TARGETS is deprecated; use QMAKE_EXTRA_TARGETS instead.
cd libfunction/ && make -f Makefile 
make[1]: ingresso nella directory "/home/saverio/Scaricati/evolvotron/libfunction"
g++ -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DEVOLVOTRON_VERSION="0.6.3" -DEVOLVOTRON_BUILD="0.6.3 (Build options:  Release)" -DNDEBUG -DQT_NO_ASCII_CAST -fPIC -D_REENTRANT -Wall -W -DPLATFORM_LINUX -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -Imoc -x c++-header -c libfunction_precompiled.h -o function.gch/c++
In file included from libfunction_precompiled.h:28:0:
useful.h:43:27: fatal error: boost/array.hpp: File o directory non esistente
compilation terminated.
Makefile:311: set di istruzioni per l'obiettivo "function.gch/c++" non riuscito
make[1]: *** [function.gch/c++] Errore 1
make[1]: uscita dalla directory "/home/saverio/Scaricati/evolvotron/libfunction"
Makefile:43: set di istruzioni per l'obiettivo "sub-libfunction-make_default" non riuscito
make: *** [sub-libfunction-make_default] Errore 2
[saverio@home evolvotron]$ 

Thanks in advance /Saverio

Offline

#2 2016-01-13 08:02:05

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Evolvotron - application not present anymore in AUR :(


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2016-01-13 11:33:32

metak
Member
Registered: 2009-09-27
Posts: 198

Re: Evolvotron - application not present anymore in AUR :(

Here's the old PKGBUILD file from AUR3. It builds fine on my end and you can upload it back to AUR if you want to maintain it.

Offline

#4 2016-01-13 19:42:23

Saverio
Member
From: Italy
Registered: 2013-12-12
Posts: 23
Website

Re: Evolvotron - application not present anymore in AUR :(

Hi metak,

using your PKGBUILD and the command makepkg I was able to discover that there was a missing package (boost) on my system, for this reason the build process failed. After that I installed boost and then launched makepkg again, the build succeeded and the binary package was created.

I want to better understand the PKGBUILD system, then I'll try to maintain evolvotron in AUR (considering also the AUR rules).

Thanks a lot! smile
/Saverio

Offline

Board footer

Powered by FluxBB