Re: Can't upgrade libtool, libedit, or install openssh

2015-11-24 Thread semaphore45
Hello, 

ticket is created:
https://trac.macports.org/ticket/49798

Is the description good enough?



El 23 nov. 2015, a las 20:57, Ryan Schmidt escribió:

> 
>> On Nov 23, 2015, at 1:14 PM, semaphor...@yahoo.com wrote:
>> 
>> 
>> El 22 nov. 2015, a las 23:08, Ryan Schmidt escribió:
>> 
>>> 
 On Nov 22, 2015, at 9:28 PM, semaphor...@yahoo.com wrote:
 
 Hello to all.
 
 I retried upgrading readline again, and it failed again, at a different 
 port though.
>>> 
>>> As far as I can tell from what you've told us, you've already successfully 
>>> upgraded the readline port. It's done.
>> 
>> Technically it isn't. The port upgrade readline reports many broken ports 
>> and attempts to repair them. That's where it fails.
> 
> readline has been successfully upgraded. After every port install or upgrade, 
> rev-upgrade checks for broken ports. This is what's now failing because some 
> port is broken and can't be rebuilt. But it has nothing to do with readline. 
> You would see the same after upgrading or installing any other port.
> 
> 
>>> But when you upgrade or install any port, MacPorts checks if any ports are 
>>> broken, and tries to rebuild them. Maybe it's determined that the volk port 
>>> is broken, is trying to rebuild it, and is failing.
>>> 
>>> 
 Here is the log:
 
 
 
 Your opinion?
>>> 
>>> The log is not from a clean build attempt. Read the ticket filing 
>>> guidelines, clean the port, try again, and if it fails again, file a ticket 
>>> and attach the new log.
>>> 
>> sudo port clean volk
>> then
>> sudo port upgrade volk
>> 
>> failed again, and the log is:
>> 
>> 
>> Is this a bug or a misunderstanding on my part?
> 
> The first error I see in the log is:
> 
> :info:build 
> /opt/local/var/macports/build/_opt_local_var_macports_sources_distfiles.macports.org_ports_science_volk/volk/work/volk-1.1.1/include/volk/volk_common.h:71:23:
>  error: x86intrin.h: No such file or directory
> 
> Sounds like a bug. The bug might be that volk is not compatible with Snow 
> Leopard's old gcc 4.2 compiler. In any case, please file a bug report.
> 
> 

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


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-23 Thread Ryan Schmidt

> On Nov 23, 2015, at 1:14 PM, semaphor...@yahoo.com wrote:
> 
> 
> El 22 nov. 2015, a las 23:08, Ryan Schmidt escribió:
> 
>> 
>>> On Nov 22, 2015, at 9:28 PM, semaphor...@yahoo.com wrote:
>>> 
>>> Hello to all.
>>> 
>>> I retried upgrading readline again, and it failed again, at a different 
>>> port though.
>> 
>> As far as I can tell from what you've told us, you've already successfully 
>> upgraded the readline port. It's done.
> 
> Technically it isn't. The port upgrade readline reports many broken ports and 
> attempts to repair them. That's where it fails.

readline has been successfully upgraded. After every port install or upgrade, 
rev-upgrade checks for broken ports. This is what's now failing because some 
port is broken and can't be rebuilt. But it has nothing to do with readline. 
You would see the same after upgrading or installing any other port.


>> But when you upgrade or install any port, MacPorts checks if any ports are 
>> broken, and tries to rebuild them. Maybe it's determined that the volk port 
>> is broken, is trying to rebuild it, and is failing.
>> 
>> 
>>> Here is the log:
>>> 
>>> 
>>> 
>>> Your opinion?
>> 
>> The log is not from a clean build attempt. Read the ticket filing 
>> guidelines, clean the port, try again, and if it fails again, file a ticket 
>> and attach the new log.
>> 
> sudo port clean volk
> then
> sudo port upgrade volk
> 
> failed again, and the log is:
> 
> 
> Is this a bug or a misunderstanding on my part?

The first error I see in the log is:

:info:build 
/opt/local/var/macports/build/_opt_local_var_macports_sources_distfiles.macports.org_ports_science_volk/volk/work/volk-1.1.1/include/volk/volk_common.h:71:23:
 error: x86intrin.h: No such file or directory

Sounds like a bug. The bug might be that volk is not compatible with Snow 
Leopard's old gcc 4.2 compiler. In any case, please file a bug report.


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


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-22 Thread Ryan Schmidt

> On Nov 20, 2015, at 8:55 AM, semaphor...@yahoo.com wrote:
> 
> Hello, 
> 
> I did try to run 
> 
> sudo port upgrade readline
> 
> But after long hours of compiling, it failed, again, when trying to upgrade 
> libgcc. 

To clarify: the original problem of upgrading libtool and libedit and 
installing openssh due to readline being linked to the old ncurses has been 
resolved by upgrading readline. You are now experiencing a new unrelated 
problem, with libgcc.


>> Error: org.macports.build for port libgcc returned: command execution failed
>> Please see the log file for port libgcc for details:
>> 
>> /opt/local/var/macports/logs/_opt_local_var_macports_sources_distfiles.macports.org_ports_lang_gcc5/libgcc/main.log
> 
> The end of the error log shows:
> 
>> :info:build make[1]: *** [stage3-bubble] Error 2
>> :info:build make: *** [bootstrap] Error 2
>> :error:build org.macports.build for port libgcc returned: command execution 
>> failed
>> :debug:build Error code: CHILDSTATUS 96327 2
> 
> From the Internet, it seems to be a rather generic error that was corrected. 
> As linked here https://trac.macports.org/ticket/25091, should I try again 
> running it with the -d flag to get more details about the failure?

No need: Everything you would see using the -d flag is already contained within 
the main.log file you uploaded.

It looks like the relevant error message in the log is:

:info:build configure: error: computing SEEK_CUR failed

Unfortunately, I don't know why computing SEEK_CUR failed. Several previous 
configure script runs in your log file show that it was able to determine that 
the value of SEEK_CUR is 1, so nothing should have needed to be computed.


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


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-22 Thread Ryan Schmidt

> On Nov 22, 2015, at 9:28 PM, semaphor...@yahoo.com wrote:
> 
> Hello to all.
> 
> I retried upgrading readline again, and it failed again, at a different port 
> though.

As far as I can tell from what you've told us, you've already successfully 
upgraded the readline port. It's done.

But when you upgrade or install any port, MacPorts checks if any ports are 
broken, and tries to rebuild them. Maybe it's determined that the volk port is 
broken, is trying to rebuild it, and is failing.


> Here is the log:
> 
> 
> 
> Your opinion?

The log is not from a clean build attempt. Read the ticket filing guidelines, 
clean the port, try again, and if it fails again, file a ticket and attach the 
new log.

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


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-22 Thread semaphore45
Hello to all.

I retried upgrading readline again, and it failed again, at a different port 
though.

Here is the log:



main.log.bz2
Description: BZip2 compressed data


Your opinion?



El 22 nov. 2015, a las 19:22, Ryan Schmidt escribió:


> 
>> On Nov 20, 2015, at 8:55 AM, semaphor...@yahoo.com wrote:
>> 
>> Hello, 
>> 
>> I did try to run 
>> 
>> sudo port upgrade readline
>> 
>> But after long hours of compiling, it failed, again, when trying to upgrade 
>> libgcc. 
> 
> To clarify: the original problem of upgrading libtool and libedit and 
> installing openssh due to readline being linked to the old ncurses has been 
> resolved by upgrading readline. You are now experiencing a new unrelated 
> problem, with libgcc.
> 
> 
>>> Error: org.macports.build for port libgcc returned: command execution failed
>>> Please see the log file for port libgcc for details:
>>>
>>> /opt/local/var/macports/logs/_opt_local_var_macports_sources_distfiles.macports.org_ports_lang_gcc5/libgcc/main.log
>> 
>> The end of the error log shows:
>> 
>>> :info:build make[1]: *** [stage3-bubble] Error 2
>>> :info:build make: *** [bootstrap] Error 2
>>> :error:build org.macports.build for port libgcc returned: command execution 
>>> failed
>>> :debug:build Error code: CHILDSTATUS 96327 2
>> 
>> From the Internet, it seems to be a rather generic error that was corrected. 
>> As linked here https://trac.macports.org/ticket/25091, should I try again 
>> running it with the -d flag to get more details about the failure?
> 
> No need: Everything you would see using the -d flag is already contained 
> within the main.log file you uploaded.
> 
> It looks like the relevant error message in the log is:
> 
> :info:build configure: error: computing SEEK_CUR failed
> 
> Unfortunately, I don't know why computing SEEK_CUR failed. Several previous 
> configure script runs in your log file show that it was able to determine 
> that the value of SEEK_CUR is 1, so nothing should have needed to be computed.
> 
> 

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


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-22 Thread Christopher Jones

