Re: [gentoo-user] Re: mysql-workbench

2017-04-18 Thread lee
Martin Vaeth  writes:

>> Alan McKinnon >| [ebuild  N ] dev-cpp/cairomm-1.12.0-r1  USE="svg -X (-aqua) -doc"
>>[???]
>>| # required by dev-cpp/cairomm-1.12.0-r1::gentoo
>>| >=x11-libs/cairo- -X
>
> eix -vle cairomm

Oh, that gives nice output, thanks!

> ???RDEPEND:  >=x11-libs/cairo-1.12.10[aqua=,svg=,X=,???
>
> So your selected cairomm[-X] requires cairo[-X].
> A solution might be to select cairomm[X]

cairomm now uses X.  That it won't compile must be some other problem.

BTW, bind needs


LDFLAGS="$LDFLAGS -ldl" emerge bind


to compile, is that a bug?



[gentoo-user] Re: mysql-workbench

2017-04-18 Thread Martin Vaeth
> Alan McKinnon | [ebuild  N ] dev-cpp/cairomm-1.12.0-r1  USE="svg -X (-aqua) -doc"
>[???]
>| # required by dev-cpp/cairomm-1.12.0-r1::gentoo
>| >=x11-libs/cairo- -X

eix -vle cairomm

???RDEPEND:  >=x11-libs/cairo-1.12.10[aqua=,svg=,X=,???

So your selected cairomm[-X] requires cairo[-X].
A solution might be to select cairomm[X]




[gentoo-user] Re: mysql-5.6.22 update borked akonadi

2015-01-25 Thread Mick
On Sunday 25 Jan 2015 13:23:47 you wrote:
 Hi All,
 
 I just updated a laptop after a week's abstinence and with mysql-5.6.22
 akonadi won't start.  This error renders this laptop useless for email (it
 uses kmail) and therefore I am hesitant to update other boxen to avoid a
 luser riot.  Have you experienced such a problem?  How can I fix it?
 
 
 This is the error log:
 ==
 
 2015-01-25 09:18:08 3192 [Warning] Buffered warning: Changed limits:
 max_open_files: 1024 (requested 5000)
 
 2015-01-25 09:18:08 3192 [Warning] Buffered warning: Changed limits:
 max_connections: 214 (requested 256)
 
 2015-01-25 09:18:08 7f3605d7c740 InnoDB: Warning: Using
 innodb_additional_mem_pool_size is DEPRECATED. This option may be removed
 in future releases, together with the option innodb_use_sys_malloc and
 with the InnoDB's internal memory allocator.
 2015-01-25 09:18:08 3192 [Note] InnoDB: Using atomics to ref count buffer
 pool pages
 2015-01-25 09:18:08 3192 [Note] InnoDB: The InnoDB memory heap is disabled
 2015-01-25 09:18:08 3192 [Note] InnoDB: Mutexes and rw_locks use GCC atomic
 builtins
 2015-01-25 09:18:08 3192 [Note] InnoDB: Memory barrier is not used
 2015-01-25 09:18:08 3192 [Note] InnoDB: Compressed tables use zlib 1.2.8
 2015-01-25 09:18:08 3192 [Note] InnoDB: Using Linux native AIO
 2015-01-25 09:18:08 3192 [Note] InnoDB: Not using CPU crc32 instructions
 2015-01-25 09:18:08 3192 [Note] InnoDB: Initializing buffer pool, size =
 80.0M 2015-01-25 09:18:08 3192 [Note] InnoDB: Completed initialization of
 buffer pool
 2015-01-25 09:18:08 3192 [Note] InnoDB: Highest supported file format is
 Barracuda.
 2015-01-25 09:18:08 3192 [Note] InnoDB: The log sequence numbers
 20549320007 and 20549320007 in ibdata files do not match the log sequence
 number 20692769575 in the ib_logfiles!
 2015-01-25 09:18:08 3192 [Note] InnoDB: Database was not shutdown normally!
 2015-01-25 09:18:08 3192 [Note] InnoDB: Starting crash recovery.
 2015-01-25 09:18:08 3192 [Note] InnoDB: Reading tablespace information from
 the .ibd files...
 2015-01-25 09:18:08 3192 [Note] InnoDB: Restoring possible half-written
 data pages
 2015-01-25 09:18:08 3192 [Note] InnoDB: from the doublewrite buffer...
 09:18:08 UTC - mysqld got signal 11 ;
 This could be because you hit a bug. It is also possible that this binary
 or one of the libraries it was linked against is corrupt, improperly built,
 or misconfigured. This error can also be caused by malfunctioning hardware.
 We will try our best to scrape up some info that will hopefully help
 diagnose the problem, but since we have already crashed,
 something is definitely wrong and this may fail.
 
 key_buffer_size=16384
 read_buffer_size=131072
 max_used_connections=0
 max_threads=214
 thread_count=0
 connection_count=0
 It is possible that mysqld could use up to
 key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 85119
 K bytes of memory
 Hope that's ok; if not, decrease some variables in the equation.
 
 Thread pointer: 0x0
 Attempting backtrace. You can use the following information to find out
 where mysqld died. If you see no messages after this, something went
 terribly wrong...
 stack_bottom = 0 thread_stack 0x4
 /usr/sbin/mysqld(my_print_stacktrace+0x20)[0x83f5c0]
 /usr/sbin/mysqld(handle_fatal_signal+0x34d)[0x61fcbd]
 /lib64/libpthread.so.0(+0x11250)[0x7f3604aed250]
 /usr/sbin/mysqld[0x9e3d28]
 /usr/sbin/mysqld[0x9e4df1]
 /usr/sbin/mysqld[0x96d245]
 /usr/sbin/mysqld[0x8cc8e4]
 /usr/sbin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x41)[0x57d40
 1] /usr/sbin/mysqld[0x6975d0]
 /usr/sbin/mysqld(_Z11plugin_initPiPPci+0x91c)[0x69b5dc]
 /usr/sbin/mysqld(_Z11mysqld_mainiPPc+0x83f)[0x57722f]
 /lib64/libc.so.6(__libc_start_main+0xf5)[0x7f360414edb5]
 /usr/sbin/mysqld[0x56c9e5]
 The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
 information that should help you find out what is causing the crash.
 ==

It's probably some corruption of the idiotic system that KDEPIM is forced to 
use in KDE4:

2015-01-25 09:18:08 3192 [Note] InnoDB: The log sequence numbers
20549320007 and 20549320007 in ibdata files do not match the log sequence 
number 20692769575 in the ib_logfiles!

I tried starting akonadi with another user's account and there's not problem 
there.  Any idea how to recover from a problem like this?

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: mysql to postgresql migration

2014-07-15 Thread James
J. Roeleveld joost at antarean.org writes:


 I recently ran across this script: py-mysql2pgsql [1]
 and this discussion on it's origin [2]. I'm keenly interested
 in the recommendations of others for migrating mysql databases
 to postgresql and any comments on this aforementioned script
 or other methodologies
 [1] https://github.com/philipsoutham/py-mysql2pgsql
 [2]
 http://www.tryolabs.com/Blog/2012/02/10/django-migrating-mysql-
postgresql/
 James,

 I haven't looked into this recently. But I believe that the DDLs and data
 can be migrated relatively easy.

 Just be aware that software specifically written using MySQLs version of 
SQL is unlikely to work on a different RDBMS without extensive rewrites.

So, If you run the same program, say gnucash, on top of mysql, then migrate
the mysql dB it to pgsql, it will require an extensive rewrite?

This shouild be an easy example, which is quite common (google).
So, let's just say that I run across mysql -- pgsql quite often to the
point that it's time for me to develop some slick_skills here.

 This is the biggest problem people are facing when porting websites 
 to use a different database.
 What is the reason for migrating and what kind of data and 
 applications are you using?
 Joost

Another more serious problem:
I'm not porting websites, but more working on science applications with
huge data. Some of it is organized via mysql, others are more 
in the form of vary large test vectors (matricies) that are sparsely
populated.  Others portions are double float or other forms of scientific
data.   So in this case there is not a one-2-one semantic. But, I do
need to extract (dump?) mysql into a form where I can later
include it into a much larger, designed from the ground floor up,
pgsql dB.  I relaize this sort of effort is unique, but surely some
additional slick_tools exist for this sort of effort?


Actually, some good articles, book, wikis, etc, would be keen too?


James












Re: [gentoo-user] Re: mysql to postgresql migration

2014-07-15 Thread J. Roeleveld
On 15 July 2014 19:40:14 CEST, James wirel...@tampabay.rr.com wrote:
J. Roeleveld joost at antarean.org writes:


 I recently ran across this script: py-mysql2pgsql [1]
 and this discussion on it's origin [2]. I'm keenly interested
 in the recommendations of others for migrating mysql databases
 to postgresql and any comments on this aforementioned script
 or other methodologies
 [1] https://github.com/philipsoutham/py-mysql2pgsql
 [2]
 http://www.tryolabs.com/Blog/2012/02/10/django-migrating-mysql-
postgresql/
 James,

 I haven't looked into this recently. But I believe that the DDLs and
data
 can be migrated relatively easy.

 Just be aware that software specifically written using MySQLs version
of 
SQL is unlikely to work on a different RDBMS without extensive
rewrites.

So, If you run the same program, say gnucash, on top of mysql, then
migrate
the mysql dB it to pgsql, it will require an extensive rewrite?

Not always. But if the software was written using the non standard SQL that is 
common when the developers only know MySQL then you are likely to find that the 
SQL is invalid for other databases.

This shouild be an easy example, which is quite common (google).
So, let's just say that I run across mysql -- pgsql quite often to the
point that it's time for me to develop some slick_skills here.

I deal with migrations and integration projects on a daily basis as part of my 
job. Some are simple. Some require extensive skills and knowledge. 

 This is the biggest problem people are facing when porting websites 
 to use a different database.
 What is the reason for migrating and what kind of data and 
 applications are you using?
 Joost

Another more serious problem:
I'm not porting websites, but more working on science applications with
huge data. Some of it is organized via mysql, others are more 
in the form of vary large test vectors (matricies) that are sparsely
populated.  Others portions are double float or other forms of
scientific
data.   So in this case there is not a one-2-one semantic. But, I do
need to extract (dump?) mysql into a form where I can later
include it into a much larger, designed from the ground floor up,
pgsql dB.  I relaize this sort of effort is unique, but surely some
additional slick_tools exist for this sort of effort?

The tools that exist to make these things easier require plenty of practice and 
experience to use properly.
For your usecase, if not too often, I would recommend exporting the DDL (all 
create table/index/ statements) and export the table contents to CSV files 
(with headers to ensure data goes back to correct columns)

--
Joost


-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



[gentoo-user] Re: mysql

2010-07-11 Thread walt
On 07/11/2010 09:29 AM, Stéphane Guedon wrote:
 Hello
 
 Could someone help me concerning mysql.
 
 My servers (both laptop hosted mysql and server hosted) are buggy. Every time 
 I restart them through the 
 init script, it crash ! :
 
 18:15:06 r...@einstein:~ # rc-service mysql restart
 pdns  | * Stopping PowerDNS (default) ...
 mediatomb | * Stopping MediaTomb ...  
 [ ok ]
 mysql | * Stopping  ...
 mysql | * Stopping mysqld (0) 
 [ ok ]
 mysql | * Starting  ...
 mysql | * Starting  (/etc/mysql/my.cnf)
 mysql | * MySQL NOT started (0)   
   [ !! ]

I'm not familiar with running rc-service directly.  If you add the --debug flag
like this:

#/etc/init.d/mysql start --debug

maybe it will give you better error messages.




Re: [gentoo-user] Re: mysql

2010-07-11 Thread Stéphane Guedon
Le dimanche 11 juillet 2010 19:37:34, walt a écrit :
 On 07/11/2010 09:29 AM, Stéphane Guedon wrote:
  Hello
  
  Could someone help me concerning mysql.
  
  My servers (both laptop hosted mysql and server hosted) are buggy. Every
  time I restart them through the init script, it crash ! :
  
  18:15:06 r...@einstein:~ # rc-service mysql restart
  pdns  | * Stopping PowerDNS (default) ...
  mediatomb | * Stopping MediaTomb ... 
  [ ok ] mysql | * Stopping  ...
  mysql | * Stopping mysqld (0)
  [ ok ] mysql | * Starting  ...
  mysql | * Starting  (/etc/mysql/my.cnf)
  mysql | * MySQL NOT started (0)  
[ !! ]
 
 I'm not familiar with running rc-service directly.  If you add the --debug
 flag like this:
 
 #/etc/init.d/mysql start --debug
 
 maybe it will give you better error messages.

I have just done three (3) rc-service mysql restart --verbose, and everything 
goes right, nothing bug... strange !
-- 
Stéphane Guedon
page web : http://www.22decembre.eu/
carte de visite : http://www.22decembre.eu/downloads/Stephane-Guedon.vcf
clé publique gpg : http://www.22decembre.eu/downloads/Stephane-Guedon.asc


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: mysql

2010-07-11 Thread walt
On 07/11/2010 10:16 AM, Stéphane Guedon wrote:

 19:14:11 r...@einstein:/var/log/mysql # tail mysqld.err 
 100323  8:30:20 [Note] Event Scheduler: Loaded 0 events
 100323  8:30:20 [Note] /usr/sbin/mysqld: ready for connections.
 Version: '5.1.44-log'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  
 Gentoo Linux mysql-5.1.44-r1
 100421 10:52:15 [Note] /usr/sbin/mysqld: Normal shutdown
 

The shutdown is timestamped more than two hours later.  Is that correct?





Re: [gentoo-user] Re: mysql

2010-07-11 Thread Alan McKinnon
On Sunday 11 July 2010 19:58:43 Stéphane Guedon wrote:
 Le dimanche 11 juillet 2010 19:37:34, walt a écrit :
  On 07/11/2010 09:29 AM, Stéphane Guedon wrote:
   Hello
   
   Could someone help me concerning mysql.
   
   My servers (both laptop hosted mysql and server hosted) are buggy.
   Every time I restart them through the init script, it crash ! :
   
   18:15:06 r...@einstein:~ # rc-service mysql restart
   pdns  | * Stopping PowerDNS (default) ...
   mediatomb | * Stopping MediaTomb ...
   
   [ ok ] mysql | * Stopping  ...
   
   mysql | * Stopping mysqld (0)
   
   [ ok ] mysql | * Starting  ...
   
   mysql | * Starting  (/etc/mysql/my.cnf)
   mysql | * MySQL NOT started (0)
   
 [ !! ]
  
  I'm not familiar with running rc-service directly.  If you add the
  --debug flag like this:
  
  #/etc/init.d/mysql start --debug
  
  maybe it will give you better error messages.
 
 I have just done three (3) rc-service mysql restart --verbose, and
 everything goes right, nothing bug... strange !

Did you notice that according to your logs, mysql did in fact start and shut 
itself done 2 hour 23 minutes later?


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Re: mysql

2010-07-11 Thread Stéphane Guedon
Le dimanche 11 juillet 2010 20:00:16, Alan McKinnon a écrit :
 On Sunday 11 July 2010 19:58:43 Stéphane Guedon wrote:
  Le dimanche 11 juillet 2010 19:37:34, walt a écrit :
   On 07/11/2010 09:29 AM, Stéphane Guedon wrote:
Hello

Could someone help me concerning mysql.

My servers (both laptop hosted mysql and server hosted) are buggy.
Every time I restart them through the init script, it crash ! :

18:15:06 r...@einstein:~ # rc-service mysql restart
pdns  | * Stopping PowerDNS (default) ...
mediatomb | * Stopping MediaTomb ...

[ ok ] mysql | * Stopping  ...

mysql | * Stopping mysqld (0)

[ ok ] mysql | * Starting  ...

mysql | * Starting  (/etc/mysql/my.cnf)
mysql | * MySQL NOT started (0)

  [ !! ]
   
   I'm not familiar with running rc-service directly.  If you add the
   --debug flag like this:
   
   #/etc/init.d/mysql start --debug
   
   maybe it will give you better error messages.
  
  I have just done three (3) rc-service mysql restart --verbose, and
  everything goes right, nothing bug... strange !
 
 Did you notice that according to your logs, mysql did in fact start and
 shut itself done 2 hour 23 minutes later?

That's really strange, but I have said this log haven't change since days !

I think logs are not correctly configured. But according to /etc/mysql/my.cnf, 
there's only mysqld.err.

Should I change something ?
-- 
Stéphane Guedon
page web : http://www.22decembre.eu/
carte de visite : http://www.22decembre.eu/downloads/Stephane-Guedon.vcf
clé publique gpg : http://www.22decembre.eu/downloads/Stephane-Guedon.asc


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: mysql

