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

added autoconf to apt install requirements (RPi) #326

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sfinktah
Copy link

I found I needed autoconf/automake. It may be possible to avoid this by adjusting the timestamps of the related files, but simply installing it takes < 30 seconds, and avoid this and any future issues.

I also added sudo -s after the reboot (see previous commit), and changed the initial sudo su to sudo -s for consistency.

config.status: executing libtool commands
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/pi/nexmon/buildtools/mpfr-3.1.4/missing aclocal-1.15 -I m4
/home/pi/nexmon/buildtools/mpfr-3.1.4/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>

@conor-f
Copy link

conor-f commented Dec 4, 2019

This isn't fully complete. See #344 for details. Basically just also needs the packages texinfo, libtool-bin, and automake then run autoreconf -f -i in the mpfr directory. If I get time I'll just patch this onto this PR.

@baselsayeh
Copy link
Contributor

baselsayeh commented Dec 7, 2019

@sfinktah
the source setup_env.sh script do not need root access

caballerofelipe added a commit to caballerofelipe/nexmon that referenced this pull request Jun 30, 2020
Added packages needed in `apt install` for "Build patches (...) using Raspbian", tested on Raspberry Pi 4.

Also, see comments from seemoo-lab#326 (comment) .

uname -a:
`Linux raspberrypi-2 4.19.118-v7l+ #1311 SMP Mon Apr 27 14:26:42 BST 2020 armv7l GNU/Linux`
@sfinktah
Copy link
Author

sfinktah commented Feb 1, 2021

I fully appreciate that this was far from a ideal solution, but I thought it worth documenting some instructions that at least worked.

@baselsayeh I don't believe I added any root access that wasn't already in there, just changed su for sudo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants