Re: Servers down?

2016-10-21 Thread Manfred Antar

> On Oct 21, 2016, at 3:32 PM, Ryan Schmidt  wrote:
> 
> 
>> On Oct 21, 2016, at 4:31 PM, Lawrence Velázquez  wrote:
>> 
>>> On Oct 21, 2016, at 5:30 PM, Carlo Tambuatco  wrote:
>>> 
>>> I can't even get to the migration page on macports.org...
>> 
>> Yes, {svn,trac}.macports.org is still down, and probably others.
> 
> The only other server that appears to have been affected was the one serving 
> the web site and guide. We already moved this to new hosting, but have not 
> yet set up the ports database on the new server, which is why that section of 
> the web site is currently unavailable.
> 
> Until access is restored, you can probably find some of our wiki pages in the 
> Internet Archive, such as:
> 
> https://web.archive.org/web/20160513042611/http://trac.macports.org/wiki/Migration
> 

Does this mean that svn.macports.org  will no longer 
work for updating the ports tree ?
It’s been down for a few days. will everything switch to git?
Hopefully there will be a faq on changing over.
Thanks
Manfred___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: xrg build fails after OS X upgrade to 10.11.2 (15C50) and Xcode Version 7.2

2015-12-10 Thread Manfred Antar

> On Dec 10, 2015, at 8:31 AM, Rainer Müller  wrote:
> 
> On 2015-12-10 03:21, Manfred Antar wrote:
>> It’s something with Xcode 7.2
>> Im sure this will be coming up again
> 
> Yes, I got a similar report against MacVim:
> https://trac.macports.org/ticket/49950
> 
> It seems like Xcode 7.2 expects more restrictive permissions on this
> path, but it does not ensure they are set at installation.
> 
> This is from my OS X 10.10 Yosemite, Xcode 7.1:
> 
> drwxrwxr-x  3 root  wheel  102 Oct  2 23:11 
> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/
> 
> After upgrading to Xcode 7.2, the permissions remained the same:
> 
> drwxr-xr-x  3 root  wheel  102 Nov 10 06:21 
> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/
> 
> Still the same error. I added an entry to ProblemHotlist:
> http://trac.macports.org/wiki/ProblemHotlist#xcode7.2
> 
> It is definitely a problem within Xcode or its installation/update
> process. Filing rdars might be a solution to get attention to this.
> 
> Rainer

OK 
I did a chmod 0775 
/Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc
after that every thing works again.
It seems that when they packaged Xcode 7.2 the permissions for that directory 
were wrong.
I filed a bug report with apple. 
Thanks
Manfred
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: xrg build fails after OS X upgrade to 10.11.2 (15C50) and Xcode Version 7.2

2015-12-09 Thread Manfred Antar

> On Dec 9, 2015, at 4:10 PM, Ryan Schmidt  wrote:
> 
>> On Dec 9, 2015, at 15:37, Manfred Antar  wrote:
>> 
>> 
>>> On Dec 9, 2015, at 2:17 PM, Ryan Schmidt  wrote:
>>> 
>>> On Dec 9, 2015, at 13:49, Manfred Antar  wrote:
>>>> 
>>>> 2015-12-09 13:39:45.231 xcodebuild[8831:128591] Failed to locate a valid 
>>>> instance of CoreSimulatorService in the bootstrap.  Adding it now.
>>> 
>>> Sounds like a problem described on the ElCapitanProblems or ProblemHotlist 
>>> wiki pages. Open Xcode.app once, then close it.
>> 
>> I already tried that a couple of times. I even deleted Xcode.app and 
>> downloaded new install.
>> Opened that up and closed it. Still the same.Not sure if it is Xcode or OS X 
>> 10.11.2 or both that caused this.
> 
> Sorry, I misremembered and gave you the solution for a similar error on 
> Yosemite.
> 
> The El Capitan issue is here:
> 
> http://trac.macports.org/ticket/49101
> 
> You may have an incorrect home directory set for your macports user and need 
> to fix it. 

That’s not it - home directory.
I reverted back to  Xcode 7.1.1 and pinentry-mac builds fine.
home directory using dscacheutil macports:

name: macports
password: *
uid: 502
gid: 501
dir: /opt/local/var/macports/home
shell: /usr/bin/false

It’s something with Xcode 7.2
Im sure this will be coming up again

Thanks
Manfred
 

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: xrg build fails after OS X upgrade to 10.11.2 (15C50) and Xcode Version 7.2

2015-12-09 Thread Manfred Antar

