'sudden' CLI pbxbuild bug?
'sudden' CLI pbxbuild bug?
- Subject: 'sudden' CLI pbxbuild bug?
- From: Gerben Wierda <email@hidden>
- Date: Sun, 20 Oct 2002 20:44:37 +0200
For some reason, pbxbuikd has started to act weird here whe n I am
running an install pbxbuild. Suddenly (I have only been editing,
compiling and CVS-committing changes since the last time it just
worked...), it creates a symlink to the install location
(/Application/Utilities) in the place where it is supposed to build the
executable (/usr/local/Build), then builds through the symlink
*directly* in the install location (this used not to be the case) and
then fails (of course) to copy stuff onto itself from the symlink
location to the install location during one of my script phases that
looks if it is installing and acts on that.
When I compile using PB itself, no symlink is created. I do not
understand why suddenly this symlink is created in the first phase of
jam.
=== BUILDING TARGET i-Installer OF TYPE Application ===
/usr/bin/jam -d2
JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase
JAMFILE=- install ACTION=install _DEFAULT_GCC_VERSION=3.1
CPP_HEADERMAP_FILE=/usr/local/Build/i-Installer.build/i-
Installer.build/i-Installer.hmap SRCROOT=/usr/local/src/II2/i-Installer
OBJROOT=/usr/local/Build SYMROOT=/usr/local/Build DSTROOT=/
...updating 63 target(s)...
SymLink /usr/local/Build/i-Installer.app
/bin/ln -sf "///Applications/Utilities/i-Installer.app"
"/usr/local/Build/i-Installer.app" (!!!!! This step is new, what
triggers this???)
Mkdir ///Applications/Utilities/i-Installer.app
/bin/mkdir -p "///Applications/Utilities/i-Installer.app"
Whereas it used to be:
=== BUILDING TARGET i-Installer OF TYPE Application ===
/usr/bin/jam -d2
JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase
JAMFILE=- install ACTION=install _DEFAULT_GCC_VERSION=3.1
CPP_HEADERMAP_FILE=/usr/local/Build/i-Installer.build/i-
Installer.build/i-Installer.hmap SRCROOT=/usr/local/src/II2/i-Installer
OBJROOT=/usr/local/Build SYMROOT=/usr/local/Build DSTROOT=/
...updating 39 target(s)...
Mkdir ///Applications/Utilities/i-Installer.app
/bin/mkdir -p "///Applications/Utilities/i-Installer.app"
Since it has been doing this, i have noticed the following error:
2002-10-20 20:12:29.609 pbxbuild[9597] Container <PBXFolder:0x004672b0>
still contains 1 items after being deallocated. This might be a memory
leak, or an item not being properly marked as removed from its
container before being deallocated.
2002-10-20 20:12:29.612 pbxbuild[9597] Container <PBXFolder:0x00186f00>
still contains 1 items after being deallocated. This might be a memory
leak, or an item not being properly marked as removed from its
container before being deallocated.
I am confused, but must confess that it is also difficult to understand
pbxbuld/jam/etc without decent docs - which I have been unable to find)
G
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.