Package Details: mt-st-git 1.4.r10.gfbfd923-1

Git Clone URL: https://aur.archlinux.org/mt-st-git.git (read-only, click to copy)
Package Base: mt-st-git
Description: Utilities for managing magnetic tape storage devices
Upstream URL: https://github.com/iustin/mt-st
Licenses: GPLv2
Conflicts: mt-st
Provides: mt-st
Submitter: skottish
Maintainer: severach
Last Packager: severach
Votes: 7
Popularity: 0.000000
First Submitted: 2014-01-06 23:22 (UTC)
Last Updated: 2022-09-24 16:32 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

benalexau commented on 2022-03-30 21:47 (UTC) (edited on 2022-03-30 21:48 (UTC) by benalexau)

The current PKGBUILD fails with:

fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
==> ERROR: Failure while downloading mt-st git repo

To resolve, please modify the PKGBUILD to:

source=("${_pkgname}::git+${url}.git")

ilyxa commented on 2021-08-29 20:37 (UTC)

You can try mine if you want/need: https://gist.github.com/ilyxa/235437af337373d5691530b70a33f11f

sammko commented on 2021-06-11 21:06 (UTC)

Could this be switched to the maintained https://github.com/iustin/mt-st?

Darkimmortal commented on 2018-09-24 14:57 (UTC) (edited on 2018-09-24 14:58 (UTC) by Darkimmortal)

mt.c: In function ‘do_show_options’: mt.c:725:17: warning: implicit declaration of function ‘minor’; did you mean ‘mknod’? [-Wimplicit-function-declaration] mt.c:(.text+0xb8): undefined reference to `minor'

Fixed by adding #include <sys/sysmacros.h> to mt.c

alpha.niner commented on 2016-05-17 14:52 (UTC)

pcre2 should be added to makedepends array: PKGBUILD: line 50: pcre2grep: command not found

HalosGhost commented on 2014-01-07 00:32 (UTC)

Fixed pkgver(), added some boilerplate for consistency and cleanliness, utilize upstream's Makefile. I also have no ability to test. All the best,

skottish commented on 2014-01-06 23:24 (UTC)

This is untested by me as I have no magnetic media. Adopt at will.