> On Dec 9, 2015, at 2:17 PM, Ryan Schmidt  wrote:
> 
> On Dec 9, 2015, at 13:49, Manfred Antar  wrote:
>> 
>> When trying to build xrg on OS X 10.11.2 I get this:
>> 
>> (/)747}port -v build xrg
>> --->  Building xrg
>> Build settings from command line:
>>   ARCHS = x86_64
>>   CLANG_CXX_LIBRARY = libc++
>>   GCC_VERSION = com.apple.compilers.llvm.clang.1_0
>>   MACOSX_DEPLOYMENT_TARGET = 10.11
>>   OBJROOT = build/
>>   SDKROOT = 
>>   SYMROOT = build/
>> 
>> Could not find service "com.apple.CoreSimulator.CoreSimulatorService" in 
>> domain for uid: 502
>> 2015-12-09 13:39:45.231 xcodebuild[8831:128591] launchctl print returned an 
>> error code: 28928
>> 2015-12-09 13:39:45.231 xcodebuild[8831:128591] Failed to locate a valid 
>> instance of CoreSimulatorService in the bootstrap.  Adding it now.
>> 
> 
> Sounds like a problem described on the ElCapitanProblems or ProblemHotlist 
> wiki pages. Open Xcode.app once, then close it.

I already tried that a couple of times. I even deleted Xcode.app and downloaded 
new install.
Opened that up and closed it. Still the same.Not sure if it is Xcode or OS X 
10.11.2 or both that caused this.
I’ve done xcodebuild  -license===> agree
It happens when trying to build other aqua apps :
port -v build pinentry-mac
--->  Building pinentry-mac
Build settings from command line:
ARCHS = x86_64
CLANG_CXX_LIBRARY = libc++
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
MACOSX_DEPLOYMENT_TARGET = 10.11
OBJROOT = build/
SDKROOT = 
SYMROOT = build/

Could not find service "com.apple.CoreSimulator.CoreSimulatorService" in domain 
for uid: 502
2015-12-09 15:35:16.103 xcodebuild[10020:283591] launchctl print returned an 
error code: 28928
2015-12-09 15:35:16.103 xcodebuild[10020:283591] Failed to locate a valid 
instance of CoreSimulatorService in the bootstrap.  Adding it now.
Could not find service "com.apple.CoreSimulator.CoreSimulatorService" in domain 
for uid: 502
2015-12-09 15:35:16.127 xcodebuild[10020:283591] launchctl print returned an 
error code: 28928
2015-12-09 15:35:16.127 xcodebuild[10020:283591] *** Assertion failure in 
-[SimServiceContext reloadServiceIfMovedOrAbortIfWeAreInvalid], 
/BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreSimulator/CoreSimulator-201.3/CoreSimulator/SimServiceContext.m:451
** INTERNAL ERROR: Uncaught exception **
Exception: Unable to lookup com.apple.CoreSimulator.CoreSimulatorService in the 
bootstrap.  This can happen if running with a sandbox profile.  When running 
with a sandbox profile, make sure that 
com.apple.CoreSimulator.CoreSimulatorService.xpc is owned by root, not group 
writable, and not world writable.  See .
Stack:
=== BUILD TARGET pinentry-mac OF PROJECT pinentry-mac WITH CONFIGURATION 
Release ===
i could try to go back to an earlier version of Xcode and see if that works.
Thanks
Manfred

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


xrg build fails after OS X upgrade to 10.11.2 (15C50) and Xcode Version 7.2

2015-12-09 Thread Manfred Antar
When trying to build xrg on OS X 10.11.2 I get this:

(/)747}port -v build xrg
--->  Building xrg
Build settings from command line:
ARCHS = x86_64
CLANG_CXX_LIBRARY = libc++
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
MACOSX_DEPLOYMENT_TARGET = 10.11
OBJROOT = build/
SDKROOT = 
SYMROOT = build/

