Skip to content

Instantly share code, notes, and snippets.

View cooljeanius's full-sized avatar
😵‍💫
忙しい (y cansado)

Eric Gallager cooljeanius

😵‍💫
忙しい (y cansado)
View GitHub Profile
@cooljeanius
cooljeanius / mperr_20260225_prev.txt
Created February 25, 2026 21:54
Previous MacPorts error output after trying to upgrade x86_64-w64-mingw32-pkgconfig
---> Upgrading x86_64-w64-mingw32-pkgconfig (1/29)
DEBUG: dropping privileges: euid changed to 502, egid changed to 20.
DEBUG: Could not open file: /Users/ericgallager/Documents/GitHub/macports-wine/cross/mingw-w64-pkgconfig/Portfile
while executing
"sha256 file ${portpath}/Portfile"
(procedure "open_statefile" line 24)
invoked from within
"open_statefile"
Error: Failed to open statefile for x86_64-w64-mingw32-pkgconfig: Could not open file: /Users/ericgallager/Documents/GitHub/macports-wine/cross/mingw-w64-pkgconfig/Portfile
DEBUG: elevating privileges for place_worksymlink: euid changed to 0, egid changed to 0.
@cooljeanius
cooljeanius / mperr_20260225.txt
Created February 25, 2026 16:30
MacPorts error output after trying to upgrade x86_64-w64-mingw32-pkgconfig
---> Removing work directory for x86_64-w64-mingw32-pkgconfig
DEBUG: No work directory found to remove at /opt/local/var/macports/build/x86_64-w64-mingw32-pkgconfig-4ae183bc
DEBUG: No log directory found to remove at /opt/local/var/macports/logs/_opt_local_var_macports_registry_portfiles_x86_64-w64-mingw32-pkgconfig-0.0.1_0_bb47a2233bf5fb9ad366709e610813bb2d773264ecb980db8617cbc3732ada0e-2218
DEBUG: dropping privileges: euid changed to 502, egid changed to 20.
DEBUG: dropping privileges: euid changed to 502, egid changed to 20.
DEBUG: Starting logging for x86_64-w64-mingw32-pkgconfig @0.0.1_0
DEBUG: macOS 26.3 (darwin/25.3.0) arch i386
DEBUG: MacPorts 2.12.1
DEBUG: Xcode 26.2, CLT 26.2.0.0.1.1764914756
DEBUG: SDK 26
@cooljeanius
cooljeanius / Fink_m4_providers.txt
Created April 6, 2024 17:27
Output showing which ports in Fink have installed .m4 files on my system, sorted by how many each package installs
$ /opt/sw/bin/dpkg -S /opt/sw/share/aclocal/*.m4 2>/dev/null | cut -d: -f1 | sort | uniq -c | sort -r
582 autoconf-archive
10 gettext-tools
7 libtool2
2 libstroke
2 libgpg-error
2 libflac12-dev
2 gnome-common
2 glib2-dev
1 zziplib13-dev
@cooljeanius
cooljeanius / MacPorts_m4_providers.txt
Created April 6, 2024 17:25
Output showing which ports in MacPorts have installed .m4 files on my system, sorted by how many each package installs
$ port provides /opt/local/share/aclocal/*.m4 | cut -d: -f2 | sort | uniq -c | sort -r
582 autoconf-archive
11 gettext
10 dpkg
8 mm-common
7 libtool
4 xfce4-dev-tools
3 gnome-common
3 glib2
3 bakefile
@cooljeanius
cooljeanius / m2rte_dylib_build_failure.txt
Created August 10, 2023 16:36
m2rte.dylib build failure
/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/./prev-gcc/xg++ -B/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/./prev-gcc/ -B/usr/local/x86_64-apple-darwin20/bin/ -nostdinc++ -B/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/prev-x86_64-apple-darwin20/libstdc++-v3/src/.libs -B/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/prev-x86_64-apple-darwin20/libstdc++-v3/libsupc++/.libs -I/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/prev-x86_64-apple-darwin20/libstdc++-v3/include/x86_64-apple-darwin20 -I/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/prev-x86_64-apple-darwin20/libstdc++-v3/include -I/Users/ericgallager/gcc_newgit/libstdc++-v3/libsupc++ -L/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/prev-x86_64-apple-darwin20/libstdc++-v3/src/.libs -L/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_0123456
@cooljeanius
cooljeanius / WLP_PR13.diff
Created February 12, 2023 23:51
diff between old set of luacheck warnings vs. new ones
--- /tmp/master.txt 2023-02-12 18:48:47.000000000 -0500
+++ /tmp/PR.txt 2023-02-12 18:49:09.000000000 -0500
@@ -1,14 +1,20 @@
+Checking animation.lua 2 warnings
+
+ animation.lua:516:38: (W421) shadowing definition of variable x on line 495
+ animation.lua:516:41: (W421) shadowing definition of variable y on line 495
+
Checking debug_utils.lua 2 warnings
@cooljeanius
cooljeanius / t_backtrace.txt
Created November 19, 2022 18:30
backtrace from trying to use the `t` Twitter client
$ t update "testing to see if I can still tweet from the command line"
Traceback (most recent call last):
16: from /opt/local/bin/t:23:in `<main>'
15: from /opt/local/bin/t:23:in `load'
14: from /opt/local/lib/ruby2.7/gems/2.7.0/gems/t-3.1.0/bin/t:20:in `<top (required)>'
13: from /opt/local/lib/ruby2.7/gems/2.7.0/gems/thor-1.2.1/lib/thor/base.rb:485:in `start'
12: from /opt/local/lib/ruby2.7/gems/2.7.0/gems/thor-1.2.1/lib/thor.rb:392:in `dispatch'
11: from /opt/local/lib/ruby2.7/gems/2.7.0/gems/thor-1.2.1/lib/thor/invocation.rb:127:in `invoke_command'
10: from /opt/local/lib/ruby2.7/gems/2.7.0/gems/thor-1.2.1/lib/thor/command.rb:27:in `run'
9: from /opt/local/lib/ruby2.7/gems/2.7.0/gems/t-3.1.0/lib/t/cli.rb:853:in `update'
Process: Twitter [93293]
Path: /Applications/Twitter.localized/Twitter.app/Contents/MacOS/Twitter
Identifier: maccatalyst.com.atebits.Tweetie2
Version: 9.10.1 (19.9.10)
App Item ID: 1482454543
App External ID: 849313051
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Twitter [93293]
User ID: 501
@cooljeanius
cooljeanius / g++-mapper-server-error.txt
Created June 13, 2022 22:11
missing symbols for building g++-mapper-server
/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/./gcc/xg++ -B/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/./gcc/ -nostdinc++ `if test -f /Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/x86_64-apple-darwin20.6.0/libstdc++-v3/scripts/testsuite_flags; then /bin/sh /Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/x86_64-apple-darwin20.6.0/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/x86_64-apple-darwin20.6.0/libstdc++-v3/src -L/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/x86_64-apple-darwin20.6.0/libstdc++-v3/src/.libs -L/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/x86_64-apple-darwin20.6.0/libstdc++-v3/libsupc++/.libs -B/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/x86_64-apple-da
@cooljeanius
cooljeanius / ruby2_1_0_error
Created April 24, 2022 21:09
t --help output
t --help
/opt/local/lib/ruby2.1/2.1.0/rubygems/ext/builder.rb:212:in `initialize': Permission denied @ rb_sysopen - /opt/local/lib/ruby2.1/gems/2.1.0/extensions/x86_64-darwin-20/2.1.0/unf-0.2.0.beta2/gem_make.out (Errno::EACCES)
from /opt/local/lib/ruby2.1/2.1.0/rubygems/ext/builder.rb:212:in `open'
from /opt/local/lib/ruby2.1/2.1.0/rubygems/ext/builder.rb:212:in `write_gem_make_out'
from /opt/local/lib/ruby2.1/2.1.0/rubygems/ext/builder.rb:132:in `build_error'
from /opt/local/lib/ruby2.1/2.1.0/rubygems/ext/builder.rb:171:in `rescue in build_extension'
from /opt/local/lib/ruby2.1/2.1.0/rubygems/ext/builder.rb:156:in `build_extension'
from /opt/local/lib/ruby2.1/2.1.0/rubygems/ext/builder.rb:198:in `block in build_extensions'
from /opt/local/lib/ruby2.1/2.1.0/rubygems/ext/builder.rb:195:in `each'
from /opt/local/lib/ruby2.1/2.1.0/rubygems/ext/builder.rb:195:in `build_extensions'