2010-07-11 Thread Alan McKinnon
On Sunday 11 July 2010 20:33:17 Stéphane Guedon wrote:
 Le dimanche 11 juillet 2010 20:00:16, Alan McKinnon a écrit :
  On Sunday 11 July 2010 19:58:43 Stéphane Guedon wrote:
   Le dimanche 11 juillet 2010 19:37:34, walt a écrit :
On 07/11/2010 09:29 AM, Stéphane Guedon wrote:
 Hello
 
 Could someone help me concerning mysql.
 
 My servers (both laptop hosted mysql and server hosted) are buggy.
 Every time I restart them through the init script, it crash ! :
 
 18:15:06 r...@einstein:~ # rc-service mysql restart
 pdns  | * Stopping PowerDNS (default) ...
 mediatomb | * Stopping MediaTomb ...
 
 [ ok ] mysql | * Stopping  ...
 
 mysql | * Stopping mysqld (0)
 
 [ ok ] mysql | * Starting  ...
 
 mysql | * Starting  (/etc/mysql/my.cnf)
 mysql | * MySQL NOT started (0)
 
   [ !! ]

I'm not familiar with running rc-service directly.  If you add the
--debug flag like this:

#/etc/init.d/mysql start --debug

maybe it will give you better error messages.
   
   I have just done three (3) rc-service mysql restart --verbose, and
   everything goes right, nothing bug... strange !
  
  Did you notice that according to your logs, mysql did in fact start and
  shut itself done 2 hour 23 minutes later?
 
 That's really strange, but I have said this log haven't change since days !
 
 I think logs are not correctly configured. But according to
 /etc/mysql/my.cnf, there's only mysqld.err.
 
 Should I change something ?


I mean to point out that according to your logs, mysql did in fact appear to 
start. Then it stopped. Ignoring the hour in the timestamps in case it's 
timezone differences, this means that according to your logs mysql ran for 
something like 23 minutes.

This does not mean it does not start as you claim.
It means something is killing it.
You need to go find what that is. I can't help you with that, you are the only 
one in front of your computer.


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Re: mysql

2010-07-11 Thread Enrico Weigelt

hmm. perhaps you could move away /etc/mysql and /var/lib/mysql
to some place, re-emerge the mysql package and so try if the 
fresh installation runs.


cu
-- 
--
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 phone:  +49 36207 519931  email: weig...@metux.de
 mobile: +49 151 27565287  icq:   210169427 skype: nekrad666
--
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
--



[gentoo-user] Re: mysql is being pulled in again!

2010-03-04 Thread Nikos Chantziaras

On 03/04/2010 05:37 PM, Mick wrote:

I am trying to understand what is pulling in mysql again.  This
morning a load of qt packages were being updated and I noticed a bunch
of perl and virtual packages in there too.  Rest assured dev-db/mysql
was in there, again.  This is despite the fact that the mysql use flag
seem to be not active as far as portage is concerned:


That doesn't matter.  USE flags is for optional stuff, not required 
stuff.  It's like having the kde USE flag disabled and wondering why 
emerging a KDE application wants to pull-in kdelibs...





Re: [gentoo-user] Re: mysql is being pulled in again!

2010-03-04 Thread Mick
On 4 March 2010 16:45, Nikos Chantziaras rea...@arcor.de wrote:
 On 03/04/2010 05:37 PM, Mick wrote:

 I am trying to understand what is pulling in mysql again.  This
 morning a load of qt packages were being updated and I noticed a bunch
 of perl and virtual packages in there too.  Rest assured dev-db/mysql
 was in there, again.  This is despite the fact that the mysql use flag
 seem to be not active as far as portage is concerned:

 That doesn't matter.  USE flags is for optional stuff, not required stuff.
  It's like having the kde USE flag disabled and wondering why emerging a KDE
 application wants to pull-in kdelibs...

OK, I found out that qt-mysql caused it.  Now I better change the USE
flag and start again.

Thank you all.
-- 
Regards,
Mick



[gentoo-user] Re: mysql is being pulled in again!

2010-03-04 Thread Nikos Chantziaras

On 03/04/2010 07:07 PM, Mick wrote:

On 4 March 2010 15:57, Alan McKinnonalan.mckin...@gmail.com  wrote:

There will be a reason why mysql is being pulled in, most likely a package
that must have it.


If a package must have it, wouldn't the USE flag mysql switch to + ?


No.  The USE flag is only for packages where MySQL is optional.  If a 
package can't be used without MySQL, there's no mysql USE flag for it.




I am thinking that x11-libs/qt-sql-4.6.2 may be what started this
emerge of mysql.


No, that one has MySQL as an optional dep and therefore it obeys the 
mysql USE flag.  To see which installed packages pull-in mysql, use:


  equery depends mysql

If the output starts with (mysql? then that package only pulls mysql 
if the USE flag is set.  If it shows a package pulling mysql without the 
(mysql? part, then you've found the culprit.





Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Neil Bothwick
On Tue, 20 Oct 2009 06:52:47 +0100, Mick wrote:

 Could it be that all this is caused by KDE-4.3 going stable?  Perhaps I
 should now bite the bullet unmerge all my KDE-3.5 packages and start a
 mammoth emerge of KDE-4 ?

That could be the case, so either install KDE4 or mask it.


-- 
Neil Bothwick

A friend of mine sent me a postcard with a satellite photo of the
entire planet on it, and on the back he wrote, Wish you were here.


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Alex Schuster
Mick writes:

 Could it be that all this is caused by KDE-4.3 going stable?  Perhaps I
  should now bite the bullet unmerge all my KDE-3.5 packages and start a
  mammoth emerge of KDE-4 ?

Uh, I am running KDE 4 for half a year now, but it still lacks stability. I 
still like it, and I can live with that, and also had some problems with 
KDE3, so I just jumped to the next version. But I can understand why people 
are disappointed with it and stick to KDE3. So, emerging KDE4 probably is a 
good idea, but unless you need to remove it, I would keep KDE3 for a while. 
I have both, and no problems.

I think I have to do some bug reports now. I have a loong list of KDE4 
problems I noted, and I hoped switching from 4.2 to 4.3 would solve many of 
them, but actually not much did change. Well, at last konqueror's bookmark 
editor is working now, this was annoying and made me wonder why such a bug 
made it into a release.

Wonko



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Mick
2009/10/20 Alex Schuster wo...@wonkology.org:
 Mick writes:

 Could it be that all this is caused by KDE-4.3 going stable?  Perhaps I
  should now bite the bullet unmerge all my KDE-3.5 packages and start a
  mammoth emerge of KDE-4 ?

 Uh, I am running KDE 4 for half a year now, but it still lacks stability. I
 still like it, and I can live with that, and also had some problems with
 KDE3, so I just jumped to the next version. But I can understand why people
 are disappointed with it and stick to KDE3. So, emerging KDE4 probably is a
 good idea, but unless you need to remove it, I would keep KDE3 for a while.
 I have both, and no problems.

 I think I have to do some bug reports now. I have a loong list of KDE4
 problems I noted, and I hoped switching from 4.2 to 4.3 would solve many of
 them, but actually not much did change. Well, at last konqueror's bookmark
 editor is working now, this was annoying and made me wonder why such a bug
 made it into a release.

I really, really depend on Kmail and to some extent on Konqueror
(fish, webdav and also as a file manager).  This is an old laptop
overdue for replacement - so could hold onto KDE3.5 with this one and
jump straight into KDE4 when I buy a new laptop within a month or so.

How is Kmail/Konqueror behaving on KDE4?
-- 
Regards,
Mick



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Alex Schuster
Mick writes:

 2009/10/20 Alex Schuster wo...@wonkology.org:

 I really, really depend on Kmail and to some extent on Konqueror
 (fish, webdav and also as a file manager).  This is an old laptop
 overdue for replacement - so could hold onto KDE3.5 with this one and
 jump straight into KDE4 when I buy a new laptop within a month or so.
 
 How is Kmail/Konqueror behaving on KDE4?

Kmail is running fine. There are some problems, but there also were with 
3.5, it crashed quite often, sometimes several times a day. With version 4, 
I had a single crash only.

My bug list for kontact/kmail:
- I can have multiple mail folders opened at once, which is nice, but new 
mails do not appear then. They show up in the folder tree, but so display 
them, I have to change into another folder and than back.
- While fetching new mail, I cannot open a new mail folder.
- New folders (created on the IMAP mail server) are not shown automatically.
- I can search for messages, but cannot open the ones I found.
- Saved attachments were empty, but I cannot reproduce that now, it's 
probably fixed.
- Sometimes when logging in, kontact complains it is already running and 
asks whether it should really be started. If I say yes, it crashes, if I say 
no, it does not start. No problem when starting manually the nest time.

Konqueror is great. New features:
- It allows opening of recently closed objects.
- When it dies, at next start a dialog asks whether the last session should 
be restored. The restored session also has all the history, so I can use the 
back button.

Konqueror bugs:
- I always have garbage in the status line, showing parts of other opened 
tabs.
- Sometimes, a tab has scrolling problems. That is, I scroll down a little, 
but only the very top ob the page is updated. If I scroll fast, more is 
updated, if I scroll a whole page down, the display is okay. Workaround is 
to open the same page in a new tab.
- When saving images by drag'nDrop into a dolphin folder I am always being 
asked whether to copy, move or to crate a shortcut, even if I press the Ctrl 
key.
- For a few times, the mouse vanished when inside konqueror. Did not happen 
since I use 4.3.
- With KDE  4.3, the bookmark editor crashes when moving a second entry to 
another location.
- Also with KDE  4.3, mouse gestures in konqueror did not work at all, but 
this is fixed.
- Oh, and also the fish:// protocol is working again!

So, these are minor problems only, both kmail and konqueror run better than 
in KDE 3.5, at least for me. But I do not use konqueror as file manager any 
more, I am trying out dolphin.

Wonko



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Mick
2009/10/20 Alex Schuster wo...@wonkology.org:
 Mick writes:

 2009/10/20 Alex Schuster wo...@wonkology.org:

 I really, really depend on Kmail and to some extent on Konqueror
 (fish, webdav and also as a file manager).  This is an old laptop
 overdue for replacement - so could hold onto KDE3.5 with this one and
 jump straight into KDE4 when I buy a new laptop within a month or so.

 How is Kmail/Konqueror behaving on KDE4?

 Kmail is running fine. There are some problems, but there also were with
 3.5, it crashed quite often, sometimes several times a day. With version 4,
 I had a single crash only.

 My bug list for kontact/kmail:
 - I can have multiple mail folders opened at once, which is nice, but new
 mails do not appear then. They show up in the folder tree, but so display
 them, I have to change into another folder and than back.
 - While fetching new mail, I cannot open a new mail folder.
 - New folders (created on the IMAP mail server) are not shown automatically.
 - I can search for messages, but cannot open the ones I found.
 - Saved attachments were empty, but I cannot reproduce that now, it's
 probably fixed.
 - Sometimes when logging in, kontact complains it is already running and
 asks whether it should really be started. If I say yes, it crashes, if I say
 no, it does not start. No problem when starting manually the nest time.

 Konqueror is great. New features:
 - It allows opening of recently closed objects.
 - When it dies, at next start a dialog asks whether the last session should
 be restored. The restored session also has all the history, so I can use the
 back button.

 Konqueror bugs:
 - I always have garbage in the status line, showing parts of other opened
 tabs.
 - Sometimes, a tab has scrolling problems. That is, I scroll down a little,
 but only the very top ob the page is updated. If I scroll fast, more is
 updated, if I scroll a whole page down, the display is okay. Workaround is
 to open the same page in a new tab.
 - When saving images by drag'nDrop into a dolphin folder I am always being
 asked whether to copy, move or to crate a shortcut, even if I press the Ctrl
 key.
 - For a few times, the mouse vanished when inside konqueror. Did not happen
 since I use 4.3.
 - With KDE  4.3, the bookmark editor crashes when moving a second entry to
 another location.
 - Also with KDE  4.3, mouse gestures in konqueror did not work at all, but
 this is fixed.
 - Oh, and also the fish:// protocol is working again!

 So, these are minor problems only, both kmail and konqueror run better than
 in KDE 3.5, at least for me. But I do not use konqueror as file manager any
 more, I am trying out dolphin.

Sounds promising - I've had no Kmail 3.5 crashes that I can think of
so it may be OK with 4 too.  Thanks for sharing.



-- 
Regards,
Mick



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Alan McKinnon
On Tuesday 20 October 2009 13:00:04 Mick wrote:
 I really, really depend on Kmail and to some extent on Konqueror
 (fish, webdav and also as a file manager).  This is an old laptop
 overdue for replacement - so could hold onto KDE3.5 with this one and
 jump straight into KDE4 when I buy a new laptop within a month or so.
 
 How is Kmail/Konqueror behaving on KDE4?
 

KMail is fine on 4.3.2. I had issues with it randomly crashing when I moved 
mails around, but that seems to have been sorted with the latest version.

Konqueror - well now, that's a different story:

- web shortcuts (gg:  wp:  etc) do not work. At all. Period.
- randomly suddenly using 100% cpu when visiting forum sites (NO flash). Only 
workaround is to kill konqueror
- fish:// does not work
- last merged toolbar item in toolbars randomly moves around, often triggered 
by switching between filemanager and browser modes
- plugin support is awful. Forget AJAX, it does not work which counts out 
gmail and half the support sites I use at work

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Mick
2009/10/20 Alan McKinnon alan.mckin...@gmail.com:
 On Tuesday 20 October 2009 13:00:04 Mick wrote:
 I really, really depend on Kmail and to some extent on Konqueror
 (fish, webdav and also as a file manager).  This is an old laptop
 overdue for replacement - so could hold onto KDE3.5 with this one and
 jump straight into KDE4 when I buy a new laptop within a month or so.

 How is Kmail/Konqueror behaving on KDE4?


 KMail is fine on 4.3.2. I had issues with it randomly crashing when I moved
 mails around, but that seems to have been sorted with the latest version.

 Konqueror - well now, that's a different story:

 - web shortcuts (gg:  wp:  etc) do not work. At all. Period.
 - randomly suddenly using 100% cpu when visiting forum sites (NO flash). Only
 workaround is to kill konqueror
 - fish:// does not work
 - last merged toolbar item in toolbars randomly moves around, often triggered
 by switching between filemanager and browser modes
 - plugin support is awful. Forget AJAX, it does not work which counts out
 gmail and half the support sites I use at work

Oh dear!  Have you confirmed these on different machines - just in case?

I have removed pambase from world (how did that end up in there?) and
rebuilt PyQt4 with sql and webkit, as well as net-libs/libgadu with
threads that came up when I tried to run update world.  Now I have a
lorry load of KDE4 packages wanting to be installed:

238 packages (3 upgrades, 131 new, 103 in new slots, 1 reinstall, 2
uninstalls), Size of downloads: 484,302 kB
Conflict: 2 blocks

I will probably have to face this sooner rather than later.  What's
the best way to do this?  Uninstall *everything* from KDE3.5 and then
launch into this KDE4 upgrade marathon, or just emerge KDE4 in new
slots?
-- 
Regards,
Mick



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Alex Schuster
Alan McKinnon writes:

 KMail is fine on 4.3.2. I had issues with it randomly crashing when I
  moved mails around, but that seems to have been sorted with the latest
  version.

I also had some problems, when moving some thousands of IMAP mails, but I 
also had this with 3.5. I am using thunderbird for this, which is far more 
stable.

 Konqueror - well now, that's a different story:
 
 - web shortcuts (gg:  wp:  etc) do not work. At all. Period.

They do here. I have configured them to have a blank as separator instead of 
the colon, maybe this is also set different in your setup? Oh my, I can't 
imagine to live without the shortcuts anymore. But then I said the same for 
mouse gestures, and had to live for half a year without.

 - randomly suddenly using 100% cpu when visiting forum sites (NO flash).
  Only workaround is to kill konqueror

Did not see this (yet).

 - fish:// does not work

Had problems with 4.1 and 4.2, works with 4.3.2. What error do you get?

 - plugin support is awful. Forget AJAX, it does not work which counts out
 gmail and half the support sites I use at work

Do you have an example so I can try to reproduce this (I do not use gmail)?

Wonko



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Alex Schuster
Mick writes:

 I have removed pambase from world (how did that end up in there?) and
 rebuilt PyQt4 with sql and webkit, as well as net-libs/libgadu with
 threads that came up when I tried to run update world.  Now I have a
 lorry load of KDE4 packages wanting to be installed:
 
 238 packages (3 upgrades, 131 new, 103 in new slots, 1 reinstall, 2
 uninstalls), Size of downloads: 484,302 kB
 Conflict: 2 blocks
 
 I will probably have to face this sooner rather than later.  What's
 the best way to do this?  Uninstall *everything* from KDE3.5 and then
 launch into this KDE4 upgrade marathon, or just emerge KDE4 in new
 slots?

I see no problem in just installing them, without removing KDE 3.5.

Wonko



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Mick
2009/10/20 Alex Schuster wo...@wonkology.org:
 Mick writes:

 I have removed pambase from world (how did that end up in there?) and
 rebuilt PyQt4 with sql and webkit, as well as net-libs/libgadu with
 threads that came up when I tried to run update world.  Now I have a
 lorry load of KDE4 packages wanting to be installed:

 238 packages (3 upgrades, 131 new, 103 in new slots, 1 reinstall, 2
 uninstalls), Size of downloads: 484,302 kB
 Conflict: 2 blocks

 I will probably have to face this sooner rather than later.  What's
 the best way to do this?  Uninstall *everything* from KDE3.5 and then
 launch into this KDE4 upgrade marathon, or just emerge KDE4 in new
 slots?

 I see no problem in just installing them, without removing KDE 3.5.

Hmm ... disk space.
-- 
Regards,
Mick



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Dirk Heinrichs
Am Dienstag 20 Oktober 2009 15:30:03 schrieb Alan McKinnon:

 Konqueror - well now, that's a different story:
 
 - web shortcuts (gg:  wp:  etc) do not work. At all. Period.

Works fine here. Period ;-)

 - fish:// does not work

Dito.

4.3.2, though.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Alan McKinnon
On Tuesday 20 October 2009 15:44:07 Mick wrote:
 I will probably have to face this sooner rather than later.  What's
 the best way to do this?  Uninstall everything from KDE3.5 and then
 launch into this KDE4 upgrade marathon, or just emerge KDE4 in new
 slots?
 

KDE:3 and KDE:4 happily co-exist in much the same way that gnome and KDE:4 
happily co-exist

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Dirk Heinrichs
Am Dienstag 20 Oktober 2009 15:59:08 schrieb Alex Schuster:
 Mick writes:

  I will probably have to face this sooner rather than later.  What's
  the best way to do this?  Uninstall *everything* from KDE3.5 and then
  launch into this KDE4 upgrade marathon, or just emerge KDE4 in new
  slots?
 
 I see no problem in just installing them, without removing KDE 3.5.

But you'll need to add kdeprefix to your USE flags.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Mick
2009/10/20 Alan McKinnon alan.mckin...@gmail.com:
 On Tuesday 20 October 2009 15:44:07 Mick wrote:
 I will probably have to face this sooner rather than later.  What's
 the best way to do this?  Uninstall everything from KDE3.5 and then
 launch into this KDE4 upgrade marathon, or just emerge KDE4 in new
 slots?


 KDE:3 and KDE:4 happily co-exist in much the same way that gnome and KDE:4
 happily co-exist

 --
 alan dot mckinnon at gmail dot com



Bloody thing:

emerge: there are no ebuilds built with USE flags to satisfy
=dev-libs/soprano-2.3.0[clucene,dbus,raptor,java].
!!! One of the following packages is required to complete your request:
- dev-libs/soprano-2.3.1 (Change USE: +java)
(dependency required by kde-base/nepomuk-4.3.1 [ebuild])
(dependency required by kde-base/kmail-4.3.1-r1 [ebuild])
(dependency required by world [argument])

Why on earth does kmail need jdk?  How can I avoid installing java?
-- 
Regards,
Mick



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Alan McKinnon
On Tuesday 20 October 2009 15:48:41 Alex Schuster wrote:
 Alan McKinnon writes:
 
  Konqueror - well now, that's a different story:
 
  - web shortcuts (gg:  wp:  etc) do not work. At all. Period.
 
 They do here. I have configured them to have a blank as separator instead
  of the colon, maybe this is also set different in your setup? Oh my, I
  can't imagine to live without the shortcuts anymore. But then I said the
  same for mouse gestures, and had to live for half a year without.

Now they work again, I hadn't checked for about a week. Weird...

  - randomly suddenly using 100% cpu when visiting forum sites (NO flash).
   Only workaround is to kill konqueror
 
 Did not see this (yet).
 
  - fish:// does not work
 
 Had problems with 4.1 and 4.2, works with 4.3.2. What error do you get?

consistently get a could not connect error page, but ssh:// works fine

  - plugin support is awful. Forget AJAX, it does not work which counts out
  gmail and half the support sites I use at work
 
 Do you have an example so I can try to reproduce this (I do not use gmail)?

gmail and internal sites here at work are the only ones I use myself. Which 
doesn't leave much room for you to test at


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Alan McKinnon
On Tuesday 20 October 2009 16:04:38 Dirk Heinrichs wrote:
 Am Dienstag 20 Oktober 2009 15:59:08 schrieb Alex Schuster:
  Mick writes:
   I will probably have to face this sooner rather than later.  What's
   the best way to do this?  Uninstall *everything* from KDE3.5 and then
   launch into this KDE4 upgrade marathon, or just emerge KDE4 in new
   slots?
 
  I see no problem in just installing them, without removing KDE 3.5.
 
 But you'll need to add kdeprefix to your USE flags.

That is incorrect and the reason why is CLEARLY explained in the gentoo 
official KDE install docs

USE=kdeprefix is not supported under any circumstances and has not effect on 
KDE:3.5 at all

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Neil Bothwick
On Tue, 20 Oct 2009 15:07:23 +0100, Mick wrote:

 emerge: there are no ebuilds built with USE flags to satisfy
 =dev-libs/soprano-2.3.0[clucene,dbus,raptor,java].  
 !!! One of the following packages is required to complete your request:
 - dev-libs/soprano-2.3.1 (Change USE: +java)
 (dependency required by kde-base/nepomuk-4.3.1 [ebuild])
 (dependency required by kde-base/kmail-4.3.1-r1 [ebuild])
 (dependency required by world [argument])
 
 Why on earth does kmail need jdk?

It doesn't, it needs nepomuk which in turn needs soprano with either the
java or redland USE flag.

 How can I avoid installing java?

Either merge soprano with USE=redland or set USE=-semantic-desktop
to do without nepomuk altogether.


-- 
Neil Bothwick

Life's a cache, and then you flush...


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Alan McKinnon
On Tuesday 20 October 2009 16:07:23 Mick wrote:
 2009/10/20 Alan McKinnon alan.mckin...@gmail.com:
  On Tuesday 20 October 2009 15:44:07 Mick wrote:
  I will probably have to face this sooner rather than later.  What's
  the best way to do this?  Uninstall everything from KDE3.5 and then
  launch into this KDE4 upgrade marathon, or just emerge KDE4 in new
  slots?
 
  KDE:3 and KDE:4 happily co-exist in much the same way that gnome and
  KDE:4 happily co-exist
 
  --
  alan dot mckinnon at gmail dot com
 
 Bloody thing:
 
 emerge: there are no ebuilds built with USE flags to satisfy
 =dev-libs/soprano-2.3.0[clucene,dbus,raptor,java].
 !!! One of the following packages is required to complete your request:
 - dev-libs/soprano-2.3.1 (Change USE: +java)
 (dependency required by kde-base/nepomuk-4.3.1 [ebuild])
 (dependency required by kde-base/kmail-4.3.1-r1 [ebuild])
 (dependency required by world [argument])
 
 Why on earth does kmail need jdk?  How can I avoid installing java?

It doesn't. You have USE=semantic-desktop so kmail pulls in nepomuk which 
pulls in soprano which requires java support

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Neil Bothwick
On Tue, 20 Oct 2009 16:09:33 +0200, Alan McKinnon wrote:

 USE=kdeprefix is not supported under any circumstances and has not
 effect on KDE:3.5 at all

The only time you need it, and you'll have to unmask the flag to do so,
is if you are using two different KDE4 slots, like 4.3 and 4.2.


-- 
Neil Bothwick

Windows - From the people who brought you EDLIN!


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Mick
2009/10/20 Neil Bothwick n...@digimed.co.uk:
 On Tue, 20 Oct 2009 15:07:23 +0100, Mick wrote:

 emerge: there are no ebuilds built with USE flags to satisfy
 =dev-libs/soprano-2.3.0[clucene,dbus,raptor,java].
 !!! One of the following packages is required to complete your request:
 - dev-libs/soprano-2.3.1 (Change USE: +java)
 (dependency required by kde-base/nepomuk-4.3.1 [ebuild])
 (dependency required by kde-base/kmail-4.3.1-r1 [ebuild])
 (dependency required by world [argument])

 Why on earth does kmail need jdk?

 It doesn't, it needs nepomuk which in turn needs soprano with either the
 java or redland USE flag.

 How can I avoid installing java?

 Either merge soprano with USE=redland or set USE=-semantic-desktop
 to do without nepomuk altogether.

Thank you all for persisting with me.  :-)

I'm afraid the -semantic-desktop USE flag did not cut it.  So, I
emerged dev-libs/soprano with -java +redland and all seems good.

A few more things that look odd are:

[ebuild  N] net-libs/libvncserver-0.9.1  USE=jpeg zlib -no24bpp
-nobackchannel 1,036 kB [0]
[ebuild  N] sys-boot/lilo-22.8-r2  USE=-device-mapper -minimal
-pxeserial -static 431 kB [0]
[ebuild  N] dev-games/libggz-0.0.14.1  USE=-debug -gnutls 467 kB [0]
[ebuild  N] dev-games/ggz-client-libs-0.0.14.1  USE=-debug 600 kB [0]

I don't really need a vnc server on this machine.  I also don't need
games and I prefer GRUB to LILO.  So why is KDE4 springing all these
goodies onto me?

How should I tell it not to?
-- 
Regards,
Mick



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Mick
2009/10/20 Mick michaelkintz...@gmail.com:
 2009/10/20 Neil Bothwick n...@digimed.co.uk:
 On Tue, 20 Oct 2009 15:07:23 +0100, Mick wrote:

 emerge: there are no ebuilds built with USE flags to satisfy
 =dev-libs/soprano-2.3.0[clucene,dbus,raptor,java].
 !!! One of the following packages is required to complete your request:
 - dev-libs/soprano-2.3.1 (Change USE: +java)
 (dependency required by kde-base/nepomuk-4.3.1 [ebuild])
 (dependency required by kde-base/kmail-4.3.1-r1 [ebuild])
 (dependency required by world [argument])

 Why on earth does kmail need jdk?

 It doesn't, it needs nepomuk which in turn needs soprano with either the
 java or redland USE flag.

 How can I avoid installing java?

 Either merge soprano with USE=redland or set USE=-semantic-desktop
 to do without nepomuk altogether.

 Thank you all for persisting with me.  :-)

 I'm afraid the -semantic-desktop USE flag did not cut it.  So, I
 emerged dev-libs/soprano with -java +redland and all seems good.

 A few more things that look odd are:

 [ebuild  N    ] net-libs/libvncserver-0.9.1  USE=jpeg zlib -no24bpp
 -nobackchannel 1,036 kB [0]
 [ebuild  N    ] sys-boot/lilo-22.8-r2  USE=-device-mapper -minimal
 -pxeserial -static 431 kB [0]
 [ebuild  N    ] dev-games/libggz-0.0.14.1  USE=-debug -gnutls 467 kB [0]
 [ebuild  N    ] dev-games/ggz-client-libs-0.0.14.1  USE=-debug 600 kB [0]

 I don't really need a vnc server on this machine.  I also don't need
 games and I prefer GRUB to LILO.  So why is KDE4 springing all these
 goodies onto me?

 How should I tell it not to?
 --
 Regards,
 Mick


Ditto for sys-devel/bin86 - do I need such a thing?
-- 
Regards,
Mick



Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Neil Bothwick
On Tue, 20 Oct 2009 16:15:20 +0100, Mick wrote:

 I don't really need a vnc server on this machine.  I also don't need
 games and I prefer GRUB to LILO.  So why is KDE4 springing all these
 goodies onto me?
 
 How should I tell it not to?

Use the --tree option with emerge to see what is bringing these in (KDE4
doesn't try to merge lilo here) and read the ebuilds if it is still not
clear.


-- 
Neil Bothwick

The trouble with doing something right the first time is that nobody
appreciates how difficult it was.


signature.asc
Description: PGP signature


[gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Remy Blank
Neil Bothwick wrote:
 The trouble with doing something right the first time is that nobody
 appreciates how difficult it was.

Yes, oooh yes... :-)

-- Remy



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Re: mysql USE flag error

2009-10-20 Thread Dirk Heinrichs
Am Dienstag 20 Oktober 2009 16:14:56 schrieb Neil Bothwick:
 On Tue, 20 Oct 2009 16:09:33 +0200, Alan McKinnon wrote:
  USE=kdeprefix is not supported under any circumstances and has not
  effect on KDE:3.5 at all
 
 The only time you need it, and you'll have to unmask the flag to do so,
 is if you are using two different KDE4 slots, like 4.3 and 4.2.

Ah, ok.

Bye...

Dirk


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: mysql USE flag error

2009-10-19 Thread Remy Blank
Mick wrote:
 I've added -mysql in /etc/portage/package.use for x11-libs/qt-sql but
 it makes no difference.

You should add -mysql for the package app-office/akonadi-server instead.

-- Remy



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Re: mysql USE flag error

2009-10-19 Thread Mick
2009/10/19 Remy Blank remy.bl...@pobox.com:
 Mick wrote:
 I've added -mysql in /etc/portage/package.use for x11-libs/qt-sql but
 it makes no difference.

 You should add -mysql for the package app-office/akonadi-server instead.

This looks more promising, thanks.  Still pam seems to be getting
confused (well pambase may not be, but I am because all sort of other
packages are now being dragged in - please see below).  Am I losing my
touch with portage-foo or is my otherwise stable system in need of
some fix?


# emerge -upDv world

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

sys-auth/pambase:0

  ('ebuild', '/', 'sys-auth/pambase-20090620.1-r1', 'merge') pulled in by
sys-auth/pambase required by world
sys-auth/pambase[consolekit] required by ('ebuild', '/',
'net-wireless/bluez-4.39-r2', 'merge')

  ('installed', '/', 'sys-auth/pambase-20090620.1-r1', 'nomerge') pulled in by
sys-auth/pambase required by world
=sys-auth/pambase-20081028 required by ('installed', '/',
'net-misc/openssh-5.2_p1-r3', 'nomerge')
=sys-auth/pambase-20080219.1 required by ('installed', '/',
'sys-apps/shadow-4.1.2.2', 'nomerge')
(and 1 more)


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.


emerge: there are no ebuilds built with USE flags to satisfy
=dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X].
!!! One of the following packages is required to complete your request:
- dev-python/PyQt4-4.5.4-r4 (Change USE: +sql +webkit)
(dependency required by kde-base/pykde4-4.3.1 [ebuild])
(dependency required by kde-base/plasma-workspace-4.3.1 [ebuild])
(dependency required by kde-base/kdebase-meta-4.3.1 [ebuild])
(dependency required by world [argument])

-- 
Regards,
Mick



Re: [gentoo-user] Re: mysql USE flag error

2009-10-19 Thread Mick
On Monday 19 October 2009, you wrote:
 2009/10/19 Remy Blank remy.bl...@pobox.com:
  Mick wrote:
  I've added -mysql in /etc/portage/package.use for x11-libs/qt-sql but
  it makes no difference.
 
  You should add -mysql for the package app-office/akonadi-server instead.

 This looks more promising, thanks.  Still pam seems to be getting
 confused 

I hope it is not bad form answering my own post ... I've now uninstalled 
anything with net-wireless/bluez* in it, but I am still getting this:
==
# emerge -upDv world

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

sys-auth/pambase:0

  ('ebuild', '/', 'sys-auth/pambase-20090620.1-r1', 'merge') pulled in by
sys-auth/pambase required by world
sys-auth/pambase[consolekit] required by 
('ebuild', '/', 'net-wireless/bluez-4.39-r2', 'merge')

  ('installed', '/', 'sys-auth/pambase-20090620.1-r1', 'nomerge') pulled in by
sys-auth/pambase required by world
=sys-auth/pambase-20081028 required by 
('installed', '/', 'net-misc/openssh-5.2_p1-r3', 'nomerge')
=sys-auth/pambase-20080219.1 required by 
('installed', '/', 'sys-apps/shadow-4.1.2.2', 'nomerge')
(and 1 more)


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.


