Package Details: ctris 0.42.1-3

Git Clone URL: https://aur.archlinux.org/ctris.git (read-only, click to copy)
Package Base: ctris
Description: A colorized, small and flexible Tetris(TM)-clone for the console written in C, using the ncurses-library.
Upstream URL: https://github.com/dominikhackl/ctris
Licenses: GPL
Submitter: aksr
Maintainer: aksr
Last Packager: aksr
Votes: 0
Popularity: 0.000000
First Submitted: 2015-09-22 19:43 (UTC)
Last Updated: 2023-01-10 04:13 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

aksr commented on 2023-01-10 04:10 (UTC)

Fixed.

micwoj92 commented on 2022-01-22 12:53 (UTC)

Build fails

/usr/bin/ld: game.o:(.bss+0x1c3): multiple definition of `game_state'; ctris.o:(.bss+0x143): first defined here
/usr/bin/ld: game.o:(.bss+0x1c1): multiple definition of `counterclockwise_rotation'; ctris.o:(.bss+0x141): first defined here
/usr/bin/ld: game.o:(.bss+0x1c2): multiple definition of `old_style_keys'; ctris.o:(.bss+0x142): first defined here
/usr/bin/ld: game.o:(.bss+0x70): multiple definition of `rseed'; ctris.o:(.data+0x0): first defined here
/usr/bin/ld: game.o:(.bss+0x80): multiple definition of `default_name'; ctris.o:(.bss+0x0): first defined here
/usr/bin/ld: game.o:(.bss+0xc0): multiple definition of `highscore_file_path'; ctris.o:(.bss+0x40): first defined here
/usr/bin/ld: game.o:(.bss+0x1c0): multiple definition of `hide_cursor_workaround'; ctris.o:(.bss+0x140): first defined here
/usr/bin/ld: screen.o:(.bss+0x1e0): multiple definition of `hide_cursor_workaround'; ctris.o:(.bss+0x140): first defined here
/usr/bin/ld: screen.o:(.bss+0x20): multiple definition of `brick_digit'; game.o:(.bss+0x0): first defined here
/usr/bin/ld: screen.o:(.bss+0xa0): multiple definition of `default_name'; ctris.o:(.bss+0x0): first defined here
/usr/bin/ld: screen.o:(.bss+0x90): multiple definition of `rseed'; ctris.o:(.data+0x0): first defined here
/usr/bin/ld: screen.o:(.bss+0xe0): multiple definition of `highscore_file_path'; ctris.o:(.bss+0x40): first defined here
/usr/bin/ld: screen.o:(.bss+0x1e1): multiple definition of `counterclockwise_rotation'; ctris.o:(.bss+0x141): first defined here
/usr/bin/ld: screen.o:(.bss+0x1e2): multiple definition of `old_style_keys'; ctris.o:(.bss+0x142): first defined here
/usr/bin/ld: screen.o:(.bss+0x1e3): multiple definition of `game_state'; ctris.o:(.bss+0x143): first defined here
/usr/bin/ld: brick.o:(.data+0x0): multiple definition of `brick_digit'; game.o:(.bss+0x0): first defined here
/usr/bin/ld: brick.o:(.bss+0x0): multiple definition of `rseed'; ctris.o:(.data+0x0): first defined here
/usr/bin/ld: brick.o:(.bss+0x20): multiple definition of `default_name'; ctris.o:(.bss+0x0): first defined here
/usr/bin/ld: brick.o:(.bss+0x60): multiple definition of `highscore_file_path'; ctris.o:(.bss+0x40): first defined here
/usr/bin/ld: brick.o:(.bss+0x160): multiple definition of `hide_cursor_workaround'; ctris.o:(.bss+0x140): first defined here
/usr/bin/ld: brick.o:(.bss+0x161): multiple definition of `counterclockwise_rotation'; ctris.o:(.bss+0x141): first defined here
/usr/bin/ld: brick.o:(.bss+0x162): multiple definition of `old_style_keys'; ctris.o:(.bss+0x142): first defined here
/usr/bin/ld: brick.o:(.bss+0x163): multiple definition of `game_state'; ctris.o:(.bss+0x143): first defined here
/usr/bin/ld: highscore.o:(.bss+0x60): multiple definition of `highscore_file_path'; ctris.o:(.bss+0x40): first defined here
/usr/bin/ld: highscore.o:(.bss+0x0): multiple definition of `rseed'; ctris.o:(.data+0x0): first defined here
/usr/bin/ld: highscore.o:(.bss+0x20): multiple definition of `default_name'; ctris.o:(.bss+0x0): first defined here
/usr/bin/ld: highscore.o:(.bss+0x160): multiple definition of `hide_cursor_workaround'; ctris.o:(.bss+0x140): first defined here
/usr/bin/ld: highscore.o:(.bss+0x161): multiple definition of `counterclockwise_rotation'; ctris.o:(.bss+0x141): first defined here
/usr/bin/ld: highscore.o:(.bss+0x162): multiple definition of `old_style_keys'; ctris.o:(.bss+0x142): first defined here
/usr/bin/ld: highscore.o:(.bss+0x163): multiple definition of `game_state'; ctris.o:(.bss+0x143): first defined here