Giter VIP home page Giter VIP logo

Comments (9)

adamw avatar adamw commented on May 19, 2024

File name too long hmm ... I wonder which one :) What OS is it? And what filesystem?

from elasticmq.

ddossot avatar ddossot commented on May 19, 2024

OS info:

Linux ovonel 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13 15:45:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

/dev/sda5 on / type ext4 (rw,errors=remount-ro)

from elasticmq.

adamw avatar adamw commented on May 19, 2024

Looks quite normal. I'll try to test this on a Linux somewhere (on macos it works)

from elasticmq.

ddossot avatar ddossot commented on May 19, 2024

OK, let me know if there are any further sbt commands I could run.

I can't start working on a PR for issue #36 until I have a working build 😿

from elasticmq.

adamw avatar adamw commented on May 19, 2024

I'm on a poor hotel-internet so I have a hard time googling :)
One thing I would try is entering the console (sbt), then compiling (compile), and when it fails, inspecting the details (last compile)

from elasticmq.

adamw avatar adamw commented on May 19, 2024

A friend tested on Ubuntu 14.04/ext4/OpenJDK 1.7.0_75 and works without problems. Which java do you have?

from elasticmq.

ddossot avatar ddossot commented on May 19, 2024

Here you go:

$ java -version
java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)

Also here is the transcript of compile and last compile in sbt: http://pastebin.com/DewDuFaL

Thanks for your support, good luck with the hotel wifi 😉

from elasticmq.

adamw avatar adamw commented on May 19, 2024

Some people had this when they cloned the sources into an encrypted home folder (scala/pickling#10)

Can you try adding scalacOptions ++= Seq("-Xmax-classfile-name", "254") to project/Build.scala, after line 8?

from elasticmq.

ddossot avatar ddossot commented on May 19, 2024

Encryption was the issue: if I checkout the project in /tmp, it's all good.

Sorry about that, I should have thought of it 😊

from elasticmq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.