Re: [kde-freebsd] Compilation error in kdeedu

2009-04-15 Thread Marco Beishuizen
On Tuesday 14 April 2009 23:15:56 you wrote:
>
> Try to build with DISABLE_MAKE_JOBS=yes
>
> Max

Now the compilation process stops even earlier:
...
[ 13%] Generating chem.cmi
[ 13%] Generating chem.cmx
File "/usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/kalzium/src/solver/chem.ml", 
line 54, characters 43-54:
Warning Y: unused variable nb_elements.
File "/usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/kalzium/src/solver/chem.ml", 
line 1, characters 0-1:
Error: /usr/local/lib/ocaml/facile/facile.cmi
is not a compiled interface
*** Error code 2

Stop in /usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/build.
*** Error code 1
...

Marco

-- 
It is better to remain childless than to father an orphan.
___
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] Compilation error in kdeedu

2009-04-15 Thread Max Brazhnikov
On Wed, 15 Apr 2009 11:21:26 +0200, Marco Beishuizen wrote:
> On Tuesday 14 April 2009 23:15:56 you wrote:
> > Try to build with DISABLE_MAKE_JOBS=yes
> >
> > Max
>
> Now the compilation process stops even earlier:
> 
> [ 13%] Generating chem.cmi
> [ 13%] Generating chem.cmx
> File
> "/usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/kalzium/src/solver/chem.ml",
> line 54, characters 43-54:
> Warning Y: unused variable nb_elements.
> File
> "/usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/kalzium/src/solver/chem.ml",
> line 1, characters 0-1:
> Error: /usr/local/lib/ocaml/facile/facile.cmi
> is not a compiled interface
> *** Error code 2
>
> Stop in /usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/build.
> *** Error code 1
> 
>
> Marco

Seems kdeedu4 was broken by latest ocaml update.

Max
___
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] Compilation error in kdeedu

2009-04-15 Thread Max Brazhnikov
On Wed, 15 Apr 2009 21:28:19 +0400, Max Brazhnikov wrote:
> On Wed, 15 Apr 2009 11:21:26 +0200, Marco Beishuizen wrote:
> > On Tuesday 14 April 2009 23:15:56 you wrote:
> > > Try to build with DISABLE_MAKE_JOBS=yes
> > >
> > > Max
> >
> > Now the compilation process stops even earlier:
> > 
> > [ 13%] Generating chem.cmi
> > [ 13%] Generating chem.cmx
> > File
> > "/usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/kalzium/src/solver/chem.ml",
> > line 54, characters 43-54:
> > Warning Y: unused variable nb_elements.
> > File
> > "/usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/kalzium/src/solver/chem.ml",
> > line 1, characters 0-1:
> > Error: /usr/local/lib/ocaml/facile/facile.cmi
> > is not a compiled interface
> > *** Error code 2
> >
> > Stop in /usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/build.
> > *** Error code 1
> > 
> >
> > Marco
>
> Seems kdeedu4 was broken by latest ocaml update.
>
> Max

rebuild math/facile, apply patch attached to kdeedu4. it should build now.

Max

Index: Makefile
===
RCS file: /home/pcvs/ports/misc/kdeedu4/Makefile,v
retrieving revision 1.54
diff -u -r1.54 Makefile
--- Makefile	2 Apr 2009 09:22:57 -	1.54
+++ Makefile	15 Apr 2009 18:07:12 -
@@ -33,7 +33,7 @@
 USE_OCAML=	yes
 NO_OCAML_RUNDEPENDS=	yes
 USE_PYTHON=	yes
-MAKE_JOBS_SAFE=	yes
+MAKE_JOBS_UNSAFE=	yes
 
 MAN1=		kalzium.1 \
 		kbruch.1 \
___
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] Compilation error in kdeedu

2009-04-15 Thread Stanislav Sedov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 15 Apr 2009 22:10:30 +0400
Max Brazhnikov  mentioned:

> On Wed, 15 Apr 2009 21:28:19 +0400, Max Brazhnikov wrote:
> > On Wed, 15 Apr 2009 11:21:26 +0200, Marco Beishuizen wrote:
> > > On Tuesday 14 April 2009 23:15:56 you wrote:
> > > > Try to build with DISABLE_MAKE_JOBS=yes
> > > >
> > > > Max
> > >
> > > Now the compilation process stops even earlier:
> > > 
> > > [ 13%] Generating chem.cmi
> > > [ 13%] Generating chem.cmx
> > > File
> > > "/usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/kalzium/src/solver/chem.ml",
> > > line 54, characters 43-54:
> > > Warning Y: unused variable nb_elements.
> > > File
> > > "/usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/kalzium/src/solver/chem.ml",
> > > line 1, characters 0-1:
> > > Error: /usr/local/lib/ocaml/facile/facile.cmi
> > > is not a compiled interface
> > > *** Error code 2
> > >
> > > Stop in /usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/build.
> > > *** Error code 1
> > > 
> > >
> > > Marco
> >
> > Seems kdeedu4 was broken by latest ocaml update.
> >
> > Max
> 
> rebuild math/facile, apply patch attached to kdeedu4. it should build now.
> 