> On 21 Nov 2015, at 8:13 p.m., semaphor...@yahoo.com wrote:
> 
> Just linked the file. I thought zipped files were a big no-no because of 
> virus or malicious software risks.

I said bzip2, or gzip it. 'zip' is more for windows users and yes if I where to 
have the mis-fortune of using an MS system I would think twice about opening a 
zip file.

> bzip2 main.log

produces main.log.bz2

running

> bunzip2 main.log.bz2

is perfectly safe. You can check what was created at the command line, before 
opening it.

Personally, I MUCH prefer this, than clicking on a random web link, which is 
what you actually sent. How do I know whats behind that link...

Chris

smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-21 Thread Brandon Allbery
On Sat, Nov 21, 2015 at 9:40 AM,  wrote:

> How do I link to a 13.6MB log file? I think Pastebin wouldn't take it…


Dropbox/Google Drive/Box.com/similar?

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-21 Thread semaphore45
Sorry for the late reply.

How do I link to a 13.6MB log file? I think Pastebin wouldn't take it…

El 20 nov. 2015, a las 12:02, Brandon Allbery escribió:

> 
> On Fri, Nov 20, 2015 at 9:55 AM,  wrote:
> The end of the error log shows:
> 
>> :info:build make[1]: *** [stage3-bubble] Error 2
>> :info:build make: *** [bootstrap] Error 2
>> :error:build org.macports.build for port libgcc returned: command execution 
>> failed
>> :debug:build Error code: CHILDSTATUS 96327 2
> 
> Provide the full error log, not just the end; the actual error will be 
> somewhere above that.
> 
> 
> -- 
> brandon s allbery kf8nh   sine nomine associates
> allber...@gmail.com  ballb...@sinenomine.net
> unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net

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


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-21 Thread Christopher Jones

> On 21 Nov 2015, at 2:40 p.m., semaphor...@yahoo.com wrote:
> 
> Sorry for the late reply.
> 
> How do I link to a 13.6MB log file? I think Pastebin wouldn't take it…

compress it first… (bzip2, gzip etc.)

smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-21 Thread semaphore45
Here it the main.log showing what happens:

http://ovh.to/KsqzqPw


El 21 nov. 2015, a las 10:54, Brandon Allbery escribió:

> On Sat, Nov 21, 2015 at 9:40 AM,  wrote:
> How do I link to a 13.6MB log file? I think Pastebin wouldn't take it…
> 
> Dropbox/Google Drive/Box.com/similar?
> 
> -- 
> brandon s allbery kf8nh   sine nomine associates
> allber...@gmail.com  ballb...@sinenomine.net
> unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net

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


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-21 Thread semaphore45
Just linked the file. I thought zipped files were a big no-no because of virus 
or malicious software risks.



El 21 nov. 2015, a las 11:01, Christopher Jones escribió:

> 
>> On 21 Nov 2015, at 2:40 p.m., semaphor...@yahoo.com wrote:
>> 
>> Sorry for the late reply.
>> 
>> How do I link to a 13.6MB log file? I think Pastebin wouldn't take it…
> 
> compress it first… (bzip2, gzip etc.)

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


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-20 Thread Brandon Allbery
On Fri, Nov 20, 2015 at 9:55 AM,  wrote:

> The end of the error log shows:
>
> :info:build make[1]: *** [stage3-bubble] Error 2
> :info:build make: *** [bootstrap] Error 2
> :error:build org.macports.build for port libgcc returned: command
> execution failed
> :debug:build Error code: CHILDSTATUS 96327 2
>
>
Provide the full error log, not just the end; the actual error will be
somewhere above that.


-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-20 Thread semaphore45
Hello, 

I did try to run 

sudo port upgrade readline

But after long hours of compiling, it failed, again, when trying to upgrade 
libgcc. 

> Error: org.macports.build for port libgcc returned: command execution failed
> Please see the log file for port libgcc for details:
> 
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_distfiles.macports.org_ports_lang_gcc5/libgcc/main.log


The end of the error log shows:

> :info:build make[1]: *** [stage3-bubble] Error 2
> :info:build make: *** [bootstrap] Error 2
> :error:build org.macports.build for port libgcc returned: command execution 
> failed
> :debug:build Error code: CHILDSTATUS 96327 2


From the Internet, it seems to be a rather generic error that was corrected. As 
linked here https://trac.macports.org/ticket/25091, should I try again running 
it with the -d flag to get more details about the failure?

Part




El 19 nov. 2015, a las 21:51, Ryan Schmidt escribió:

> 
>> On Nov 19, 2015, at 6:57 PM, semaphor...@yahoo.com wrote:
>> 
>> Hi there, 
>> 
>> I need to install openSSH to connect to my Synology NAS for rsync backup. 
>> 
>> However, one dependency of openssh, libedit, refuses to upgrade. Here is the 
>> log:
>> 
>> :info:configure configure: creating ./config.status
>> :info:configure config.status: creating Makefile
>> :info:configure dyld: Library not loaded: /opt/local/lib/libncurses.5.dylib
>> :info:configure   Referenced from: /opt/local/lib/libreadline.6.dylib
>> :info:configure   Reason: no suitable image found.  Did find:
>> :info:configure  /usr/lib/libncurses.5.dylib: no matching architecture 
>> in universal wrapper
> 
> 
> See https://trac.macports.org/wiki/ProblemHotlist#ncurses6
> 
> 

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


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-19 Thread Brandon Allbery
On Thu, Nov 19, 2015 at 7:57 PM,  wrote:

> :info:configure dyld: Library not loaded: /opt/local/lib/libncurses.5.dylib
> :info:configure   Referenced from: /opt/local/lib/libreadline.6.dylib
> :info:configure   Reason: no suitable image found.  Did find:
> :info:configure /usr/lib/libncurses.5.dylib: no matching
> architecture in universal wrapper
> :info:configure sed: stdout: Broken pipe
> :info:configure ./config.status: line 1232:  9969 Done(1)
>  eval sed \"\$ac_sed_extra\" "$ac_file_inputs"
> :info:configure   9970 Trace/BPT trap  | $AWK -f
> "$ac_tmp/subs.awk" > $ac_tmp/out
>

Looks like it's using an awk that is linked against ncurses for some
reason, and needs to be rebuilt against ncurses 6. What is AWK set to in
config.status?

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-19 Thread David Evans
On 11/19/15 5:36 PM, Brandon Allbery wrote:
> On Thu, Nov 19, 2015 at 7:57 PM,  > wrote:
> 
> :info:configure dyld: Library not loaded: 
> /opt/local/lib/libncurses.5.dylib
> :info:configure   Referenced from: /opt/local/lib/libreadline.6.dylib
> :info:configure   Reason: no suitable image found.  Did find:
> :info:configure /usr/lib/libncurses.5.dylib: no matching 
> architecture in universal wrapper
> :info:configure sed: stdout: Broken pipe
> :info:configure ./config.status: line 1232:  9969 Done(1) 
> eval sed \"\$ac_sed_extra\" "$ac_file_inputs"
> :info:configure   9970 Trace/BPT trap  | $AWK -f 
> "$ac_tmp/subs.awk" > $ac_tmp/out
> 
> 
> Looks like it's using an awk that is linked against ncurses for some reason, 
> and needs to be rebuilt against ncurses 6.
> What is AWK set to in config.status?
> 
> -- 
> brandon s allbery kf8nh   sine nomine associates
> allber...@gmail.com   
> ballb...@sinenomine.net
> 
> unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
> 
> 
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users
> 

I'm guessing MacPorts gawk which uses readline.  It looks like readline hasn't 
been updated on this system since ncurses
was advanced to version 6.0.  Suggest

sudo port selfupdate
sudo port upgrade readline

since readline was revbumped after the ncurses update

Actually if you haven't updated your ports for a while

sudo port upgrade outdated

wouldn't be a bad idea.


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


Re: Can't upgrade libtool, libedit, or install openssh

2015-11-19 Thread Ryan Schmidt

> On Nov 19, 2015, at 6:57 PM, semaphor...@yahoo.com wrote:
> 
> Hi there, 
> 
> I need to install openSSH to connect to my Synology NAS for rsync backup. 
> 
> However, one dependency of openssh, libedit, refuses to upgrade. Here is the 
> log:
> 
> :info:configure configure: creating ./config.status
> :info:configure config.status: creating Makefile
> :info:configure dyld: Library not loaded: /opt/local/lib/libncurses.5.dylib
> :info:configure   Referenced from: /opt/local/lib/libreadline.6.dylib
> :info:configure   Reason: no suitable image found.  Did find:
> :info:configure   /usr/lib/libncurses.5.dylib: no matching architecture 
> in universal wrapper


See https://trac.macports.org/wiki/ProblemHotlist#ncurses6


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