Search Criteria
Package Details: robocode 1.9.5.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/robocode.git (read-only, click to copy) |
---|---|
Package Base: | robocode |
Description: | Programming game, where the goal is to develop a robot battle tank to battle against other tanks in Java or .NET. The robot battles are running in real-time and on-screen. |
Upstream URL: | http://robocode.sourceforge.net |
Keywords: | game |
Licenses: | EPL |
Submitter: | divineant |
Maintainer: | clebermatheus |
Last Packager: | clebermatheus |
Votes: | 18 |
Popularity: | 0.000000 |
First Submitted: | 2011-09-28 11:44 (UTC) |
Last Updated: | 2024-11-03 18:15 (UTC) |
Dependencies (1)
- java-environment (jdk12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jdk11-jbr-xdgAUR, jdk16-openjdkAUR, jdk14-openjdkAUR, jdk18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jdk-openj9AUR, jdk11-graalvm-ee-binAUR, jdk12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jdk13-openjdkAUR, jdk15-openjdkAUR, jdk21-graalvm-binAUR, jdk17-jetbrainsAUR, jdk8-openj9-binAUR, jdk-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jdk21-jetbrains-gitAUR, zulu-17-binAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jdk19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jabba-binAUR, jdk21-jetbrainsAUR, jdk17-zulu-prime-binAUR, java-openjdk-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk11-openj9-binAUR, jre-jetbrainsAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, zulu-23-binAUR, jdkAUR, jre-zulu-binAUR, jre-zulu-fx-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-android-studioAUR, jdk17-openj9-binAUR, jdk23-graalvm-ee-binAUR, zing-8-binAUR, zing-21-binAUR, java-openjdk-ea-binAUR, jdk21-jetbrains-binAUR, jdk11AUR, openjdk-zulu-ca-fx-binAUR, openjdk-zulu8-ca-fx-binAUR, openjdk-zulu11-ca-fx-binAUR, openjdk-zulu17-ca-fx-binAUR, openjdk-zulu21-ca-fx-binAUR, jdk-openj9-binAUR, zulu-11-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jdk8-openjdk)
Latest Comments
1 2 Next › Last »
seigler commented on 2024-12-08 01:09 (UTC) (edited on 2024-12-08 01:49 (UTC) by seigler)
I get the same error as Gondlar. To fix it, I updated the contents of
/usr/bin/robocode
with the following:My installed java is openjdk 20 and this runs with just some deprecation warnings on the console.
Gondlar commented on 2024-10-15 22:09 (UTC)
I'm not entirely sure what's going on but the current PKGBUILD leaves me with a
/usr/bin/robocode
script which looks like this:Obviously, that doesn't work and just exits with
I tried manually running the command line from
robocode.sh
in the $srcdir. That also doesn't work (but that may be a java version problem on my end).lesto commented on 2021-06-07 13:23 (UTC) (edited on 2021-06-08 11:02 (UTC) by lesto)
looks like now
$srcdir/src
is used instead of$srcdir
; the build still fail with/home/lesto/makepkg/robocode/src/src
not foundEDIT: also
$srcdir
is uses for the .desktop file, that instead is located into$startdir
, that happen to coincide with$srcdir
if no BUILDDIR is used.So use
$srcdir
for file in the src folder, and$startdir
for file automatically downloaded by theSources
lesto commented on 2021-03-28 13:10 (UTC) (edited on 2021-06-08 11:02 (UTC) by lesto)
I have build issue with
find: ‘/home/lesto/trizen/robocode/src’: No such file or directory
I think the problem here is the use of $startdir/src, instead $srcdir should be used:
ixrk commented on 2019-06-03 18:23 (UTC) (edited on 2019-06-03 18:27 (UTC) by ixrk)
It turns out makepkg fails because I have BUILDDIR set in /etc/makepkg.conf. I don't have this problem with other packages. makepkg.conf(5) man page says it has something to do with $startdir:
HER0_01 commented on 2019-06-02 18:16 (UTC)
ixrk, I am not able to reproduce this. Are you using makepkg? Have you tried deleting the folders and building again?
ixrk commented on 2019-05-31 12:50 (UTC) (edited on 2019-05-31 12:51 (UTC) by ixrk)
:/
==> Starting package()... find: ‘/home/ixrk/dev/pkg/robocode/src’: No such file or directory ==> ERROR: A failure occurred in package(). Aborting...
gandalf3 commented on 2016-11-10 02:29 (UTC)
Gondlar commented on 2014-07-23 12:24 (UTC)
kraxor commented on 2014-04-30 09:52 (UTC)
1 2 Next › Last »