You are not logged in.

#1 2007-11-14 07:39:15

bwayne
Member
Registered: 2007-11-07
Posts: 20

bibletime from AUR :: makepkg failing

Howdy. 

Attempts to makepkg bibletime from the AUR have been aborting.  I couldn't find how to contact the maintainer. 

Here's how it all ends. 

make[4]: Leaving directory `/home/bwayne/misc/src/bibletime/src/bibletime-1.6.4/bibletime/frontend/display'
make[4]: Entering directory `/home/bwayne/misc/src/bibletime/src/bibletime-1.6.4/bibletime/frontend'
rm -rf manageindicesform.h;
/opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./manageindicesform.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> manageindicesform.h ;

g++ -DHAVE_CONFIG_H -I. -I../.. -I/opt/kde/include -I/opt/qt/include -I.  -I/usr/include/sword -I/usr/include -I/usr/lib -I/usr/include/sword  -DQT_THREAD_SUPPORT  -D_REENTRANT -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -Wall -I../../ -I../../bibletime -I../../bibletime  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fexceptions  -MT btinstallmgr.o -MD -MP -MF .deps/btinstallmgr.Tpo -c -o btinstallmgr.o btinstallmgr.cpp
In file included from btinstallmgr.cpp:14:
[i]kio_ftptransport.h:45: error: invalid covariant return type for 'virtual std::vector<ftpparse, std::allocator<ftpparse> > BookshelfManager::KIO_FTPTransport::getDirList(const char*)'[/i]
/usr/include/sword/ftptrans.h:56: error:   overriding 'virtual std::vector<sword::DirEntry, std::allocator<sword::DirEntry> > sword::FTPTransport::getDirList(const char*)'
make[4]: *** [btinstallmgr.o] Error 1
make[4]: Leaving directory `/home/bwayne/misc/src/bibletime/src/bibletime-1.6.4/bibletime/frontend'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/bwayne/misc/src/bibletime/src/bibletime-1.6.4/bibletime/frontend'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bwayne/misc/src/bibletime/src/bibletime-1.6.4/bibletime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bwayne/misc/src/bibletime/src/bibletime-1.6.4'
make: *** [all] Error 2
==> ERROR: Build Failed.  Aborting...

I'm fairly new to building from source.  The offender looks to be

kio_ftptransport.h:45: error: invalid covariant return type for 'virtual std::vector<ftpparse, std::allocator<ftpparse>

Google returned nada.  Ask.com returned this.  some kinda code or something :)

Any tips would be nice. 

Notes or links to notes on how to go about solving these sorts of issues for myself are doubly appreciated.  Kinda new to building from source.  Thanks!

Offline

#2 2007-11-14 08:23:23

[vEX]
Member
From: Sweden
Registered: 2006-11-23
Posts: 450

Re: bibletime from AUR :: makepkg failing

The latest version seems to be 1.6.5 and the PKGBUILD is for 1.6.4 (I just flagged it out-of-date), you could try building 1.6.5 instead and see if that works better. Usually you only need to change the pkgver and update the md5sum array for that to work, and I've checked the PKGBUILD for this package and I don't think there should be any problem with that approach.


PC: Antec P182B | Asus P8Z77-V PRO | Intel i5 3570k | 16GB DDR3 | GeForce 450GTS | 4TB HDD | Pioneer BDR-207D | Asus Xonar DX | Altec Lansing CS21 | Eizo EV2736W-BK | Arch Linux x86_64
HTPC: Antec NSK2480 | ASUS M3A78-EM (AMD 780G) | AMD Athlon X3 425 | 8GB DDR2 | GeForce G210 | 2TB HDD | Arch Linux x86_64
Server: Raspberry Pi (model B) | 512MB RAM | 750GB HDD | Arch Linux ARM

Offline

#3 2007-11-14 12:12:48

bwayne
Member
Registered: 2007-11-07
Posts: 20

Re: bibletime from AUR :: makepkg failing

Wow that was simple.  Thank you!

Offline

#4 2007-11-14 15:23:10

[vEX]
Member
From: Sweden
Registered: 2006-11-23
Posts: 450

Re: bibletime from AUR :: makepkg failing

You're welcome, glad it worked out fine! :-)

I would say a general tip is to see if there is a new version available and if so try to get that working as it will usually contain bugfixes. And for most applications the PKGBUILD doesn't really need any changing except for pkgver and md5sum.


PC: Antec P182B | Asus P8Z77-V PRO | Intel i5 3570k | 16GB DDR3 | GeForce 450GTS | 4TB HDD | Pioneer BDR-207D | Asus Xonar DX | Altec Lansing CS21 | Eizo EV2736W-BK | Arch Linux x86_64
HTPC: Antec NSK2480 | ASUS M3A78-EM (AMD 780G) | AMD Athlon X3 425 | 8GB DDR2 | GeForce G210 | 2TB HDD | Arch Linux x86_64
Server: Raspberry Pi (model B) | 512MB RAM | 750GB HDD | Arch Linux ARM

Offline

#5 2007-11-14 15:49:43

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: bibletime from AUR :: makepkg failing

You may also want to make sure Clucene and Sword are updated as well. They are all kind of one big thing.

Offline

Board footer

Powered by FluxBB