[kde-freebsd] [SVN Commit] area51/KDE/devel/kdesdk4-okteta

2013-08-19 Thread Alonso Schaich
SVN commit 9457 by aschai:

Kasten-Controller uses QScriptTools.



 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/KDE/sysutils/nepomuk-core/files

2013-08-19 Thread Alonso Schaich
SVN commit 9458 by aschai:

Fix broken C String escape sequence to allow compilation using base gcc.



 A patch-services__storage__repository.cpp  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] KDE 4.11.0 from area51 nepomuk-core build errors

2013-08-19 Thread Schaich Alonso
On Mon, 19 Aug 2013 16:51:58 +0800
Alex V. Petrov alexvpet...@gmail.com wrote:

 I try build KDE-4.11.0 from area51
 (freebsd 9-stable r254436 amd64)
 
 build errors in nepomuk-core:
 
 with standart gcc:
 [ 43%] Building CXX object
 services/storage/CMakeFiles/nepomukstorage.dir/repository.cpp.o
 /usr/ports/sysutils/nepomuk-core/work/nepomuk-core-4.11.0/services/storage/repository.cpp:
 In member function 'void Nepomuk2::Repository::open()':
 /usr/ports/sysutils/nepomuk-core/work/nepomuk-core-4.11.0/services/storage/repository.cpp:197:
 error: unknown escape sequence '\.'
 /usr/ports/sysutils/nepomuk-core/work/nepomuk-core-4.11.0/services/storage/repository.cpp:197:
 error: unknown escape sequence '\.'
 *** [services/storage/CMakeFiles/nepomukstorage.dir/repository.cpp.o] Error
 code 1
 
 Stop in /usr/ports/sysutils/nepomuk-core/work/.build.
 *** [services/storage/CMakeFiles/nepomukstorage.dir/all] Error code 1
 
 with clang:
 
 [ 82%] Building CXX object
 services/fileindexer/indexer/CMakeFiles/nepomukffmpegextractor.dir/ffmpegextractor.cpp.o
 clang: warning: argument unused during compilation: '-fno-check-new'
 /usr/ports/sysutils/nepomuk-core/work/nepomuk-core-4.11.0/services/fileindexer/indexer/ffmpegextractor.cpp:219:5:
 error:
   use of undeclared identifier 'avformat_close_input'
 avformat_close_input(fmt_ctx);
 ^
 1 error generated.
 ***
 [services/fileindexer/indexer/CMakeFiles/nepomukffmpegextractor.dir/ffmpegextractor.cpp.o]
 Error code 1
 
 Stop in /usr/ports/sysutils/nepomuk-core/work/.build.
 ***
 [services/fileindexer/indexer/CMakeFiles/nepomukffmpegextractor.dir/all]
 Error code 1
 
 Stop in /usr/ports/sysutils/nepomuk-core/work/.build.
 *** [all] Error code 1
 
 Stop in /usr/ports/sysutils/nepomuk-core/work/.build.
 *** [do-build] Error code 1
 
 -- 

I can reproduce the gcc but not the clang behaviour using 9-stable r254456.
Are the other ports on your system up to date (especially ffmpeg)?

I committed a fix for the gcc issue to area51 in r9458.

Alonso
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] KDE 4.11.0 from area51 nepomuk-core build errors

2013-08-19 Thread Alex V. Petrov
В письме от 19 августа 2013 11:26:02 пользователь Schaich Alonso написал:
 On Mon, 19 Aug 2013 16:51:58 +0800
 
 Alex V. Petrov alexvpet...@gmail.com wrote:
  I try build KDE-4.11.0 from area51
  (freebsd 9-stable r254436 amd64)
  
  build errors in nepomuk-core:
  
  with standart gcc:
  [ 43%] Building CXX object
  services/storage/CMakeFiles/nepomukstorage.dir/repository.cpp.o
  /usr/ports/sysutils/nepomuk-core/work/nepomuk-core-4.11.0/services/storage
  /repository.cpp: In member function 'void Nepomuk2::Repository::open()':
  /usr/ports/sysutils/nepomuk-core/work/nepomuk-core-4.11.0/services/storage
  /repository.cpp:197: error: unknown escape sequence '\.'
  /usr/ports/sysutils/nepomuk-core/work/nepomuk-core-4.11.0/services/storage
  /repository.cpp:197: error: unknown escape sequence '\.'
  *** [services/storage/CMakeFiles/nepomukstorage.dir/repository.cpp.o]
  Error
  code 1
  
  Stop in /usr/ports/sysutils/nepomuk-core/work/.build.
  *** [services/storage/CMakeFiles/nepomukstorage.dir/all] Error code 1
  
  with clang:
  
  [ 82%] Building CXX object
  services/fileindexer/indexer/CMakeFiles/nepomukffmpegextractor.dir/ffmpege
  xtractor.cpp.o clang: warning: argument unused during compilation:
  '-fno-check-new'
  /usr/ports/sysutils/nepomuk-core/work/nepomuk-core-4.11.0/services/filein
  dexer/indexer/ffmpegextractor.cpp:219:5: 
  error:
use of undeclared identifier 'avformat_close_input'
  
  avformat_close_input(fmt_ctx);
  ^
  
  1 error generated.
  ***
  [services/fileindexer/indexer/CMakeFiles/nepomukffmpegextractor.dir/ffmpeg
  extractor.cpp.o] Error code 1
  
  Stop in /usr/ports/sysutils/nepomuk-core/work/.build.
  ***
  [services/fileindexer/indexer/CMakeFiles/nepomukffmpegextractor.dir/all]
  Error code 1
  
  Stop in /usr/ports/sysutils/nepomuk-core/work/.build.
  *** [all] Error code 1
  
  Stop in /usr/ports/sysutils/nepomuk-core/work/.build.
  *** [do-build] Error code 1
 
 I can reproduce the gcc but not the clang behaviour using 9-stable r254456.
 Are the other ports on your system up to date (especially ffmpeg)?
 
 I committed a fix for the gcc issue to area51 in r9458.
 
 Alonso

Ports is up to date:
pkg version -v | grep ffmp
ffmpeg-0.7.15,1=   up-to-date with port
ffmpeg1-1.2.2  =   up-to-date with port
gstreamer-ffmpeg-0.10.13   =   up-to-date with port
kdemultimedia-ffmpegthumbs-4.10.5 needs updating (port has 4.11.0)

After update from area51 and reinstall ffmpeg-0.7.15,1 and ffmpeg1-1.2.2 same 
error with 
gcc:

[ 82%] Building CXX object 
services/fileindexer/indexer/CMakeFiles/nepomukffmpegextractor.dir/ffmpegextractor.cpp.o
In file included from /usr/ports/sysutils/nepomuk-core/work/nepomuk-
core-4.11.0/services/fileindexer/indexer/ffmpegextractor.cpp:37:
/usr/local/include/libavformat/avformat.h:158: warning: 'AVMetadata' is 
deprecated (declared 
at /usr/local/include/libavformat/avformat.h:131)
/usr/ports/sysutils/nepomuk-core/work/nepomuk-
core-4.11.0/services/fileindexer/indexer/ffmpegextractor.cpp: In member 
function 'virtual 
Nepomuk2::SimpleResourceGraph Nepomuk2::FFmpegExtractor::extract(const QUrl, 
const 
QUrl, const QString)':
/usr/ports/sysutils/nepomuk-core/work/nepomuk-
core-4.11.0/services/fileindexer/indexer/ffmpegextractor.cpp:219: error: 
'avformat_close_input' was not declared in this scope
*** 
[services/fileindexer/indexer/CMakeFiles/nepomukffmpegextractor.dir/ffmpegextractor.cpp.o]
 
Error code 1