So it seems unrelated to ocaml update? I think I checked everything
before committing the patch.

- -- 
Stanislav Sedov
ST4096-RIPE
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)

iEYEARECAAYFAknmKm4ACgkQK/VZk+smlYHDaQCfQSHN1fcE9oF7fnRqwvVh9Yip
OkIAnAoUIEmFM/Bgc5of9IpcVvL+9na9
=MD0w
-END PGP SIGNATURE-

!DSPAM:49e62a15967001007316411!


___
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] Compilation error in kdeedu

2009-04-15 Thread Max Brazhnikov
On Wed, 15 Apr 2009 22:41:44 +0400, Stanislav Sedov wrote:
> On Wed, 15 Apr 2009 22:10:30 +0400
>
> Max Brazhnikov  mentioned:
> > On Wed, 15 Apr 2009 21:28:19 +0400, Max Brazhnikov wrote:
> > > On Wed, 15 Apr 2009 11:21:26 +0200, Marco Beishuizen wrote:
> > > > On Tuesday 14 April 2009 23:15:56 you wrote:
> > > > > Try to build with DISABLE_MAKE_JOBS=yes
> > > > >
> > > > > Max
> > > >
> > > > Now the compilation process stops even earlier:
> > > > 
> > > > [ 13%] Generating chem.cmi
> > > > [ 13%] Generating chem.cmx
> > > > File
> > > > "/usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/kalzium/src/solver/chem.ml
> > > >", line 54, characters 43-54:
> > > > Warning Y: unused variable nb_elements.
> > > > File
> > > > "/usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/kalzium/src/solver/chem.ml
> > > >", line 1, characters 0-1:
> > > > Error: /usr/local/lib/ocaml/facile/facile.cmi
> > > > is not a compiled interface
> > > > *** Error code 2
> > > >
> > > > Stop in /usr/ports/misc/kdeedu4/work/kdeedu-4.2.2/build.
> > > > *** Error code 1
> > > > 
> > > >
> > > > Marco
> > >
> > > Seems kdeedu4 was broken by latest ocaml update.
> > >
> > > Max
> >
> > rebuild math/facile, apply patch attached to kdeedu4. it should build
> > now.
>
> So it seems unrelated to ocaml update? I think I checked everything
> before committing the patch.

it's related. I think PORTREVISION needs to be bumped for math/facile. And may 
be for all ocaml dependent ports.

Max
___
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] mouse/ketboard functions of kde are not working

2009-04-15 Thread gahn

Hi, David:

Apparently, the old bug comes back...:)

Thanks again.



--- On Fri, 4/10/09, David Johnson  wrote:

> From: David Johnson 
> Subject: Re: [kde-freebsd] mouse/ketboard functions of kde are not working
> To: kde-freebsd@kde.org, ipfr...@yahoo.com
> Date: Friday, April 10, 2009, 4:52 PM
> On Friday 10 April 2009 04:24:58 pm gahn wrote:
> > Hi, David:
> >
> > I followed the both links in your last two emails;
> created xorg.conf via
> > "Xorg -configure" and inserted the line
> " "off">"
> > . After rebooted, the system worked.
> >
> > So my guess is that either the code 7.4.1 didn't
> fix the problem or somehow
> > the KDE still use 7.4 version of xorg.
> 
> There is no xorg 7.4.1. Are you thinking of 7.4_1? In any
> case, the bugfix for 
> the autodetect bug is in HAL, not Xorg. The current HAL
> version in ports is 
> 0.5.11_23. The autodetect bug was fixed in 0.5.11_14, with
> a few tweaks since 
> then.
> 
> -- 
> David Johnson


  
___
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] editors/koffice-kde3 is missing liblcms.la