Could not find service "com.apple.CoreSimulator.CoreSimulatorService" in domain 
for uid: 502
2015-12-09 13:39:45.231 xcodebuild[8831:128591] launchctl print returned an 
error code: 28928
2015-12-09 13:39:45.231 xcodebuild[8831:128591] Failed to locate a valid 
instance of CoreSimulatorService in the bootstrap.  Adding it now.
Could not find service "com.apple.CoreSimulator.CoreSimulatorService" in domain 
for uid: 502
2015-12-09 13:39:45.262 xcodebuild[8831:128591] launchctl print returned an 
error code: 28928
2015-12-09 13:39:45.262 xcodebuild[8831:128591] *** Assertion failure in 
-[SimServiceContext reloadServiceIfMovedOrAbortIfWeAreInvalid], 
/BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreSimulator/CoreSimulator-201.3/CoreSimulator/SimServiceContext.m:451
** INTERNAL ERROR: Uncaught exception **
Exception: Unable to lookup com.apple.CoreSimulator.CoreSimulatorService in the 
bootstrap.  This can happen if running with a sandbox profile.  When running 
with a sandbox profile, make sure that 
com.apple.CoreSimulator.CoreSimulatorService.xpc is owned by root, not group 
writable, and not world writable.  See .
Stack:
  0  0x7fff8da5caca __exceptionPreprocess (in CoreFoundation)
  1  0x7fff917e873c objc_exception_throw (in libobjc.A.dylib)
  2  0x7fff8da5c8ba +[NSException raise:format:arguments:] (in 
CoreFoundation)
  3  0x7fff883a488c -[NSAssertionHandler 
handleFailureInMethod:object:file:lineNumber:description:] (in Foundation)
  4  0x000112eb22e5 -[SimServiceContext 
reloadServiceIfMovedOrAbortIfWeAreInvalid] (in CoreSimulator)
  5  0x000112eb2c03 -[SimServiceContext connect] (in CoreSimulator)
  6  0x000112eb18bc -[SimServiceContext initWithConnectionType:] (in 
CoreSimulator)
  7  0x000112eb141a +[SimServiceContext simContextWithConnectionType:] (in 
CoreSimulator)
  8  0x000112eb13cb __41+[SimServiceContext 
sharedServiceContext]_block_invoke (in CoreSimulator)
  9  0x7fff94ba033f _dispatch_client_callout (in libdispatch.dylib)
 10  0x7fff94ba0237 dispatch_once_f (in libdispatch.dylib)
 11  0x000112eb13a9 +[SimServiceContext sharedServiceContext] (in 
CoreSimulator)
 12  0x000112ed141a +[SimDeviceSet setForSetPath:] (in CoreSimulator)
 13  0x000112ed13b6 +[SimDeviceSet defaultSet] (in CoreSimulator)
 14  0x00011b0ddfe0 __42-[DVTiPhoneSimulatorLocator 
startLocating]_block_invoke (in IDEiOSSupportCore)
 15  0x00010edfda58 __DVTDispatchAsync_block_invoke (in DVTFoundation)
 16  0x7fff94bab871 _dispatch_call_block_and_release (in libdispatch.dylib)
 17  0x7fff94ba033f _dispatch_client_callout (in libdispatch.dylib)
 18  0x7fff94ba41cf _dispatch_root_queue_drain (in libdispatch.dylib)
 19  0x7fff94ba3a34 _dispatch_worker_thread3 (in libdispatch.dylib)
 20  0x7fff88e1368f _pthread_wqthread (in libsystem_pthread.dylib)
 21  0x7fff88e11365 start_wqthread (in libsystem_pthread.dylib)

sh: line 1:  8831 Abort trap: 6   /usr/bin/xcodebuild -alltargets 
-configuration Release build OBJROOT=build/ SYMROOT=build/ 
MACOSX_DEPLOYMENT_TARGET=10.11 ARCHS=x86_64 SDKROOT="" 
GCC_VERSION=com.apple.compilers.llvm.clang.1_0 CLANG_CXX_LIBRARY="libc++"
Command failed: cd 
"/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_aqua_xrg/xrg/work/XRG-2.0.0"
 && /usr/bin/xcodebuild  -alltargets -configuration Release build 
OBJROOT=build/ SYMROOT=build/ MACOSX_DEPLOYMENT_TARGET=10.11 ARCHS=x86_64 
SDKROOT="" GCC_VERSION=com.apple.compilers.llvm.clang.1_0 
CLANG_CXX_LIBRARY="libc++" 
Exit code: 134
Error: org.macports.build for port xrg returned: command execution failed
Warning: targets not executed for xrg: org.macports.build
Please see the log file for port xrg for details:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_aqua_xrg/xrg/main.log
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port xrg failed
(/)748}uname -a
Darwin octo.pozo.com 15.2.0 Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 
PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64 x86_64

Not sure what the problem is. I uninstalled Xcode and did a fresh install , 
same results.
It built fine on 11.10

Thanks

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Problem installing macports

2015-10-12 Thread Manfred Antar
I’m seeing the same thing here.

Manfred

> On Oct 12, 2015, at 4:24 PM, Bill Christensen  
> wrote:
> 
> On 10/12/15 5:39 PM, Ryan Schmidt wrote:
>> On Oct 12, 2015, at 12:38 PM, Sepideh Razavi wrote:
>> 
>>> So I tried cleaning all the ports using  "port clean --all all" and it 
>>> didn't help. Also uninstalled macports and built it again from the source 
>>> but still get the same error no matter what port I am trying to install. 
>>> For instance when grabbing vim I get:
>>> 
>>> hawkeye:MacPorts-2.3.3 srazavi$ sudo port install vim
>>> --->  Computing dependencies for vim
>>> --->  Dependencies to be installed: gettext expat libiconv ncurses
>>> --->  Fetching archive for expat
>>> --->  Attempting to fetch expat-2.1.0_0.darwin_14.x86_64.tbz2 from 
>>> http://packages.macports.org/expat
>>> --->  Attempting to fetch expat-2.1.0_0.darwin_14.x86_64.tbz2.rmd160 from 
>>> http://packages.macports.org/expat
>>> Warning: Failed to verify signature for archive!
>> Can you use the debug flag (-d) to show us more about why the signature 
>> verification failed?
>> 
>> sudo port -d install vim
>> 
>> 
> I'm seeing similar on several machines when trying to selfupdate MacPorts:
> 
> > sudo port -d -v selfupdate
> DEBUG: Copying /Users/billc/Library/Preferences/com.apple.dt.Xcode.plist to 
> /opt/local/var/macports/home/Library/Preferences
> DEBUG: MacPorts sources location: 
> /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
> --->  Updating MacPorts base sources using rsync
> receiving file list ... done
> 
> sent 36 bytes  received 69 bytes  4.29 bytes/sec
> total size is 27013120  speedup is 257267.81
> receiving file list ... done
> 
> sent 36 bytes  received 76 bytes  4.57 bytes/sec
> total size is 512  speedup is 4.57
> DEBUG: failed verification with key 
> /opt/local/share/macports/macports-pubkey.pem
> DEBUG: openssl output: Verification Failure
> child process exited abnormally
> DEBUG: Failed to verify signature for MacPorts source!
>while executing
> "macports::selfupdate [array get global_options] base_updated"
> Error: Failed to verify signature for MacPorts source!
> To report a bug, follow the instructions in the guide:
>http://guide.macports.org/#project.tickets
> Error: /opt/local/bin/port: port selfupdate failed: Failed to verify 
> signature for MacPorts source!
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Available Ports

2015-10-07 Thread Manfred Antar

> On Oct 7, 2015, at 6:11 PM, Ryan Schmidt  wrote:
> 
> On Oct 7, 2015, at 19:12, hbsimon wrote:
> 
>> When I point my Browser https://www.macports.org/ports.php I get  not all 
>> the ports, for example in Category mail I get only 1 port:
> 
> Yup, that page shows there are 913 ports total, when in fact there should be 
> over 24,000 ports total. 
> 
> Possibly some port is written wrong, which would cause port index to fail. Or 
> maybe another it failed for another reason. The Mac OS Forge admin should 
> have received an email explaining the failure. 
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users

I’m seeing something wierd here too:

(macports)3529}port -v sync
--->  Updating the ports tree
Synchronizing local ports tree from 
rsync://rsync.macports.org/release/tarballs/ports.tar
receiving file list ... done
ports.tar

sent 55526 bytes  received 112 bytes  22255.20 bytes/sec
total size is 62689280  speedup is 1126.73
receiving file list ... done
ports.tar.rmd160

sent 64 bytes  received 117 bytes  120.67 bytes/sec
total size is 512  speedup is 2.83
Creating port index in 
/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports
Warning: failed to open old entry for devel/dbus-python, making a new one
Adding port devel/dbus-python
Adding subport dbus-python27
Adding subport dbus-python34
Failed to parse file devel/dbus-python/Portfile with subport 'dbus-python35': 
couldn't execute "/opt/local/bin/python3.5-config": no such file or directory
Adding subport dbus-python24
Adding subport dbus-python25
Adding subport dbus-python26
Adding subport dbus-python31
Adding subport dbus-python32
Adding subport dbus-python33

Total number of ports parsed:   10 
Ports successfully parsed:  9 
Ports failed:   1 
Up-to-date ports skipped:   24823

keep getting error about dbus-python35
I don’t have python35 installed


Manfred
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


XRG has been updated to work on Yosemite

2015-09-09 Thread Manfred Antar
XRG has been updated to work on Yosemite
The binary is available at the developer’s website.
The source code is also available there, It would be nice to be able to build 
it from source

Manfred
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users