Re: [pacman-dev] Building pacman
Yes, git pull and git status indicates I am clean and synced with remote. The file looks very strange to me as all it contains is:
[andrew@WhosYourDaddy pacman]$ cat lib/libalpm/util-common.h ../../src/common/util-common.h[andrew@WhosYourDaddy pacman]$
This is the correct repo right?
[andrew@WhosYourDaddy pacman]$ git remote -vv origin git://projects.archlinux.org/pacman.git (fetch) origin git://projects.archlinux.org/pacman.git (push)
-- Andrew DeMaria (720) 234-0077
On Mon, Jan 27, 2014 at 9:52 PM, Andrew DeMaria <lostonamountain@gmail.com>wrote:
Yes, git pull and git status indicates I am clean and synced with remote. The file looks very strange to me as all it contains is:
[andrew@WhosYourDaddy pacman]$ cat lib/libalpm/util-common.h
../../src/common/util-common.h[andrew@WhosYourDaddy pacman]$
Sounds like your system is f***ing up symlinks in some way. That file should be a symlink to the file listed there, not filled with those contents. Do you have some weird git settings? What system/OS/etc. is this on? What git version?
-Dan
Well that would be the problem, as it is not symlinked for me. Ill have to look into why but I on Arch and a simple sshfs mount on a btrfs filesystem. -- Andrew DeMaria (720) 234-0077
git version 1.8.5.3 -- Andrew DeMaria (720) 234-0077
Fixed. For anyone interested, I had turned on the follow_symlinks option when I had mounted via sshfs. -- Andrew DeMaria (720) 234-0077
participants (2)
-
Andrew DeMaria
-
Dan McGee