Re: [kde-freebsd] kde3 maintainer contact

2013-03-08 Thread Max Brazhnikov
On Thu, 07 Mar 2013 16:51:47 -0500 Lowell Gilbert wrote:
 Istvan Gabor suseuse...@lajt.hu writes:
 
  I have a few specific questions regarding kde3 in freebsd.
  As there is no freebsd kde3 list I would like to ask my questions
  directly from port maintainer(s). Do you know how can I contact
  them?
 
 There isn't one. There is a k...@freebsd.org mailing list, but it's
 listed as maintaining kde4, not kde3. 

KDE 3 ports are not maintained. You can use general ports@ mailist, CCing to 
k...@freebsd.org won't hurt, but not expect much response.

Max

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] tmux and konsole characters

2013-02-03 Thread Schaich Alonso
On 2013-02-03, 07:51, Andre Goree wrote:
 I'm having an issue with tmux on certain ssh connections.  When I
 connect to my freebsd server's tmux session that has multiple panes in
 one window, everything looks fine.  However, when I connect to my linux
 box, I get this weird character [1] instead of a line as I would expect.
 
 Any ideas on how I can fix this?  Really just an annoyance rather than a
 real issue, but I'm sure someone has come across this before and fixed
 it.  Googling wasn't much help -- though I did find some solutions, they
 did not work for me.
 
 [1]http://www.drenet.net/images/snapshot2.png
 
 

This looks like a character encoding issue. Are the SSH client terminal
and the Shell on the server side using the same encodings (i.e. do the
suffices of the output of locale match on both systems)?

If they don't, the konsole can be configured to use the host's encoding
by selecting it in konsole menu - view - set encoding.

Alonso
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] tmux and konsole characters

2013-02-03 Thread Andre Goree
On 02/03/13 08:06, Schaich Alonso wrote:
 On 2013-02-03, 07:51, Andre Goree wrote:
 I'm having an issue with tmux on certain ssh connections.  When I
 connect to my freebsd server's tmux session that has multiple panes in
 one window, everything looks fine.  However, when I connect to my linux
 box, I get this weird character [1] instead of a line as I would expect.

 Any ideas on how I can fix this?  Really just an annoyance rather than a
 real issue, but I'm sure someone has come across this before and fixed
 it.  Googling wasn't much help -- though I did find some solutions, they
 did not work for me.

 [1]http://www.drenet.net/images/snapshot2.png


 
 This looks like a character encoding issue. Are the SSH client terminal
 and the Shell on the server side using the same encodings (i.e. do the
 suffices of the output of locale match on both systems)?
 
 If they don't, the konsole can be configured to use the host's encoding
 by selecting it in konsole menu - view - set encoding.
 
 Alonso
 


Thanks!  That was it...I opened a new konsole window, set the encoding
to UTF-8 (which my arch linux box is using) and the lines show up fine.

On a related note, I guess I can set LANG=en_US.UTF-8 in my .bashrc and
have that as my default, no?  Any nuances on en_US.UTF-8 vs. ISO8859?
I've never really ever needed to deal with locales before, but I believe
UTF-8 offers more characters, no?

-- 
Andre Goree
an...@drenet.info



signature.asc
Description: OpenPGP digital signature


Re: [kde-freebsd] tmux and konsole characters

2013-02-03 Thread Polytropon
On Sun, 03 Feb 2013 11:54:16 -0500, Andre Goree wrote:
 On a related note, I guess I can set LANG=en_US.UTF-8 in my .bashrc and
 have that as my default, no?

As far as I remember, login.conf is the file to set this, but
you can basically set environmental variables wherever you want.
For example, I have a system where I set them globally in the
C-Shell configuration, so all shells (even non-csh-shells like
bash) inherit the settings. Example from /etc/csh.cshrc:

setenv LC_ALL  en_US.UTF-8
setenv LC_MESSAGES en_US.UTF-8
setenv LC_COLLATE  de_DE.UTF-8
setenv LC_CTYPEde_DE.UTF-8
setenv LC_MONETARY de_DE.UTF-8
setenv LC_NUMERIC  de_DE.UTF-8
setenv LC_TIME de_DE.UTF-8
setenv LANGde_DE.UTF-8

Note that this creates a settings conglomerate from english
and german settings which looks stupid, but works (and is therefor
intended, or at least accepted as being established). :-)

Note the correct language prefix: en_US (as there's also en_GB).



 Any nuances on en_US.UTF-8 vs. ISO8859?

As soon as you have non-standard characters (like german umlauts)
encoded in ISO8859-1 (the default for this region) they won't show
up properly in UTF-8 (just as UTF-8 encoded umlauts will not show
up properly in a ISO8859-1 terminal session).



 I've never really ever needed to deal with locales before, but I believe
 UTF-8 offers more characters, no?

It offers many more, and especially if you're dealing with inter-
national documents, it seems to be the best way to go at the
moment. For example, I had to work on a document containing
german umlauts and chinese characters, so UTF-8 was the solution
to have all of them properly displayed and editable.





-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] tmux and konsole characters

2013-02-03 Thread Steve O'Hara-Smith
On Sun, 03 Feb 2013 11:54:16 -0500
Andre Goree an...@drenet.info wrote:

 Thanks!  That was it...I opened a new konsole window, set the encoding
 to UTF-8 (which my arch linux box is using) and the lines show up fine.
 
 On a related note, I guess I can set LANG=en_US.UTF-8 in my .bashrc and
 have that as my default, no?  Any nuances on en_US.UTF-8 vs. ISO8859?
 I've never really ever needed to deal with locales before, but I believe
 UTF-8 offers more characters, no?

The iso8859 encodings are 256 character maps, the UTF-8 encoding
covers the entire million character range of unicode (or iso10646 which
amounts to the same thing) how well it displays depends on the font being
used. This one has pretty good coverage.

-misc-fixed-medium-*-*-*-*-140-*-*-*-*-iso10646-*

There's a wonderful file around called UTF-9-demo.txt produced by
Markus Kuhn which shows off the capability of UTF-8 pretty well, and tests
your font support unmercifully (the font above can cope with the whole
document, and an up to date urxvt handles the alignment correctly).

There is a great deal to be said for adopting unicode by default,
and generally in the form of UTF-8. I regard the iso8859 encodings as
basically obsolete. Unicode has it's faults, but it is the best general
purpose encoding system available. There are also tools for unicode that
can handle problems such as correctly sorting text for different languages
which is not as easy as you might think.

-- 
Steve O'Hara-Smith st...@sohara.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] ports, area51

2013-02-03 Thread Olivier Smedts
Hi,

2013/2/3 ajtiM lum...@gmail.com:
 Hi!

 I have installed KDE 4.9.5 and Calligra 2.5.5 from area51.
 I am not sure how is working:
 I use portsnap which update ports and KDE 4.9.5 ports are merged. Last time I
 saw many update for KDE 4.8.4 which update KDE 4.9.5 ports and so on.
 Does anyone knows when KDE 4.9.5 will be out in ports? They said after FreeBSD
 9.1 but when should be the date for after?

I think the answer is now :

http://www.freshports.org/commit.php?category=astroport=marblefiles=yesmessage_id=201302032010.r13kadmh024...@svn.freebsd.org

Cheers

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] ports, area51

2013-02-03 Thread ajtiM
On Sunday 03 February 2013 23:40:46 Olivier Smedts wrote:
 Hi,
 
 2013/2/3 ajtiM lum...@gmail.com:
  Hi!
  
  I have installed KDE 4.9.5 and Calligra 2.5.5 from area51.
  I am not sure how is working:
  I use portsnap which update ports and KDE 4.9.5 ports are merged. Last
  time I saw many update for KDE 4.8.4 which update KDE 4.9.5 ports and
  so on. Does anyone knows when KDE 4.9.5 will be out in ports? They said
  after FreeBSD 9.1 but when should be the date for after?
 
 I think the answer is now :
 
 http://www.freshports.org/commit.php?category=astroport=marblefiles=yesme
 ssage_id=201302032010.r13kadmh024...@svn.freebsd.org
 
 Cheers

Thank you.

Mitja
--
http://www.redbubble.com/people/lumiwa
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] libiodbc build failure @ configure cmd

2010-07-25 Thread claudiu vasadi
for others who may have the same issue -

http://forums.freebsd.org/showthread.php?t=10316

you need to replace your base.

PS: after you replace your base distribution and reboot, you will notice
the system will not load and you will have to issue boot GENERIC at the
boot prompt. The workaround for this is to issue nextboot -k GENERIC
after you upgraded the base distribution and BEFORE you reboot. This was
very handy to me, since the system that was damaged is ~700km away from me.


Hope this helps someone


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] startkde: Could not start kdeinit4. Check your installation.

2010-07-20 Thread Rusty Nejdl


On Tue, 20 Jul 2010 18:51:50 +0200, claudiu vasadi  wrote:  
hello
fellas, 

can no one give me any ideas ?  

I reinstalled libthr.so.3 in
the meantime but with no effect. 

I got it last night and simply
recompiling kdelibs was sufficient: 

sudo portupgrade -f kdelibs


Rusty Nejdl
http://networking.ringofsaturn.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] How to kill process if X is frozen during fancy KDE4 windows effects?

2010-07-12 Thread Mina R Waheeb
This sounds like new HD vega cards, I think you need to track the logs. or
provide any information that maybe could help to identify the problem. I had
almost the same problem with my ATI HD card, with the latest update of XORG
and -CURRENT it just working fine (with visual effects enabled). In most of
the cases happended to me the vega card totally hang the mouse still move
but it not responding to repaint anything so you can't event switch to
terminal. so if you have some luck hit the power button and wait the machine
to shutdown or just disable the visual effects :)

Regards,
Mina R Waheeb

On Mon, Jul 12, 2010 at 11:47 PM, Yuri y...@rawbw.com wrote:

 I run KDE4 with nvidia card. KDE4 desktop effects are on, so when window
 comes back from the icon it goes through some motion slowly blowing out
 from the icon.

 Very rarely, but screen freezes during such motion. Mouse still moves,
 window that was blowing out of the icon stays in the shape of curved
 triangle. Keyboard is frozen, Ctrl-Alt-FN doesn't switch to black
 terminal. I can only connect to the host from outside and kill the
 unfortunate X-client that caused the hang. After this it works just fine
 again.

 My question is: what to do if there is no other host on the net? How to
 kill the process?

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

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] How to kill process if X is frozen during fancy KDE4 windows effects?

2010-07-12 Thread Yuri

On 07/12/2010 18:25, Mina R Waheeb wrote:
This sounds like new HD vega cards, I think you need to track the 
logs. or provide any information that maybe could help to identify the 
problem. I had almost the same problem with my ATI HD card, with the 
latest update of XORG and -CURRENT it just working fine (with visual 
effects enabled). In most of the cases happended to me the vega card 
totally hang the mouse still move but it not responding to repaint 
anything so you can't event switch to terminal. So if you have some 
luck hit the power button and wait the machine to shutdown or just 
disable the visual effects :)

