Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-14 Thread Raphael Kubo da Costa
Sindrome writes: > No, how would I use it See sysutils/libchk and sysutils/bsdadminscripts. ___ 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] kdeadmin 4.10.3 not building with linker error

2013-06-14 Thread Sindrome
No, how would I use it On Jun 14, 2013, at 5:04 AM, Raphael Kubo da Costa wrote: > "Sindrome" writes: > >> Do you guys have any other ideas on how to fix this problem? > > There isn't much else to say. Something on your system is still looking > for an old version of a library. Have you tried

Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-14 Thread Raphael Kubo da Costa
"Sindrome" writes: > Do you guys have any other ideas on how to fix this problem? There isn't much else to say. Something on your system is still looking for an old version of a library. Have you tried using libchk/pkg_libchk to check for this kind of problem on your system?

Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-14 Thread Sindrome
Do you guys have any other ideas on how to fix this problem? -Original Message- From: Sindrome [mailto:sindr...@gmail.com] Sent: Wednesday, June 12, 2013 11:58 AM To: 'Schaich Alonso' Cc: kde-freebsd@kde.org Subject: RE: [kde-freebsd] kdeadmin 4.10.3 not building with li

Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-12 Thread Sindrome
> openldap-client-2.4.35 Open source LDAP client implementation > openldap-server-2.4.35 Open source LDAP server implementation > > kldap is part of the kdepimlibs ports. Can you try to rebuild those, too? I rebuilt kdepimlibs and it compiled just fine kdepimlibs-4.10.3_1 Libraries for KDE-PI

Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-12 Thread Sindrome
> /usr/bin/ld: warning: libldap-2.3.so.2, needed by > /usr/local/lib/libkldap.so.5.0.1, not found (try using -rpath or > -rpath-link) It looks like you have a problem with your ldap ports. I rebuilt both ldap client and server and it still is failing to build. And the library in question is the

Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-12 Thread Schaich Alonso
On Wed, 12 Jun 2013 10:05:31 -0500 "Sindrome" wrote: > > /usr/bin/ld: warning: libldap-2.3.so.2, needed by > > /usr/local/lib/libkldap.so.5.0.1, not found (try using -rpath or > > -rpath-link) > > It looks like you have a problem with your ldap ports. > > I rebuilt both ldap client and server

Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-12 Thread Raphael Kubo da Costa
"Sindrome" writes: > /usr/bin/ld: warning: libldap-2.3.so.2, needed by > /usr/local/lib/libkldap.so.5.0.1, not found (try using -rpath or > -rpath-link) It looks like you have a problem with your ldap ports. ___ kde-freebsd mailing list kde-freebsd@kde

Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-12 Thread Sindrome
I.e. the output of make -C /usr/ports/sysutils/kdeadmin4 MAKE_JOBS_UNSAFE=yes build assuming your ports collection is at /usr/ports. Here's the output /usr/bin/c++ -O2 -pipe -fno-strict-aliasing -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith

Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-11 Thread Schaich Alonso
On 2013-06-11 19:45:03 +0300 Raphael Kubo da Costa wrote: > "Sindrome" writes: > > > I have an AMD64 as well. Tell me what commands you want me to issue > > and I'll send the output to the list. > > I'm basically interested in getting a reliable backtrace for the > automoc4 crash that Matthias

Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-11 Thread Raphael Kubo da Costa
"Sindrome" writes: > I have an AMD64 as well. Tell me what commands you want me to issue > and I'll send the output to the list. I'm basically interested in getting a reliable backtrace for the automoc4 crash that Matthias is experiencing. If you manage to get one, that'd be fine. __

Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-11 Thread Sindrome
Matthias Apitz writes: > El día Tuesday, June 11, 2013 a las 06:23:47AM -0300, Raphael Kubo da Costa > escribió: > >> Anyway, I suspect it's related to kdepimlibs4 and friends. I've tried >> to reproduce it here with -CURRENT and clang but everything work >> fine. What FreeBSD version are you

Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-11 Thread Raphael Kubo da Costa
Matthias Apitz writes: > El día Tuesday, June 11, 2013 a las 06:23:47AM -0300, Raphael Kubo da Costa > escribió: > >> Anyway, I suspect it's related to kdepimlibs4 and friends. I've tried to >> reproduce it here with -CURRENT and clang but everything work fine. What >> FreeBSD version are you ru

Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-11 Thread Matthias Apitz
El día Tuesday, June 11, 2013 a las 06:23:47AM -0300, Raphael Kubo da Costa escribió: > Anyway, I suspect it's related to kdepimlibs4 and friends. I've tried to > reproduce it here with -CURRENT and clang but everything work fine. What > FreeBSD version are you running, and which compiler are you

Re: [kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-11 Thread Raphael Kubo da Costa
sindrome writes: > I'm having a problem upgrading kdeadmin from 4.10.1 to 4.10.3. Any help > would be appreciated. > > kdeadmin-4.10.1 < needs updating (port has 4.10.3) [...] > [ 44%] Built target ksystemlog_lib > 1 error Please note that you did not post the actual error

[kde-freebsd] kdeadmin 4.10.3 not building with linker error

2013-06-11 Thread sindrome
I'm having a problem upgrading kdeadmin from 4.10.1 to 4.10.3. Any help would be appreciated. kdeadmin-4.10.1 < needs updating (port has 4.10.3) [ 44%] Building CXX object ksystemlog/src/lib/CMakeFiles/ksystemlog_lib.dir/view.o cd /usr/ports/sysutils/kdeadmin4/work/.build/k