Re: [kde-freebsd] Unable to build deskutils/kdepimlibs4

2013-01-04 Thread Adriaan de Groot
On Friday, January 04, 2013 07:24:28 PM Jerry wrote:
> Following the directions in UPDATING, I used the following command:
> 
>   portupgrade -fr devel/libical
> 
> That port updated correctly; however, the next port:

> The entire build log is available here:
> 
>   https://www.seibercom.net/logs/kdep.txt
> 
> I do not see an obvious reason for the build failure. I tried it three
> times including doing a distclean and updating the ports tree.


There is an obvious reason, but you have to scroll back a ways in the log:

 
/usr/ports/deskutils/kdepimlibs4/work/kdepimlibs-4.8.4/kioslave/smtp/command.cpp
In file included from 
/usr/ports/deskutils/kdepimlibs4/work/kdepimlibs-4.8.4/kioslave/smtp/command.h:37,
 from 
/usr/ports/deskutils/kdepimlibs4/work/kdepimlibs-4.8.4/kioslave/smtp/command.cpp:32:
/usr/local/include/sasl/sasl.h:228: error: typedef 'sasl_malloc_t' is 
initialized (use __typeof__ instead)
/usr/local/include/sasl/sasl.h:228: error: 'size_t' was not declared in this 
scope


This is because of the new sasl port, which does not include all the headers 
it needs in its own headers (e.g. defining size_t). You can patch 
/usr/local/include/sasl/sasl.h to fix that, or patch command.cpp to #include 
the right headers before sasl.h.

[ade]
___
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] Unable to build deskutils/kdepimlibs4

2013-01-04 Thread Jerry
Following the directions in UPDATING, I used the following command:

portupgrade -fr devel/libical

That port updated correctly; however, the next port:
deskutils/kdepimlibs4 fails. This is the end of the build log:

: -Wl,-rpath-link,/usr/local/kde4/lib:/usr/local/lib 
cd /usr/ports/deskutils/kdepimlibs4/work/kdepimlibs-4.8.4/build/akonadi && 
/usr/local/bin/cmake -E cmake_symlink_library ../lib/libakonadi-kde.so.5.0.1 
../lib/libakonadi-kde.so.5 ../lib/libakonadi-kde.so
/usr/local/bin/cmake -E cmake_progress_report 
/usr/ports/deskutils/kdepimlibs4/work/kdepimlibs-4.8.4/build/CMakeFiles  8 9 10 
11 12 13 14 15 16 17 18 19 20 21 22
[ 35%] Built target akonadi-kde
1 error
*** Error code 2
1 error
*** Error code 1

Stop in /usr/ports/deskutils/kdepimlibs4.

The entire build log is available here:

https://www.seibercom.net/logs/kdep.txt

I do not see an obvious reason for the build failure. I tried it three 
times including doing a distclean and updating the ports tree.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__
___
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] branches/qt-5.0/QT/www/webkit-qt5/files

2013-01-04 Thread Alberto Villa
SVN commit 8875 by avilla:

- Remove stale patches; they might be readded later.



 D 
patch-src__3rdparty__javascriptcore__JavaScriptCore__jit__JITStubs.cpp  
 D 
patch-src__3rdparty__webkit__Source__JavaScriptCore__runtime__JSValueInlineMethods.h
  
 D patch-src__3rdparty__webkit__Source__WebKit__qt__QtWebKit.pro  


___
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] branches/qt-5.0/QT

2013-01-04 Thread Alberto Villa
SVN commit 8874 by avilla:

- Commit a non-working port of qt5-webkit, to let others have a look
  at it.



 A devel/qt5/distinfo.qtwebkit  
 A www/webkit-qt5 (directory)  
 M  +55 -62www/webkit-qt5/Makefile  
 A 
www/webkit-qt5/files/patch-Source__WebCore__platform__graphics__surfaces__GraphicsSurface.h
  
 A 
www/webkit-qt5/files/patch-Source__WebCore__platform__graphics__surfaces__GraphicsSurfaceToken.h
  


___
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