I'm trying to upgrade mysql from 4.1.22 to 4.1.25, but get the following error when upgrading:

===>  Extracting for mysql-server-4.1.25
=> MD5 Checksum OK for mysql-4.1.25.tar.gz.
=> SHA256 Checksum OK for mysql-4.1.25.tar.gz.
===>  Patching for mysql-server-4.1.25
===>  Applying FreeBSD patches for mysql-server-4.1.25
===>   mysql-server-4.1.25 depends on file: /usr/local/bin/libtool - found
===>   mysql-server-4.1.25 depends on shared library: mysqlclient.14 - found
===>  Configuring for mysql-server-4.1.25
cp: /usr/ports/databases/mysql41-server/work/mysql-4.1.25/config.guess: No such file or directory
*** Error code 1

Stop in /usr/ports/databases/mysql41-server.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.74688.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=mysql-server-4.1.22_1 UPGRADE_PORT_VER=4.1.22_1 make
** Fix the problem and try again.


Upon further investigation I saw that there are symlinks in the mysql work directory pointing to a different version of autmake:

ns0# ll|grep automake
lrwxr-xr-x 1 root wheel 43 Dec 30 15:38 config.guess -> /usr/local/share/automake-1.10/config.guess lrwxr-xr-x 1 root wheel 41 Dec 30 15:38 config.sub -> /usr/local/share/automake-1.10/config.sub lrwxr-xr-x 1 root wheel 38 Dec 30 15:38 depcomp -> /usr/local/share/automake-1.10/depcomp lrwxr-xr-x 1 root wheel 41 Dec 30 15:37 install-sh -> /usr/local/share/automake-1.10/install-sh lrwxr-xr-x 1 root wheel 38 Dec 30 15:37 missing -> /usr/local/share/automake-1.10/missing lrwxr-xr-x 1 root wheel 37 Dec 30 15:38 ylwrap -> /usr/local/share/automake-1.10/ylwrap

ns0# ll /usr/local/share/ | grep autom
drwxr-xr-x    2 root    wheel   1536 Sep 29 13:31 automake-1.4
ns0#


All the ports on the system is up to date, as well as the ports tree. Does this point to a port patch needed for mysql41?

Thanks in advance,
Nicki
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to