emerge: there are no ebuilds built with USE flags to 
satisfy =dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X].
!!! One of the following packages is required to complete your request:
- dev-python/PyQt4-4.5.4-r4 (Change USE: +sql +webkit)
(dependency required by kde-base/pykde4-4.3.1 [ebuild])
(dependency required by kde-base/plasma-workspace-4.3.1 [ebuild])
(dependency required by kde-base/kdebase-meta-4.3.1 [ebuild])
(dependency required by world [argument])
==

This all started this morning after an eix-sync crashed on me because the 
laptop run out of battery.  I removed /usr/portage/metadata/timestamp.chk and 
resync'ed after that - so I don't believe that this is what caused this mess.

I have also remerged portage and eix.  What else is there to try to fix this 
problem?
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: mysql USE flag error

2009-10-19 Thread Neil Bothwick
On Mon, 19 Oct 2009 22:42:36 +0100, Mick wrote:

 !!! Multiple package instances within a single package slot have been
 pulled !!! into the dependency graph, resulting in a slot conflict:
 
 sys-auth/pambase:0
 
   ('ebuild', '/', 'sys-auth/pambase-20090620.1-r1', 'merge') pulled in
 by sys-auth/pambase required by world

why do you have pambase in world?

 sys-auth/pambase[consolekit] required by 
 ('ebuild', '/', 'net-wireless/bluez-4.39-r2', 'merge')

It looks like you need to re-emerge pambase with USE=consolekit.

 emerge: there are no ebuilds built with USE flags to 
 satisfy =dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X].
 !!! One of the following packages is required to complete your request:
 - dev-python/PyQt4-4.5.4-r4 (Change USE: +sql +webkit)

You need to re-emerge PyQt4 with USE=sql webkit, or you could install
kdebase-meta with USE=-python.


-- 
Neil Bothwick

If Microsoft built cars, the worlds population would be in decline


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: mysql USE flag error

2009-10-19 Thread Mick
On Tuesday 20 October 2009, Neil Bothwick wrote:
 On Mon, 19 Oct 2009 22:42:36 +0100, Mick wrote:
  !!! Multiple package instances within a single package slot have been
  pulled !!! into the dependency graph, resulting in a slot conflict:
 
  sys-auth/pambase:0
 
('ebuild', '/', 'sys-auth/pambase-20090620.1-r1', 'merge') pulled in
  by sys-auth/pambase required by world

 why do you have pambase in world?

  sys-auth/pambase[consolekit] required by
  ('ebuild', '/', 'net-wireless/bluez-4.39-r2', 'merge')

 It looks like you need to re-emerge pambase with USE=consolekit.

  emerge: there are no ebuilds built with USE flags to
  satisfy =dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X].
  !!! One of the following packages is required to complete your request:
  - dev-python/PyQt4-4.5.4-r4 (Change USE: +sql +webkit)

 You need to re-emerge PyQt4 with USE=sql webkit, or you could install
 kdebase-meta with USE=-python.

Thanks Neil,

Could it be that all this is caused by KDE-4.3 going stable?  Perhaps I should 
now bite the bullet unmerge all my KDE-3.5 packages and start a mammoth 
emerge of KDE-4 ?
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: Mysql and utf8: Can't initialize character set utf-8

2009-05-02 Thread Galevsky
2009/4/30 Galevsky galev...@gmail.com:
 Hi, I have a problem with mysql 5.0.71-r1 and utf8 charset.
snip
 and now my web sites can't connect to the DBs and I face the
 following error:

 Can't initialize character set utf-8 (path: /usr/share/mysql/charsets/)

Well can someone tell me if a utf-8 gentoo box shoud have the file
/usr/share/mysql/charsets/utf-8.xml ? I could be sure that the matter
comes from Portage/flags/whatever else during the installation
stage

Thank you

Galevsky



Re: [gentoo-user] Re: Mysql and utf8: Can't initialize character set utf-8

2009-05-02 Thread Arttu V.
On 5/2/09, Galevsky galev...@gmail.com wrote:
 Well can someone tell me if a utf-8 gentoo box shoud have the file
 /usr/share/mysql/charsets/utf-8.xml ?

AFAICT no and AFAICT nor should any other MySQL instance on any platform.

According to sql/share/charsets/README those files are only for simple
charsets, e.g., with single-byte characters. UTF-8 is multi-byte and
thus should be compiled in the strings library.

-- 
Arttu V.



Re: [gentoo-user] Re: MYSQL Comple Problem

2006-06-24 Thread Stephen H

Ok,
figured it out.
Just had to etc-config, emerge -B shadow
emerge --unmerge pam-login
emerge --usebinpkg shadow
emerge -uDN world

A friend told me that, and now it works.

Stephen

On 6/23/06, Stephen H [EMAIL PROTECTED] wrote:

Okay,
I talked to my friend and I have updated portage, and synced portage.

Now when I compile, I get a different error:

plicit-templates -fno-exceptions -fno-rtti   -fno-implicit-templates
-fno-exceptions -fno-rtti   -fno-implicit-templates -fno-exceptions
-fno-rtti   -fno-implicit-templates -fno-exceptions -fno-rtti
-fno-implicit-templates -fno-exceptions -fno-rtti
-fno-implicit-templates -fno-exceptions -fno-rtti
-fno-implicit-templates -fno-exceptions -fno-rtti
-fno-implicit-templates -fno-exceptions -fno-rtti
-fno-implicit-templates -fno-exceptions -fno-rtti  --no-create
--no-recursion
./config.status: line 387: /bin/sh: Argument list too long
./config.status: line 387: /bin/sh: Success
make: *** [config.status] Error 1
make: *** Waiting for unfinished jobs

!!! ERROR: dev-db/mysql-4.1.20 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  ebuild.sh, line 1248:   Called mysql_src_compile
  mysql.eclass, line 441:   Called die

!!! compile problem
!!! If you need support, post the topmost build error, and the call
stack if relevant.


Stephen


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: MYSQL Comple Problem

2006-06-23 Thread Stephen H

Okay,
I talked to my friend and I have updated portage, and synced portage.

Now when I compile, I get a different error:

plicit-templates -fno-exceptions -fno-rtti   -fno-implicit-templates
-fno-exceptions -fno-rtti   -fno-implicit-templates -fno-exceptions
-fno-rtti   -fno-implicit-templates -fno-exceptions -fno-rtti
-fno-implicit-templates -fno-exceptions -fno-rtti
-fno-implicit-templates -fno-exceptions -fno-rtti
-fno-implicit-templates -fno-exceptions -fno-rtti
-fno-implicit-templates -fno-exceptions -fno-rtti
-fno-implicit-templates -fno-exceptions -fno-rtti  --no-create
--no-recursion
./config.status: line 387: /bin/sh: Argument list too long
./config.status: line 387: /bin/sh: Success
make: *** [config.status] Error 1
make: *** Waiting for unfinished jobs

!!! ERROR: dev-db/mysql-4.1.20 failed.
Call stack:
 ebuild.sh, line 1539:   Called dyn_compile
 ebuild.sh, line 939:   Called src_compile
 ebuild.sh, line 1248:   Called mysql_src_compile
 mysql.eclass, line 441:   Called die

!!! compile problem
!!! If you need support, post the topmost build error, and the call
stack if relevant.


Stephen
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: MYSQL Comple Problem

2006-06-22 Thread Remy Blank
Stephen wrote:
 Some stats, not sure if they will help:
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CXXFLAGS=${CFLAGS}
MAKEOPTS=-j3
FEATURES=distccd

Not the solution to your problem, but if you want to use distcc, your
FEATURES should be distcc and not distccd, AKAIK.

-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: MYSQL Comple Problem

2006-06-22 Thread Stephen

Remy Blank wrote:

Not the solution to your problem, but if you want to use distcc, your
FEATURES should be distcc and not distccd, AKAIK.
  
I did that, thanks for telling me, and I am trying a recompile, it 
doesn't hurt.

Thanks for the response.
Is there any log files I can check for extended error messages?

Thanks,
Stephen
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: MySQL 4.1 upgrade questions

2005-10-25 Thread Grant
 Hello, I'm upgrading my server from mysql 4.0 to 4.1 by following the
 instructions here:

 http://www.gentoo.org/doc/en/mysql-upgrading.xml

 I noticed this piece of instruction:

 emerge --config =mysql-4.1.micro_version

 What does that do?  From what I remember, I need to password the grant
 table and create a new table for my data with the proper name,
 username, and password.  Does that sounds right?  Does the emerge
 --config command take you through any of that or do I need to figure
 out (remember) how to do it manually?

 - Grant

Nevermind, that was ridiculously easy.  All I had to do was run emerge
--config and I'm back in business.

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: mysql no longer working :-(

2005-09-11 Thread Antoine

...

If you still have a copy of your old databases and you stick with myisam
tables
Try to:
- stop mysql (check it with ps fax after)
- copy the old /var/lib/mysql/mysql dir into /var/lib/mysql/mysqlold
- copy the remaing databases in /var/lib/mysql/
- start mysql

Now you could play with your old tables pheraps

Good luck


I had to reinitialise phpmyadmin (of course!) because the data in the 
old database was no longer there!

Cheers
Antoine
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: mysql no longer working :-(

2005-09-10 Thread Antoine


This is most annoying! I have not modified anything (though have been 
trying to install rt and some other trouble ticket systems) but it seems 
pretty dead. A remerge did nothing.


I ended up getting rid of the databases I had before (including one that 
rt tried to create) and reinitialised with the ebuild config command. 
Now I have it working... but for some reason phpmyadmin doesn't work 
anymore. It asks me for a username and password but won't accept a valid 
username.

Cheers
Antoine
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: MySQL doc [updated]

2005-07-12 Thread Francesco Talamona
On Tuesday 12 July 2005 18:22, Chris White wrote:
 I've updated the MySQL doc here:

 http://dev.gentoo.org/~chriswhite/mysql.html

 It contains the fixes that have been suggested to me, as well as a
 note on the SELECT field FROM table form of the SELECT statement. 
 Thanks for the input recieved!

 Chris White
your doc states:
SQL stands for (S)tandard (Q)uery (L)anguage

but Virtual Entity of Relevant Acronyms (Version 1.9, June 2002) [vera] 
says:
SQL
 Structured Query Language (ISO 9075, DB, 4GL)

and The Free On-line Dictionary of Computing (27 SEP 03) [foldoc] says:
According to Allen G. Taylor, SQL does _not_ stand for
Structured Query Language.  That, like SEQUEL (and its
pronunciation /see'kw*l/), was just another unofficial name
for a precursor of SQL.  However, the IBM SQL Reference manual
for DB2 and Craig Mullins's DB2 Developer's Guide say SQL
_does_ stand for Structured Query Language.

So I think you have to correct (S)tandard to (S)tructured

Ciao
Francesco

-- 
Linux Version 2.6.9, Compiled #1 Tue Dec 28 11:57:18 CET 2004
One 946MHz Intel Celeron Processor, 255M RAM, 1875.96 Bogomips Total
TecSW4
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: mysql for MythTV - fails to set password

2005-04-20 Thread Mark Knecht
On 4/20/05, Mark Knecht [EMAIL PROTECTED] wrote:
 Hi,
I'm trying to set up for running MythTV. Part of that is to get
 mysql going and I guess I need to give it a root password. The
 following is what's happeing.
 
SNIP
 
 I haven't Googled on this as I wanted to catch the error messages for
 later and an email is as good a way to do that as any.
 
 Thanks in advance if you have a simple answer. I have not edited any
 mysql config files by hand.
 
 Cheers,
 Mark
 

mysql is at least alive.

Any ideas appreciated. Thanks!

dragonfly ~ # /usr/bin/mysqladmin ping
mysqld is alive
dragonfly ~ # /usr/bin/mysqladmin processlist
++--+---++-+--+---+--+
| Id | User | Host  | db | Command | Time | State | Info |
++--+---++-+--+---+--+
| 10 | root | localhost || Query   | 0|   | show processlist |
++--+---++-+--+---+--+
dragonfly ~ # /usr/bin/mysqladmin status
Uptime: 1291  Threads: 1  Questions: 16  Slow queries: 0  Opens: 6 
Flush tables: 1  Open tables: 0  Queries per second avg: 0.012
dragonfly ~ # /usr/bin/mysqladmin -u root -h dragonfly password xyz
/usr/bin/mysqladmin: connect to server at 'dragonfly' failed
error: 'Lost connection to MySQL server during query'
dragonfly ~ #

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: mysql for MythTV - fails to set password

2005-04-20 Thread Arran Fraser
dragonfly ~ # /usr/bin/mysqladmin -u root -h dragonfly password xyz
/usr/bin/mysqladmin: connect to server at 'dragonfly' failed
error: 'Lost connection to MySQL server during query'

Unless you intend to run MySQL on a different box later, you should omit 
-h dragonfly or replace with -h localhost.

--
Arran Fraser
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Re: mysql for MythTV - fails to set password

2005-04-20 Thread Mark Knecht
On 4/20/05, Arran Fraser [EMAIL PROTECTED] wrote:
  OK, one time it allowed me to set a password. However no form of this
  command seems to work for me so far. Is it the Using password: No
  telling me to not use a password?
 
 So you noticed that now the error isn't lost connection any more,
 which means your first problem (with -h dragonfly) is fixed.

Right.

 
 And, you say that it let you set a password, once, and now nothing
 works?  If so, that makes perfect sense, because once you have set the
 password, you can't do any mysqladmin commands without the password!

sure - makes sense. Thanks.
 
 Using password: NO means that it didn't get any password from you.
 
 You've got to keep separate: the mysql -p xyz that you use to
 authenticate in order to connect to the server; and the mysqladmin
 password xyz which means, set the password to xyz.

Right. Much to learn. I'm jsut a user and I guess mysql is required by
MythTV so I'm trying out things for the first time. I apprecaite your
help.

 
 
  [EMAIL PROTECTED] ~ $ /usr/bin/mysqladmin -u root password xyz
  /usr/bin/mysqladmin: connect to server at 'localhost' failed
  error: 'Access denied for user: '[EMAIL PROTECTED]' (Using password: NO)'
 
 After one successful mysqladmin -u root password xyz, every following
 mysqladmin and mysql must supply the password.  Try:
 
 mysqladmin -u root -p xyz password newpass

This one I'm having trouble with. More below.

 
 OR
 
 mysql -u root -p xyz

This one works.

 
 Also note that you can specify -p  WITHOUT putting the password on the
 command line to have the program prompt you for the password instead.
 

Great. This is very helpful. I'm not quite there yet but things are
wokring better, Thanks.

OK, I can log into the server. Here it accepted xyz as the password.

dragonfly ~ # mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 23 to server version: 4.0.24

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql \s
--
mysql  Ver 12.22 Distrib 4.0.24, for pc-linux-gnu (i686)

Connection id:  24
Current database:
Current user:   [EMAIL PROTECTED]
SSL:Not in use
Current pager:  /usr/bin/less
Using outfile:  ''
Server version: 4.0.24
Protocol version:   10
Connection: Localhost via UNIX socket
Client characterset:latin1
Server characterset:latin1
UNIX socket:/var/run/mysqld/mysqld.sock
Uptime: 2 hours 57 min 9 sec

Threads: 1  Questions: 18  Slow queries: 0  Opens: 6  Flush tables: 1 
Open tables: 0  Queries per second avg: 0.002
--

mysql \q
Bye
dragonfly ~ #

To get the password changed I had to sort of rearrange the command a
bit. Don't know why exactly:

dragonfly ~ # mysqladmin -u root password abc123 -p
Enter password: (ENTERED xyz)
dragonfly ~ # mysql -u root -p
Enter password: (ENTERED abc123)
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 41 to server version: 4.0.24

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql \q
Bye
dragonfly ~ #

So this works fine. 

Anyway, you've been very kind. I appreciate the help. I should
probably be looking for a real HOWTO on running MythTV under Gentoo. I
have a tuner card in the mail due here on Friday. I wanted to get a
jump start on the software part and hopefully be able to get a MythTV
screen up so taht when the card arrives I can work on configuring it
early in the day.

With luck I'll start to understand mysql a bit better soon. Off to
look for that HOWTO.

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: mysql for MythTV - fails to set password

2005-04-20 Thread A. Khattri
On Wed, 20 Apr 2005, Mark Knecht wrote:

 I should
 probably be looking for a real HOWTO on running MythTV under Gentoo.

Plenty of those around ;-)

http://tinyurl.com/bur7l


-- 

-- 
gentoo-user@gentoo.org mailing list