Stop in /usr/ports/sysutils/nepomuk-core/work/.build.
*** [services/fileindexer/indexer/CMakeFiles/nepomukffmpegextractor.dir/all] 
Error code 1

After deinstall ffmpeg-0.7.15,1 (need for other ports) nepomuk-core build 
successfully!

Need dependence for ffmpeg1?

-- 
-
Alex V. Petrov

___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Current problem reports assigned to k...@freebsd.org

2013-08-19 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o ports/181335 kde[PATCH] devel/qmake4: Fix port test and Tinderbox, tri
o ports/181212 kde[patch] textproc/redland: add ftp/curl dependency
o ports/181210 kde[patch] textproc/rasqal: add ftp/curl dependency
o ports/181164 kdex11/pimkde4 not bild
o ports/181163 kdex11/kde4 not working Drag and drop.
o ports/181141 kdedevel/qt4-designer: installation of files with hardcod
o ports/180996 kdedevel/qt4-designer: /usr/local/lib/qt4/libphonon.so: c
o ports/180927 kdebuild of x11-themes/kde4-wallpapers-freebsd fails
o ports/180926 kdepackage creation fails for sysutils/k3b-kde4
o ports/180713 kdeports/devel/xsd fails to compile due to missing depend
o ports/180674 kdemath/cantor: configure does not detect R, but R is ins
o ports/180632 kdeKDE4 + QT4 shall have an option to compile with debug 
p ports/180615 kde[PATCH] devel/qtcreator: update to 2.8.0
o ports/180467 kde[partial patch] Make devel/py-qt4-core work with pytho
o ports/180434 kde[ports] multimedia/phonon: ia64: /usr/local/lib/libqze
o ports/179202 kdex11/kde4-workspace (and elsewhere): automoc4 SEGVs on 
o ports/178063 kde[Patch] graphics/digikam-kde4 can't edit images
s ports/177479 kdedevel/py-pykde4 doesn't saves port options
o ports/177059 kdedevel/cmake: /usr/share/cmake/Modules/FindLibXml2.cmak
o ports/177018 kdeCan't build devel/xsd
o ports/176901 kde[bsd.cmake.mk] disable rpath removal
o ports/176869 kdex11/kde4: klauncher crash while attaching virtual cdro
o ports/176862 kde[request] x11/kde4: supply debug libs for KDE binary p
s ports/176804 kdedevel/qt4-corelib 313633 does not build on 9-STABLE
o ports/174728 kdeLet textproc/soprano know about different odbc
f ports/173771 kdeCONFLICTS_BUILD for deskutils/superkaramba
s ports/173770 kdeCorrect CONFLICTS_BUILD for editors/calligra
f ports/172359 kde[PATCH] editors/calligra: Fix build with clang++ -stdl
f ports/169671 kdeeditors/calligra Spreadsheet throws and exception on e
f ports/165642 kdex11/kde4: keeps locking the screen.
o ports/165213 kdedevel/cmake: Reinplacement of paths in Modules is bad
o ports/156901 kde[patch] devel/cmake breaks with CC containing spaces
f ports/151154 kdeaudio/amarok-kde4 crashes on network activity if ports

33 problems total.

___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Executable akonadi_nepomuk_email_feeder for agent akonadi_nepomuk_email_feeder could not be found!

2013-08-19 Thread Artyom Mirgorodskiy
Hi
Can anybody help me to solve this error message:
Executable akonadi_nepomuk_email_feeder for agent 
akonadi_nepomuk_email_feeder could not be found!

