Skip to content

Commit

Permalink
dvorak7min: deprecate
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Linnane <[email protected]>
  • Loading branch information
SMillerDev committed Feb 29, 2024
1 parent fa19775 commit 3cd23dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/d/dvorak7min.rb
Expand Up @@ -24,6 +24,9 @@ class Dvorak7min < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "88198e60fed089e8dcc4c8bb9fb955428cecd480578fd1a339e177b1c1e748df"
end

# source is a copy from debian
deprecate! date: "2024-01-16", because: :repo_removed

uses_from_macos "ncurses"

def install

Check failure on line 32 in Formula/d/dvorak7min.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --build-bottle dvorak7min` failed on Linux!

Warning: dvorak7min has been deprecated because it has a removed upstream repository! ==> Fetching dvorak7min ==> Downloading https://deb.debian.org/debian/pool/main/d/dvorak7min/dvorak7min_1.6.1+repack.orig.tar.gz Already downloaded: /home/linuxbrew/.cache/Homebrew/downloads/3066e4c0f180829ed3d6b37b7834bcaebb9c2a6a0835b6267fec76bea3d50758--dvorak7min_1.6.1+repack.orig.tar.gz ==> Verifying checksum for '3066e4c0f180829ed3d6b37b7834bcaebb9c2a6a0835b6267fec76bea3d50758--dvorak7min_1.6.1+repack.orig.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /home/linuxbrew/.cache/Homebrew/downloads/3066e4c0f180829ed3d6b37b7834bcaebb9c2a6a0835b6267fec76bea3d50758--dvorak7min_1.6.1+repack.orig.tar.gz --directory /tmp/homebrew-unpack20240229-6957-5cbt7s /usr/bin/env cp -pR /tmp/homebrew-unpack20240229-6957-5cbt7s/dvorak7min-1.6.1/. /tmp/dvorak7min-20240229-6957-kg9ig8/dvorak7min-1.6.1 ==> make clean rm -f dvorak7min.o lessons.o dvorak7min ==> make gcc-11 -g0 -O2 -Wall -DLIMIT_LENGTH=1024 -c -o dvorak7min.o dvorak7min.c gcc-11 -g0 -O2 -Wall -DLIMIT_LENGTH=1024 -c -o lessons.o lessons.c dvorak7min.c: In function ‘importText’: dvorak7min.c:196:20: error: ‘sys_errlist’ undeclared (first use in this function) 196 | postmortem = sys_errlist[errno]; | ^~~~~~~~~~~ dvorak7min.c:196:20: note: each undeclared identifier is reported only once for each function it appears in make: *** [<builtin>: dvorak7min.o] Error 1 ==> Formula Path: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/d/dvorak7min.rb ==> Configuration HOMEBREW_VERSION: 4.2.10-53-g154a217 ORIGIN: https://github.com/Homebrew/brew HEAD: 154a21706af0e95f0c870b8c358ce483f7065704 Last commit: 5 hours ago Core tap HEAD: 6bf78fa4ed0134194e8d9bf3623309866fb49a25 Core tap last commit: 7 minutes ago Core tap JSON: 29 Feb 08:56 UTC HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew HOMEBREW_BOOTSNAP: set HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_GIT_EMAIL: [email protected] HOMEBREW_GIT_NAME: BrewTestBot HOMEBREW_GIT_PATH: /usr/bin/git HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_LOGS: /github/home/bottles/logs HOMEBREW_MAKE_JOBS: 4 HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_EMOJI: set HOMEBREW_NO_ENV_HINTS: set HOMEBREW_NO_INSTALL_FROM_API: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set HOMEBREW_SORBET_RUNTIME: set Homebrew Ruby: 3.1.4 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby CPU: quad-core 64-bit zen3 Clang: N/A Git: 2.43.2 => /usr/bin/git Curl: 7.81.0 => /usr/bin/curl Kernel: Linux 6.5.0-1015-azure x86_64 GNU/Linux OS: Ubuntu 22.04.3 LTS Host glibc: 2.35 /usr/bin/gcc: 11.4.0 /usr/bin/ruby: N/A glibc: N/A gcc@11: N/A gcc: N/A xorg: N/A ==> ENV HOMEBREW_CC: gcc-11 HOMEBREW_CXX: g++-11 MAKEFLAGS: -j4 CMAKE_PREFIX_PATH: /home/linuxbrew/.linuxbrew PKG_CONFIG_PATH: /home/linuxbrew/.linuxbrew/opt/ncurses/lib/pkgconfig HOMEBREW_GIT: /usr/bin/git PATH: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super:/home/linuxbrew/.linuxbrew/opt/ncurses/bin:/usr/bin:/bin:/usr/sbin:/sbin Logs: /github/home/bottles/logs/dvorak7min/00.options.out /github/home/bottles/logs/dvorak7min/01.make /github/home/bottles/logs/dvorak7min/02.make /github/home/bottles/logs/dvorak7min/02.make.cc READ THIS: https://docs.brew.sh/Troubleshooting Error: dvorak7min 1.6.1 did not build dvorak7min's formula is deprecated. This build failure is expected behaviour. Do not create issues about this on Homebrew's GitHub repositories. Any opened issues will be immediately closed without response. Do not ask for help from Homebrew or its maintainers on social media. You may ask for help in Homebrew's discussions but are unlikely to receive a response. Try to figure out the problem yourself and submit a fix as a pull request. We will review it but may or may not accept it.
Expand Down

0 comments on commit 3cd23dc

Please sign in to comment.