Re: smartctl - Can't run select span range

2018-06-25 Thread Richard L. Hamilton
While I'm not absolutely certain, looking at one of the OS headers /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/IOKit.framework/Versions/A/Headers/storage/ata/ATASMARTLib.h I don't think macOS supports any immediate offline tests other than short and long

Re: smartctl - Can't run select span range

2018-06-25 Thread Ubence Quevedo
Thanks for pointing this out. I’m disappointed this feature seems to be disabled in macOS. Looks like I’ll have to ask the smartmontools developers why this was left out of macOS. -Ubence On Mon, Jun 25, 2018 at 7:16 AM Richard L. Hamilton wrote: > Looks to me like the code purposely and inte

Re: Advice on distributing a project

2018-06-25 Thread Joshua Root
> I still have at least one problem. We had to extend distutils so that it > builds a few .dylib shared libraries that are linked to by the more > standardly built python extension modules, which are all .so bundles. All of > them are being installed in the correct location, but the .dylibs re

Re: Advice on distributing a project

2018-06-25 Thread Langer, Stephen A. (Fed)
On 6/22/18, 10:35 PM, "Ryan Schmidt" wrote: On Jun 22, 2018, at 09:12, Langer, Stephen A. (Fed) wrote: > If I change the MacPorts build phase so that it runs "python setup.py build install --prefix=${destroot}, then everything that MacPorts needs to install will be in ${dest

Re: python 2.7 usage failure

2018-06-25 Thread Ryan Schmidt
On Jun 25, 2018, at 09:02, Riccardo Mottola wrote: > Hi, > > today during my attempts of TFF build, I get this unexpected stacktrace: > > Traceback (most recent call last): > File "/Users/multix/Documents/code/tenfourfox/mach", line 148, in >main(sys.argv[1:]) > File "/Users/multix/Docume

Re: fail do install dbus

2018-06-25 Thread Ryan Schmidt
On Jun 25, 2018, at 02:44, Riccardo Mottola wrote: > Hi, > > installing dbus fails with this message: > > ---> Cleaning dbus > Error: Couldn't activate dbus 1.12.8_2: can't create directory > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_t

Re: libomp upgrade issues

2018-06-25 Thread Ryan Schmidt
On Jun 25, 2018, at 11:35, Riccardo Mottola wrote: > I have a strange problem: I have libomp listed as upgradable. The list is incorrect, because of https://trac.macports.org/ticket/55471. You already have the latest libomp that is compatible with your system.

libomp upgrade issues

2018-06-25 Thread Riccardo Mottola via macports-users
Hi all, I have a strange problem: I have libomp listed as upgradable. I do an upgrade, I get no errors and nothing happens. Even if I clean, the install is extremely quick to the point of being supspicious: Koreander:~ multix$ sudo port clean libomp Password: ---> Cleaning libomp Koreander:~

Re: smartctl - Can't run select span range

2018-06-25 Thread Richard L. Hamilton
Looks to me like the code purposely and intentionally disallows that on a Mac. No idea why - maybe the OS won't do it or doesn't like it. In os_darwin.cpp: 483 case ATA_SMART_IMMEDIATE_OFFLINE: 484 select = in.in_regs.lba_low; 485 if (select != SHORT_SELF_TEST && select !=

python 2.7 usage failure

2018-06-25 Thread Riccardo Mottola via macports-users
Hi, today during my attempts of TFF build, I get this unexpected stacktrace: Traceback (most recent call last): File "/Users/multix/Documents/code/tenfourfox/mach", line 148, in main(sys.argv[1:]) File "/Users/multix/Documents/code/tenfourfox/mach", line 76, in main mach = get_m

Re: smartctl - Can't run select span range

2018-06-25 Thread Ubence Quevedo (thatrat)
Hi All, I tried compiling the latest snapshot of smartmontools, and the problem is still occurring: Ubences-MacBook-Pro:smartmontools-6.7 uquevedo$ ./smartctl -t select,0-10 /dev/disk0 smartctl 6.7 2018-06-21 r4735 [Darwin 17.6.0 x86_64] (local build) Copyright (C) 2002-18, Bruce Allen, Christia

fail do install dbus

2018-06-25 Thread Riccardo Mottola via macports-users
Hi, installing dbus fails with this message: ---> Cleaning dbus Error: Couldn't activate dbus 1.12.8_2: can't create directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_dbus": permission denied Koreander:~ multix$