Regards,
Mina R Waheeb


It's not Vega card, it's 9400GT card.

I had this happen to me at least 3 times over the last 6 months. But 
killing the process always helps. Luckily I have another hosts on my net.


Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] problems with Policykit in KDE4.3 on Freebsd 8 amd64

2010-07-01 Thread Alberto Villa
On Thu, Jul 1, 2010 at 3:23 PM, Mark Moellering m...@msen.com wrote:
 Apologies for the cross posting.
 I recently did a fresh install of Freebsd 8 , amd64.
 I then added Xorg and KDE (4.3) from the sysinstall packages system.

 I read about policykit, which seems really cool.  I set-up PolicyKit in
 the KDE systems settings and things worked great (adding USB drives),
 until I rebooted.
 Now it doesn't really work.  It seems to me that even though KDE saved
 my settings, it isn't initializing something at boot or login.
 Does anyone know what needs to be done?  Do I need to use kdm?  Add a
 line to rc.conf?  I am pretty good at Freebsd but getting KDE4
 subsystems working is still a little mysterious.

hello!
a fix for (console|policy)kit related issues was committed two weeks
ago.  you need to upgrade your kde, and yes, you need to use kdm or
gdm to use policykit (there is a howto on http://wiki.freebsd.org/KDE4
- at least i guess... the wiki doesn't work at the moment)
-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] problems with Policykit in KDE4.3 on Freebsd 8 amd64

2010-07-01 Thread Alberto Villa
On Thu, Jul 1, 2010 at 4:41 PM, Mark Moellering m...@msen.com wrote:
 Thanks for the response.  Is there a newer kde4 package or do I have to
 compile it?  I have compiled it before and it is a very long process...
 (even on a quad core machine)

yes, there are packages for kde 4.4.4 in the 8-stable repository (to
change repository, use something like
`PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/Latest/
pkg_add -r kde4`), but they don't have the fix. you have to wait for
4.4.5 packages, or to build from the ports (you will also get some
options for optional dependencies)
-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] After upgrading to kde-4.4.3 screen goes black after the kde4 splash screen

2010-05-24 Thread Dwayne MacKinnon
Hi Yuri,

This won't be of much help, I know, but KDE 4.4.3 is working perfectly for me. 
It scrambled my desktop panel settings a bit, but that was easily remedied.

Cheers,
DMK

On May 24, 2010 04:54:00 am Yuri wrote:
 I found that renaming ~/.kde4 makes things better and kde4 boots like
 for the first time. But how do I get my previous settings back?
 Still even with the fresh ~/.kde4 screen looks funny: Desktop Folder
 doesn't have any color so only text is visible, same with the task panel.
 After I added yaWP weather plasmoid desktop turned black.
 
 Do you have kde-4.4.3 working?
 
 Yuri
 ___
 kde-freebsd mailing list
 kde-free...@kde.org
 https://mail.kde.org/mailman/listinfo/kde-freebsd
 See also http://freebsd.kde.org/ for latest information
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] Stop in /usr/ports/devel/qt4-assistant

2010-05-15 Thread Dino Vliet






From: Max Brazhnikov m...@issp.ac.ru
To: kde-free...@kde.org
Cc: Dino Vliet dino_vl...@yahoo.com; freebsd-questions@freebsd.org; 
k...@freebsd.org
Sent: Fri, May 14, 2010 11:59:10 AM
Subject: Re: [kde-freebsd] Stop in /usr/ports/devel/qt4-assistant

On Thu, 13 May 2010 03:54:46 -0700 (PDT), Dino Vliet wrote:
 Hi people,
 
 I get this error when trying to install kde4 on my amd64 system. I had
  everything removed first (I didn't like the way I have installed it in the
  past) with pkg_delete -fxvir  kde and qt.
 
 The error I get is:
 
 Script started on Thu May 13 12:41:26 2010
 cd /usr/ports/x11/kde4
 weka# make install distclean
I would not recommend to use make install for kde4 or any other dependency-
heavy port. Take a look on ports-mgmt/portmaster (or portupgrade).

 ===   kdelibs-4.4.3 depends on executable: bison - found
 ===   kdelibs-4.4.3 depends on file: /usr/local/bin/assistant-qt4 - not
  found ===Verifying install for /usr/local/bin/assistant-qt4 in
  /usr/ports/devel/qt4-assistant ===  Building for qt4-assistant-4.6.2
 g++
  -Wl,-rpath-link,/usr/ports/devel/qt4-assistant/work/qt-everywhere-opensour
 ce-src-4.6.2/lib -Wl,-O1 -pthread -Wl,-rpath,/usr/local/lib/qt4
  -Wl,-rpath,/usr/local/lib/qt4 -o ../../../../bin/assistant-qt4
  .obj/release-shared/fontpanel.o  .obj/release-shared/helpviewer.o 
  .obj/release-shared/main.o  .obj/release-shared/mainwindow.o 
  .obj/release-shared/indexwindow.o  .obj/release-shared/topicchooser.o 
  .obj/release-shared/contentwindow.o  .obj/release-shared/searchwidget.o 
  .obj/release-shared/preferencesdialog.o 

Clean up ports work directories before installing/upgrading ports.

Max



Hi Max,

I did and the process went further but now I'm experiencing another problem:

===  Extracting for kdegraphics-4.4.3
= MD5 Checksum OK for KDE/kdegraphics-4.4.3.tar.bz2.
= SHA256 Checksum OK for KDE/kdegraphics-4.4.3.tar.bz2.
/bin/mkdir -p /usr/ports/graphics/kdegraphics4/work/kdegraphics-4.4.3/build
===  Patching for kdegraphics-4.4.3
===  Applying FreeBSD patches for kdegraphics-4.4.3
/usr/bin/find /usr/ports/graphics/kdegraphics4/work/kdegraphics-4.4.3 -type f 
-name CMakeLists.txt | /usr/bin/xargs  /usr/bin/sed -i.bak -e 
's|pkgconfig|../libdata/pkgconfig|'
===   kdegraphics-4.4.3 depends on executable: kpsewhich - found
===   kdegraphics-4.4.3 depends on executable: gmake - found
===   kdegraphics-4.4.3 depends on file: /usr/local/lib/qt4/libQtGui.so - found
===   kdegraphics-4.4.3 depends on file: 
/usr/local/lib/qt4/plugins/iconengines/libqsvgicon.so - found
===   kdegraphics-4.4.3 depends on file: /usr/local/bin/moc-qt4 - found
===   kdegraphics-4.4.3 depends on file: /usr/local/lib/qt4/libQtOpenGL.so - 
found
===   kdegraphics-4.4.3 depends on file: /usr/local/bin/pixeltool - found
===   kdegraphics-4.4.3 depends on file: /usr/local/bin/qmake-qt4 - found
===   kdegraphics-4.4.3 depends on file: /usr/local/bin/rcc - found
===   kdegraphics-4.4.3 depends on file: /usr/local/lib/qt4/libQtSvg.so - found
===   kdegraphics-4.4.3 depends on file: /usr/local/bin/uic-qt4 - found
===   kdegraphics-4.4.3 depends on file: /usr/local/bin/automoc4 - found
===   kdegraphics-4.4.3 depends on file: /usr/local/bin/cmake - found
===   kdegraphics-4.4.3 depends on executable: gs - found
===   kdegraphics-4.4.3 depends on shared library: art_lgpl_2.5 - found
===   kdegraphics-4.4.3 depends on shared library: fontconfig.1 - found
===   kdegraphics-4.4.3 depends on shared library: freetype.9 - found
===   kdegraphics-4.4.3 depends on shared library: fribidi.3 - found
===   kdegraphics-4.4.3 depends on shared library: lcms.1 - found
===   kdegraphics-4.4.3 depends on shared library: paper.2 - found
===   kdegraphics-4.4.3 depends on shared library: poppler-qt4.3 - found
===   kdegraphics-4.4.3 depends on shared library: exiv2.7 - found
===   kdegraphics-4.4.3 depends on shared library: chm.0 - found
===   kdegraphics-4.4.3 depends on shared library: sane.1 - found
===   kdegraphics-4.4.3 depends on shared library: gphoto2.2 - found
===   kdegraphics-4.4.3 depends on shared library: djvulibre.22 - found
===   kdegraphics-4.4.3 depends on shared library: qimageblitz.4 - found
===   kdegraphics-4.4.3 depends on shared library: spectre.1 - found
===   kdegraphics-4.4.3 depends on shared library: qca.2 - found
===   kdegraphics-4.4.3 depends on shared library: epub.0 - found
===   kdegraphics-4.4.3 depends on shared library: glut.3 - found
===   kdegraphics-4.4.3 depends on shared library: kimproxy.5 - found
===  Configuring for kdegraphics-4.4.3
/bin/mkdir -p /usr/ports/graphics/kdegraphics4/work/kdegraphics-4.4.3/build
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check

Re: [kde-freebsd] Stop in /usr/ports/devel/qt4-assistant

2010-05-14 Thread Max Brazhnikov
On Thu, 13 May 2010 03:54:46 -0700 (PDT), Dino Vliet wrote:
 Hi people,
 
 I get this error when trying to install kde4 on my amd64 system. I had
  everything removed first (I didn't like the way I have installed it in the
  past) with pkg_delete -fxvir  kde and qt.
 
 The error I get is:
 
 Script started on Thu May 13 12:41:26 2010
 cd /usr/ports/x11/kde4
 weka# make install distclean
I would not recommend to use make install for kde4 or any other dependency-
heavy port. Take a look on ports-mgmt/portmaster (or portupgrade).

 ===   kdelibs-4.4.3 depends on executable: bison - found
 ===   kdelibs-4.4.3 depends on file: /usr/local/bin/assistant-qt4 - not
  found ===Verifying install for /usr/local/bin/assistant-qt4 in
  /usr/ports/devel/qt4-assistant ===  Building for qt4-assistant-4.6.2
 g++
  -Wl,-rpath-link,/usr/ports/devel/qt4-assistant/work/qt-everywhere-opensour
 ce-src-4.6.2/lib -Wl,-O1 -pthread -Wl,-rpath,/usr/local/lib/qt4
  -Wl,-rpath,/usr/local/lib/qt4 -o ../../../../bin/assistant-qt4
  .obj/release-shared/fontpanel.o  .obj/release-shared/helpviewer.o 
  .obj/release-shared/main.o  .obj/release-shared/mainwindow.o 
  .obj/release-shared/indexwindow.o  .obj/release-shared/topicchooser.o 
  .obj/release-shared/contentwindow.o  .obj/release-shared/searchwidget.o 
  .obj/release-shared/preferencesdialog.o 

Clean up ports work directories before installing/upgrading ports.

Max
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] FreeBSD-8.0-RC2 problems

2009-11-09 Thread Masoom Shaikh
On Fri, Nov 6, 2009 at 2:41 PM, Rusty Nejdl rne...@ringofsaturn.com wrote:

 On Fri, 6 Nov 2009 17:33:00 +0530, Masoom Shaikh masoom.sha...@gmail.com
 wrote:

 Hello,

 Last Saturday I installed 8.0-RC2 from source by compiling on 7.1
 installation. building and installing was smooth as always has been. Then I
 pkg_add'ed xorg and KDE4, this was painless too. I am very disappointed with
 my experience

 problem # 1
 The problem is KDE4 is not able to display anti aliased fonts. I have made
 the required changes to make it work, of course, in System Settings -
 Appearance - Fonts
 Hinting - Full, and there is is one more option, the name i cannot recall
 ATM, I have set it to RGB. DPI to 96..this is has worked for all
 combination of installs I have used so far, viz KDE3 on FreeBSD-6.x to
 KDE4.1.x on FreeBSD-7.x and KDE4.2 on FreeBSD-8.0RC1

 problem # 2
 I observed that both FreeBSD8.0-RC1 and FreeBSD8.0-RC2, simply freeze due
 to no reason. The pain is I don't get a core dump. When it freezes the only
 option is to hard boot by reseting the power. This might need more
 information to guess the cause. I will give basic info. This is Dell
 Inspiron 1525 Laptop, with Intel Core2. My suspect mostly goes to wpi
 driver, no proof, just my gut feeling.

 problem # 3
 starting with 8.0 wpi driver no longer is the interface, wlanX is to be
 created. this is not news, but every time I manually create the wlan0
 interface and spawn wpa_supplicant. This shuould be automatic, as I have
 followed the guidelines of rc.conf(5). I can provide output of
 rc_debug=YES if someone is willing. How can i install all files under /etc
 from the source ?

 Masoom Shaikh

  Regarding #2, I suggest disabling ACPI.   I also had system freezes
 happen on my computer until I did this but this has always been an ongoing
 issue with my system and I lose nothing by turning it off.

 Sincerely,
 Rusty Nejdl
 http://networking.ringofsaturn.com

how do we disable acpi ? is it hw.acpi.disable_on_reboot ? if it is I guess
I shud set it to 1 in loader.conf, it still remains 0
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] FreeBSD-8.0-RC2 problems

2009-11-09 Thread Rusty Nejdl


On Mon, 9 Nov 2009 17:46:06 +, Masoom Shaikh  wrote: 

 On Fri, Nov
6, 2009 at 2:41 PM, Rusty Nejdl  wrote:

On Fri, 6 Nov 2009 17:33:00 +0530,
Masoom Shaikh  wrote:  

Hello,

Last Saturday I installed 8.0-RC2 from
source by compiling on 7.1 installation. building and installing was smooth
as always has been. Then I pkg_add'ed xorg and KDE4, this was painless too.
I am very disappointed with my experience 

problem # 1
The problem is KDE4
is not able to display anti aliased fonts. I have made the required changes
to make it work, of course, in System Settings - Appearance -
Fonts
Hinting - Full, and there is is one more option, the name i cannot
recall ATM, I have set it to RGB. DPI to 96..this is has worked for all
combination of installs I have used so far, viz KDE3 on FreeBSD-6.x to
KDE4.1.x on FreeBSD-7.x and KDE4.2 on FreeBSD-8.0RC1

problem # 2
I
observed that both FreeBSD8.0-RC1 and FreeBSD8.0-RC2, simply freeze due to
no reason. The pain is I don't get a core dump. When it freezes the only
option is to hard boot by reseting the power. This might need more
information to guess the cause. I will give basic info. This is Dell
Inspiron 1525 Laptop, with Intel Core2. My suspect mostly goes to wpi
driver, no proof, just my gut feeling.

problem # 3
starting with 8.0 wpi
driver no longer is the interface, wlanX is to be created. this is not
news, but every time I manually create the wlan0 interface and spawn
wpa_supplicant. This shuould be automatic, as I have followed the
guidelines of rc.conf(5). I can provide output of rc_debug=YES if someone
is willing. How can i install all files under /etc from the source
?

Masoom Shaikh

Regarding #2, I suggest disabling ACPI. I also had system
freezes happen on my computer until I did this but this has always been an
ongoing issue with my system and I lose nothing by turning it off.


Sincerely,
Rusty Nejdl
http://networking.ringofsaturn.com [3]   how do we
disable acpi ? is it hw.acpi.disable_on_reboot ? if it is I guess I shud
set it to 1 in loader.conf, it still remains 0

You can disable APIC
support with hint.apic.0.disabled=1 in loader.conf.


http://www.freebsd.org/doc/en/books/handbook/acpi-debug.html


Sincerely,
Rusty
Nejdl
http://networking.ringofsaturn.com

Links:
--
[1]
mailto:rne...@ringofsaturn.com
[2] mailto:masoom.sha...@gmail.com
[3]
http://networking.ringofsaturn.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [kde-freebsd] upgrading kdeartwork to version 4.1.1 fetch error in ports

2008-09-05 Thread Martin Wilke
/digikam]# portupgrade -aRr  
  
 ---  Upgrading 'kdeartwork-4.1.0_1' to 'kdeartwork-4.1.1' 
 (x11-themes/kdeartwork4) 
 ---  Building '/usr/ports/x11-themes/kdeartwork4'
   
 ===  Cleaning for kdeartwork-4.1.1   
   
 ===  Vulnerability check disabled, database not found
   
 ===  Found saved configuration for kdeartwork-4.1.1
 ===  Extracting for kdeartwork-4.1.1
 = MD5 Checksum mismatch for KDE/kdeartwork-4.1.1.tar.bz2.
 = SHA256 Checksum mismatch for KDE/kdeartwork-4.1.1.tar.bz2.
 ===  Refetch for 1 more times files: KDE/kdeartwork-4.1.1.tar.bz2 
 KDE/kdeartwork-4.1.1.tar.bz2
 ===  Vulnerability check disabled, database not found
 ===  Found saved configuration for kdeartwork-4.1.1
 = kdeartwork-4.1.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/KDE.
 = Attempting to fetch from ftp://ftp.kde.org/pub/kde/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from http://ftp.scarlet.be/pub/kde/stable/4.1.1/src/.
 fetch: 
 http://ftp.scarlet.be/pub/kde/stable/4.1.1/src/kdeartwork-4.1.1.tar.bz2: 
 Forbidden
 = Attempting to fetch from http://mirrors.isc.org/pub/kde/stable/4.1.1/src/.
 fetch: 
 http://mirrors.isc.org/pub/kde/stable/4.1.1/src/kdeartwork-4.1.1.tar.bz2: Not 
 Found
 = Attempting to fetch from 
 ftp://ftp.gtlib.cc.gatech.edu/pub/kde/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from 
 ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.kde.org/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from 
 http://ftp.gtlib.cc.gatech.edu/pub/kde/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from 
 ftp://ftp.oregonstate.edu/pub/kde/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from ftp://ftp.solnet.ch/mirror/KDE/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from ftp://gd.tuwien.ac.at/kde/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from http://gd.tuwien.ac.at/kde/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from 
 ftp://kde.mirrors.tds.net/pub/kde/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from 
 http://kde.mirrors.tds.net/pub/kde/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from 
 ftp://ftp.rz.uni-wuerzburg.de/pub/unix/kde/stable/4.1.1/src/.
 fetch: 
 ftp://ftp.rz.uni-wuerzburg.de/pub/unix/kde/stable/4.1.1/src/kdeartwork-4.1.1.tar.bz2:
  File unavailable (e.g., file not found, no access)
 = Attempting to fetch from http://mirrors.dotsrc.org/kde/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from ftp://mirrors.dotsrc.org/kde/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from 
 ftp://ibiblio.org/pub/mirrors/kde/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from 
 http://ibiblio.org/pub/mirrors/kde/stable/4.1.1/src/.
 fetch: 
 http://ibiblio.org/pub/mirrors/kde/stable/4.1.1/src/kdeartwork-4.1.1.tar.bz2: 
 Moved Permanently
 = Attempting to fetch from http://kambing.vlsm.org/kde/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from http://mirrors.evolva.ro/kdeftp/stable/4.1.1/src/.
 fetch: kdeartwork-4.1.1.tar.bz2: local modification time does not match remote
 = Attempting to fetch from 
 ftp://ftp.iasi.roedu.net/pub/mirrors/ftp.kde.org/stable/4.1.1/src/.
 
 
 Brgds
 Dinops I'm using a amd64 machine running freebsd 7.
 
 
   

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


- -- 

+---+---+
|  PGP: 0x05682353  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)

iEYEARECAAYFAkjA6GAACgkQFwpycAVoI1NvTQCdG6veFqjEMTeQERDxbMeC898

Re: [kde-freebsd] KDE4 libssl conflicts

2008-08-13 Thread Warren Liddell
 You need to clean out the 6.3 versions of various libs/binaries.

 See the delete-old and delete-old-libs targets on /usr/src/Makefile


fixed that issue .. however now kde4 is conflicting with things needed for 
kde3..

Making all in include
===  Installing for tidy-lib-080621.c

===  tidy-lib-080621.c conflicts with installed package(s):
  tidy-2804_2

  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1

Stop in /usr/ports/www/tidy-lib.
*** Error code 1

Stop in /usr/ports/www/kdewebdev4.
*** Error code 1

Stop in /usr/ports/x11/kde4.
*** Error code 1

Stop in /usr/ports/x11/kde4.
# pkg_delete tidy-2804_2
pkg_delete: package 'tidy-2804_2' is required by these other packages
and may not be deinstalled:
kde-3.5.8_2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] KDE4 libssl conflicts

2008-08-12 Thread Andy Fawcett
On Tuesday 12 August 2008 12:43:37 Warren Liddell wrote:
  You've got a mix of older and newer library versions, which makes
  me think that you are trying to do a partial upgrade of your ports
  after upgrading the FreeBSD base system to a newer version.  You
  really need to rebuild all ports when doing that, or else you'll
  run into issues.
 
  However, the specific problem you mention should have been resolved
  by this change here:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126410
 
  ...so please double-check that your ports tree has been updated to
  get this fix.
 
  Regards,

 I did recently upgrade my base system from 6.3-STABLE to 7.0-STABLE,
 however, i just re-ran a csup and ran portupgrade an tried a re-build
 of KDE4 with the same error output.

You need to clean out the 6.3 versions of various libs/binaries.

See the delete-old and delete-old-libs targets on /usr/src/Makefile


-- 
Andy Fawcett | [EMAIL PROTECTED]
 | [EMAIL PROTECTED]
In an open world without walls and fences,  | [EMAIL PROTECTED]
  we wouldn't need Windows and Gates.  -- anon  | [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] KDE4 libssl conflicts

