This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
get_modules () { | |
TARGET_DIR=`pwd` | |
WORKDIR=`mktemp -d` | |
pushd $WORKDIR >/dev/null | |
AUC="$1" | |
echo "Download catalog from $AUC" | |
wget -q $AUC/catalog.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd compat-wireless-2012-05-10-p/ | |
./scripts/driver-select alx | |
make | |
make install | |
modprobe alx | |
/etc/init.d/networking restart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puppet agent --templatedir=/tmp/vagrant-puppet/templates --verbose --onetime --test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
An exception has occurred in the compiler (1.6.0_45). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report. Thank you. | |
java.lang.IllegalAccessError: tried to access class com.sun.tools.javac.comp.Lower$1Patcher from class com.sun.tools.javac.comp.Lower | |
at com.sun.tools.javac.comp.Lower.patchTargets(Lower.java:2941) | |
at com.sun.tools.javac.comp.Lower.visitIterableForeachLoop(Lower.java:3005) | |
at com.sun.tools.javac.comp.Lower.visitForeachLoop(Lower.java:2858) | |
at com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.accept(JCTree.java:849) | |
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:44) | |
at com.sun.tools.javac.comp.Lower.translate(Lower.java:1899) | |
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:56) | |
at com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:146) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ant -f /home/radim/src/kubacki.cz/nbandroid-ext/gradle -Dcontinue.after.failing.tests=true test-unit | |
taskdefs: | |
common-init: | |
projectized-common.basic-init: | |
basic-init: | |
files-init: | |
nbm-license-init: | |
build-init: | |
Scanning for modules in /home/radim/netbeans-7.2.1/apisupport | |
Scanning for modules in /home/radim/netbeans-7.2.1/enterprise |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x00007f6f59284910, pid=1850, tid=140117960824576 | |
# | |
# JRE version: 6.0_37-b06 | |
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops) | |
# Problematic frame: | |
# C[thread 140114225850112 also had an error] | |
0x00007f6f59284910 _fini+0x94c3b908 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.gradle.tooling.BuildException: Could not fetch model of type 'GradleProject' using mock. | |
at org.gradle.tooling.internal.consumer.ResultHandlerAdapter.onFailure(ResultHandlerAdapter.java:53) | |
at org.gradle.tooling.internal.consumer.async.DefaultAsyncConsumerActionExecutor$1$1.run(DefaultAsyncConsumerActionExecutor.java:57) | |
at org.gradle.internal.concurrent.DefaultExecutorFactory$StoppableExecutorImpl$1.run(DefaultExecutorFactory.java:64) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:744) | |
at org.gradle.tooling.internal.consumer.BlockingResultHandler.getResult(BlockingResultHandler.java:46) | |
at org.gradle.tooling.internal.consumer.DefaultModelBuilder.get(DefaultModelBuilder.java:48) | |
at org.gradle.integtests.tooling.ConcurrentToolingApiIntegrationSpec.spock_feature_0_6_closure15_closure30(ConcurrentToolingApiIntegrationSpec.groovy:253) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\radim\src\GradleIvyResolve>c:\tools\gradle-1.11-rc-1\bin\gradle -s build | |
Build file 'C:\Users\radim\src\GradleIvyResolve\build.gradle': line 15 | |
The ArtifactRepositoryContainer.add(DependencyResolver, Closure) method has been deprecated and is scheduled to be removed in Gradle 2.0. | |
:compileJava | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Could not resolve all dependencies for configuration ':compile'. | |
> Could not resolve org.slf4j:slf4j-log4j12:1.7.5. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tried to access method com.google.common.collect.MapMaker.makeComputingMap(Lcom/google/common/base/Function;)Ljava/util/concurrent/ConcurrentMap; from class com.google.inject.internal.Annotations$AnnotationChecker | |
java.lang.IllegalAccessError: tried to access method com.google.common.collect.MapMaker.makeComputingMap(Lcom/google/common/base/Function;)Ljava/util/concurrent/ConcurrentMap; from class com.google.inject.internal.Annotations$AnnotationChecker | |
at com.google.inject.internal.Annotations$AnnotationChecker.<init>(Annotations.java:104) | |
at com.google.inject.internal.Annotations.<clinit>(Annotations.java:122) | |
at com.google.inject.Key.ensureRetainedAtRuntime(Key.java:362) | |
at com.google.inject.Key.strategyFor(Key.java:354) | |
at com.google.inject.Key.get(Key.java:222) | |
at org.sonatype.guice.bean.binders.ParameterKeys.<clinit>(ParameterKeys.java:23) | |
at org.codehaus.plexus.DefaultPlexusContainer$ContainerModule.configure(DefaultPlexusContainer.java:801) | |
at com.google.inject.spi.Elements$RecordingBinder.ins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.gradle.tooling.GradleConnectionException: Could not execute build using Gradle installation '/home/radim/src/github.com/gradle/gradle/build/integ test'. | |
at org.gradle.tooling.internal.consumer.ResultHandlerAdapter.onFailure(ResultHandlerAdapter.java:55) | |
at org.gradle.tooling.internal.consumer.async.DefaultAsyncConsumerActionExecutor$1$1.run(DefaultAsyncConsumerActionExecutor.java:57) | |
at org.gradle.internal.concurrent.DefaultExecutorFactory$StoppableExecutorImpl$1.run(DefaultExecutorFactory.java:64) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:744) | |
at org.gradle.tooling.internal.consumer.BlockingResultHandler.getResult(BlockingResultHandler.java:46) | |
at org.gradle.tooling.internal.consumer.DefaultBuildLauncher.run(DefaultBuildLauncher.java:114) | |
at org.gradle.integtests.tooling.fixture.ToolingApiSpecification.withBuild_closure3(ToolingApiSpecifi |
OlderNewer