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

confused by relative paths and sources.txt recursion #11

Open
kowey opened this issue Aug 20, 2012 · 7 comments
Open

confused by relative paths and sources.txt recursion #11

kowey opened this issue Aug 20, 2012 · 7 comments

Comments

@kowey
Copy link
Contributor

kowey commented Aug 20, 2012

Suppose I have three packages: foo, subfoo, bar

The sources.txt for foo looks like this:

.
./subfoo

(subfoo is a sub-package in the foo family, let's say)

The sources.txt for bar looks like this:

 .
 /path/to/foo

Should subfoo be installed or not? Right now, it isn't and I have to write my bar sources.txt like this instead:

 .
 /path/to/foo
 /path/to/foo/subfoo

Apologies if this is documented and I just missed it!

@gregwebs
Copy link
Member

subfoo should be picked up & installed, so this does seem like a bug. As per my comment in the other ticket, can you update your shelly (and cabal-meta) dependency to the latest and let me know if this issue still occurs?

@kowey
Copy link
Contributor Author

kowey commented Aug 23, 2012

When you say latest, do you mean the GitHub versions? (I ran into these issues on 20 Aug with a new HP install + new packages on top of that). Shelly.hs on GitHub doesn't seem to have commits newer than that. I think I'm using the latest cabal-meta from hackage.

@gregwebs
Copy link
Member

no, not github. what version of the shelly package do you have?

@kowey
Copy link
Contributor Author

kowey commented Aug 23, 2012

cabal-meta-0.2.3.2
shelly-0.14.0.1
system-fileio-0.3.9
system-filepath-0.4.6
unix-compat-0.3.0.1

@gregwebs
Copy link
Member

k, looks like you are on the latest :)

@gregwebs
Copy link
Member

@kowey are you still seeing these issues after your cleanup?

@kowey
Copy link
Contributor Author

kowey commented Oct 30, 2012

Still seeing them.

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