contrib icon indicating copy to clipboard operation
contrib copied to clipboard

Broken build

Open h4ck3rm1k3 opened this issue 9 years ago • 2 comments

I fixed the broken reference. based off tag current v29 used by the main project.

h4ck3rm1k3 avatar Feb 27 '16 14:02 h4ck3rm1k3

This is to update commons-compress? If I recall correctly this made API changes and Freenet doesn't work with it. Have you checked?

Why does this pull in so many other commits?

On Sat, Feb 27, 2016, 9:25 AM James Michael DuPont [email protected] wrote:

I fixed the broken reference.

based off tag current v29 used by the main project.

You can view, comment on, or merge this pull request online at:

https://github.com/freenet/contrib/pull/13 Commit Summary

  • import build scripts from 5ca910ce6bc1b4dc839b8f5e34c52122e2e17bbe
  • build only commons-compress, bitcollider-core
  • integrate new modules into freenet-ext.jar
  • plan the release of contrib-27
  • import jbigi, jcpuid Java code from fred-staging@ca9a8f7799b0722571fd461820c140f8017b4a3e
  • import MersenneTwister et. al. from mantissa-7.2, reverting our mods. See fred/src/freenet/support/math/MersenneTwister.java for how our mods are currently implemented.
  • Revert to wrapper 3.3.1, same as old ext 26. Necessary for now, because 1) we can't update the main wrapper binaries until we modularise freenet-ext.jar and 2) the wrapper version that was included would hang when we did java -cp freenet.jar:freenet-ext.jar ...
  • Argh.
  • Automatically update the git revision. FIXME: Updates it in the source! Don't do this!
  • Build 29. I actually inserted 27 and 28 onto testnet. I will insert 29 (the same jar) as 27, 28 and 29 on the main network.
  • update source

File Changes

  • M .gitignore https://github.com/freenet/contrib/pull/13/files#diff-0 (6)
  • M freenet_ext/ExtVersion.java https://github.com/freenet/contrib/pull/13/files#diff-1 (2)
  • A freenet_ext/README https://github.com/freenet/contrib/pull/13/files#diff-2 (3)
  • M freenet_ext/TODO https://github.com/freenet/contrib/pull/13/files#diff-3 (52)
  • M freenet_ext/build.xml https://github.com/freenet/contrib/pull/13/files#diff-4 (28)
  • A freenet_ext/strip-modules@5ca910ce/ant-task-maven.xml https://github.com/freenet/contrib/pull/13/files#diff-5 (29)
  • A freenet_ext/strip-modules@5ca910ce/build.properties https://github.com/freenet/contrib/pull/13/files#diff-6 (23)
  • A freenet_ext/strip-modules@5ca910ce/build.xml https://github.com/freenet/contrib/pull/13/files#diff-7 (216)
  • A freenet_ext/strip-modules@5ca910ce/generic-build.xml https://github.com/freenet/contrib/pull/13/files#diff-8 (27)
  • A freenet_ext/strip-modules@5ca910ce/source.properties https://github.com/freenet/contrib/pull/13/files#diff-9 (32)
  • A java-test/net/i2p/util/NativeBigIntegerTest.java https://github.com/freenet/contrib/pull/13/files#diff-10 (196)
  • M java-test/org/spaceroots/mantissa/random/MersenneTwisterTest.java https://github.com/freenet/contrib/pull/13/files#diff-11 (109)
  • M java-test/org/spaceroots/mantissa/random/ScalarSampleStatisticsTest.java https://github.com/freenet/contrib/pull/13/files#diff-12 (6)
  • A java/freenet/support/CPUInformation/AMDCPUInfo.java https://github.com/freenet/contrib/pull/13/files#diff-13 (39)
  • A java/freenet/support/CPUInformation/CPUID.java https://github.com/freenet/contrib/pull/13/files#diff-14 (566)
  • A java/freenet/support/CPUInformation/CPUInfo.java https://github.com/freenet/contrib/pull/13/files#diff-15 (45)
  • A java/freenet/support/CPUInformation/IntelCPUInfo.java https://github.com/freenet/contrib/pull/13/files#diff-16 (40)
  • A java/freenet/support/CPUInformation/UnknownCPUException.java https://github.com/freenet/contrib/pull/13/files#diff-17 (16)
  • A java/net/i2p/util/NativeBigInteger.java https://github.com/freenet/contrib/pull/13/files#diff-18 (507)
  • M java/org/spaceroots/mantissa/random/MersenneTwister.java https://github.com/freenet/contrib/pull/13/files#diff-19 (397)
  • M wrapper/build-tests.xml https://github.com/freenet/contrib/pull/13/files#diff-20 (328)
  • M wrapper/build.xml https://github.com/freenet/contrib/pull/13/files#diff-21 (133)
  • M wrapper/default.properties https://github.com/freenet/contrib/pull/13/files#diff-22 (13)
  • M wrapper/doc/revisions.txt https://github.com/freenet/contrib/pull/13/files#diff-23 (157)
  • R wrapper/doc/wrapper-community-license.txt https://github.com/freenet/contrib/pull/13/files#diff-24 (94)
  • M wrapper/src/bin/App.bat.in https://github.com/freenet/contrib/pull/13/files#diff-25 (4)
  • M wrapper/src/bin/AppCommand.bat.in https://github.com/freenet/contrib/pull/13/files#diff-26 (4)
  • M wrapper/src/bin/AppNoWrapper.bat.in https://github.com/freenet/contrib/pull/13/files#diff-27 (2)
  • M wrapper/src/bin/InstallApp-NT.bat.in https://github.com/freenet/contrib/pull/13/files#diff-28 (4)
  • M wrapper/src/bin/PauseApp-NT.bat.in https://github.com/freenet/contrib/pull/13/files#diff-29 (4)
  • M wrapper/src/bin/ResumeApp-NT.bat.in https://github.com/freenet/contrib/pull/13/files#diff-30 (4)
  • M wrapper/src/bin/StartApp-NT.bat.in https://github.com/freenet/contrib/pull/13/files#diff-31 (4)
  • M wrapper/src/bin/StopApp-NT.bat.in https://github.com/freenet/contrib/pull/13/files#diff-32 (4)
  • M wrapper/src/bin/UninstallApp-NT.bat.in https://github.com/freenet/contrib/pull/13/files#diff-33 (4)
  • M wrapper/src/bin/sh.script.in https://github.com/freenet/contrib/pull/13/files#diff-34 (6)
  • M wrapper/src/c/Makefile-aix-ppc-32.gmake https://github.com/freenet/contrib/pull/13/files#diff-35 (2)
  • M wrapper/src/c/Makefile-aix-ppc-32.make https://github.com/freenet/contrib/pull/13/files#diff-36 (2)
  • M wrapper/src/c/Makefile-aix-ppc-64.gmake https://github.com/freenet/contrib/pull/13/files#diff-37 (2)
  • M wrapper/src/c/Makefile-aix-ppc-64.make https://github.com/freenet/contrib/pull/13/files#diff-38 (2)
  • M wrapper/src/c/Makefile-freebsd-x86-32.gmake https://github.com/freenet/contrib/pull/13/files#diff-39 (2)
  • D wrapper/src/c/Makefile-freebsd-x86-64.gmake https://github.com/freenet/contrib/pull/13/files#diff-40 (42)
  • M wrapper/src/c/Makefile-hpux-ia-32.gmake https://github.com/freenet/contrib/pull/13/files#diff-41 (2)
  • D wrapper/src/c/Makefile-hpux-ia-32.make https://github.com/freenet/contrib/pull/13/files#diff-42 (42)
  • M wrapper/src/c/Makefile-hpux-ia-64.gmake https://github.com/freenet/contrib/pull/13/files#diff-43 (2)
  • D wrapper/src/c/Makefile-hpux-ia-64.make https://github.com/freenet/contrib/pull/13/files#diff-44 (42)
  • M wrapper/src/c/Makefile-hpux-parisc-32.gmake https://github.com/freenet/contrib/pull/13/files#diff-45 (2)
  • M wrapper/src/c/Makefile-hpux-parisc-32.make https://github.com/freenet/contrib/pull/13/files#diff-46 (4)
  • M wrapper/src/c/Makefile-hpux-parisc-64.make https://github.com/freenet/contrib/pull/13/files#diff-47 (4)
  • M wrapper/src/c/Makefile-irix-mips-32.cc https://github.com/freenet/contrib/pull/13/files#diff-48 (4)
  • M wrapper/src/c/Makefile-irix-mips-32.gmake https://github.com/freenet/contrib/pull/13/files#diff-49 (4)
  • D wrapper/src/c/Makefile-linux-ia-64.make https://github.com/freenet/contrib/pull/13/files#diff-50 (48)
  • M wrapper/src/c/Makefile-linux-ppc-32.make https://github.com/freenet/contrib/pull/13/files#diff-51 (2)
  • M wrapper/src/c/Makefile-linux-ppc-64.make https://github.com/freenet/contrib/pull/13/files#diff-52 (2)
  • M wrapper/src/c/Makefile-linux-x86-32.make https://github.com/freenet/contrib/pull/13/files#diff-53 (2)
  • M wrapper/src/c/Makefile-linux-x86-64.make https://github.com/freenet/contrib/pull/13/files#diff-54 (2)
  • M wrapper/src/c/Makefile-macosx-universal-32.make https://github.com/freenet/contrib/pull/13/files#diff-55 (2)
  • M wrapper/src/c/Makefile-macosx-universal-64.make https://github.com/freenet/contrib/pull/13/files#diff-56 (2)
  • M wrapper/src/c/Makefile-osf1-alpha-64.gmake https://github.com/freenet/contrib/pull/13/files#diff-57 (2)
  • M wrapper/src/c/Makefile-solaris-sparc-32.gmake https://github.com/freenet/contrib/pull/13/files#diff-58 (2)
  • M wrapper/src/c/Makefile-solaris-sparc-32.make https://github.com/freenet/contrib/pull/13/files#diff-59 (2)
  • M wrapper/src/c/Makefile-solaris-sparc-64.gmake https://github.com/freenet/contrib/pull/13/files#diff-60 (2)
  • M wrapper/src/c/Makefile-solaris-sparc-64.make https://github.com/freenet/contrib/pull/13/files#diff-61 (2)
  • M wrapper/src/c/Makefile-solaris-x86-32.gmake https://github.com/freenet/contrib/pull/13/files#diff-62 (2)
  • M wrapper/src/c/Makefile-solaris-x86-32.make https://github.com/freenet/contrib/pull/13/files#diff-63 (2)
  • M wrapper/src/c/Makefile-solaris-x86-64.gmake https://github.com/freenet/contrib/pull/13/files#diff-64 (2)
  • M wrapper/src/c/Makefile-solaris-x86-64.make https://github.com/freenet/contrib/pull/13/files#diff-65 (2)
  • M wrapper/src/c/Makefile-windows-x86-32.nmake https://github.com/freenet/contrib/pull/13/files#diff-66 (2)
  • M wrapper/src/c/Wrapper.rc https://github.com/freenet/contrib/pull/13/files#diff-67 (38)
  • M wrapper/src/c/logger.c https://github.com/freenet/contrib/pull/13/files#diff-68 (130)
  • M wrapper/src/c/logger.h https://github.com/freenet/contrib/pull/13/files#diff-69 (13)
  • M wrapper/src/c/property.c https://github.com/freenet/contrib/pull/13/files#diff-70 (97)
  • M wrapper/src/c/property.h https://github.com/freenet/contrib/pull/13/files#diff-71 (2)
  • M wrapper/src/c/wrapper.c https://github.com/freenet/contrib/pull/13/files#diff-72 (238)
  • M wrapper/src/c/wrapper.h https://github.com/freenet/contrib/pull/13/files#diff-73 (31)
  • M wrapper/src/c/wrapper.ico https://github.com/freenet/contrib/pull/13/files#diff-74 (0)
  • M wrapper/src/c/wrapper_unix.c https://github.com/freenet/contrib/pull/13/files#diff-75 (47)
  • M wrapper/src/c/wrapper_win.c https://github.com/freenet/contrib/pull/13/files#diff-76 (512)
  • M wrapper/src/c/wrappereventloop.c https://github.com/freenet/contrib/pull/13/files#diff-77 (52)
  • M wrapper/src/c/wrapperinfo.c.in https://github.com/freenet/contrib/pull/13/files#diff-78 (2)
  • M wrapper/src/c/wrapperinfo.h https://github.com/freenet/contrib/pull/13/files#diff-79 (2)
  • M wrapper/src/c/wrapperjni.c https://github.com/freenet/contrib/pull/13/files#diff-80 (2)
  • M wrapper/src/c/wrapperjni.h https://github.com/freenet/contrib/pull/13/files#diff-81 (2)
  • M wrapper/src/c/wrapperjni_unix.c https://github.com/freenet/contrib/pull/13/files#diff-82 (2)
  • M wrapper/src/c/wrapperjni_win.c https://github.com/freenet/contrib/pull/13/files#diff-83 (42)
  • M wrapper/src/conf/wrapper.conf.in https://github.com/freenet/contrib/pull/13/files#diff-84 (10)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperActionServer.java https://github.com/freenet/contrib/pull/13/files#diff-85 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperGroup.java https://github.com/freenet/contrib/pull/13/files#diff-86 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperInfo.java.in https://github.com/freenet/contrib/pull/13/files#diff-87 (2)
  • D wrapper/src/java/org/tanukisoftware/wrapper/WrapperJarApp.java https://github.com/freenet/contrib/pull/13/files#diff-88 (600)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperListener.java https://github.com/freenet/contrib/pull/13/files#diff-89 (9)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperManager.java https://github.com/freenet/contrib/pull/13/files#diff-90 (482)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperPrintStream.java https://github.com/freenet/contrib/pull/13/files#diff-91 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperProperties.java https://github.com/freenet/contrib/pull/13/files#diff-92 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperServiceException.java https://github.com/freenet/contrib/pull/13/files#diff-93 (34)
  • D wrapper/src/java/org/tanukisoftware/wrapper/WrapperShuttingDownException.java https://github.com/freenet/contrib/pull/13/files#diff-94 (34)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperSimpleApp.java https://github.com/freenet/contrib/pull/13/files#diff-95 (6)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperStartStopApp.java https://github.com/freenet/contrib/pull/13/files#diff-96 (6)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperSystemPropertyUtil.java https://github.com/freenet/contrib/pull/13/files#diff-97 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperUNIXGroup.java https://github.com/freenet/contrib/pull/13/files#diff-98 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperUNIXUser.java https://github.com/freenet/contrib/pull/13/files#diff-99 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperUser.java https://github.com/freenet/contrib/pull/13/files#diff-100 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperWin32Group.java https://github.com/freenet/contrib/pull/13/files#diff-101 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperWin32Service.java https://github.com/freenet/contrib/pull/13/files#diff-102 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/WrapperWin32User.java https://github.com/freenet/contrib/pull/13/files#diff-103 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/event/WrapperControlEvent.java https://github.com/freenet/contrib/pull/13/files#diff-104 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/event/WrapperCoreEvent.java https://github.com/freenet/contrib/pull/13/files#diff-105 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/event/WrapperEvent.java https://github.com/freenet/contrib/pull/13/files#diff-106 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/event/WrapperEventListener.java https://github.com/freenet/contrib/pull/13/files#diff-107 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/event/WrapperPingEvent.java https://github.com/freenet/contrib/pull/13/files#diff-108 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/event/WrapperServiceControlEvent.java https://github.com/freenet/contrib/pull/13/files#diff-109 (23)
  • M wrapper/src/java/org/tanukisoftware/wrapper/event/WrapperServiceEvent.java https://github.com/freenet/contrib/pull/13/files#diff-110 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/event/WrapperTickEvent.java https://github.com/freenet/contrib/pull/13/files#diff-111 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/jmx/WrapperManager.java https://github.com/freenet/contrib/pull/13/files#diff-112 (6)
  • M wrapper/src/java/org/tanukisoftware/wrapper/jmx/WrapperManagerMBean.java https://github.com/freenet/contrib/pull/13/files#diff-113 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/jmx/WrapperManagerTesting.java https://github.com/freenet/contrib/pull/13/files#diff-114 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/jmx/WrapperManagerTestingMBean.java https://github.com/freenet/contrib/pull/13/files#diff-115 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/resources/ResourceManager.java https://github.com/freenet/contrib/pull/13/files#diff-116 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/security/WrapperEventPermission.java https://github.com/freenet/contrib/pull/13/files#diff-117 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/security/WrapperPermission.java https://github.com/freenet/contrib/pull/13/files#diff-118 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/security/WrapperServicePermission.java https://github.com/freenet/contrib/pull/13/files#diff-119 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/AbstractActionApp.java https://github.com/freenet/contrib/pull/13/files#diff-120 (12)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/BackgroundThreads.java https://github.com/freenet/contrib/pull/13/files#diff-121 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/DaemonThreads.java https://github.com/freenet/contrib/pull/13/files#diff-122 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/DeadlockPrintStream.java https://github.com/freenet/contrib/pull/13/files#diff-123 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/EnvironmentVariables.java https://github.com/freenet/contrib/pull/13/files#diff-124 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/Filter.java https://github.com/freenet/contrib/pull/13/files#diff-125 (2)
  • D wrapper/src/java/org/tanukisoftware/wrapper/test/JarMain.java https://github.com/freenet/contrib/pull/13/files#diff-126 (52)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/LoadedWrapperListener.java https://github.com/freenet/contrib/pull/13/files#diff-127 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/LogOutput.java https://github.com/freenet/contrib/pull/13/files#diff-128 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/LongRunningBackgroundThreads.java https://github.com/freenet/contrib/pull/13/files#diff-129 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/Main.java https://github.com/freenet/contrib/pull/13/files#diff-130 (52)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/Memory.java https://github.com/freenet/contrib/pull/13/files#diff-131 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/NoReturn.java https://github.com/freenet/contrib/pull/13/files#diff-132 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/OnExit.java https://github.com/freenet/contrib/pull/13/files#diff-133 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/OutputLoader.java https://github.com/freenet/contrib/pull/13/files#diff-134 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/PercentOutput.java https://github.com/freenet/contrib/pull/13/files#diff-135 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/QuickComplete.java https://github.com/freenet/contrib/pull/13/files#diff-136 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/Restarter.java https://github.com/freenet/contrib/pull/13/files#diff-137 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/ShutdownHook.java https://github.com/freenet/contrib/pull/13/files#diff-138 (2)
  • D wrapper/src/java/org/tanukisoftware/wrapper/test/ShutdownLock.java https://github.com/freenet/contrib/pull/13/files#diff-139 (76)
  • D wrapper/src/java/org/tanukisoftware/wrapper/test/StopWhileStarting.java https://github.com/freenet/contrib/pull/13/files#diff-140 (89)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/SystemProperty.java https://github.com/freenet/contrib/pull/13/files#diff-141 (2)
  • M wrapper/src/java/org/tanukisoftware/wrapper/test/TestAction.java https://github.com/freenet/contrib/pull/13/files#diff-142 (15)
  • D wrapper/src/java/org/tanukisoftware/wrapper/test2/Jar2Main.java https://github.com/freenet/contrib/pull/13/files#diff-143 (35)
  • M wrapper/src/test/org/tanukisoftware/wrapper/WrapperManagerSystemTimeTestCase.java https://github.com/freenet/contrib/pull/13/files#diff-144 (2)

Patch Links:

  • https://github.com/freenet/contrib/pull/13.patch
  • https://github.com/freenet/contrib/pull/13.diff

— Reply to this email directly or view it on GitHub https://github.com/freenet/contrib/pull/13.

Thynix avatar Feb 27 '16 14:02 Thynix

Yes, well it compiled, I am testing it. Your main repo is pointing at https://github.com/freenet/contrib/commit/ce3b7d55c64126f8fcdc573be3fc37f70feb7ab8

https://github.com/freenet/contrib/tree/v29 so that does not have a branch, so if you are interested I can put more work into this.

h4ck3rm1k3 avatar Feb 27 '16 14:02 h4ck3rm1k3