[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mysql 3.22.22
from ports.html ..
The ports tree, like the rest of OpenBSD, is constantly changing. While we
try to maintain ports compatibility through the lifetime of a particular
release, sometimes issues beyond our control occur. For example,
particular versions of the ported package might no longer be available.
Therefore, you might want to get and use a newer version of the
ports tree. Please note that the ports-current tree is tested with
OpenBSD-current and is NOT guaranteed to work with the previous stable
release. It is strongly suggested that people don't track ports-current
unless they're prepared to track the whole of OpenBSD-current, including
source. Mailing lists such as source-changes or tech will probably be
invaluable.
grab the 2.6 ports tree.
// Brad
brad@comstyle.com
bsmith@bfmni.com
brad@openbsd.org
>Using OpenBSD 2.6
>
>mr_ayo:/usr/ports> uname -a
>OpenBSD point 2.6 GENERIC#696 i386
>
>When trying to compile mysql from the lastest ports tree I get the
>following error:
>
><<<<<<<<<<<<<<<<<<<<<
>Making all in strings
>cc -DHAVE_CONFIG_H -I. -I. -I.. -I./../include -I../include -O2
>-DDBUG_OFF -c bfill.c
>In file included from ../include/global.h:50,
> from bfill.c:15:
>/usr/include/pthread.h:352: warning: #warning "included <pthread.h>
>without -pthread compiler option"
>cc -DHAVE_CONFIG_H -I. -I. -I.. -I./../include -I../include -O2
>-DDBUG_OFF -c bmove.c
>In file included from ../include/global.h:50,
> from bmove.c:22:
>------ etc. etc. etc. ------
>../include/my_pthread.h:190: syntax error before `thread_id'
>../include/my_pthread.h:203: syntax error before `pthread_mutex_t'
>../include/my_pthread.h:206: syntax error before `pthread_t'
>../include/my_pthread.h:209: syntax error before `*'
>../include/my_pthread.h:213: syntax error before `*'
>../include/my_pthread.h:214: syntax error before `*'
>../include/my_pthread.h:263: syntax error before `*'
>../include/my_pthread.h:267: syntax error before `*'
>../include/my_pthread.h:296: syntax error before `*'
>../include/my_pthread.h:309: syntax error before `key'
>../include/my_pthread.h:370: syntax error before `pthread_cond_t'
>*** Error code 1
>
>Stop in /usr/ports/databases/mysql/work/mysql-3.22.22/strings.
>*** Error code 1
>>>>>>>>>>>>>>>>>>
>
>Any help would be appreciated.
>
>Mr. Ayo