-
Notifications
You must be signed in to change notification settings - Fork 127
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
Assemble help not fully printed #300
Comments
Not using unicode is of course an option :-) Oddly, I don’t have that at problem. What's your system? Is this Windows? Maybe I should just use |
I followed the Building.md (except keeping directory name as tip-toi-reveng) on Ubuntu Linux 20.04. |
Hmm, interesting, I thought on Linux this isn’t really a problem any more these days. What does |
I was able to reproduce this also with this FROM ubuntu:20.04 AS builder
RUN \
apt-get -y update \
&& apt-get -y upgrade \
&& apt-get -y install \
curl \
git \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
# required by nix profile
ENV USER=user
# creation of nix avoids later creation with not avaiable sudo command
RUN useradd -m "$USER" && \
mkdir /app /nix && \
chown "$USER" /app /nix
USER user
RUN cd /app && \
git clone https://github.com/entropia/tip-toi-reveng.git && \
cd tip-toi-reveng && \
git reset --hard 90004b5ff6239d0635cf6029654374002dc034bd
WORKDIR /app/tip-toi-reveng
SHELL ["/bin/bash", "-c"]
# mkdir is workaround because sudo which would be used is not avaiable
RUN bash <(curl -L https://nixos.org/nix/install) && \
. /home/user/.nix-profile/etc/profile.d/nix.sh && \
nix-env -iA cachix -f https://cachix.org/api/v1/install && \
cachix use tttool && \
nix-build -A linux-exe && \
cp -a result/bin/tttool .
#does not work because so files in /nix/store/lib/*.so are missing
#FROM ubuntu:20.04
#COPY --from=builder --chown=root:root /app/tip-toi-reveng/tttool /usr/local/bin/
USER root
RUN cp -a /app/tip-toi-reveng/tttool /usr/local/bin/ && \
chown root:root /usr/local/bin/tttool
ENTRYPOINT ["/usr/local/bin/tttool"]
|
I don't know I changed anything to terminal. I used standard terminal (gnome-terminal). The one you get with ctrl+alt+t. |
Hello assemble help is not fully printed in 90004b5.
Maybe use simple ascii:
Then I have as output:
The text was updated successfully, but these errors were encountered: