Package Details: ostinato 1.2.0-1

Git Clone URL: https://aur.archlinux.org/ostinato.git (read-only, click to copy)
Package Base: ostinato
Description: Cross-platform network packet/traffic generator and analyzer
Upstream URL: http://ostinato.org/
Licenses: GPL
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 36
Popularity: 0.000035
First Submitted: 2010-10-23 16:58 (UTC)
Last Updated: 2022-08-29 07:03 (UTC)

Latest Comments

1 2 Next › Last »

rougelord commented on 2023-07-02 07:54 (UTC)

It does not compile with the latest version of protobuf

mchwalisz commented on 2021-07-20 09:50 (UTC)

looks like qt5-script is a missing dependency now

alexanderp commented on 2018-04-18 22:07 (UTC)

Getting an error about file hashes. Here's a patch:

diff --git a/.SRCINFO b/.SRCINFO
index 4469aee..afcde99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = ostinato
    optdepends = awk
    source = https://github.com/pstavirs/ostinato/archive/v0.9.tar.gz
    md5sums = c93573a3d59433d785a44b2a5740e1a3
-   md5sums = 6502b6ebefecc7018e8d50630b3f6320

 pkgname = ostinato

diff --git a/PKGBUILD b/PKGBUILD
index 6a7a5cc..7c22d81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,5 +23,4 @@ package(){
    make INSTALL_ROOT=$pkgdir install
 }

-md5sums=('c93573a3d59433d785a44b2a5740e1a3'
-         '6502b6ebefecc7018e8d50630b3f6320')
+md5sums=('c93573a3d59433d785a44b2a5740e1a3')

pfeiffee commented on 2017-10-07 22:22 (UTC)

New location of release tar.gz: https://github.com/pstavirs/ostinato/archive/v0.8.tar.gz

krupan commented on 2017-07-20 19:29 (UTC)

I get: curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading http://dl.bintray.com/pstavirs/ostinato/ostinato-src-0.8.tar.gz Starting from the ostinato website, it seems that the url is now: https://bintray.com/ostinato/ostinato/download_file?file_path=ostinato-src-0.8.tar.gz

severach commented on 2017-01-06 19:39 (UTC)

https://github.com/pstavirs/ostinato/issues/193 It builds if I downgrade to protobuf 2.x.

vaccaaa commented on 2015-06-30 08:48 (UTC)

Ostinato 0.7.1 available at: https://bintray.com/artifact/download/pstavirs/ostinato/ostinato-src-0.7.1.tar.gz md5sum: 84c1ad90d3132d42b40025c6167fd8f0 Please, update pkgbuild accordingly :)

Uroc327 commented on 2013-03-02 09:46 (UTC)

Please update the dependencies to latest qt version. ATM this does not build any more and throws an error when you are trying to update the qt packages: https://www.archlinux.org/news/qt4-replaces-qt/

Fraterius commented on 2012-08-03 09:15 (UTC)

Cannot build it: linuxport.cpp: In destructor 'virtual LinuxPort::~LinuxPort()': linuxport.cpp:90:17: error: 'close' was not declared in this scope linuxport.cpp: In member function 'virtual void LinuxPort::StatsMonitor::run()': linuxport.cpp:152:50: error: 'read' was not declared in this scope linuxport.cpp:263:13: error: 'close' was not declared in this scope linuxport.cpp:272:30: error: 'lseek' was not declared in this scope make[1]: *** [linuxport.o] Error 1 make[1]: Leaving directory `/tmp/pacaurtmp-xxx/ostinato/src/ostinato-0.5/server' make: *** [sub-server-drone-pro-make_default-ordered] Error 2 ==> ERROR: A failure occurred in build().