Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 30414
Alias:
Product:
Component:
Status: CLOSED
Resolution: FIXED
Assigned To: Net-Mail Packages <net-mail@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Scott Taylor (RETIRED) <swtaylor@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
vmysql-k.diff patch the #define at line 54 and 58 of vmysql.h for vpopmail-5.2.1 patch kiuma@wingstech.com 2003-10-11 10:06 0000 460 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 30414 depends on: Show dependency tree
Bug 30414 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: 2003-10-05 11:54 0000
lines 54 and 58 of vmysql.h are missing the tailing backslash. compiling fails
on my system regardless of the mysql use flag. surprised this has not been a
showstopper for anyone else. i've added these backslashes into the
vpopmail-5.2.1.tar.gz in my distfiles directory and regenerated the digest to
get it to compile - which it does just fine after that fix. -r6 of this ebuild
is the first one i tried to compile on this system, so i cant say for sure its
been around longer than that, but -r7 has this same problem for me too. i have
been using gcc 3.3.1

Reproducible: Always
Steps to Reproduce:

Actual Results:  
In file included from vauth.c:32:
vmysql.h:58:8: warning: extra tokens at end of #endif directive
vmysql.h:79:22: missing terminating " character
vmysql.h:86:35: missing terminating " character
vauth.c:1496:8: warning: extra tokens at end of #endif directive
gcc -I. -I/usr/include/mysql      -O3 -march=athlon-xp -funroll-loops
-fprefetch-loop-arrays -pipe -Wall -c file_lock.c
gcc -I. -I/usr/include/mysql      -O3 -march=athlon-xp -funroll-loops
-fprefetch-loop-arrays -pipe -Wall -c vpalias.c
make[2]: *** [vauth.o] Error 1

------- Comment #1 From Robin Johnson 2003-10-08 15:27:13 0000 -------
fixed in CVS.
this was a gcc3.3 issue.

------- Comment #2 From kiuma@wingstech.com 2003-10-11 10:06:08 0000 -------
Created an attachment (id=19107) [details]
patch the #define at line 54 and 58 of vmysql.h for vpopmail-5.2.1

This patch correct the bug

------- Comment #3 From Robin Johnson 2003-10-13 20:28:49 0000 -------
kiuma@wingstech.com: it is already fixed!
net-mail/vpopmail/files/vpopmail-5.2.1-gcc33mysql.diff
is my patch.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug