Bill Waggoner wrote on Tue, 27 Oct 2015:
> The Fink apt package doesn't include 'rdepends' in apt-cache. I'm trying to
> figure out why some packages I have installed were installed. I can't find
> a way to do that but the apt-cache rdepends would go a long way to helping
> ...
As a workaround,
Hi,
The /sw/bin/gdb script first checks whether the gdb binary is
codesigned. If not, it fails telling the user to codesign it. If it is
codesigned, then it additionally checks (on OS X 10.8 and higher)
whether the -p option gets passed to taskgated via its launch daemon plist.
However, just code
On 09/01/15 16:29, Alexander Hansen wrote:
>
> I’m seeing the same thing. It looks like the upstream build setup predates
> 10.10. I added
>
> # Yosemite fix
> if [ "$(uname -r | cut -d. -f1)" -ge 14 ]; then export
> MACOSX_DEPLOYMENT_TARGET=10.9 ; fi
>
> at the beginning of both the Compi
On 14 May 2014, at 19:20, Alexander Hansen wrote:
> No, you shouldn't need Xcode 3.2.6. The problem is that the message is a
> little vague.
>
> Is that particular symlink configuration something you set up yourself? My
> Xcode 3.2.6 installation on 10.6 has:
You're right that I created tho
Hi,
I'm getting the following error (it's not rebuilding
fink_0.36.4-51_darwin-i386.deb because it just did so):
$ sudo fink self-update
/usr/bin/rsync -az -q
rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP
/sw/fink/TIMESTAMP.tmp
I will now run the rsync command to retrieve the l
Hi,
The download location for flex 2.5.4.a (required by e.g. apple-gdb) is
no longer valid. It's now available from
http://sourceforge.net/projects/flex/files/flex/2.5.4.a/flex-2.5.4a.tar.gz/download
instead (see ftp://ftp.gnu.org/pub/gnu/flex/flex.README )
Jonas
---
On 14/03/14 09:42, Martin Costabel wrote:
> This is currently biting everyone trying to compile open source projects
> with Apple's latest clang (clang-503.0.38 from March 2014).
For those here that don't know it: you can work around it by
re-installing the old developer tools if you have a (free
On 29 Dec 2013, at 16:00, Alexander Hansen wrote:
> It's not quite what I said, which is:
>
> my $struct_flock = pack("iss", (0, 0), (0, 0), 0, F_WRLCK, SEEK_SET);
Apologies, you're right. This does work correctly indeed. I should also just
have realised that replacing the quad with two lo
On 29 Dec 2013, at 15:48, Alexander Hansen wrote:
> On 12/29/13 6:18 AM, Jonas Maebe wrote:
>>
>> See https://github.com/fink/fink/wiki/Buildlocks for more information.
>> /sw/bin/dpkg-lockwait -r fink-buildlock-base-files-1.9.15-1 >/dev/null
>> lockwait: Can'
On 27 Dec 2013, at 20:28, Alexander Hansen wrote:
> Try the following while we sort out what the "real" solution is going to be.
> Edit /sw/bin/dpkg-lockwait and /sw/bin/apt-get-lockwait as an administrator
> and change the line in each that says
>
> my $struct_flock = pack("qqiss", 0,
On 27 Dec 2013, at 17:14, Alexander Hansen wrote:
> On 12/27/13 6:45 AM, Richard Miles wrote:
>> See https://github.com/fink/fink/wiki/Buildlocks for more information.
>> /sw/bin/dpkg-lockwait -r fink-buildlock-fink-mirrors-0.36.1.1-1 >/dev/null
>> Invalid type 'q' in pack at /sw/bin/dpkg-lockwai
On 10 Oct 2013, at 02:20, David Fang wrote:
I think I took care of this in 10.4-EOL but the change may not have
made it to 10.5-EOL (but it should have). I see in the current
state that 10.4-EOL's llvm33.patch has the corrected context-related
patch. I don't have powerpc-darwin9 to test
Hi,
I've posted the full output from the build process at
http://pastebin.com/G3wzmRXw
There appear to be two problems
a) the wrong version of the mcontext struct is included or accessed by
Address Sanitizer (line 1052 of the pastebin for the initial
bootstrap, lines 2922 and 3174 once clang
13 matches
Mail list logo