Hello Benoit!

Is the git/cares2 problem something PPC-specific? I can't reproduce it
on my amd64 installation atleast. Can you think of something else that
might make this problem appear for you?
Could you do ldd /usr/bin/git to check if your binary is linked to
c-ares?

Git doesn't seem to have any dependencies or build-dependencies on any
c-ares version.....

[EMAIL PROTECTED]:/tmp$ sudo aptitude purge libc-ares1 libc-ares2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done

[EMAIL PROTECTED]:/tmp$ git --version
git version 1.5.6
[EMAIL PROTECTED]:/tmp$ git --help
usage: git [--version] [--exec-path[=GIT_EXEC_PATH]] [-p|--paginate|--no-pager] 
[--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE] [--help] COMMAND [ARGS]

The most commonly used git commands are:
   add        Add file contents to the index
   bisect     Find the change that introduced a bug by binary search
   branch     List, create, or delete branches
   checkout   Checkout a branch or paths to the working tree
   clone      Clone a repository into a new directory
   commit     Record changes to the repository
   diff       Show changes between commits, commit and working tree, etc
   fetch      Download objects and refs from another repository
   grep       Print lines matching a pattern
   init       Create an empty git repository or reinitialize an existing one
   log        Show commit logs
   merge      Join two or more development histories together
   mv         Move or rename a file, a directory, or a symlink
   pull       Fetch from and merge with another repository or a local branch
   push       Update remote refs along with associated objects
   rebase     Forward-port local commits to the updated upstream head
   reset      Reset current HEAD to the specified state
   rm         Remove files from the working tree and from the index
   show       Show various types of objects
   status     Show the working tree status
   tag        Create, list, delete or verify a tag object signed with GPG

See 'git help COMMAND' for more information on a specific command.
[EMAIL PROTECTED]:/tmp$ ldd /usr/bin/git | grep libc
        libcurl-gnutls.so.4 => /usr/lib/libcurl-gnutls.so.4 (0x00002ba2bcf1e000)
        libc.so.6 => /lib/libc.so.6 (0x00002ba2bd58e000)
        libcom_err.so.2 => /lib/libcom_err.so.2 (0x00002ba2bef44000)
[EMAIL PROTECTED]:/tmp$ dpkg -l | grep git-core
ii  git-core                            1:1.5.6-1                  fast, 
scalable, distributed revision control system 
[EMAIL PROTECTED]:/tmp$


--
Regards,
Andreas Henriksson



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to