Bug 163213 - [new port]: databases/tarantool Tarantool, is a high performance key/value storage server
Summary: [new port]: databases/tarantool Tarantool, is a high performance key/value st...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-12 22:50 UTC by Veniamin
Modified: 2012-01-02 15:50 UTC (History)
0 users

See Also:


Attachments
file.shar (38.55 KB, text/plain)
2011-12-12 22:50 UTC, Veniamin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Veniamin 2011-12-12 22:50:11 UTC
Tarantool/Box, or simply Tarantool, is a high performance key/value storage server. The code is available for free under the terms of BSD license. Supported platforms are GNU/Linux and FreeBSD.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2011-12-25 18:30:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

I'll take it.
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2012-01-02 04:06:29 UTC
The port fails to compile:

-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for __libc_stack_end in
-- Looking for __libc_stack_end in  - not found
CMake Error at CMakeLists.txt:83 (set_target_properties):
  set_target_properties Can not find target to add properties to: coro


-- Looking for __gcov_flush in gcov
-- Looking for __gcov_flush in gcov - found
CMake Error at CMakeLists.txt:175 (message):
  ENABLE_BACKTRACE option is set but the system is not x86 based (amd64) or
  the compiler is not GNU GCC (/usr/bin/cc).


On Sun, Dec 25, 2011 at 1:30 PM,  <eadler@freebsd.org> wrote:
> Synopsis: [new port]: databases/tarantool Tarantool, is a high performance key/value storage server
>
> Responsible-Changed-From-To: freebsd-ports-bugs->eadler
> Responsible-Changed-By: eadler
> Responsible-Changed-When: Sun Dec 25 18:30:49 UTC 2011
> Responsible-Changed-Why:
> I'll take it.
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=163213
>



-- 
Eitan Adler
Ports committer
X11, Bugbusting teams
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2012-01-02 04:07:07 UTC
State Changed
From-To: open->feedback

per followup - port fails to compile
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-01-02 15:41:37 UTC
eadler      2012-01-02 15:41:28 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/tarantool  Makefile distinfo pkg-descr pkg-plist 
    databases/tarantool/files patch-CMakeLists.txt 
                              patch-test_CMakeLists.txt 
                              patch-test_box_tarantool.cfg 
                              patch-test_lib_sql.g 
                              patch-test_lib_sql.py 
                              patch-test_lib_sql_ast.py 
                              patch-test_lib_tarantool_connection.py 
                              patch-test_lib_tarantool_silverbox_server.py 
                              patch-test_lib_test_suite.py 
                              patch-test_tarantool pkg-message.in 
                              tarantool.in 
  Log:
  Tarantool/Box, or simply Tarantool, is a high performance key/value
  storage server. The code is available for free under the terms of
  BSD license. Supported platforms are GNU/Linux and FreeBSD.
  
  WWW:    http://tarantool.org/
  
  PR:             ports/163213
  Submitted by:   Gvozdikov Veniamin <g.veniamin@googlemail.com>
  
  Revision  Changes    Path
  1.1067    +1 -0      ports/databases/Makefile
  1.1       +43 -0     ports/databases/tarantool/Makefile (new)
  1.1       +2 -0      ports/databases/tarantool/distinfo (new)
  1.1       +11 -0     ports/databases/tarantool/files/patch-CMakeLists.txt (new)
  1.1       +9 -0      ports/databases/tarantool/files/patch-test_CMakeLists.txt (new)
  1.1       +17 -0     ports/databases/tarantool/files/patch-test_box_tarantool.cfg (new)
  1.1       +57 -0     ports/databases/tarantool/files/patch-test_lib_sql.g (new)
  1.1       +92 -0     ports/databases/tarantool/files/patch-test_lib_sql.py (new)
  1.1       +45 -0     ports/databases/tarantool/files/patch-test_lib_sql_ast.py (new)
  1.1       +158 -0    ports/databases/tarantool/files/patch-test_lib_tarantool_connection.py (new)
  1.1       +266 -0    ports/databases/tarantool/files/patch-test_lib_tarantool_silverbox_server.py (new)
  1.1       +210 -0    ports/databases/tarantool/files/patch-test_lib_test_suite.py (new)
  1.1       +30 -0     ports/databases/tarantool/files/patch-test_tarantool (new)
  1.1       +10 -0     ports/databases/tarantool/files/pkg-message.in (new)
  1.1       +29 -0     ports/databases/tarantool/files/tarantool.in (new)
  1.1       +5 -0      ports/databases/tarantool/pkg-descr (new)
  1.1       +21 -0     ports/databases/tarantool/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Eitan Adler freebsd_committer freebsd_triage 2012-01-02 15:42:05 UTC
State Changed
From-To: feedback->closed

committed and changed per discussion