Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Git won't brew ln #1

Closed
adamv opened this issue Jul 31, 2009 · 4 comments
Closed

Git won't brew ln #1

adamv opened this issue Jul 31, 2009 · 4 comments

Comments

@adamv
Copy link
Contributor

adamv commented Jul 31, 2009

Brewing Git 1.6.4 with the latest homebrew creates some executables without the x bit set, and doing a "brew ln git" tells me that 166 links were created, but git doesn't show up linked in /usr/local/bin.

@mxcl
Copy link
Contributor

mxcl commented Jul 31, 2009

Yes sorry, I made a typo in a regexp and this broke. This is why I am now making lots of tests :) But yes, fixed but not yet pushed. You see ln doesn't link in non executable files from the bin dir, so it's related.

@mxcl
Copy link
Contributor

mxcl commented Jul 31, 2009

Just pushed, and it brew install git seems to work on my other machine so pls test and close if fixed, thanks :)

@adamv
Copy link
Contributor Author

adamv commented Jul 31, 2009

Working after most recent commits, thanks.

@adamv
Copy link
Contributor Author

adamv commented Sep 29, 2009

Requesting close.

martinploeger pushed a commit to martinploeger/homebrew that referenced this issue Oct 8, 2011
Signed-off-by: Adam Vandenberg <[email protected]>
@ghost ghost mentioned this issue Nov 12, 2011
Sharpie referenced this issue in Sharpie/homebrew Sep 12, 2012
From [discount's website][1.6.6]:

  * version 1.6.6 repairs two defects, one in the markdown compiler and one in
  `theme`:

    1. In `theme`, I needed to take into account the source filename
       might not have an extension when I'm making the `.html` filename.
       The old behavior was to look for a dot and put the `.html` after
       that, but _I didn't check to see if there was actually a dot there_
       before appending the `.html`!

       This did not work out too well if there was no dot.

    2. In the markdown parser, I wasn't handling escapes of the
       open square bracket inside a `[]()` construct.
       So a link like
	   [foo\[and\]bar](does not work properly!)
       would not parse because
       my square bracket matcher would look for an additional `]`
       to match the `\[` inside the `[]` part.

[1.6.6]: http://www.pell.portland.or.us/~orc/Code/discount/#1.6.6

Signed-off-by: Adam Vandenberg <[email protected]>
Sharpie pushed a commit to Sharpie/homebrew that referenced this issue Sep 12, 2012
Signed-off-by: Adam Vandenberg <[email protected]>
samueljohn pushed a commit to samueljohn/homebrew that referenced this issue Oct 10, 2012
The postgresql 9 data directory is changed from #{var}/postgres
to #{var}/postgres9.

This change certainly does not provide the capability for multiple
versionis to run concurrently, but it does provide some measures to
prevent data from being accidentally overwritten or converted to
a new version.

Closes Homebrew#1.

Signed-off-by: Jack Nagel <[email protected]>
adamv pushed a commit that referenced this issue Oct 23, 2012
Closes #15611.

Signed-off-by: Austin Seipp <[email protected]>
Closes #15611.

Signed-off-by: Adam Vandenberg <[email protected]>
snakeyroc3 referenced this issue in snakeyroc3/homebrew Dec 17, 2012
From [discount's website][1.6.6]:

  * version 1.6.6 repairs two defects, one in the markdown compiler and one in
  `theme`:

    1. In `theme`, I needed to take into account the source filename
       might not have an extension when I'm making the `.html` filename.
       The old behavior was to look for a dot and put the `.html` after
       that, but _I didn't check to see if there was actually a dot there_
       before appending the `.html`!

       This did not work out too well if there was no dot.

    2. In the markdown parser, I wasn't handling escapes of the
       open square bracket inside a `[]()` construct.
       So a link like
	   [foo\[and\]bar](does not work properly!)
       would not parse because
       my square bracket matcher would look for an additional `]`
       to match the `\[` inside the `[]` part.

[1.6.6]: http://www.pell.portland.or.us/~orc/Code/discount/#1.6.6

Signed-off-by: Adam Vandenberg <[email protected]>
snakeyroc3 pushed a commit to snakeyroc3/homebrew that referenced this issue Dec 17, 2012
Signed-off-by: Adam Vandenberg <[email protected]>
derekbrokeit pushed a commit to derekbrokeit/homebrew that referenced this issue May 30, 2013
@erbmicha erbmicha mentioned this issue Jul 14, 2013
@job job mentioned this issue Aug 28, 2013
@niklassaers niklassaers mentioned this issue Dec 5, 2013
@Homebrew Homebrew locked and limited conversation to collaborators Sep 16, 2014
nathanhruby pushed a commit to nathanhruby/homebrew that referenced this issue Mar 27, 2015
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants