You are not logged in.

#1 2010-12-23 14:31:33

capoeira
Member
From: Vila Velha - Brasil
Registered: 2010-05-25
Posts: 470

[solved] qloud 0.23 - upstream bug?

changed PCKGBUILD of this package to download the new version: http://aur.archlinux.org/packages.php?ID=34412

but it doesn't compile.

any help?

==> Iniciando build()...
cd src/ && /usr/bin/qmake /tmp/yaourt-tmp-studio/aur-qloud/src/qloud-0.23/src/src.pro -o Makefile
cd src/ && make -f Makefile 
make[1]: Entrando no diretório `/tmp/yaourt-tmp-studio/aur-qloud/src/qloud-0.23/src'
g++ -c -pipe -march=i686 -mtune=generic -O2 -pipe -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I/usr/include/qwt-Qt -I/usr/include -I/usr/include/Qt -I../moc -o ../obj/main.o main.cpp
In file included from main.cpp:21:0:
QLWin.h:24:25: fatal error: qwt_counter.h: Arquivo ou diretório não encontrado
compilation terminated.
make[1]: ** [../obj/main.o] Erro 1
make[1]: Saindo do diretório `/tmp/yaourt-tmp-studio/aur-qloud/src/qloud-0.23/src'
make: ** [sub-src-make_default] Erro 2
    Abortando...
==> ERROR: Makepkg was unable to build qloud.
==> Restart building qloud ? [y/N]
==> ------------------------------
==> 

Last edited by capoeira (2010-12-24 19:00:00)

Offline

#2 2010-12-23 15:53:11

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [solved] qloud 0.23 - upstream bug?

Please use supported tools. Download the tarball from the AUR and use makepkg. It's also helpful to prefix commands with LANG=C so that we get error output that everyone understands.

Offline

#3 2010-12-23 21:49:21

capoeira
Member
From: Vila Velha - Brasil
Registered: 2010-05-25
Posts: 470

Re: [solved] qloud 0.23 - upstream bug?

falconindy wrote:

Please use supported tools. Download the tarball from the AUR and use makepkg. It's also helpful to prefix commands with LANG=C so that we get error output that everyone understands.

thanks, next time i know better. first output was from yaourt.

now I did what you suggested:


[studio@myhost qloud]$ LANG=c makepkg
==> Making package: qloud 0.23-1 (Thu Dec 23 19:46:18 BRST 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Found qloud-0.23.tar.bz2
==> Validating source files with md5sums...
    qloud-0.23.tar.bz2 ... Passed
==> Extracting Sources...
  -> Extracting qloud-0.23.tar.bz2 with bsdtar
bsdtar: Failed to set default locale
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
cd src/ && make -f Makefile
make[1]: Entering directory `/home/studio/qloud/src/qloud-0.23/src'
/usr/bin/qmake -o Makefile src.pro
make[1]: Leaving directory `/home/studio/qloud/src/qloud-0.23/src'
make[1]: Entering directory `/home/studio/qloud/src/qloud-0.23/src'
g++ -c -pipe -march=i686 -mtune=generic -O2 -pipe -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I/usr/include/qwt-Qt -I/usr/include -I/usr/include/Qt -I../moc -o ../obj/main.o main.cpp
In file included from main.cpp:21:0:
QLWin.h:24:25: fatal error: qwt_counter.h: No such file or directory
compilation terminated.
make[1]: *** [../obj/main.o] Error 1
make[1]: Leaving directory `/home/studio/qloud/src/qloud-0.23/src'
make: *** [sub-src-make_default] Error 2
    Aborting...
[studio@myhost qloud]$

Offline

#4 2010-12-24 02:22:59

masutu
Member
Registered: 2010-01-30
Posts: 40

Re: [solved] qloud 0.23 - upstream bug?

Hi,

I updated the PKGBUILD, should work now, if not, let me know.

-masutu

Offline

#5 2010-12-24 02:55:05

capoeira
Member
From: Vila Velha - Brasil
Registered: 2010-05-25
Posts: 470

Re: [solved] qloud 0.23 - upstream bug?

masutu wrote:

Hi,

I updated the PKGBUILD, should work now, if not, let me know.

-masutu

nice, thanks

builds fine here



Fabio

Offline

Board footer

Powered by FluxBB