Package Details: omnetpp-preview 6.0rc1-1

Git Clone URL: https://aur.archlinux.org/omnetpp-preview.git (read-only, click to copy)
Package Base: omnetpp-preview
Description: OMNeT++ Discrete Event Simulator. OMNeT++ is an extensible, modular, component-based C++ simulation library and framework, primarily for building network simulators: preview version
Upstream URL: http://www.omnetpp.org
Keywords: networks omnet++ omnetpp simulation veins
Licenses: custom
Conflicts: omnetpp
Provides: omnetpp
Replaces: omnetpp-qt
Submitter: a36233
Maintainer: a36233 (ekkelett)
Last Packager: ekkelett
Votes: 9
Popularity: 0.000000
First Submitted: 2020-05-26 21:02 (UTC)
Last Updated: 2022-02-22 10:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

a36233 commented on 2018-11-29 09:56 (UTC)

@jtlobdell thanks for the heads up, links are updated, and now it's possible to directly download the binary from makepkg.

jtlobdell commented on 2018-11-28 22:16 (UTC) (edited on 2018-11-28 22:22 (UTC) by jtlobdell)

OMNeT++ has a new website now. For details: https://omnetpp.org/article/2018/11/22/new-website.html

The new URL for the source is: https://ipfs.omnetpp.org/release/test/omnetpp-6.0pre2-src-linux.tgz

a36233 commented on 2018-11-08 23:14 (UTC)

@BenderIsGreat34 thanks for the proposed fix, latest version includes the fix.

a36233 commented on 2018-11-08 21:46 (UTC)

@nakanoXF did you manually download the binary file as described in PKGBUILD? I just download it now and sha512sum is still the same.

nakanoXF commented on 2018-11-08 20:41 (UTC)

omnetpp-6.0pre2-src-linux.tgz ... FAILED ==> ERROR: One or more files did not pass the validity check!

BenderIsGreat34 commented on 2018-10-30 14:17 (UTC) (edited on 2018-10-30 14:18 (UTC) by BenderIsGreat34)

I found a workaround for the failing configure script that does not require including preconfigured files. In the build step, this line needs to be inserted in the configure script right after 'configure.user' is included:

ac_configure_args=$(echo $ac_configure_args | sed s/'//g)

For omnetpp 5.1, this is line 2209, it might have changed with subsequent releases though. The file can be added in bash using sed, too:

# Fix configure script
sed -i "2209 a ac_configure_args=$(echo $ac_configure_args | sed s/\'//g)" configure

a36233 commented on 2018-09-03 09:57 (UTC) (edited on 2018-09-03 12:14 (UTC) by a36233)

Omnet++ links now have direct link protection with captcha verification, making it not possible to directly download the installer. From now on the users will have to manually download them in next update.

Regarding osg-earth it is disabled because of this...

ChannelController.cc:86:22: error: no member named 'getModelLayerGroup' in 'osgEarth::MapNode' mapNode->getModelLayerGroup()->addChild(connectionGraphNode);

jkfurrer commented on 2018-09-03 02:34 (UTC)

As of 9/2/18, when running makepkg for this AUR package, the omnetpp*.tgz file fails integrity check. This has been ran several times and fails everytime. Skipping integrity check results in the build failing due to missing directories. Creating these directories results in the build failing once again due to missing makefile and targets.

I do not believe that this is the fault of the package maintainer: when downloading 5.4-1 from the Omnet++ directly, the download fails to complete multiple times. I have successfully downloaded the .tgz from Oment++ and compared this to the .tgz that gets pulled by the AUR and I have noticed a significant amount of files are missing from the one pulled by the AUR - this is obviously an incomplete download. Since this was troublesome to pull even from a standard web browser, I would point to the host for the download as the problem here.

Using a complete download from Omnet++, I can follow the included instructions to continue installation. Do note that osgearth should be included as an optional dependency. By default, osgearth support is enabled and ./configure will throw a warning if it does not find it. OSGEarth can be found in the AUR. This can be disabled if you do not need it. With OSGEarth installed, ./configure will throw another warning for an optional dependency akaroa. I did not bother installing this dependency as I know I did not need it. Running make will successfully compile Omnet++, and the program runs fine.

a36233 commented on 2018-06-14 18:40 (UTC)

Updated to 5.4

nakanoXF commented on 2018-03-21 22:53 (UTC)

omnetpp-5.3p1-src-linux.tgz ... FAILED ==> ERROR: One or more files did not pass the validity check!