make install doesn"t copy mysql-test/r/*.require
am 07.10.2002 03:11:45 von Julian Ladisch
>Description:
In /mysql-test/r also all *.require files are needed for
running certain test cases, but "make install" doesn't install them.
>How-To-Repeat:
make install
>Fix:
mysql-4.0.4-beta/mysql-test/Makefile.am
$(INSTALL_DATA) $(srcdir)/t/*.opt $(DESTDIR)$(testdir)/t
$(INSTALL_DATA) $(srcdir)/r/*.result $(DESTDIR)$(testdir)/r
+ $(INSTALL_DATA) $(srcdir)/r/*.require $(DESTDIR)$(testdir)/r
$(INSTALL_DATA) $(srcdir)/include/*.inc $(DESTDIR)$(testdir)/include
$(INSTALL_DATA) $(srcdir)/std_data/*.dat $(DESTDIR)$(testdir)/std_data
>Originator: Julian Ladisch
>MySQL support: licence
>Synopsis: make install doesn't copy mysql-test/r/*.require
>Severity: non-critical
>Priority: low
>Category: mysql
>Class: sw-bug
>Release: mysql-4.0.4-beta (Source distribution)
>Environment:
System: Linux 2.4.10-4GB #1 i686
Compilation info: CC='gcc' CFLAGS='-O3' CXX='gcc' CXXFLAGS='-O3 -felide-constructors -fno-exceptions -fno-rtti' LDFLAGS=''
Configure command: ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static CFLAGS=-O3 'CXXFLAGS=-O3 -felide-constructors -fno-exceptions -fno -rtti' CXX=gcc
------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail bugs-thread12646@lists.mysql.com
To unsubscribe, e-mail
Re: make install doesn"t copy mysql-test/r/*.require
am 07.10.2002 15:26:44 von Sinisa Milivojevic
Julian Ladisch writes:
> >Description:
> In /mysql-test/r also all *.require files are needed for
> running certain test cases, but "make install" doesn't install them.
>
> >How-To-Repeat:
> make install
>
> >Fix:
> mysql-4.0.4-beta/mysql-test/Makefile.am
> $(INSTALL_DATA) $(srcdir)/t/*.opt $(DESTDIR)$(testdir)/t
> $(INSTALL_DATA) $(srcdir)/r/*.result $(DESTDIR)$(testdir)/r
> + $(INSTALL_DATA) $(srcdir)/r/*.require $(DESTDIR)$(testdir)/r
> $(INSTALL_DATA) $(srcdir)/include/*.inc $(DESTDIR)$(testdir)/include
> $(INSTALL_DATA) $(srcdir)/std_data/*.dat $(DESTDIR)$(testdir)/std_data
>
Thanks.
--
Regards,
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer
/_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus
<___/ www.mysql.com
------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail bugs-thread12653@lists.mysql.com
To unsubscribe, e-mail
make install doesn"t copy mysql-test/r/*.require
am 07.10.2002 19:56:10 von Michael Widenius
Hi!
>>>>> "Julian" == Julian Ladisch writes:
>> Description:
Julian> In /mysql-test/r also all *.require files are needed for
Julian> running certain test cases, but "make install" doesn't install them.
>> How-To-Repeat:
Julian> make install
>> Fix:
Julian> mysql-4.0.4-beta/mysql-test/Makefile.am
Julian> $(INSTALL_DATA) $(srcdir)/t/*.opt $(DESTDIR)$(testdir)/t
Julian> $(INSTALL_DATA) $(srcdir)/r/*.result $(DESTDIR)$(testdir)/r
Julian> + $(INSTALL_DATA) $(srcdir)/r/*.require $(DESTDIR)$(testdir)/r
Julian> $(INSTALL_DATA) $(srcdir)/include/*.inc $(DESTDIR)$(testdir)/include
Julian> $(INSTALL_DATA) $(srcdir)/std_data/*.dat $(DESTDIR)$(testdir)/std_data
Thanks, I will add this to the next distribution.
Regards,
Monty
--
For technical support contracts, goto https://order.mysql.com/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Michael Widenius
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, CTO
/_/ /_/\_, /___/\___\_\___/ Helsinki, Finland
<___/ www.mysql.com
------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail bugs-thread12658@lists.mysql.com
To unsubscribe, e-mail