[Bug 689563] Re: Mawk and mysql conflict

Elan Ruusamäe 689563 at bugs.launchpad.net
Thu Dec 16 14:04:22 CET 2010


adding test script to dest mawk

$ q mawk gawk
mawk-1.3.3-33.x86_64
gawk-3.1.8-1.x86_64

$ gawk -f 689563.awk 
ORIGINAL: [pff]
TRIM1: [pff]
TRIM2: [pff]
ORIGINAL: [ leading-space]
TRIM1: [leading-space]
TRIM2: [leading-space]
ORIGINAL: [trailing-space ]
TRIM1: [trailing-space]
TRIM2: [trailing-space]
ORIGINAL: [	leading-tab]
TRIM1: [leading-tab]
TRIM2: [leading-tab]
ORIGINAL: [traling-tab	]
TRIM1: [traling-tab]
TRIM2: [traling-tab]

$ mawk -f 689563.awk 
ORIGINAL: [pff]
TRIM1: [pff]
TRIM2: [pff]
ORIGINAL: [ leading-space]
TRIM1: [leading-space]
TRIM2: [leading-space]
ORIGINAL: [trailing-space ]
TRIM1: [trailing-space]
TRIM2: [trailing-space]
ORIGINAL: [	leading-tab]
TRIM1: [leading-tab]
TRIM2: [leading-tab]
ORIGINAL: [traling-tab	]
TRIM1: [traling-tab]
TRIM2: [traling-tab]
$ 


** Attachment added: "test script"
   https://bugs.launchpad.net/pld-linux/+bug/689563/+attachment/1767661/+files/689563.awk

-- 
You received this bug notification because you are subscribed to PLD
Linux.
https://bugs.launchpad.net/bugs/689563

Title:
  Mawk and mysql conflict

Status in PLD Linux Distribution:
  Fix Committed

Bug description:
  [root at pld-laptop ~]# service mysql restart
Error: datadir specified in /var/lib/mysql/mysqld.conf should be
/var/lib/mysql/mysqldb/db MySQL can't be run.

[root at pld-laptop ~]# grep -v "^#" /etc/mysql/clusters.conf

mysqld.conf=/var/lib/mysql


[root at pld-laptop ~]# rpm -qv mysql
mysql-5.1.52-1.i686

[root at pld-laptop ~]# rpm -qv mawk
mawk-1.3.4-0.20100625.1.i686


mawk build on carme, but some time ago there were in th-foo (I don't
know, in which th-*), and --upgrade-dist didn't "downgrade" mawk.




More information about the pld-bugs mailing list