Skip to content

Instantly share code, notes, and snippets.

@unxmaal
Created October 13, 2023 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unxmaal/a103863e3ece1f2826110d563b6585fd to your computer and use it in GitHub Desktop.
Save unxmaal/a103863e3ece1f2826110d563b6585fd to your computer and use it in GitHub Desktop.
./package.sh
=> Installing dependencies of tr...
=> Fetching tr...
[tr/fetch] /Users/eric/projects/github/serenity/Ports/tr/tr-6.7.tar.gz already exists
[tr/fetch] + tar -xf /Users/eric/projects/github/serenity/Ports/tr/tr-6.7.tar.gz (nocd)
[tr/fetch] + touch .tr-6.7.tar.gz_extracted
=> Patching tr...
[tr/patch_internal] + patch -p1
[tr/patch_internal] patching file Makefile
[tr/patch_internal] + touch .0001-Add-an-install-target.patch_applied
[tr/configure] This port does not use a configure script. Skipping configure step.
=> Building tr...
[tr/build] + make -j10
[tr/build] x86_64-pc-serenity-gcc -c -o str.o str.c
[tr/build] x86_64-pc-serenity-gcc -c -o tr.o tr.c
[tr/build] x86_64-pc-serenity-gcc -o tr str.o tr.o -L/usr/local/lib -lpuffy
[tr/build] /Users/eric/projects/github/serenity/Toolchain/Local/x86_64/lib/gcc/x86_64-pc-serenity/13.2.0/../../../../x86_64-pc-serenity/bin/ld: str.o: in function `genclass':
[tr/build] str.c:(.text+0x5c6): undefined reference to `errx'
[tr/build] /Users/eric/projects/github/serenity/Toolchain/Local/x86_64/lib/gcc/x86_64-pc-serenity/13.2.0/../../../../x86_64-pc-serenity/bin/ld: str.c:(.text+0x60b): undefined reference to `errx'
[tr/build] /Users/eric/projects/github/serenity/Toolchain/Local/x86_64/lib/gcc/x86_64-pc-serenity/13.2.0/../../../../x86_64-pc-serenity/bin/ld: str.o: in function `genequiv':
[tr/build] str.c:(.text+0x701): undefined reference to `errx'
[tr/build] /Users/eric/projects/github/serenity/Toolchain/Local/x86_64/lib/gcc/x86_64-pc-serenity/13.2.0/../../../../x86_64-pc-serenity/bin/ld: str.c:(.text+0x744): undefined reference to `errx'
[tr/build] /Users/eric/projects/github/serenity/Toolchain/Local/x86_64/lib/gcc/x86_64-pc-serenity/13.2.0/../../../../x86_64-pc-serenity/bin/ld: str.o: in function `genseq':
[tr/build] str.c:(.text+0x871): undefined reference to `errx'
[tr/build] /Users/eric/projects/github/serenity/Toolchain/Local/x86_64/lib/gcc/x86_64-pc-serenity/13.2.0/../../../../x86_64-pc-serenity/bin/ld: str.o:str.c:(.text+0x8de): more undefined references to `errx' fo
llow
[tr/build] /Users/eric/projects/github/serenity/Toolchain/Local/x86_64/lib/gcc/x86_64-pc-serenity/13.2.0/../../../../x86_64-pc-serenity/bin/ld: tr.o: in function `main':
[tr/build] tr.c:(.text+0x3d): undefined reference to `err'
[tr/build] /Users/eric/projects/github/serenity/Toolchain/Local/x86_64/lib/gcc/x86_64-pc-serenity/13.2.0/../../../../x86_64-pc-serenity/bin/ld: tr.c:(.text+0x35b): undefined reference to `errx'
[tr/build] collect2: error: ld returned 1 exit status
[tr/build] make: *** [all] Error 1
Error in step tr/build (status=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment