Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mono/Linux case sensitive file system problem. #332

Closed
eiriktsarpalis opened this issue Nov 3, 2014 · 3 comments
Closed

Mono/Linux case sensitive file system problem. #332

eiriktsarpalis opened this issue Nov 3, 2014 · 3 comments

Comments

@eiriktsarpalis
Copy link
Member

I encountered the following problem when trying to run paket on linux with a project that references FsUnit:

FsUnit 1.3.0.1 already downloaded
FsUnit 1.3.0.1 unzipped to /home/nessos/git/MBrace.Core/packages/FsUnit
No libraries found in /home/nessos/git/MBrace.Core/packages/FsUnit

The build naturally failed since FsUnit dependency couldn't be resolved. I tracked down the problem to the fact that FsUnit peculiarly packages its libraries inside uppercase folders (Lib/Net40). Paket seems to be ignoring this. I was able to fix the build by manually renaming the folders to their lowercase equivalents.

@forki
Copy link
Member

forki commented Nov 3, 2014

Mhm. So in order to dog food this we should install during paket's own
build. Then it should be broken on Linux, right?
On Nov 3, 2014 5:35 PM, "Eirik Tsarpalis" notifications@github.com wrote:

I encountered the following problem when trying to run paket on linux with
a project that references FsUnit:

FsUnit 1.3.0.1 already downloaded
FsUnit 1.3.0.1 unzipped to /home/nessos/git/MBrace.Core/packages/FsUnit
No libraries found in /home/nessos/git/MBrace.Core/packages/FsUnit
``
The build naturally failed since FsUnit dependency couldn't be resolved. I tracked down the problem to the fact that FsUnit peculiarly packages its libraries inside uppercase folders (Lib/Net40). Paket seems to be ignoring this. I was able to fix the build by manually renaming the folders to their lowercase equivalents.


Reply to this email directly or view it on GitHub
#332.

@eiriktsarpalis
Copy link
Member Author

Yes, probably.

forki added a commit that referenced this issue Nov 6, 2014
@forki
Copy link
Member

forki commented Nov 6, 2014

ok. that's something different than I thought.

@forki forki closed this as completed in 6fae68c Nov 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants