First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 70755
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Lim Swee Tat (RETIRED) <st_lim@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: François-Xavier LAMARE <fxlamare@wanadoo.fr>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 70755 depends on: Show dependency tree
Bug 70755 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-11-11 01:16 0000
When installing DSPAM with mysql support, the mysql.data file is not correct
which makes the ebuild /var/db/.../dspam.ebuild config command to fail.


Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" USE="mysql" emerge dspam
2.ebuild /var/db/pkg/mail-filter/dspam/dspam-3.2.1.ebuild config


Actual Results:  
config tries to create a mysql database with a wrong name...

Expected Results:  
During the install process :
/etc/mail/dspam/mysql.data file is :
MySQLServer    /var/run/mysqld/mysqld.sock
MySQLPort
MySQLUser      dspam
MySQLPass      125818026494
MySQLDb        dspam
..
to be replaced by something like :
/var/run/mysqld/mysqld.sock

dspam
1258165026494
dspam

------- Comment #1 From Lim Swee Tat (RETIRED) 2004-11-11 07:50:00 0000 -------
Oops on my part.  I forgot that mysql.data is required for creating the
database.  Fixing in  CVS.

Regards
Lim Swee Tat

First Last Prev Next    No search results available      Search page      Enter new bug