Package Details: alacritty-git 1:0.14.0.2261.g2786683e-1

Git Clone URL: https://aur.archlinux.org/alacritty-git.git (read-only, click to copy)
Package Base: alacritty-git
Description: A cross-platform, GPU-accelerated terminal emulator
Upstream URL: https://github.com/alacritty/alacritty
Keywords: GPU rust terminal
Licenses: Apache
Conflicts: alacritty
Provides: alacritty
Submitter: quininer
Maintainer: quininer
Last Packager: quininer
Votes: 99
Popularity: 1.35
First Submitted: 2016-11-01 13:53 (UTC)
Last Updated: 2023-12-31 03:41 (UTC)

Required by (27)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

suzumiya commented on 2017-11-26 15:52 (UTC)

Thanks. Solved. It works well now after updating it.

quininer commented on 2017-11-15 05:52 (UTC)

@suzumiya update your rust.

suzumiya commented on 2017-11-15 02:29 (UTC)

Compiling nix v0.5.1 Compiling mio v0.5.1 Compiling notify v4.0.1 Compiling env_logger v0.4.3 error: cannot find macro `eprintln!` in this scope --> src/config.rs:1485:49 | 1485 | Err(err) => eprintln!("Ignoring invalid config: {}", err), | ^^^^^^^^ | = help: did you mean `println!`? error: cannot find macro `eprintln!` in this scope --> src/config.rs:373:30 | 373 | _ => eprintln!("unknown modifier {:?}", modifier), | ^^^^^^^^ | = help: did you mean `println!`? error: cannot find macro `eprintln!` in this scope --> src/config.rs:470:30 | 470 | _ => eprintln!("unknown mode {:?}", modifier), | ^^^^^^^^ | = help: did you mean `println!`? error: cannot find macro `eprintln!` in this scope --> src/input.rs:190:25 | 190 | eprintln!("Error loading data from clipboard. {}", Red(err)); | ^^^^^^^^ | = help: did you mean `println!`? error: cannot find macro `eprintln!` in this scope --> src/macros.rs:18:9 | 18 | eprintln!($($arg)*); | ^^^^^^^^ | ::: src/tty.rs | 48 | die!("Waiting for pid {} failed: {}\n", PID, errno()); | ------------------------------------------------------ in this macro invocation | = help: did you mean `println!`? error: cannot find macro `eprintln!` in this scope --> src/macros.rs:18:9 | 18 | eprintln!($($arg)*); | ^^^^^^^^ | ::: src/tty.rs | 84 | die!("openpty failed"); | ----------------------- in this macro invocation | = help: did you mean `println!`? error: cannot find macro `eprintln!` in this scope --> src/macros.rs:18:9 | 18 | eprintln!($($arg)*); | ^^^^^^^^ | ::: src/tty.rs | 120 | die!("ioctl TIOCSCTTY failed: {}", errno()); | -------------------------------------------- in this macro invocation | = help: did you mean `println!`? error: cannot find macro `eprintln!` in this scope --> src/macros.rs:18:9 | 18 | eprintln!($($arg)*); | ^^^^^^^^ | ::: src/tty.rs | 153 | die!("getpwuid_r failed"); | -------------------------- in this macro invocation | = help: did you mean `println!`? error: cannot find macro `eprintln!` in this scope --> src/macros.rs:18:9 | 18 | eprintln!($($arg)*); | ^^^^^^^^ | ::: src/tty.rs | 157 | die!("pw not found"); | --------------------- in this macro invocation | = help: did you mean `println!`? error: cannot find macro `eprintln!` in this scope --> src/macros.rs:18:9 | 18 | eprintln!($($arg)*); | ^^^^^^^^ | ::: src/tty.rs | 221 | die!("Failed to set session id: {}", errno()); | ---------------------------------------------- in this macro invocation | = help: did you mean `println!`? error: cannot find macro `eprintln!` in this scope --> src/macros.rs:18:9 | 18 | eprintln!($($arg)*); | ^^^^^^^^ | ::: src/tty.rs | 269 | die!("Command::spawn() failed: {}", err); | ----------------------------------------- in this macro invocation | = help: did you mean `println!`? error: cannot find macro `eprintln!` in this scope --> src/macros.rs:18:9 | 18 | eprintln!($($arg)*); | ^^^^^^^^ | ::: src/tty.rs | 300 | die!("ioctl TIOCSWINSZ failed: {}", errno()); | --------------------------------------------- in this macro invocation | = help: did you mean `println!`? error: aborting due to 12 previous errors error: Could not compile `alacritty`. To learn more, run the command again with --verbose.

hiciu commented on 2017-08-23 11:49 (UTC)

polyzen, yes, you are correct. It looks like this is common. Shame to admit, I'm using aur for so long and I've noticed this just now :). Sorry about the noise.

polyzen commented on 2017-08-22 19:51 (UTC) (edited on 2017-08-22 19:51 (UTC) by polyzen)

hiciu, this is common usage: https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver.28.29_function

hiciu commented on 2017-08-22 13:43 (UTC)

pkgver() function will set pkgver field to something like this: $VERSION.$GIT_REVISIONS_COUNT.g$GIT_HASH There is a "g" before git hash. So for example this version: 0.1.0.571.g471237d-1 means that alacritty has been built from revision 471237d. This can be confusing, because "g" at the beginning could be mistaken for part of a git hash. I'm not sure if this should considered a problem - just reporting, because I spent last few minutes looking for revision g471237d in git repo :).

quininer commented on 2017-08-16 08:42 (UTC)

@maandree You should use makechrootpkg to build it.

maandree commented on 2017-08-16 07:54 (UTC)

- Creating working copy of alacritty git repo... Cloning into 'alacritty'... done. == Starting pkgver()... == Entering fakeroot environment... == Starting package_alacritty-git()... error: failed to open: /var/empty/.cargo/registry/index/github.com-1ecc6299db9ec823/.cargo-index-lock Caused by: Permission denied (os error 13) The home directory of my package building user is /var/empty. Why is it writting to my home directory rather than a temporary directory?