Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pstoedit 4.02 #201507

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/p/pstoedit.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Pstoedit < Formula
desc "Convert PostScript and PDF files to editable vector graphics"
homepage "http://www.pstoedit.net/"
url "https://downloads.sourceforge.net/project/pstoedit/pstoedit/3.78/pstoedit-3.78.tar.gz"
sha256 "8cc28e34bc7f88d913780f8074e813dd5aaa0ac2056a6b36d4bf004a0e90d801"
url "https://downloads.sourceforge.net/project/pstoedit/pstoedit/4.02/pstoedit-4.02.tar.gz"
sha256 "5588b432d2c6b2ad9828b44915ea5813ff9a3a3312a41fa0de4c38ddac9df72f"
license "GPL-2.0-or-later"

bottle do
Expand All @@ -25,7 +25,7 @@
depends_on "imagemagick"
depends_on "plotutils"

def install

Check failure on line 28 in Formula/p/pstoedit.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew install --verbose --formula --build-bottle pstoedit` failed on macOS Sequoia (15) on Apple Silicon!

/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR="\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\"" -DPSTOEDITDOCDIR="\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\"" -DPSTOEDITLIBDIR="\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\"" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c -o drvlplot.lo drvlplot.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\" -DPSTOEDITDOCDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c drvsampl.cpp -fno-common -DPIC -o .libs/drvsampl.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\" -DPSTOEDITDOCDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c drvlplot.cpp -fno-common -DPIC -o .libs/drvlplot.o /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR="\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\"" -DPSTOEDITDOCDIR="\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\"" -DPSTOEDITLIBDIR="\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\"" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c -o pstoedit.lo pstoedit.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\" -DPSTOEDITDOCDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c pstoedit.cpp -fno-common -DPIC -o .libs/pstoedit.o pstoedit.cpp:69:10: fatal error: 'link.h' file not found 69 | #include <link.h> | ^~~~~~~~ 1 error generated. make[1]: *** [pstoedit.lo] Error 1 make: *** [install-recursive] Error 1 ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/p/pstoedit.rb ==> Configuration HOMEBREW_VERSION: 4.4.12-10-g39a40e9 ORIGIN: https://github.com/Homebrew/brew HEAD: 39a40e9873b42ab886ab6cd59a05d20b58019e01 Last commit: 4 hours ago Branch: master Core tap HEAD: bc0214c40a229f3d56ece24fe4d4675f166b188e Core tap last commit: 7 minutes ago Core tap JSON: 17 Dec 16:27 UTC Core cask tap JSON: 17 Dec 16:27 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_CACHE: /Users/brew/Library/Caches/Homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_GIT_EMAIL: [email protected] HOMEBREW_GIT_NAME: BrewTestBot HOMEBREW_GIT_PATH: /usr/bin/git HOMEBREW_LOGS: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs HOMEBREW_MAKE_JOBS: 4 HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_EMOJI: set HOMEBREW_NO_ENV_HINTS: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set HOMEBREW_NO_INSTALL_FROM_API: set HOMEBREW_SORBET_RUNTIME: set HOMEBREW_VERIFY_ATTESTATIONS: set Homebrew Ruby: 3.3.6 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby

Check failure on line 28 in Formula/p/pstoedit.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle pstoedit` failed on macOS Sonoma (14) on Apple Silicon!

/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR="\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\"" -DPSTOEDITDOCDIR="\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\"" -DPSTOEDITLIBDIR="\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\"" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c -o drvlplot.lo drvlplot.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\" -DPSTOEDITDOCDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c drvsampl.cpp -fno-common -DPIC -o .libs/drvsampl.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\" -DPSTOEDITDOCDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c drvlplot.cpp -fno-common -DPIC -o .libs/drvlplot.o /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR="\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\"" -DPSTOEDITDOCDIR="\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\"" -DPSTOEDITLIBDIR="\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\"" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c -o pstoedit.lo pstoedit.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\" -DPSTOEDITDOCDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c pstoedit.cpp -fno-common -DPIC -o .libs/pstoedit.o pstoedit.cpp:69:10: fatal error: 'link.h' file not found 69 | #include <link.h> | ^~~~~~~~ 1 error generated. make[1]: *** [pstoedit.lo] Error 1 make: *** [install-recursive] Error 1 ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/p/pstoedit.rb ==> Configuration HOMEBREW_VERSION: 4.4.12-10-g39a40e9 ORIGIN: https://github.com/Homebrew/brew HEAD: 39a40e9873b42ab886ab6cd59a05d20b58019e01 Last commit: 4 hours ago Branch: master Core tap HEAD: bc0214c40a229f3d56ece24fe4d4675f166b188e Core tap last commit: 7 minutes ago Core tap JSON: 17 Dec 16:27 UTC Core cask tap JSON: 17 Dec 16:27 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_BOOTSNAP: set HOMEBREW_CACHE: /Users/brew/Library/Caches/Homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_GIT_EMAIL: [email protected] HOMEBREW_GIT_NAME: BrewTestBot HOMEBREW_GIT_PATH: /usr/bin/git HOMEBREW_LOGS: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs HOMEBREW_MAKE_JOBS: 4 HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_EMOJI: set HOMEBREW_NO_ENV_HINTS: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set HOMEBREW_NO_INSTALL_FROM_API: set HOMEBREW_SORBET_RUNTIME: set HOMEBREW_VERIFY_ATTESTATIONS: set Homebrew Ruby: 3.3.6 => /opt/homebrew/Library/Homebrew/vendor/portab

Check failure on line 28 in Formula/p/pstoedit.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew install --verbose --formula --build-bottle pstoedit` failed on macOS Ventura (13) on Apple Silicon!

libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\" -DPSTOEDITDOCDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c drvsampl.cpp -fno-common -DPIC -o .libs/drvsampl.o /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR="\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\"" -DPSTOEDITDOCDIR="\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\"" -DPSTOEDITLIBDIR="\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\"" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c -o drvlplot.lo drvlplot.cpp /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR="\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\"" -DPSTOEDITDOCDIR="\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\"" -DPSTOEDITLIBDIR="\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\"" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c -o pstoedit.lo pstoedit.cpp libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\" -DPSTOEDITDOCDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c drvlplot.cpp -fno-common -DPIC -o .libs/drvlplot.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DDEFAULTGS=gs -DPSTOEDITDATADIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/pstoedit\" -DPSTOEDITDOCDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/share/doc/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/homebrew/Cellar/pstoedit/4.02/lib/pstoedit\" -Wall -Wextra -Wuninitialized -Wswitch-default -Wunused -Wshadow -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -g -O2 -DINTERNALBOOL -c pstoedit.cpp -fno-common -DPIC -o .libs/pstoedit.o pstoedit.cpp:69:10: fatal error: 'link.h' file not found #include <link.h> ^~~~~~~~ 1 error generated. make[1]: *** [pstoedit.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [install-recursive] Error 1 ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/p/pstoedit.rb ==> Configuration HOMEBREW_VERSION: 4.4.12-10-g39a40e9 ORIGIN: https://github.com/Homebrew/brew HEAD: 39a40e9873b42ab886ab6cd59a05d20b58019e01 Last commit: 4 hours ago Branch: master Core tap HEAD: bc0214c40a229f3d56ece24fe4d4675f166b188e Core tap last commit: 7 minutes ago Core tap JSON: 17 Dec 16:27 UTC Core cask tap JSON: 17 Dec 16:27 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_BOOTSNAP: set HOMEBREW_CACHE: /Users/brew/Library/Caches/Homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_GIT_EMAIL: [email protected] HOMEBREW_GIT_NAME: BrewTestBot HOMEBREW_GIT_PATH: /usr/bin/git HOMEBREW_LOGS: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs HOMEBREW_MAKE_JOBS: 4 HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_EMOJI: set HOMEBREW_NO_ENV_HINTS: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set HOMEBREW_NO_INSTALL_FROM_API: set HOMEBREW_SORBET_RUNTIME: set HOMEBREW_VERIFY_ATTESTATIONS: set Homebrew Ruby: 3.3.6 => /opt/homebrew/
ENV.cxx11 if OS.mac?
system "./configure", *std_configure_args
system "make", "install"
Expand Down
Loading