Bonjour, I installed Subversion through the last Darwinports package (1.3.1). Installed on Tiger - no problem. ("sudo port install subversion" ). Installed on Panther, the problem is :
In file included from /System/Library/Frameworks/Security.framework/ Headers/SecBase.h:26, from /System/Library/Frameworks/Security.framework/ Headers/Security.h:44, from subversion/libsvn_subr/simple_providers.c:734: /System/Library/Frameworks/CoreFoundation.framework/Headers/ CFBase.h:25:37: CarbonCore/MacTypes.h: No such file or directory make: *** [subversion/libsvn_subr/simple_providers.lo] Error 1
Error: Status 1 encountered during processing.
The truth is I am not proud I had mistakenly installed the Tiger Darwinports package on Panther, and after that went on with the Panther Darwinports package, before I "sudo port install subversion". So, to go back at the very beginning, I could uninstall Subversion : "sudo port uninstall subversion". And would like to uninstall as well the "messy" Darwinports" - to make it clean. And reinstall everything again to see what happen : but *** How do I uninstall a Darwinports package *** ? Merci beaucoup. Francis
On Sep 16, 2006, at 4:00 AM, Francis Derive wrote:
Installed on Tiger - no problem. ("sudo port install subversion" ). Installed on Panther, the problem is :
In file included from /System/Library/Frameworks/ Security.framework/Headers/SecBase.h:26, from /System/Library/Frameworks/ Security.framework/Headers/Security.h:44, from subversion/libsvn_subr/simple_providers.c:734: /System/Library/Frameworks/CoreFoundation.framework/Headers/ CFBase.h:25:37: CarbonCore/MacTypes.h: No such file or directory make: *** [subversion/libsvn_subr/simple_providers.lo] Error 1
Error: Status 1 encountered during processing.
That is odd, I think that that file should be there (since it's in the 10.3 sdk, but I don't have a 10.3 machine to test on anymore): /Developer/SDKs/MacOSX10.3.9.sdk/Developer/Headers/CFMCarbon/ CarbonCore/MacTypes.h
The truth is I am not proud I had mistakenly installed the Tiger Darwinports package on Panther, and after that went on with the Panther Darwinports package, before I "sudo port install subversion".
So, to go back at the very beginning, I could uninstall Subversion : "sudo port uninstall subversion". And would like to uninstall as well the "messy" Darwinports" - to make it clean. And reinstall everything again to see what happen : but *** How do I uninstall a Darwinports package *** ?
port uninstall package You probably want: sudo port uninstall subversion sudo port clean --all subversion (the clean --all will clean out the working directory, downloaded copy of subversion, and archive of the port if you have them on your system). -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
On Sep 16, 2006, at 1:53 PM, Daniel J. Luke wrote:
That is odd, I think that that file should be there (since it's in the 10.3 sdk, but I don't have a 10.3 machine to test on anymore):
/Developer/SDKs/MacOSX10.3.9.sdk/Developer/Headers/CFMCarbon/ CarbonCore/MacTypes.h
That is the point : my Panther install hasn't (yet) any sdk installed. However found a /Volumes/PANTHER/Developer/Headers/FlatCarbon/ MacTypes.h. And found this /Developer/SDKs/MacOSX10.4.0.sdk/Developer/Headers/ FlatCarbon/MacTypes.h for the active Tiger install. So when I succeed downloading Xtools v1.5 for Panther ( many downloads failed yet ), and have the 10.3.9 sdk installed, it should work.
The truth is I am not proud I had mistakenly installed the Tiger Darwinports package on Panther, and after that went on with the Panther Darwinports package, before I "sudo port install subversion".
So, to go back at the very beginning, I could uninstall Subversion : "sudo port uninstall subversion". And would like to uninstall as well the "messy" Darwinports" - to make it clean. And reinstall everything again to see what happen : but *** How do I uninstall a Darwinports package *** ?
port uninstall package
I meant I don't know how to uninstall the result of running the Mac OS X Darwinports installer package itself - staying now in /Volumes/ PANTHER/Library/Receipts/DarwinPorts-1.3.1.pkg -, not any port like subversion or others. I don't believe running the Tiger Darwinports installer package with Panther - and then the Panther installer package, didn't harm anything, but if possible I would like to know how to uninstall any DarwinPorts installation. Cheers. Francis.
On Sep 16, 2006, at 1:53 PM, Daniel J. Luke wrote:
On Sep 16, 2006, at 4:00 AM, Francis Derive wrote:
Installed on Tiger - no problem. ("sudo port install subversion" ). Installed on Panther, the problem is :
In file included from /System/Library/Frameworks/ Security.framework/Headers/SecBase.h:26, from /System/Library/Frameworks/ Security.framework/Headers/Security.h:44, from subversion/libsvn_subr/simple_providers.c:734: /System/Library/Frameworks/CoreFoundation.framework/Headers/ CFBase.h:25:37: CarbonCore/MacTypes.h: No such file or directory make: *** [subversion/libsvn_subr/simple_providers.lo] Error 1
Error: Status 1 encountered during processing.
That is odd, I think that that file should be there (since it's in the 10.3 sdk, but I don't have a 10.3 machine to test on anymore):
/Developer/SDKs/MacOSX10.3.9.sdk/Developer/Headers/CFMCarbon/ CarbonCore/MacTypes.h
I have re-installed Xcode 1.5 which the last Xtool I know required by Panther 10.3.9, and all the SDKs. I still have the same error - with this extended detail : [fderive@75PANTHERG4]Documents/Mac/Utilities 504 % sudo port install subversion Password: ---> Fetching apr ---> Attempting to fetch apr-1.2.7.tar.bz2 from http:// www.apache.org/dist/apr [...] ---> Fetching subversion ---> Attempting to fetch subversion-1.4.0.tar.bz2 from http:// subversion.tigris.org/downloads/ ---> Verifying checksum(s) for subversion ---> Extracting subversion ---> Applying patches to subversion ---> Configuring subversion ---> Building subversion with target all ----- ERROR MESSAGE HERE ----- Error: Target com.apple.build returned: shell command "cd "/opt/local/ var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_devel_subversion/work/subversion-1.4.0" && make all" returned error 2 Command output: /bin/sh /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_devel_subversion/work/subversion-1.4.0/libtool --tag=CC --silent --mode=compile gcc -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -g -O2 - g -O2 -I./subversion/include -I./subversion -I/opt/local/include/ neon -I/opt/local/include/apr-1 -I/opt/local/include/apr-1 -I/opt/ local/include -o subversion/libsvn_delta/xdelta.lo -c subversion/ libsvn_delta/xdelta.c /bin/sh /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_devel_subversion/work/subversion-1.4.0/libtool --tag=CC --silent --mode=compile gcc -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -g -O2 - g -O2 -I./subversion/include -I./subversion -I/opt/local/include/ neon -I/opt/local/include/apr-1 -I/opt/local/include/apr-1 -I/opt/ local/include -o subversion/libsvn_subr/auth.lo -c subversion/ libsvn_subr/auth.c /bin/sh /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_devel_subversion/work/subversion-1.4.0/libtool --tag=CC --silent --mode=compile [...] gcc -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -g -O2 - g -O2 -I./subversion/include -I./subversion -I/opt/local/include/ neon -I/opt/local/include/apr-1 -I/opt/local/include/apr-1 -I/opt/ local/include -o subversion/libsvn_subr/quoprint.lo -c subversion/ libsvn_subr/quoprint.c /bin/sh /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_devel_subversion/work/subversion-1.4.0/libtool --tag=CC --silent --mode=compile gcc -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -g -O2 - g -O2 -I./subversion/include -I./subversion -I/opt/local/include/ neon -I/opt/local/include/apr-1 -I/opt/local/include/apr-1 -I/opt/ local/include -o subversion/libsvn_subr/simple_providers.lo -c subversion/libsvn_subr/simple_providers.c ---- ERROR MESSAGE HERE TOO ----- In file included from /System/Library/Frameworks/Security.framework/ Headers/SecBase.h:26, from /System/Library/Frameworks/Security.framework/ Headers/Security.h:44, from subversion/libsvn_subr/simple_providers.c:734: /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h: 25:37: CarbonCore/MacTypes.h: No such file or directory make: *** [subversion/libsvn_subr/simple_providers.lo] Error 1 Error: Status 1 encountered during processing. [1][fderive@75PANTHERG4]Documents/Mac/Utilities 505 % Merci de votre aide. Francis.
On Sep 23, 2006, at 9:30 AM, Francis Derive wrote:
I have re-installed Xcode 1.5 which the last Xtool I know required by Panther 10.3.9, and all the SDKs. I still have the same error - with this extended detail :
Can you run: port clean --all subversion port -dv install subversion and send me the output so I can look into it a little more? I don't have a 10.3.9 machine to test on anymore, or it might be easier for me to replicate this problem. Thanks. -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
On Sep 28, 2006, at 9:17 AM, Jean-Christophe Michel wrote:
Le 25 sept. 06, à 22:47, Daniel J. Luke a écrit :
port -dv install subversion
I joined the file of the log leading to the same error. Powerpc/10.3.9
I don't really see why you're getting this error, since that header should be there. But, it's related to the keychain support that was added to subversion, so I'm checking in a modified portfile that will disable the keychain support for 10.3 -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
participants (3)
-
Daniel J. Luke
-
Francis Derive
-
Jean-Christophe Michel