2008-08-11 Thread Dorian Büttner
On Tuesday 12 August 2008 00:57:16 Warren Liddell wrote:
 How do i avoid//overturn this conflict ?


 /usr/bin/ld: warning: libssl.so.4, needed by /usr/local/lib/libcurl.so, may
 conflict with libssl.so.5
 /usr/bin/ld: warning: libcrypto.so.4, needed by /usr/local/lib/libcurl.so,
 may conflict with libcrypto.so.5
 /usr/bin/ld: warning: libz.so.3, needed by /usr/local/lib/libcurl.so, may
 conflict with libz.so.4
 /usr/bin/ld: warning: libm.so.4, needed by /usr/local/lib/libxslt.so, may
 conflict with libm.so.5
 /usr/bin/ld: warning: libcrypt.so.3, needed
 by /usr/local/lib/mysql/libmysqlclient.so, may conflict with libcrypt.so.4
 ../librdf/.libs/librdf.so: undefined reference to `db_create'
 ../librdf/.libs/librdf.so: undefined reference to `db_strerror'

looks like it's already known:
http://groups.google.com/group/lucky.freebsd.ports/browse_thread/thread/062933bb91c04166?fwc=1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] Problem compiling kdegraphics (exr problem?)

2007-10-11 Thread Tilman Linneweh

* Mel [ Oct 10, 2007 (18:37 )]:
Well, it's weird that fixed it for you, because kdegraphics needs  
to be

patched. Here's the work-around:


[..]

This issue should be fixed with my commit from yesterday.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] BEL (primarily for vi).

2007-07-27 Thread Michael Nottebrock
Gary Kline schrieb:

Sorry for the late reply, I simply forgot.
   Sounds like a good guess!   Since Gnome is my main desktop, 
   where do I find the KDE control center/system notifications?
The executable is called kcontrol and is installed by the x11/kdebase3 port.

   
   Bear with me: I've used CTWM for at least 10 years... .

   I *do* use artsd for my text-to-speech apps, so do have artsd
   running.  I've poked around the FreeBSD knotifyrc config file
   and find nothing on the External player= line.  But the
   ^[Misc] section is in my Ubuntu KDE file.  What goes there?
   A path to a wav file?  The path to, say, xmms??  player needs
   for clarification, so an example would help.
   
The path to a program that can play soundfiles, yes. /usr/local/bin/play
as installed by the audio/sox port would be a good candidate.


Cheers,
-- 

   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org




signature.asc
Description: OpenPGP digital signature


Re: [kde-freebsd] BEL (primarily for vi).

2007-07-27 Thread Gary Kline
On Fri, Jul 27, 2007 at 09:11:03PM +0200, Michael Nottebrock wrote:
 Gary Kline schrieb:
 
 Sorry for the late reply, I simply forgot.
  Sounds like a good guess!   Since Gnome is my main desktop, 
  where do I find the KDE control center/system notifications?
 The executable is called kcontrol and is installed by the x11/kdebase3 port.
 

  Bear with me: I've used CTWM for at least 10 years... .
 
  I *do* use artsd for my text-to-speech apps, so do have artsd
  running.  I've poked around the FreeBSD knotifyrc config file
  and find nothing on the External player= line.  But the
  ^[Misc] section is in my Ubuntu KDE file.  What goes there?
  A path to a wav file?  The path to, say, xmms??  player needs
  for clarification, so an example would help.

 The path to a program that can play soundfiles, yes. /usr/local/bin/play
 as installed by the audio/sox port would be a good candidate.
 

The bell *does* work if I use Konsole; it sounds almost like a 
sonar echo.  I'd like to have the file play in the Gnome terminal
too, tho.  So I'll experiment.

thanks for your help,

gary


 
 Cheers,
 -- 
 
,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
  (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
\u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
 
 



-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] BEL (primarily for vi).

2007-07-23 Thread Michael Nottebrock
Gary Kline schrieb:
   Apologies for the triple postings, but this is general enough
   for the -questions list and aimed at the gnome list.  It
   includes a query for the KDE list.

   I just opened a konsole, the KDE-hacked xterm, IIRC.  I had the
   BEL set to system bell and as with terminals, vi/vim/and
   other bell-type things just flashed the screen at me.  I do have
   full-screen flash set up in my Gnome menu settings.  Nothing I
   can do gets the .WAV bell to work under gnome.
Just guessing here, but if you have your .WAV bell set up via the KDE
system notifications, it may well be that knotify cannot output any
sounds in your GNOME session because artsd isn't running. Alternatively
to running artsd as part of your GNOME session, you can set up knotify
to use an external utility to play notifications, either via the KDE
Control Center or by editing ~/.kde/share/config/knotifyrc (by filling
in the External player line and setting Use Arts to false).

Cheers,
-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org




signature.asc
Description: OpenPGP digital signature


Re: [kde-freebsd] BEL (primarily for vi).

2007-07-23 Thread Gary Kline
On Mon, Jul 23, 2007 at 11:49:40AM +0200, Michael Nottebrock wrote:
 Gary Kline schrieb:
  Apologies for the triple postings, but this is general enough
  for the -questions list and aimed at the gnome list.  It
  includes a query for the KDE list.
 
  I just opened a konsole, the KDE-hacked xterm, IIRC.  I had the
  BEL set to system bell and as with terminals, vi/vim/and
  other bell-type things just flashed the screen at me.  I do have
  full-screen flash set up in my Gnome menu settings.  Nothing I
  can do gets the .WAV bell to work under gnome.
 Just guessing here, but if you have your .WAV bell set up via the KDE
 system notifications, it may well be that knotify cannot output any
 sounds in your GNOME session because artsd isn't running. Alternatively
 to running artsd as part of your GNOME session, you can set up knotify
 to use an external utility to play notifications, either via the KDE
 Control Center or by editing ~/.kde/share/config/knotifyrc (by filling
 in the External player line and setting Use Arts to false).


Sounds like a good guess!   Since Gnome is my main desktop, 
where do I find the KDE control center/system notifications?  
Bear with me: I've used CTWM for at least 10 years... .

I *do* use artsd for my text-to-speech apps, so do have artsd
running.  I've poked around the FreeBSD knotifyrc config file
and find nothing on the External player= line.  But the
^[Misc] section is in my Ubuntu KDE file.  What goes there?
A path to a wav file?  The path to, say, xmms??  player needs
for clarification, so an example would help.


thanks much,

gary


 
 Cheers,
 -- 
,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
  (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
\u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
 
 



-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fwd: Re: pppd crashes, was: kde-freebsd

2007-02-10 Thread Joe Vender
On Saturday 10 February 2007 01:59, Michael Nottebrock wrote:
 In case you didn't get cc'd on this, I think this is actually worthwhile
 trying, it might just get rid of the hanging/rebooting.

 What Hajime means is the debug.mpsafenet loader tunable.

 You can set this by creating the file /boot/loader.conf.local and adding a
 line

 debug.mpsafenet=0


 Cheers,

Well, I've set the tunable as suggested, configured KPPP and am using it now. 
So far, no problem, but I haven't been online for long either, so time will 
tell if thats the problem. I came across this which states that if you are 
using pppd, then you need to set the tunable to 0, if I read it correctly.

http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2004-08/2745.html

This all makes me wonder, what is the advantage to having the debug.mpsafenet 
set to 1 as default, anyway, if the computer only has a single processor? 
Shouldn't the installer be smart enough to detect if the computer is single 
or multiprocessor, and set the tunable accordingly, at least until ALL of the 
network features are made MPSAFE so that it is no longer an issue? And, when 
installing FreeBSD 6.2, the kernel that booted from the install CD was 
GENERIC, but after the installation, the bootup showed that the kernel being 
used was SMP. Being that my computer is a single processor, shouldn't it 
default to the GENERIC kernel after installation, unless I request otherwise?

Thanks,
Joe
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] gamin/fam issues with KDE

2006-12-17 Thread Bastiaan Welmers
On Fri, Dec 15, 2006 at 12:35:05PM +0100, dick hoogendijk wrote:
 On 14 Dec Bastiaan Welmers wrote:

  One nasty thing is that when afterwards installing a package
  requiring
  gamin, it will fail with errors. To prevent this you could just
  fake
  the pkg db that gamin is installed however actually fam libraries
  are
  installed.

 And how exactly is this faking done? I'm no fan of gamin too and if

Just replace the gamin libraries by the fam ones, for example by
manually
extracting the libraries from the tarball and place them in
/usr/local/lib without actually updating the package database.
It should work fine with KDE, openoffice, I don't know it works well
with programs like courier...

 possible I compiled my programs for fam. But this sounds nice ;-)

If you want to recompile all stuff just put WITH_FAM_SYSTEM=fam in
/etc/make.conf and rebuild all packages using gamin. You have to rebuild
all ports because fam and gamin can't be installed together.

/Bastiaan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] gamin/fam issues with KDE

2006-12-17 Thread Michael Nottebrock
On Thursday 14 December 2006 00:17, Bastiaan Welmers wrote:

 - sometimes I still can't unmount the media even if all KDE windows (and
   other programs) are closed. I think some instance of gamin or KDE
   keeps running although all windows have been closed. This also
   indicates sometimes not all processes are terminated well.

 Now I'm using fam instead of gamin again. I think it should be nice if
 this would become standard or the gamin issue wil be resolved, because
 it's quite annoying not being able to unmount removable media all the
 time. 

I haven't really seen that sort of trouble, but then I don't use writable 
removable media much at all (cdroms never gave me problems). FWIW, I think I 
already tried everything I could to reverse the fam-gamin switch, but it's 
not going to happen. Your best bet is probably to take your problems up with 
the gamin maintainer (gnome@).


-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgpGOLlqSKxXB.pgp
Description: PGP signature


Re: [kde-freebsd] gamin/fam issues with KDE

2006-12-15 Thread dick hoogendijk
On 14 Dec Bastiaan Welmers wrote:

 One nasty thing is that when afterwards installing a package requiring
 gamin, it will fail with errors. To prevent this you could just fake
 the pkg db that gamin is installed however actually fam libraries are
 installed.

And how exactly is this faking done? I'm no fan of gamin too and if
possible I compiled my programs for fam. But this sounds nice ;-)

-- 
http://nagual.nl/ --- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 ++ Solaris 10 11/06 ++
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] gamin/fam issues with KDE

2006-12-15 Thread Micah

dick hoogendijk wrote:

On 14 Dec Bastiaan Welmers wrote:


One nasty thing is that when afterwards installing a package requiring
gamin, it will fail with errors. To prevent this you could just fake
the pkg db that gamin is installed however actually fam libraries are
installed.


And how exactly is this faking done? I'm no fan of gamin too and if
possible I compiled my programs for fam. But this sounds nice ;-)



Not sure what the original poster was refering to, but I just put 
WITH_FAM_SYSTEM=fam in my /etc/make.conf back when they first started 
changing ports over to gamin, and have not had any problems since.


HTH,
Micah
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] gamin/fam issues with KDE

2006-12-13 Thread Bartosz Fabianowski
Just a quick me too. I have been seeing the exact same behavior ever 
since gamin was shoved down our throats as a better replacement for fam. 
But since nobody else complained, I figured it was just my system. 
Whatever gamin is doing, it is not showing up in lsof, but the file 
system is still busy. I did try tweaking my ~/.gaminrc to switch to 
polling for the mount points in question, but this didn't help. Oddly 
enough, sometimes, maybe one time out of ten, gamin will not exhibit 
this strange behavior. It will just let me unmount without any problems.


- Bartosz

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] gamin/fam issues with KDE

2006-12-13 Thread Bastiaan Welmers
On Thu, Dec 14, 2006 at 12:06:43AM +, Bartosz Fabianowski wrote:
 Just a quick me too. I have been seeing the exact same behavior ever 
 since gamin was shoved down our throats as a better replacement for fam. 
 But since nobody else complained, I figured it was just my system. 

When building from ports it's quite easy to change back to fam, just put

WITH_FAM_SYSTEM=fam

into /etc/make.conf

For existing systems/binary installed systems, you can just pkg_delete
-f gamin* and install fam instead, so gamin libraries wil be replaced by
the fam ones, it works well to me. One nasty thing is that when afterwards 
installing a package requiring gamin, it will fail with errors. To prevent 
this you could just fake the pkg db that gamin is installed however 
actually fam libraries are installed.

 Whatever gamin is doing, it is not showing up in lsof, but the file 
 system is still busy. I did try tweaking my ~/.gaminrc to switch to 
 polling for the mount points in question, but this didn't help. Oddly 
 enough, sometimes, maybe one time out of ten, gamin will not exhibit 
 this strange behavior. It will just let me unmount without any problems.

Maybe because you just unmount on exactly the right moment, when gamin
is not occupying the file system? Or just all windows and processes are 
closed cleanly.

/Bastiaan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] Re: When will KDE4 be in the ports tree?

2006-08-29 Thread Michael Nottebrock
Nikolas Britton schrieb:
 On 8/26/06, Gerard Seibert [EMAIL PROTECTED] wrote:
 Steven Lake wrote:

  Just curious when to start expecting to see KDE4 in the ports tree
  for Freebsd.  From the reports I've been seeing, it's pretty close to
  being released soon.  So the curiosity bug bit me and I decided to ask
  here.  :)

 Most likely it will be available shortly after it is officially
 released.
 According to what is available on the KDE site, that might not be for
 quite a while yet.


 I would like to see a kde4-devel port... IIRC the first KDE4 developer
 builds have already been released.
Won't happen. Trying to pry alpha and beta releases into ports 
packages is a huge effort that only takes away our already marginal
developer resources from actual porting work on the KDE4 codebase.

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org




signature.asc
Description: OpenPGP digital signature


Re: [kde-freebsd] Re: When will KDE4 be in the ports tree?

2006-08-29 Thread Michael Nottebrock
David Johnson schrieb:
 On Saturday 26 August 2006 07:37, Nikolas Britton wrote:
   
 On 8/26/06, Gerard Seibert [EMAIL PROTECTED] wrote:
 
 Steven Lake wrote:
   
 Just curious when to start expecting to see KDE4 in the ports
 tree for Freebsd.  From the reports I've been seeing, it's pretty
 close to being released soon.  So the curiosity bug bit me and I
 decided to ask here.  :)
 
 Most likely it will be available shortly after it is officially
 released. According to what is available on the KDE site, that
 might not be for quite a while yet.
   
 I would like to see a kde4-devel port... IIRC the first KDE4
 developer builds have already been released.
 

 A Qt 4 port could be good as well.
   
Agreed. The QT port has been stuck for a while on the 'last mile' - that
is making the necessary changes to bsd.kde.mk and bsd.port.mk. There are
no other reasons for this other than myself being short on free time and
bad luck (our packagebuilding machines becoming unavailable when I do
get some time). I've not given up on it though.

Cheers,
-- 

   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org




signature.asc
Description: OpenPGP digital signature


Re: [kde-freebsd] Re: When will KDE4 be in the ports tree?

2006-08-26 Thread David Johnson
On Saturday 26 August 2006 07:37, Nikolas Britton wrote:
 On 8/26/06, Gerard Seibert [EMAIL PROTECTED] wrote:
  Steven Lake wrote:
   Just curious when to start expecting to see KDE4 in the ports
   tree for Freebsd.  From the reports I've been seeing, it's pretty
   close to being released soon.  So the curiosity bug bit me and I
   decided to ask here.  :)
 
  Most likely it will be available shortly after it is officially
  released. According to what is available on the KDE site, that
  might not be for quite a while yet.

 I would like to see a kde4-devel port... IIRC the first KDE4
 developer builds have already been released.

A Qt 4 port could be good as well. Qt 4 is very stable, and (finally) 
peacefully co-exists with earlier versions.

-- 
David Johnson [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] Re: Problem compiling KOffice

2006-04-14 Thread Michael Nottebrock
Hello Ashley,

Did you see this part?

 Has it really not been fixed in all this time?
 This isn't an error in KOffice - take a look at the actual problem report:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=92408

 (Executive summary: Reinstall graphics/ImageMagick.)

Nikolas,

 KOffice 1.5 will be committed to ports as soon as the upcoming FreeBSD
 releases are out the door (actually, KDE 3.5.2 wasn't supposed to go in
 before that either - however, I forgot about the ports slush and got
 folded for committing it by portmgr. I'm not going to again. :)

 
 As in waiting for 6.1-RELEASE and 5.5-RELEASE or just the next RC?

Technically until all the releases are out the door. The reason for this
is that portmgr wants to be able to slip the tag for the
6.1-RELEASE/5.5-RELEASE packages if the need for some critical security
updates should arise at the last minute.

I have however contacted portmgr again and asked if I can jump the gun
with KOffice, since there's obviously some public demand.

 And does that mean
 you already have the koffice port updated

Yes ... the KOffice port and 60 KOffice i18n ports (and it builds on
FreeBSD 4, too).

I don't have the big diff against ports ready yet - if portmgr says I'll
have to wait for the releases, I'll make it available on monday.

 http://www.freebsd.org/cgi/query-pr.cgi?pr=95678

 Please don't do that. FreeBSD's bugtracking system gets enough abuse
 as it is.

 Ok... I thought that's what you should do though?

GNATS is for bug reports, documentation changes, port upgrades and new
port submissions. It's not a public message board.


Cheers,
-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org



signature.asc
Description: OpenPGP digital signature


Re: [kde-freebsd] Re: Problem compiling KOffice

2006-04-14 Thread Ashley Moran


On Apr 14, 2006, at 10:15 am, Michael Nottebrock wrote:


Hello Ashley,

Did you see this part?


Has it really not been fixed in all this time?
This isn't an error in KOffice - take a look at the actual  
problem report:

http://www.freebsd.org/cgi/query-pr.cgi?pr=92408

(Executive summary: Reinstall graphics/ImageMagick.)



Hi

Yes - thanks - I got that and eventually got round to updating  
ImageMagick late yesterday.  I seem to be having two major problems  
lately- my package database is fubarred and everything needs a  
recompile before it will work, and I don't get enough sleep, so I  
don't see solutions that are right in front of my eyes!!!


Thanks again to the guy who posted the koffice 1.5 port (I think that  
was Nikolas - I don't have access to all my e-mails as I'm at home,  
and my work machine deletes list messages from the server.)   
Unfortunately when I tried it it wouldn't work, and I reverted to  
1.4.  It gave me a new dependency that conflicted with a package I've  
already got installed.  I can't remember either of the package names  
though  sleeplessnes strikes again.


Still it's all working now, and I've got an up-to-date KDE  
installation for the first time in months.


Ashley
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] Re: Problem compiling KOffice

2006-04-14 Thread Nikolas Britton
On 4/14/06, Ashley Moran [EMAIL PROTECTED] wrote:

 On Apr 14, 2006, at 10:15 am, Michael Nottebrock wrote:

  Hello Ashley,
 
  Did you see this part?
 
  Has it really not been fixed in all this time?
  This isn't an error in KOffice - take a look at the actual
  problem report:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=92408
 
  (Executive summary: Reinstall graphics/ImageMagick.)


 Hi

 Yes - thanks - I got that and eventually got round to updating
 ImageMagick late yesterday.  I seem to be having two major problems
 lately- my package database is fubarred and everything needs a
 recompile before it will work, and I don't get enough sleep, so I
 don't see solutions that are right in front of my eyes!!!

 Thanks again to the guy who posted the koffice 1.5 port (I think that
 was Nikolas - I don't have access to all my e-mails as I'm at home,
 and my work machine deletes list messages from the server.)
 Unfortunately when I tried it it wouldn't work, and I reverted to
 1.4.  It gave me a new dependency that conflicted with a package I've
 already got installed.  I can't remember either of the package names
 though  sleeplessnes strikes again.

 Still it's all working now, and I've got an up-to-date KDE
 installation for the first time in months.


If it's been a few months since you last updated your ports then no
the koffice 1.5 package won't work for you. what version of FreeBSD
are you running and if you have not updated your ports in months you
better read /usr/ports/UPDATING becouse you will have to delete all
installed ports/packages and reinstall them. This is why:

20060223:
  AFFECTS: all ports using libtool as part of the build process
  AUTHOR: [EMAIL PROTECTED]

  The way in which ports that require libtool to build has been
  completely reworked to bring the ports system in line with other
  environments, such as Linux, and pkgsrc.

  devel/libtool13 no longer exists.  devel/libtool15 has been modified
  to (a) install in the canonical locations and (b) remove a number
  of long-standing FreeBSD-specific patches that resulted in a very
  different libtool than is present on other systems.

  The main visible change will be that a large number of ports have
  had their plists modified (we now install libtool .la archives)
  and, as such, PORTREVISIONS have been bumped on ~2000 ports (roughly
  1/7th of the tree).

  Unfortunately, there is no simple upgrade path.  Short of removing
  all packages and reinstalling from scratch, the only other viable
  alternative would be careful use of portupgrade.  Given the large
  number of different ways in which libtool is used by other ports
  in the tree, this is a process that is likely to vary considerably
  from system to system, and as such, folks should be very mindful
  of running automatic updating software, such as portupgrade, making
  extensive use of the -n flag (and equivalents for other updaters)
  to see what will actually be rebuilt, before actually performing
  the upgrade.

  The good news is that the system now in place will make the handling
  of libtool-using ports considerably easier going forward.

20060220:
  AFFECTS: users of lang/perl5.8
  AUTHOR: [EMAIL PROTECTED]

  lang/perl5.8 has been updated to 5.8.8.  You should update everything
  depending on perl.  The easiest way to do that is to use
  perl-after-upgrade script supplied with lang/perl5.8.  Please see
  its manual page for details.

20060202:
  AFFECTS: users of textproc/expat2
  AUTHOR: [EMAIL PROTECTED]

  Users of expat2 (and its many dependencies) should do the following to
  properly update expat2 and all of its dependencies:

  portupgrade -rf textproc/expat2




--
BSD Podcasts @ http://bsdtalk.blogspot.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] Re: Problem compiling KOffice

2006-04-14 Thread Ashley Moran

On Apr 14, 2006, at 9:45 pm, Nikolas Britton wrote:

