Code Monkey home page Code Monkey logo

Comments (6)

dakotabuell avatar dakotabuell commented on August 30, 2024

This is directed at the Redhat/CentOS platforms

from emane-tutorial.

sgalgano avatar sgalgano commented on August 30, 2024

Thanks. I updated the build instructions accordingly.

from emane-tutorial.

ajeyaajeya avatar ajeyaajeya commented on August 30, 2024

it did not work on Ubuntu 16.04
ajeya@AJ-16046LTS:~/Downloads/pynodestatviz$ cd pynodestatviz/ ajeya@AJ-16046LTS:~/Downloads/pynodestatviz/pynodestatviz$ ls __init__.py nodepropertyframe.py renderexception.py nodedisplaycanvas.py nodestatviz.py schema ajeya@AJ-16046LTS:~/Downloads/pynodestatviz/pynodestatviz$ cd .. ajeya@AJ-16046LTS:~/Downloads/pynodestatviz$ ./autogen.sh ./autogen.sh: line 76: aclocal: command not found ./autogen.sh: line 78: automake: command not found ./autogen.sh: line 80: autoreconf: command not found ajeya@AJ-16046LTS:~/Downloads/pynodestatviz$ sudo apt-get install aclocal Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package aclocal

how to resolve this?

from emane-tutorial.

sgalgano avatar sgalgano commented on August 30, 2024

It looks like you are missing some packages on your system. Try adding these:

sudo apt-get install autoconf automake libtool 

from emane-tutorial.

vinecodes avatar vinecodes commented on August 30, 2024

ubuntu:~/Documents/pynodestatviz/.debbuild$ sudo apt-get install ./python3-pynodestatviz_0.2.3-1_all.deb

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
python3-pynodestatviz : Depends: python3-pmw but it is not installable
E: Unable to correct problems, you have held broken packages.

python3-pmw package is not available on Ubuntu 18.04/20.04 LTS.

from emane-tutorial.

ehengberg avatar ehengberg commented on August 30, 2024

When I try and build the rpm's I get this tar error:

make rpm
if test -f pynodestatviz.spec; then chmod u+w pynodestatviz.spec; fi
sed -e 's|@Version[@]|0.2.3|g' -e 's|@DEBIAN_VERSION[@]||g' -e 's|@DATE_RFC2822[@]|Mon, 04 Oct 2021 14:00:08 -0400|g' pynodestatviz.spec.in > pynodestatviz.spec
chmod g-w,u-w pynodestatviz.spec
if test -d "pynodestatviz-0.2.3"; then find "pynodestatviz-0.2.3" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "pynodestatviz-0.2.3" || { sleep 5 && rm -rf "pynodestatviz-0.2.3"; }; else :; fi
test -d "pynodestatviz-0.2.3" || mkdir "pynodestatviz-0.2.3"
test -n ""
|| find "pynodestatviz-0.2.3" -type d ! -perm -755
-exec chmod u+rwx,go+rx {} ; -o
! -type d ! -perm -444 -links 1 -exec chmod a+r {} ; -o
! -type d ! -perm -400 -exec chmod a+r {} ; -o
! -type d ! -perm -444 -exec /bin/sh /local_disk/ER30730/pynodestatviz/install-sh -c -m a+r {} {} ;
|| chmod -R a+r "pynodestatviz-0.2.3"
tardir=pynodestatviz-0.2.3 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >pynodestatviz-0.2.3.tar.gz
tar: value 50020745 out of uid_t range 0..2097151
tar: Exiting with failure status due to previous errors

from emane-tutorial.

Related Issues (20)

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.