Coder Social home page Coder Social logo

Not working with WSL about pakkero HOT 6 CLOSED

89luca89 avatar 89luca89 commented on June 19, 2024
Not working with WSL

from pakkero.

Comments (6)

89luca89 avatar 89luca89 commented on June 19, 2024 1

Seems to be for starters an incompatible flag between base64 from BSD coreutils and GNU Coreutils,
try installing base64 from GNU coreutils using this project:

https://github.com/fabiomaia/linuxify

EDIT: Obviously any PR is welcome :)

EDIT2: the -w flag is the culprit, it's needed to have a one-line base64 string, but it's exclusive to the GNU Version of base64
EDIT3: And the strip flags also, needs the GNU/Linux version for those flags

from pakkero.

89luca89 avatar 89luca89 commented on June 19, 2024

Hi @aidenesco , I did not test on WSL, will test and try to see if I can reproduce the issue

Is it WSL1 or WSL2?

from pakkero.

alfonmga avatar alfonmga commented on June 19, 2024

@89luca89 Where did you test this on? maybe would be nice to have a Dockerfile to avoid this type of issues. I can't get it to work on MacOS. Thanks a lot for this awesome project BTW.

EDIT: Nevermind, just saw that you did a release for Linux AMD64.

from pakkero.

89luca89 avatar 89luca89 commented on June 19, 2024

Reopening the issue, the idea of a Docker image for the packer part is appealing

@alfonmga you were referring to the packer part or to the launcher part?

from pakkero.

89luca89 avatar 89luca89 commented on June 19, 2024

Expanding on this, the packer part should work fine in a docker image (and could work in any unix I think, but have not tested)

The launcher part is highly tied to Linux as it runs on specific raw syscalls

from pakkero.

alfonmga avatar alfonmga commented on June 19, 2024

Reopening the issue, the idea of a Docker image for the packer part is appealing

@alfonmga you were referring to the packer part or to the launcher part?

The launcher part. It fails when I run make on $GOPATH/src/github.com/89luca89/pakkero to build:

> make

go build -i \
		-gcflags="-N" \
		-gcflags="-nolocalimports" \
		-gcflags="-pack" \
		-gcflags="-trimpath=." \
		-asmflags="-trimpath=." \
		-gcflags="-trimpath=$GOPATH/src/" \
		-asmflags="-trimpath=$GOPATH/src/" \
		-ldflags="-X github.com/89luca89/pakkero/internal/pakkero.LauncherStub=$(base64 -w0 data/launcher.go) -s" \
		-o dist/pakkero;
base64: invalid option -- w
Usage:	base64 [-hvDd] [-b num] [-i in_file] [-o out_file]
  -h, --help     display this message
  -Dd, --decode   decodes input
  -b, --break    break encoded string into num character lines
  -i, --input    input file (default: "-" for stdin)
  -o, --output   output file (default: "-" for stdout)
go build: -i flag is deprecated
strip \
		-sxX \
		--remove-section=.bss \
		--remove-section=.comment \
		--remove-section=.eh_frame \
		--remove-section=.eh_frame_hdr \
		--remove-section=.fini \
		--remove-section=.fini_array \
		--remove-section=.gnu.build.attributes \
		--remove-section=.gnu.hash \
		--remove-section=.gnu.version \
		--remove-section=.got \
		--remove-section=.note.ABI-tag \
		--remove-section=.note.gnu.build-id \
		--remove-section=.note.go.buildid \
		--remove-section=.shstrtab \
		--remove-section=.typelink \
		dist/pakkero;
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: unrecognized option: -sxX
Usage: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o output] file [...]
make: *** [all] Error 1

I'm going to try to use Docker to fix this, if my Dockerfile looks good enough I'll create a PR so you can add it to the repo.

from pakkero.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.