If it's been a few months since you last updated your ports then no
the koffice 1.5 package won't work for you. what version of FreeBSD
are you running and if you have not updated your ports in months you
better read /usr/ports/UPDATING becouse you will have to delete all
installed ports/packages and reinstall them. This is why:


I'm running an old 6-STABLE.  I'm quite bad at keeping ports updated  
on my work desktop because I'm generally too busy to risk breaking  
things (eg last time I upgraded KDE I found they'd moved a module  
from one package to another - that's when I first realised I should  
read /usr/ports/UPDATING once in a while...).  I'll wait til 6.1 is  
finished and give them a good clearout.  Thanks for the heads up.


Ashley
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] Re: Problem compiling KOffice

2006-04-13 Thread Michael Nottebrock
Nikolas Britton schrieb:
 On 4/12/06, Ashley Moran [EMAIL PROTECTED] wrote:
 On Wednesday 12 April 2006 16:15, Ashley Moran wrote:
 I'm not having much luck today...

 I just tried updating my KOffice and got this error:

 [snipped]
 Has it really not been fixed in all this time?

This isn't an error in KOffice - take a look at the actual problem report:
http://www.freebsd.org/cgi/query-pr.cgi?pr=92408

(Executive summary: Reinstall graphics/ImageMagick.)

 You are jumping the gun, koffice 1.5 is not even in the ports tree
 yet BUT if you can't wait I've modified the official koffice port
 to build koffice 1.5.0. It compiles just fine on my system running
 FreeBSD 6.1-RC1 with KDE 3.5.2.

KOffice 1.5 will be committed to ports as soon as the upcoming FreeBSD
releases are out the door (actually, KDE 3.5.2 wasn't supposed to go in
before that either - however, I forgot about the ports slush and got
folded for committing it by portmgr. I'm not going to again. :)

 http://www.freebsd.org/cgi/query-pr.cgi?pr=95678

Please don't do that. FreeBSD's bugtracking system gets enough abuse as
it is.


Cheers,
-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org



signature.asc
Description: OpenPGP digital signature


Re: [kde-freebsd] Re: Problem compiling KOffice

2006-04-13 Thread Nikolas Britton
On 4/13/06, Michael Nottebrock [EMAIL PROTECTED] wrote:
 Nikolas Britton schrieb:
  On 4/12/06, Ashley Moran [EMAIL PROTECTED] wrote:
  On Wednesday 12 April 2006 16:15, Ashley Moran wrote:
  I'm not having much luck today...
 
  I just tried updating my KOffice and got this error:
 
  [snipped]
  Has it really not been fixed in all this time?

 This isn't an error in KOffice - take a look at the actual problem report:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=92408

 (Executive summary: Reinstall graphics/ImageMagick.)

  You are jumping the gun, koffice 1.5 is not even in the ports tree
  yet BUT if you can't wait I've modified the official koffice port
  to build koffice 1.5.0. It compiles just fine on my system running
  FreeBSD 6.1-RC1 with KDE 3.5.2.

 KOffice 1.5 will be committed to ports as soon as the upcoming FreeBSD
 releases are out the door (actually, KDE 3.5.2 wasn't supposed to go in
 before that either - however, I forgot about the ports slush and got
 folded for committing it by portmgr. I'm not going to again. :)


As in waiting for 6.1-RELEASE and 5.5-RELEASE or just the next RC? It
could be up to a month if you wait for -RELEASE... And does that mean
you already have the koffice port updated, if you do email me the shar
file or post it somewhere... post it to the pr I made.

  http://www.freebsd.org/cgi/query-pr.cgi?pr=95678

 Please don't do that. FreeBSD's bugtracking system gets enough abuse as
 it is.


Ok... I thought that's what you should do though?


--
BSD Podcasts @ http://bsdtalk.blogspot.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] KPovModeler port problem: why no OpenGL?

2005-07-25 Thread Andrew Predoehl


On Mon, 25 Jul 2005 18:30:54 +0200
 Michael Nottebrock [EMAIL PROTECTED] wrote:

On Saturday, 23. July 2005 02:56, Andrew Predoehl wrote:

I found a problem when I recompiled the
graphics/kdegraphics3 port; the build and install were 
OK, but now when I run KPovModeler, it tells me, No

OpenGL support and does not show wireframes anymore.


 Does anyone know how to fix this?  Should I just give 
up and use a package?  Do I need to install Mesa?


You need to enable OpenGL/GLX support in X. How to do 
that depends on the graphics hardware (and X drivers)
you're using and is beyond the scope of this 
mailing-list ([EMAIL PROTECTED]).


You can check the current state of things with the 
'glxinfo' command: When you 
run it, it should *not* output any sort of 'Xlib: 
extension GLX missing on 
display :0.0' messages. 


Thanks, Michael.  I had made the mistake of assuming the 
problem was with the port configure or compile, and not my 
xorg.conf!  It works fine now.  As they say, If you know 
how to do it, it's easy.


AMP
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] Xorg refresh-rate problem

2005-02-21 Thread Michael Nottebrock
On Monday, 21. February 2005 22:05, milan nankov wrote:
 Hi,

 I cannot run Xorg with higher refressh-rate then 85.
 Do u have any suggestions how I cn fix this? I've
 already set the h and v refresh rates in the
 xorg.conf. I've supplied the last Xorg.log.

This is the clue:

(WW) RADEON(0): config file vrefresh range 40-170Hz not within DDC vrefresh 
ranges.

Try

Option IgnoreEDID on

in Section Device.

However, make extra-sure your monitor can *really* do 40-170Hz. It is 
apparently reporting different, substantially lower frequency range limits 
and you can permanently damage your hardware if you feed it too high vrefresh 
rates.

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org



pgpPh6GgLrVya.pgp
Description: PGP signature


KDE, FreeBSD fish

2004-12-06 Thread Adam Smith
I've used Konqueror many times before to connect from abroad to my machine
at home using fish://.

Sometimes this works, and sometimes it doesn't.  I've had several
reinstallations on my laptop over the last few months for a few various
reasons, and I've noticed that on some installations it 'just works' and on
some it doesn't.

I'm connecting from KDE 3.3 on FreeBSD 5.3 to a FreeBSD 5.2.1 machine.  All
I get in my output in the status bar is 'Connecting...' before it
eventually times out.

Yup, I can SSH in normally from this location.  Fish just doesn't work.  So
is this feature dodgy as far as anyone knows?  It's a real pain in the arse
when it doesn't work, because fish is extraordinarily handy for copying
files using a GUI without having to implement something like FTP.  So how
irritating when it doesn't work :-)




PS: I've never been so sure as to where to post queries like this --
freebsd-questions or one of the KDE mailing lists, or both.  But I guess it
can't hurt to post to either.  And I choose here :)


-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDE, FreeBSD fish

2004-12-06 Thread Kirk Strauser
On Monday 06 December 2004 06:37 pm, Adam Smith wrote:
 I've used Konqueror many times before to connect from abroad to my machine
 at home using fish://.

This isn't answering your question, but:

Why would you be using fish:// instead of sftp://?  Think of fish as a 
workaround for systems where you have SSH access but there is no SFTP server 
running.  This is not true on (even halfway recent) FreeBSD systems where 
SFTP is enabled by default.

Anyway, if you're dead set on using it, see if you can enabled verbose logging 
either on the client or the server.  Fish works by ssh'ing to a shell on your 
system and running cd, ls, cat, and so on to get directory listings and the 
contents of files.  If there is a problem with one of these commands, then 
there you go.
-- 
Kirk Strauser


pgpOR9NljvzdK.pgp
Description: PGP signature


Re: KDE, FreeBSD fish

2004-12-06 Thread Chris
Adam Smith wrote:
I've used Konqueror many times before to connect from abroad to my machine
at home using fish://.
Sometimes this works, and sometimes it doesn't.  I've had several
reinstallations on my laptop over the last few months for a few various
reasons, and I've noticed that on some installations it 'just works' and on
some it doesn't.
I'm connecting from KDE 3.3 on FreeBSD 5.3 to a FreeBSD 5.2.1 machine.  All
I get in my output in the status bar is 'Connecting...' before it
eventually times out.
Yup, I can SSH in normally from this location.  Fish just doesn't work.  So
is this feature dodgy as far as anyone knows?  It's a real pain in the arse
when it doesn't work, because fish is extraordinarily handy for copying
files using a GUI without having to implement something like FTP.  So how
irritating when it doesn't work :-)

PS: I've never been so sure as to where to post queries like this --
freebsd-questions or one of the KDE mailing lists, or both.  But I guess it
can't hurt to post to either.  And I choose here :)

KBear (/usr/ports/ftp/kbear) support sftp - so does gFTP 
(/usr/ports/ftp/gftp)

--
Best regards,
Chris
Some people manage by the book, even though they
don't know who wrote the book or even what book.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDE, FreeBSD fish

2004-12-06 Thread Adam Smith
On Mon, Dec 06, 2004 at 07:02:08PM -0600, Kirk Strauser said:
 On Monday 06 December 2004 06:37 pm, Adam Smith wrote:
  I've used Konqueror many times before to connect from abroad to my machine
  at home using fish://.
 
 This isn't answering your question, but:
 
 Why would you be using fish:// instead of sftp://?  Think of fish as a 
 workaround for systems where you have SSH access but there is no SFTP server 
 running.  This is not true on (even halfway recent) FreeBSD systems where 
 SFTP is enabled by default.

Because it's easier than enabling SFTP on a number of hosts :)

I have found in playing around that *sometimes* it works and *sometimes* it
doesn't.  I have used debug mode for sshd on my broken box and fish://
passes the username correctly, but still gets an auth fail.  Strange.
Works in other places.

Unfortunately I don't have any conclusive results leading me to a logical
and replicable problem, but I still might report it as a bug.

 Anyway, if you're dead set on using it, see if you can enabled verbose 
 logging 
 either on the client or the server.  Fish works by ssh'ing to a shell on your 
 system and running cd, ls, cat, and so on to get directory listings and the 
 contents of files.  If there is a problem with one of these commands, then 
 there you go.

And that's why I like fish -- cos it doesn't need anything special running
to connect to a remote host! :)



-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDE, FreeBSD fish

2004-12-06 Thread martin hudec
Hello,

On Tue, Dec 07, 2004 at 02:26:09PM +1030 or thereabouts, Adam Smith wrote:
 And that's why I like fish -- cos it doesn't need anything special running
 to connect to a remote host! :)

You like fish? Even with that nasty bug in KDE which makes any kind
of work with files with size lower than 1024 bytes impossible? That
applies also to sftp as I've heard. And as it seems there is noone in
KDE team to fix this bug (possibly kio stuff), guys across the river
in Gentoo Linux distro have decided to take matters into their hands
and at least they have been able to fix sftp kio problem with such
files. Maybe this is indication that sftp is more useful than fish.


Cheers,

Martin

-- 
martin hudec


   * 421 907 303 393
   * [EMAIL PROTECTED]
   * http://www.aeternal.net

Nothing travels faster than the speed of light with the possible 
exception of bad news, which obeys its own special laws.

   Douglas Adams, The Hitchhiker's Guide to the Galaxy


pgp1N6PrBGX3L.pgp
Description: PGP signature


Re: KDE, FreeBSD fish

2004-12-06 Thread Stijn Hoop
On Tue, Dec 07, 2004 at 02:26:09PM +1030, Adam Smith wrote:
 I have found in playing around that *sometimes* it works and *sometimes* it
 doesn't.  I have used debug mode for sshd on my broken box and fish://
 passes the username correctly, but still gets an auth fail.  Strange.
 Works in other places.

Sometimes *sftp* fails when your ssh login is chatty -- maybe fish suffers
from the same problem. Check to see whether you have fortune, nfrm, or
other such outputting programs on that host in your login scripts.

HTH,

--Stijn

-- 
Help Wanted: Telepath. You know where to apply.


pgpl3Fj86cfde.pgp
Description: PGP signature


Unable to move windows in KDE, FreeBSD 5.2.1

2004-11-11 Thread Jay Moore
I'm not sure exactly when this happened, but I can no longer move or re-size 
any windows. Open windows behave normally otherwise - I can minimize, 
maximize, close, move to another desktop, etc, etc. They just can't be moved 
or re-sized.

Is this a known problem, or just some weird anomaly requiring a re-startx?

Oh - I'm using XFree86; this is a 5.2.1 installation.

Thanks,
Jay
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] KDE 3.2 + startx errors (dcopserver)

2004-02-15 Thread Andy Fawcett
On Sunday 15 February 2004 11:19, Bryan Cassidy wrote:
 I am running FreeBSD 4.9 and have just installed KDE 3.2 from the
 ports without any errors. I know for a fact I have X configured so it
 couldnt be that. I added exec startkde to my .xinitrc file and ran
 'startx' and I get the following

 There was an error setting up inter-process communications for KDE.
 The message returned by the system was:

 could not read network connection list
 /home/usr/.DCOPserver_bsdjunky.homeunix.org__0

 Please check that the dcopserver program is running.

 Second error I get is

 Will not save configuration
 Configuration file /home/usr/.kde/share/config/kwinrc not writable

 Configuration file /home/usr/.kde/share/config/kdeglobals not
 writable

 Please contact your system admin.

  I have tried running 'dcopserver' as usr and as root with no
 success. Any help would be appreciated.

As root:
chown -R youruser:yourgroup /home/usr/.kde
should fix it.

If not, you need to check the permissions of those files, and ensure 
they are:

-rw--- youruser yourgroup

A.

-- 
Andy Fawcett | [EMAIL PROTECTED]
 | [EMAIL PROTECTED]
In an open world without walls and fences,  | [EMAIL PROTECTED]
  we wouldn't need Windows and Gates.  -- anon  | [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] KDE 3.2 + startx errors (dcopserver)

2004-02-15 Thread Bryan Cassidy
OK. That problem fixed. Now when I 'startx' It hangs when Loading
Peripherals and then the splash screen goes away and it just sits there
making me have to do a Control+Alt+Backspace. Any ideas?

On Sun, Feb 15, 2004 at 10:48:39AM +0200, Andy Fawcett wrote:
On Sunday 15 February 2004 11:19, Bryan Cassidy wrote:
 I am running FreeBSD 4.9 and have just installed KDE 3.2 from the
 ports without any errors. I know for a fact I have X configured so it
 couldnt be that. I added exec startkde to my .xinitrc file and ran
 'startx' and I get the following

 There was an error setting up inter-process communications for KDE.
 The message returned by the system was:

 could not read network connection list
 /home/usr/.DCOPserver_bsdjunky.homeunix.org__0

 Please check that the dcopserver program is running.

 Second error I get is

 Will not save configuration
 Configuration file /home/usr/.kde/share/config/kwinrc not writable

 Configuration file /home/usr/.kde/share/config/kdeglobals not
 writable

 Please contact your system admin.

  I have tried running 'dcopserver' as usr and as root with no
 success. Any help would be appreciated.

As root:
chown -R youruser:yourgroup /home/usr/.kde
should fix it.

If not, you need to check the permissions of those files, and ensure 
they are:

-rw--- youruser yourgroup

A.

-- 
Andy Fawcett | [EMAIL PROTECTED]
 | [EMAIL PROTECTED]
In an open world without walls and fences,  | [EMAIL PROTECTED]
  we wouldn't need Windows and Gates.  -- anon  | [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 


pgp0.pgp
Description: PGP signature


Re: [kde-freebsd] KDE 3.2 + startx errors (dcopserver)

2004-02-15 Thread Bryan Cassidy
Hello there

On Sun, Feb 15, 2004 at 05:23:31AM -0600, Bryan Cassidy wrote:
OK. That problem fixed. Now when I 'startx' It hangs when Loading
Peripherals and then the splash screen goes away and it just sits there
making me have to do a Control+Alt+Backspace. Any ideas?

On Sun, Feb 15, 2004 at 10:48:39AM +0200, Andy Fawcett wrote:
On Sunday 15 February 2004 11:19, Bryan Cassidy wrote:
 I am running FreeBSD 4.9 and have just installed KDE 3.2 from the
 ports without any errors. I know for a fact I have X configured so it
 couldnt be that. I added exec startkde to my .xinitrc file and ran
 'startx' and I get the following

 There was an error setting up inter-process communications for KDE.
 The message returned by the system was:

 could not read network connection list
 /home/usr/.DCOPserver_bsdjunky.homeunix.org__0

 Please check that the dcopserver program is running.

 Second error I get is

 Will not save configuration
 Configuration file /home/usr/.kde/share/config/kwinrc not writable

 Configuration file /home/usr/.kde/share/config/kdeglobals not
 writable

 Please contact your system admin.

  I have tried running 'dcopserver' as usr and as root with no
 success. Any help would be appreciated.

As root:
chown -R youruser:yourgroup /home/usr/.kde
should fix it.

If not, you need to check the permissions of those files, and ensure 
they are:

-rw--- youruser yourgroup

A.

-- 
Andy Fawcett | [EMAIL PROTECTED]
 | [EMAIL PROTECTED]
In an open world without walls and fences,  | [EMAIL PROTECTED]
  we wouldn't need Windows and Gates.  -- anon  | [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 



-- 


pgp0.pgp
Description: PGP signature


RE: [kde-freebsd] make package-recursive install question

2004-02-05 Thread Didier WIROTH
Hi,
Thanks a lot
Can you do the same without actually installing the kde packages or ports?

I stopped the build process on my workstation, it's definitly to slow! I
would like to build the binary packages on a fast xeon server BUT WITHOUT
installing kde and it's dependencies?

How do I have to do this?

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Andy Fawcett
 Sent: jeudi 5 février 2004 11:32
 To: [EMAIL PROTECTED]
 Subject: Re: [kde-freebsd] make package-recursive install question
 
 On Thursday 05 February 2004 12:28, Didier WIROTH wrote:
  Hi,
  I would like to build packages (to burn and install on other slower
  machines) the kde32 port. I'm doing this:
  cd /usr/ports/x11/kde3:
  make package-recursive install
 
  QT has been compiled and installed but there was no package created
  in: /usr/ports/packages/
 
  How do I have to modify the command to make packages of the 
 entire kde 
  packages and dependencies?
 
 The easiest way to do a set of packages is to install 
 portupgrade, and then run
 
 portinstall -rRp kde
 
 This will:
 
 . build kde and all dependency ports
 . create packages for all ports
 
 This is actually what I am doing at this very moment, so that 
 we have packages of KDE 3.2.0 for 5.2-RELEASE/i686
 
 A.
 
 -- 
 Andy Fawcett | [EMAIL PROTECTED]
  | [EMAIL PROTECTED]
 In an open world without walls and fences,  | [EMAIL PROTECTED]
   we wouldn't need Windows and Gates.  -- anon  | 
 [EMAIL PROTECTED] ___
 kde-freebsd mailing list
 [EMAIL PROTECTED]
 http://freebsd.kde.org/mailman/listinfo/kde-freebsd

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd]

2003-08-20 Thread Rob Lahaye

Tilman Linneweh wrote:
 
 Well there is a seperate list for qt, see 
 http://freebsd.kde.org/resources.php#mail for details.

What news-server is this on?
I use news.gmane.org and news.easysw.com, but qt-freebsd is on neither.
Freebsd-questions and kde-freebsd are both on gmane!

I have FreeBSD 4.8 and Qt 3.1.2 installed as is from the portscollection.

I built the document processor LyX against Qt, which comes by default as threaded
library on FreeBSD. So what I needed was:

  $ setenv LDFLAGS -pthread
  $ configure
  $ make
 
 
 Why didn't you use the port? ( /usr/ports/print/lyx ). It usually takes care
 of these problems.

No it doesn't; the lyx port has the same problem!
I compiled LyX 1.3.2 from ports as make WITH_QT=yes, to build LyX/Qt.
I get exactly the same error as described earlier:

 When I start LyX, all works well, but when I exit LyX, the whole exit
 goes fine, but at the very end I get in a console:message:

  Mutex destroy failure: Device busy

and a coredump on SIGSEGV.

See below for the actual gdb  backtrace and ldd output.

Is this a conflict between /usr/lib/libc.so.4 and /usr/lib/libc_r.so.4;
at least these two libs are the #0 and #1 backtraces in gdb.
Or what else is it?
1. Have I misconfigured anything? Someone else seeing this?
2. Is it a FreeBSD bug/problem?
3. Is it a Qt bug/problem?
4. Is it a LyX bug/problem?

I'm at a total loss here.
Any ideas?

Regards,
Rob.


$ gdb /usr/local/bin/lyx
GNU gdb 4.18 (FreeBSD)
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i386-unknown-freebsd...
(no debugging symbols found)...
(gdb) run
Starting program: /usr/local/bin/lyx
(no debugging symbols found)...(no debugging symbols found)...
[...]
Mutex destroy failure: Device busy
(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x28fa0aac in .cerror () from /usr/lib/libc.so.4
(gdb) bt
#0  0x28fa0aac in .cerror () from /usr/lib/libc.so.4
#1  0x2901892b in _exit () from /usr/lib/libc_r.so.4
#2  0x28fa09ab in exit () from /usr/lib/libc.so.4
#3  0x84e529e in lyx_gui::exit ()
#4  0x825bd38 in QuitLyX ()
#5  0x82819ad in LyXFunc::dispatch ()
#6  0x827f62f in LyXFunc::dispatch ()
#7  0x84de2ec in QtView::activated ()
#8  0x855c96c in QtView::qt_invoke ()
#9  0x2890c395 in QObject::activate_signal () from /usr/X11R6/lib/libqt-mt.so.3
#10 0x2890c53e in QObject::activate_signal () from /usr/X11R6/lib/libqt-mt.so.3
#11 0x28ba5bbb in QPopupMenu::activated () from /usr/X11R6/lib/libqt-mt.so.3
#12 0x289d4e9b in QPopupMenu::actSig () from /usr/X11R6/lib/libqt-mt.so.3
#13 0x289d8c3f in QPopupMenu::mouseReleaseEvent ()
   from /usr/X11R6/lib/libqt-mt.so.3
#14 0x289378b9 in QWidget::event () from /usr/X11R6/lib/libqt-mt.so.3
#15 0x288b8bd6 in QApplication::internalNotify ()
   from /usr/X11R6/lib/libqt-mt.so.3
#16 0x288b8508 in QApplication::notify () from /usr/X11R6/lib/libqt-mt.so.3
#17 0x2886cedb in QETWidget::translateMouseEvent ()
   from /usr/X11R6/lib/libqt-mt.so.3
#18 0x2886b405 in QApplication::x11ProcessEvent ()
   from /usr/X11R6/lib/libqt-mt.so.3
#19 0x2887ccdf in QEventLoop::processEvents ()
   from /usr/X11R6/lib/libqt-mt.so.3
#20 0x288ca712 in QEventLoop::enterLoop () from /usr/X11R6/lib/libqt-mt.so.3
#21 0x288ca667 in QEventLoop::exec () from /usr/X11R6/lib/libqt-mt.so.3
#22 0x288b8d46 in QApplication::exec () from /usr/X11R6/lib/libqt-mt.so.3
#23 0x84e51a1 in lyx_gui::start ()
#24 0x8261e93 in LyX::LyX ()
#25 0x82c1afe in main ()
#26 0x816cfea in _start ()


$ ldd /usr/local/bin/lyx
/usr/local/bin/lyx:
libqt-mt.so.3 = /usr/X11R6/lib/libqt-mt.so.3 (0x286f9000)
libintl.so.4 = /usr/local/lib/libintl.so.4 (0x28cd8000)
libiconv.so.3 = /usr/local/lib/libiconv.so.3 (0x28ce)
libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x28dce000)
libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x28dd7000)
libjpeg.so.9 = /usr/local/lib/libjpeg.so.9 (0x28ded000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x28e0b000)
libstdc++.so.3 = /usr/lib/libstdc++.so.3 (0x28ec7000)
libm.so.2 = /usr/lib/libm.so.2 (0x28f0c000)
libc.so.4 = /usr/lib/libc.so.4 (0x28f27000)
libc_r.so.4 = /usr/lib/libc_r.so.4 (0x28fc)
libmng.so.1 = /usr/local/lib/libmng.so.1 (0x29075000)
libpng.so.5 = /usr/local/lib/libpng.so.5 (0x290c8000)
libz.so.2 = /usr/lib/libz.so.2 (0x290eb000)
libGL.so.1 = /usr/X11R6/lib/libGL.so.1 (0x290f8000)
libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x29156000)
libXrender.so.1 = /usr/X11R6/lib/libXrender.so.1 (0x2916b000)
libXft.so.2 = /usr/X11R6/lib/libXft.so.2 (0x29173000

Re: [kde-freebsd]

2003-08-20 Thread Will Andrews
On Thu, Aug 21, 2003 at 11:01:35AM +0900, Rob Lahaye wrote:
 What news-server is this on?
 I use news.gmane.org and news.easysw.com, but qt-freebsd is on neither.
 Freebsd-questions and kde-freebsd are both on gmane!

I set up qt-freebsd about a year ago with the intention of
putting qt-specific topics on that list for those who aren't
interested in KDE but are in Qt... however, I never got around to
telling people (most notably qt-dependent port maintainers) about it...

Regards,
-- 
wca
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd]

2003-08-20 Thread Andy Fawcett
On Thursday 21 August 2003 05:01, Rob Lahaye wrote:

  Why didn't you use the port? ( /usr/ports/print/lyx ). It usually
  takes care of these problems.

 No it doesn't; the lyx port has the same problem!
 I compiled LyX 1.3.2 from ports as make WITH_QT=yes, to build
 LyX/Qt.

FWIW, the lyx port (with Qt enabled) is working fine for me, on 5.1R and 
up to date KDE/Qt installed.

Of course, this may be a 4.x issue, and I don't have a 4.x system to 
test on.

Andy

-- 
Andy Fawcett | [EMAIL PROTECTED]
 | [EMAIL PROTECTED]
In an open world without walls and fences,  | [EMAIL PROTECTED]
  we wouldn't need Windows and Gates.  -- anon  | [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] can't compile kde3.1.2

2003-07-23 Thread Andy Fawcett
On Wednesday 23 July 2003 05:48, Antoine Solomon wrote:
 I am having problems building and installing kde3.1.2 from the ports
 collection Here is the error that I get

 checking for libXext... no
 ===  Script configure failed unexpectedly.
   Please report the problem to [EMAIL PROTECTED] [maintainer] and
 attach the /usr/ports/x11/kdelibs3/work/kdelibs-3.1.2/config.log
 including the output of the failure of your make command. Also, it
 might be a good idea to provide an overview of all packages installed
 on your system (e.g. an `ls /var/db/pkg`).
 *** Error code 1

 Stop in /usr/ports/x11/kdelibs3.

Okay, as Kris pointed out, there's not enough info to go on here...

However, remove the existing arts package, as it's very outdated, and 
could potentially cause a build problem.

Do that, try another kdelibs build, and if you still run into the same 
problem please follow the instructions that the build system gives you.

A.

-- 
Andy Fawcett | [EMAIL PROTECTED]
 | [EMAIL PROTECTED]
In an open world without walls and fences,  | [EMAIL PROTECTED]
  we wouldn't need Windows and Gates.  -- anon  | [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] can't compile kde3.1.2

2003-07-23 Thread Kent Stewart
On Wednesday 23 July 2003 12:18 am, Andy Fawcett wrote:
 On Wednesday 23 July 2003 05:48, Antoine Solomon wrote:
  I am having problems building and installing kde3.1.2 from the
  ports collection Here is the error that I get
 
  checking for libXext... no
  ===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and
  attach the /usr/ports/x11/kdelibs3/work/kdelibs-3.1.2/config.log
  including the output of the failure of your make command. Also, it
  might be a good idea to provide an overview of all packages
  installed on your system (e.g. an `ls /var/db/pkg`).
  *** Error code 1
 
  Stop in /usr/ports/x11/kdelibs3.

 Okay, as Kris pointed out, there's not enough info to go on here...

 However, remove the existing arts package, as it's very outdated, and
 could potentially cause a build problem.

 Do that, try another kdelibs build, and if you still run into the
 same problem please follow the instructions that the build system
 gives you.

His dependancy tree is really out of date. For example, he has 
XFree86-libraries-4.3.0_5 installed but everything else is still 
version 4.2. A portupgrade -R XFree86 would be a good start and then 
run a -R on kde.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [kde-freebsd] lpd/lpr stopped working

2003-02-04 Thread Bjarne Wichmann Petersen
On Monday 03 February 2003 22:05, AlanE wrote:

 /usr/local/bin/lpr -P 'laserjet' '/var/tmp/kde-mekanix/kdeprint_pYNslYF' :
 execution failed with message:
 lpr: unable to print file: server-error-service-unavailable
 That looks like a cups message;  did you install cups-lpr as well?
 And, what is the print system set to in the print dialog? That message
 indicates that the print daemon (cupsd) is not running.

I haven't installed cups, but looks like KDE dragged it along. So yes, 
cups-lpr seems to be installed and no cupsd is not runing. And I really don't 
like cups running, I'm quite happy with the systems lpr/lpd. So, can I remove 
safely all-that-is-cups without breaking anything in KDE? And how do I 
reinstate my systems lpr?

And the printsystem is set to the Unix LPD system (default) but also tried 
the LPR/LPRng system.

BTW: what's the knob for *not* building CUPS, and why isn't this set as 
default?

Bjarne
-- 
Homepage: http://www.mekanix.dk


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: [kde-freebsd] lpd/lpr stopped working

2003-02-04 Thread Geoffrey C. Speicher
On Tue, 4 Feb 2003, Bjarne Wichmann Petersen wrote:

 On Monday 03 February 2003 22:05, AlanE wrote:
 
  /usr/local/bin/lpr -P 'laserjet' '/var/tmp/kde-mekanix/kdeprint_pYNslYF' :
  execution failed with message:
  lpr: unable to print file: server-error-service-unavailable
  That looks like a cups message;  did you install cups-lpr as well?
  And, what is the print system set to in the print dialog? That message
  indicates that the print daemon (cupsd) is not running.
 
 I haven't installed cups, but looks like KDE dragged it along. So yes, 
 cups-lpr seems to be installed and no cupsd is not runing. And I really don't 
 like cups running, I'm quite happy with the systems lpr/lpd. So, can I remove 
 safely all-that-is-cups without breaking anything in KDE? And how do I 
 reinstate my systems lpr?

I don't know if pkg_deinstalling cups will break KDE, but I'm going to
wager a guess that you have /usr/local/bin before /usr/bin in your path,
and that if you reverse them, printing will work.

Geoff


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: [kde-freebsd] lpd/lpr stopped working

2003-02-04 Thread Bjarne Wichmann Petersen
On Tuesday 04 February 2003 16:46, you wrote:

  I haven't installed cups, but looks like KDE dragged it along. So
  yes, cups-lpr seems to be installed and no cupsd is not runing. And I
  really don't like cups running, I'm quite happy with the systems lpr/lpd.
  So, can I remove safely all-that-is-cups without breaking anything in
  KDE? And how do I reinstate my systems lpr?
 I don't know if pkg_deinstalling cups will break KDE, but I'm going to
 wager a guess that you have /usr/local/bin before /usr/bin in your path,
 and that if you reverse them, printing will work.

$ echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/X11R6/sbin:/usr/local/bin:/usr/local/sbin:/home/mekanix/bin

But this is a shell-prompt, and thus reads the /etc/profile ~/.profile or 
login.conf... but could KDM do som mixup of order?

/usr/local/share/config/kdm/Xsession does something to the PATH, but I don't 
know much about shell-scripting so it's pure jibberish to me.

Bjarne
-- 
Homepage: http://www.mekanix.dk

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: [kde-freebsd] lpd/lpr stopped working

2003-02-03 Thread AlanE
On Mon, Feb 03, 2003 at 08:39:59PM +0100, Bjarne Wichmann Petersen wrote:
Hi!

I'm a bit pussled. I can print from OpenOffice and Phoenix. But konq chokes:

A print error occured. Error message received from system:

/usr/local/bin/lpr -P 'laserjet' '/var/tmp/kde-mekanix/kdeprint_pYNslYF' : 
execution failed with message:
lpr: unable to print file: server-error-service-unavailable

That looks like a cups message;  did you install cups-lpr as well?
And, what is the print system set to in the print dialog? That message
indicates that the print daemon (cupsd) is not running.

-- 
AlanE (Alan Eldridge)
Unix/C(++) IT Pro for 20 yrs, likes fixing weird distributed systems bugs.
KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message