ps -x | grep akonadi
1903  -  I  0:01,36 /usr/local/kde4/bin/akonadi_control
1908  -  I  0:14,16 akonadiserver
1914  -  S  0:01,89 /usr/local/kde4/bin/akonadi_archivemail_agent 
--identifier akonadi_archivemail_agent
1915  -  S  0:04,60 /usr/local/kde4/bin/akonadi_imap_resource --identifier 
akonadi_imap_resource_1
1916  -  I  0:01,77 /usr/local/kde4/bin/akonadi_imap_resource --identifier 
akonadi_imap_resource_2
1917  -  S  0:12,51 /usr/local/kde4/bin/akonadi_imap_resource --identifier 
akonadi_imap_resource_3
1918  -  I  0:05,68 /usr/local/kde4/bin/akonadi_agent_launcher 
akonadi_maildir_resource akonadi_maildir_resource_0
1919  -  S  0:01,04 /usr/local/kde4/bin/akonadi_maildispatcher_agent 
--identifier akonadi_maildispatcher_agent
1920  -  S  0:02,16 /usr/local/kde4/bin/akonadi_mailfilter_agent 
--identifier akonadi_mailfilter_agent
1921  -  I  0:01,05 /usr/local/kde4/bin/akonadi_nepomuk_feeder --identifier 
akonadi_nepomuk_feeder
1923  -  S  0:01,18 /usr/local/kde4/bin/akonadi_newmailnotifier_agent 
--identifier akonadi_newmailnotifier_agent
1926  -  S  0:01,19 /usr/local/kde4/bin/akonadi_sendlater_agent 
--identifier akonadi_sendlater_agent

virtuoso-t is not running at all

locate akonadi_nepomuk_email_feeder
/usr/local/kde4/lib/kde4/akonadi_nepomuk_email_feeder.so

Thanks

-- 
Artyom Mirgorodskiy
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] [SVN Commit] area51/KDE/sysutils/nepomuk-core/files

2013-08-19 Thread Raphael Kubo da Costa
Alonso Schaich alonsoscha...@fastmail.fm writes:

 SVN commit 9458 by aschai:

 Fix broken C String escape sequence to allow compilation using base
 gcc.

Thanks, I've committed it upstream:
http://quickgit.kde.org/?p=nepomuk-core.gita=commith=f14eaf4971902bfde0c19fab51240110172a092e
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] [SVN Commit] area51/KDE/multimedia/kdemultimedia4-mplayerthumbs

2013-08-19 Thread Raphael Kubo da Costa
Schaich Alonso alonsoscha...@fastmail.fm writes:

 If mplayerthumbs ends up being installed into KDE_PREFIX, then indeed the
 commit is counter-productive.
 It was getting installed into PREFIX over here though, causing make deinstall
 to fail by trying to delete it from KDE_PREFIX.

Weird. My guess is that it's a local problem, or a more general problem
somewhere else. The old-style packages in [2] also install the files
into KDE_PREFIX.

Can we agree on reverting this one?

[1] ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] [SVN Commit] area51/KDE/math/rocs

2013-08-19 Thread Raphael Kubo da Costa
Schaich Alonso alonsoscha...@fastmail.fm writes:

 No, it still fails to link if built with clang:

 # make MAKE_JOBS_UNSAFE=yes build
 ...
 [ 76%] Built target rocs_assignvaluesplugin
 [ 76%] Built target rocs_automoc
 Linking CXX executable rocs
 ../lib/librocsvisualeditor.so.5.0.1: undefined reference to `void
 ValueModifier::assignRandomIntegersboost::shared_ptrData 
 (QListboost::shared_ptrData  const, QString const, int, int, int,
 bool)' ../lib/librocsvisualeditor.so.5.0.1: undefined reference to `void
 ValueModifier::enumerateboost::shared_ptrData 
 (QListboost::shared_ptrData  const, QString const, int, QString const,
 bool)' ../lib/librocsvisualeditor.so.5.0.1: undefined reference to `void
 ValueModifier::assignRandomRealsboost::shared_ptrData 
 (QListboost::shared_ptrData  const, QString const, double, double, int,
 bool)' c++: error: linker command failed with exit code 1 (use -v to see
 invocation) *** [App/rocs] Error code 1
 ...

I've got the same errors here with rocs from git master. In the end, it
looks like a bug (or different behavior) in clang/llvm.

I've reported it in http://llvm.org/bugs/show_bug.cgi?id=16937.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information