Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 1999 23:28:17 +0000
From:      Karl Pielorz <kpielorz@tdx.co.uk>
To:        dirk@FreeBSD.ORG
Cc:        ports@FreeBSD.ORG
Subject:   FreeBSD Port: mysql-3.22.14g
Message-ID:  <36AE4F91.3407D7B5@tdx.co.uk>

next in thread | raw e-mail | index | archive | help
Hi,

I get the following error(s) when compiling the mysql-3.22.14g port:


"
/bin/sh ../mkinstalldirs /usr/local/man/man1
 install -c -o root -g wheel -m 444 ./mysql.1 /usr/local/man/man1/mysql.1
Making install in support-files
make: don't know how to make install. Stop
"

"
/bin/sh ../mkinstalldirs /usr/local/man/man1
 install -c -o root -g wheel -m 444 ./mysql.1 /usr/local/man/man1/mysql.1
Making install in support-files
make: don't know how to make install. Stop
"

I'll freely admit - I got desperate with these and edited the Makefile for
support-files to say:

"
all:
        echo "ok"

install:
        echo "ok"
"

The file was previously just a 0 byte file... This is probably going to screw
something up royally later... But it worked (for now)...

This is with FreeBSD 4.0 - with the ports cvsup'd at ~18:00, 26/Jan/1999

Is this something that's fixed 'allready'?

-Kp

--

ps. I seem to remember speaking to you before ages ago when FreeBSD first went
ELF? and the MySQL port wouldn't compile then... I just deleted that very port
(patched with files you sent, before checking the new gamma release would
compile :-) <oops>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36AE4F91.3407D7B5>