Package Details: ib-tws 1:10.30.1e-1

Git Clone URL: https://aur.archlinux.org/ib-tws.git (read-only, click to copy)
Package Base: ib-tws
Description: Electronic trading platform from discount brokerage firm Interactive Brokers (IBKR)
Upstream URL: http://interactivebrokers.com/
Licenses: custom
Submitter: benalexau
Maintainer: benalexau
Last Packager: benalexau
Votes: 41
Popularity: 1.21
First Submitted: 2013-01-30 06:21 (UTC)
Last Updated: 2024-07-02 03:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 20 Next › Last »

benalexau commented on 2021-08-17 11:25 (UTC)

@akspecs, can you please provide the messages that PKGBUILD generates leading up to the error? For example lines 45 and 49 emit some debugging information.

Nevertheless I agree the paths should be escaped so I just pushed a commit that does so and hopefully overcomes the issue.

jose1711 commented on 2021-08-17 10:30 (UTC)

what happens if you wrap the path between quotes? like so: if [ ! -f "${BUNDLED_JRE_LOCATION}/bin/java" ]; then

akspecs commented on 2021-08-17 10:25 (UTC) (edited on 2021-08-17 10:26 (UTC) by akspecs)

Hi there

Thanks for maintaining this package

I have trouble along the lines 51 and 59 when attempting to build this PKGBUILD

... (/path/to/build/dir) ... : line 51: [: too many arguments
... (/path/to/build/dir) ... : line 59: [: too many arguments

commenting out the lines related to those code blocks allows me to build the package

strangely, this problem doesn't always persist -- i'm not sure what changes in the event it does (java environment settings?)

a manual makepkg seems to work ... ;/

benalexau commented on 2021-07-31 04:53 (UTC)

Pre-built packages are available: benalexau-aur-repo (x86_64) contains automatically built ib-tws binary packages

benalexau commented on 2021-07-31 04:52 (UTC) (edited on 2021-07-31 04:53 (UTC) by benalexau)

Pre-built packages are available: benalexau-aur-repo (x86_64) contains automatically built ib-tws binary packages

benalexau commented on 2021-07-11 08:29 (UTC)

@pythoneer, just ask here and I can run it manually to speed things up.

pythoneer commented on 2021-07-11 07:44 (UTC)

So the recommended way to handle a tws-985.1d-standalone-linux-x64.sh ... FAILED is just wait until the next day for the daily script to run?

benalexau commented on 2021-05-21 23:36 (UTC) (edited on 2021-05-21 23:36 (UTC) by benalexau)

IB updated to 984.1h. The daily script that detects this and maintains the PKGBUILD here had not as yet run. I ran it manually and PKGBUILD is now correct.

esemeniuc commented on 2021-05-21 18:26 (UTC)

@jose1711

I'm currently running into this:

➜  ~ yay -S ib-tws
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur: 1]  ib-tws-984.1f-1

  1 ib-tws                                   (Installed) (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
:: PKGBUILD up to date, Skipping (1/1): ib-tws
  1 ib-tws                                   (Installed) (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
:: Parsing SRCINFO (1/1): ib-tws
==> Making package: ib-tws 984.1f-1 (Fri 21 May 2021 11:25:55 AM PDT)
==> Retrieving sources...
  -> Found LICENSE
  -> Found ib-tws
  -> Found ib-tws.conf
  -> Found ib-tws.desktop
  -> Found ib-gw
  -> Found ib-gw.conf
  -> Found ib-gw.desktop
  -> Found tws-984.1f-standalone-linux-x64.sh
==> Validating source files with md5sums...
    LICENSE ... Passed
    ib-tws ... Passed
    ib-tws.conf ... Passed
    ib-tws.desktop ... Passed
    ib-gw ... Passed
    ib-gw.conf ... Passed
    ib-gw.desktop ... Passed
    tws-984.1f-standalone-linux-x64.sh ... FAILED
==> ERROR: One or more files did not pass the validity check!
Error downloading sources: ib-tws

jose1711 commented on 2021-05-21 15:45 (UTC)

@esemeniuc is this still an issue? i haven't see a problem since the change.