Search Criteria
Package Details: robocode 1.9.5.3-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-09-27 20:29 (UTC) |
Dependencies (1)
- java-environment (jdk12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jdk11-jbr-xdgAUR, jdk16-openjdkAUR, jdk14-openjdkAUR, amazon-corretto-18AUR, jdk18-openjdkAUR, jdk-android-studioAUR, 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, amazon-corretto-20-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jdk13-openjdkAUR, jdk15-openjdkAUR, jdk21-graalvm-binAUR, jdk8AUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-jetbrainsAUR, jdk8-openj9-binAUR, jdk-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, jdk17-openj9-binAUR, liberica-nik-24-full-binAUR, jdk21-jetbrains-gitAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, amazon-corretto-22-binAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk-temurinAUR, jdk21-temurinAUR, jdk17-temurinAUR, jdk11-temurinAUR, zulu-21-binAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, liberica-jdk-8-full-binAUR, liberica-jdk-21-full-binAUR, jdk8-temurinAUR, mandrel-binAUR, mandrel24-binAUR, zulu-17-fx-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, jdk8-perfAUR, jdk22-graalvm-binAUR, jdk19-openjdkAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk21-jetbrains-binAUR, jre-jetbrainsAUR, jdk-openjdk-wakefieldAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, java-openjdk-binAUR, liberica-jdk-full-binAUR, jabba-binAUR, jdk21-jetbrainsAUR, jdk17-zulu-prime-binAUR, jdk21-openj9-binAUR, jdkAUR, java-openjdk-ea-binAUR, zing-21-binAUR, zing-8-binAUR, jdk23-graalvm-ee-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jdk8-openjdk)
Latest Comments
1 2 Next › Last »
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)
Armadillux commented on 2014-03-24 10:26 (UTC)
whitebrice commented on 2014-03-18 22:20 (UTC)
1 2 Next › Last »