Re: Test CMake build

From: Andy Colson <andy(at)squeakycode(dot)net>
To: Yury Zhuravlev <u(dot)zhuravlev(at)postgrespro(dot)ru>, pgsql-general(at)postgresql(dot)org
Subject: Re: Test CMake build
Date: 2016-02-12 16:52:52
Message-ID: 56BE0DE4.6070004@squeakycode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2/12/2016 9:47 AM, Yury Zhuravlev wrote:
> Andy Colson wrote:
>> Is the installcheck important to you?
>
> Hello!
> You can try new make check. Also "make install" started support DESTDIR.
>

cmake and make -j2 fine, but then....

andy(at)mapper:~/projects/postgres_cmake/build$ make check
Scanning dependencies of target check
CMake Error: cmake version 2.8.12
Usage: /usr/bin/cmake -E [command] [arguments ...]
Available commands:
chdir dir cmd [args]... - run command in a given directory
compare_files file1 file2 - check if file1 is same as file2
copy file destination - copy file to destination (either file or
directory)
copy_directory source destination - copy directory 'source' content
to directory 'destination'
copy_if_different in-file out-file - copy file if input has changed
echo [string]... - displays arguments as text
echo_append [string]... - displays arguments as text but no new line
environment - display the current environment
make_directory dir - create a directory
md5sum file1 [...] - compute md5sum of files
remove [-f] file1 file2 ... - remove the file(s), use -f to force it
remove_directory dir - remove a directory and its contents
rename oldname newname - rename a file or directory (on one volume)
tar [cxt][vfz][cvfj] file.tar [file/dir1 file/dir2 ...]
- create or extract a tar or zip archive
time command [args] ... - run command and return elapsed time
touch file - touch a file.
touch_nocreate file - touch a file but do not create it.
Available on UNIX only:
create_symlink old new - create a symbolic link new -> old

make[3]: *** [src/test/regress/CMakeFiles/check] Error 1
make[2]: *** [src/test/regress/CMakeFiles/check.dir/all] Error 2
make[1]: *** [src/test/regress/CMakeFiles/check.dir/rule] Error 2
make: *** [check] Error 2

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Edson Richter 2016-02-12 16:53:37 Re: XMLEXISTS on legacy XML with malformed xmlns
Previous Message Peter van Eck 2016-02-12 16:46:09 Re: PostgreSQL 9.5 and process REST calls enquiry