Yet another directory that conflicts.
Linking /usr/local/Cellar/binutils/2.24...
Error: Could not symlink share/info/bfd.info
Target /usr/local/share/info/bfd.info
Linking /usr/local/Cellar/binutils/2.24...
Error: Could not symlink share/info/configure.info
Target /usr/local/share/info/configure.info
ClosesHomebrew/homebrew#382.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
It is installed by several GNU packages, leading to linking conflicts,
and it is not very useful.
ClosesHomebrew/homebrew#265.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
* Using "--with-version-suffix", gdb executable will be named as "gdb-7"
where "7" is the major version. This makes using system gdb and
Homebrew gdb at the same time easier.
Adds a flag, --with-brewed-python, which will build GDB with the
Homebrewed Python installation instead of the system one. This requires
Python to be built with --universal so a check for this has been added
as well.
ClosesHomebrew/homebrew#153.
Signed-off-by: Xiyue Deng <manphiz@gmail.com>
This includes two patches to BFD related to new Mach-O load commands
added in 10.8 (and possibly 10.7 depending on what version of the
devtools you have installed). The first patch is from upstream and will
be released as part of GDB 7.6. The second patch fixes a bug in the
upstream patch to make GDB properly read a binary's start address. The
second patch is not yet upstream because I don't have a copyright
assignment agreement with the FSF yet, but it has been approved and some
version of it should find itself in GDB 7.6 as well. You can find the
related email thread here:
http://sourceware.org/ml/binutils/2012-11/msg00320.htmlClosesHomebrew/homebrew#126.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
User-installed versions of gdb have to be code signed; this caveat
points users to more information about this. Also, gdb has problems
building against a Homebrew-installed Python. This patch forces it
to build against the system Python.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Point the users to the relevant command so they can secure it more if
they wish.
ClosesHomebrew/homebrew#46159.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
qpm is a package manager designed for managing dependencies of
Qt/QML applications.
ClosesHomebrew/homebrew#45945.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>