2009-04-15 Thread Max Brazhnikov
On Mon, 13 Apr 2009 17:37:58 +0200, Jan Henrik Sylvester wrote:
> I tried to rebuild editors/koffice-kde3 not to link against the old
> libpoppler.so.3 anymore, but the build failed:
>
> /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=link c++
> -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2
> -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions
> -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DHAVE_KNEWSTUFF
> -fexceptions  -L/usr/local/lib -o libkritagmagickimport.la -rpath
> /usr/local/lib/kde3 -avoid-version -module -no-undefined  -R
> /usr/local/lib -R /usr/local/lib -R /usr/local/lib -R /usr/local/lib -R
> /usr/local/lib-D_THREAD_SAFE -pthread -L/usr/local/lib -L/usr/local/lib
> -L/usr/local/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/lib -R
> /usr/local/lib -R /usr/local/lib -R /usr/local/lib -R /usr/local/lib -R
> /usr/local/lib  -L/usr/local/lib   -D_THREAD_SAFE -pthread
> -L/usr/local/lib -module -avoid-version -no-undefinedmagickimport.lo
> kis_image_magick_converter.lo ../../../lib/kofficeui/libkofficeui.la
> .../../../lib/kofficecore/libkofficecore.la
> .../../../lib/store/libkstore.la -lGraphicsMagick -ljbig -llcms -ltiff
> -lfreetype -ljasper -ljpeg -lpng -lfpx-lwmflite -lXext -lSM -lICE -lX11
> -lbz2 -lxml2 -lz -lm ../../../krita/libkritacommon.la
> -Wl,-export-dynamic -L/usr/local/lib -ljpeg  -L/usr/local/lib
> grep: /usr/local/lib/liblcms.la: No such file or directory
> sed: /usr/local/lib/liblcms.la: No such file or directory
> libtool: link: `/usr/local/lib/liblcms.la' is not a valid libtool archive
> gmake[4]: *** [libkritagmagickimport.la] Error 1
> gmake[4]: Leaving directory
> `/usr/ports/editors/koffice-kde3/work/koffice-1.6.3/filters/krita/gmagick'
>
> Six days ago, graphics/lcms was updated to 1.18, including: "Do not
> install .la and static library files."
>
> Is that the problem? Can koffice link against the .so or does lcms have
> to provide the .la again?
>
> Cheers,
> Jan Henrik


To fix the problem rebuild GraphicsMagick and then koffice.

Stas, will you bump PORTREVISION for lcms consumers?

Max

___
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] KDE4 setxkbmap dependency

2009-04-15 Thread anonymous
Hi.

FreeBSD 7.1, KDE 4.2.1 from ports.

While trying to detect, why layout switcher did not work for me, found, that 
setxkbmap was not installed, while KDE4 trying to use it.

Found this via Google:

> Hi everybody
>
> not sure if this is error or intention, I just noticed that under 
> system settings -> regional & language, the keyboard layout switcher 
> isn't functional if x11/setxkbmap isn't installed.
> Shouldn't this be installed as a dependency?
>
> Thanks,
> Dorian

Can anyone comment this quotation? Isn't setxkbmap should be dependency for 
KDE4 port/package?
---
Professional hosting for everyone - http://www.host.ru
___
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

2009-04-15 Thread Max Brazhnikov
SVN commit 4706 by makc:

Mark as MAKE_JOBS_UNSAFE
Add dependency on setxkbmap for workspace

 M  +1 -1  misc/kdeedu4/Makefile  
 M  +3 -2  x11/kdebase4-workspace/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


Re: [kde-freebsd] Anyone can use iPod with Amarok2?

2009-04-15 Thread Daichi GOTO
Matt wrote:
> On Fri, Apr 3, 2009 at 9:35 PM, Daichi GOTO  wrote:
>> Hi amarok lovers ;)
>>
>> Anyone could use iPod with Amarok2?
>> Still I cannot get it.
>>
> I've only tried this with one device so far (a second generation
> Shuffle) and it looks like I was stymied by the fact that the GEOM
> label had a space in it.  Based on the HAL FAQ at:
> 
> http://www.freebsd.org/gnome/docs/halfaq.html
> 
> spaces are not supported in our current implementation.  Could this be
> an an issue for you?
> 
> Matt

After correct setup of hal/dbus (I have forgotten to mount procfs ;-),
Amaroks got iPod, Thanks!

-- 
   Daichi GOTO, http://people.freebsd.org/~daichi
___
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] KDE4 setxkbmap dependency

2009-04-15 Thread Dorian Büttner
anonymous schrieb:
> Hi.
>
> FreeBSD 7.1, KDE 4.2.1 from ports.
>
> While trying to detect, why layout switcher did not work for me, found, that 
> setxkbmap was not installed, while KDE4 trying to use it.
>
> Found this via Google:
>
>   
>> Hi everybody
>>
>> not sure if this is error or intention, I just noticed that under 
>> system settings -> regional & language, the keyboard layout switcher 
>> isn't functional if x11/setxkbmap isn't installed.
>> Shouldn't this be installed as a dependency?
>>
>> Thanks,
>> Dorian
>> 
>
> Can anyone comment this quotation? Isn't setxkbmap should be dependency for 
> KDE4 port/package?
> ---
> Professional hosting for everyone - http://www.host.ru
> ___
> 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
>   
http://www.freshports.org/x11/kdebase4-workspace/


___
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