so I copy the output from terminal to nano and cat | grep for failed and
errors.

cat fink.out | grep failed > /Users/user/fink.failed.out

I didn't found any log dirs?

might be a parse error? I saw this "use --host=" in the stdout in
terminal.app?

And the bash version I used was deprecated. I compiled bash-4.4 and install
just the bash binary to /bin/ and linked sh with ln to bash. Might be a
parse error, because the other binaries from the compile wont work.

Question: Can I use tcsh or something else than a bash version that passes
a  x='() { :;}; echo I do something...

Please help.

Thank you in Advance


On Sun, Jun 5, 2016 at 11:45 AM, Alexander Hansen <
alexanderk.han...@gmail.com> wrote:

>
> On Jun 4, 2016, at 21:43, Donko Ivo Glauser Serkovic <
> donko.ivo.gl....@gmail.com> wrote:
>
> I'm sorry I had to subscribe first
>
> On Sat, Jun 4, 2016 at 11:27 PM, Donko Ivo Glauser Serkovic <
> donko.ivo.gl....@gmail.com> wrote:
>
>> Dear All
>>
>> some issue with  'apt-0.5.4-1061' I have no Idea.
>>
>> I send you my error messages:
>>
>> bash-4.4$ cat fink.failed.out
>> ERROR: Bootstrap phase 2 failed!
>> 600 failed
>>   if (ioctl(fileno(stdout), TIOCGWINSZ, &size) != 0)
>> ohshite(_("ioctl(TIOCGWINSZ) failed"));
>>   if (doupdate() == ERR) ohshite(_("doupdate in SIGWINCH handler
>> failed"));
>>   if (sigaction(SIGWINCH,osigactp,0)) ohshite(_("failed to restore old
>> SIGWINCH sigact"));
>>   if (sigprocmask(SIG_SETMASK,oblockedp,0)) ohshite(_("failed to restore
>> old signal mask"));
>>   if (sigprocmask(0,0,oblockedp)) ohshite(_("failed to get old signal
>> mask"));
>>   if (sigaction(SIGWINCH,0,osigactp)) ohshite(_("failed to get old
>> SIGWINCH sigact"));
>>   if (sigprocmask(SIG_BLOCK,&sigwinchset,0)) ohshite(_("failed to block
>> SIGWINCH"));
>>   if (sigaction(SIGWINCH,&nsigact,0)) ohshite(_("failed to set new
>> SIGWINCH sigact"));
>>          ohshite(_("failed to allocate colour pair"));
>>   if (!titlewin) ohshite(_("failed to create title window"));
>>   if (!whatinfowin) ohshite(_("failed to create whatinfo window"));
>>   if (!listpad) ohshite(_("failed to create baselist pad"));
>>   if (!colheadspad) ohshite(_("failed to create heading pad"));
>>   if (!thisstatepad) ohshite(_("failed to create thisstate pad"));
>>   if (!infopad) ohshite(_("failed to create info pad"));
>>   if (!querywin) ohshite(_("failed to create query window"));
>>         ohshite(_("failed to getch in main menu"));
>>     if (doupdate() == ERR) ohshite(_("doupdate failed"));
>>     if (sigprocmask(SIG_UNBLOCK,&sigwinchset,0)) ohshite(_("failed to
>> unblock SIGWINCH"));
>>     if (sigprocmask(SIG_BLOCK,&sigwinchset,0)) ohshite(_("failed to
>> re-block SIGWINCH"));
>>     if (response == ERR) ohshite(_("getch failed"));
>> method.cc:59:6: warning: no previous prototype for function 'sthfailed'
>> [-Wmissing-prototypes]
>> void sthfailed(const char * reasoning) {
>> checking system architecture... configure: error: failed: use --host=
>> ### execution of ./configure failed, exit code 1
>> phase compiling: apt-0.5.4-1061 failed
>> ERROR: Bootstrap phase 2 failed!
>>
>> checking system architecture... configure: error: failed: use --host=
>>
>> Package manager version: 0.39.3
>> Distribution version: selfupdate-point (bootstrap), 10.9, x86_64
>> Trees: local/main stable/main
>> Xcode.app: 6.2
>> Xcode command-line tools: 6.2.0.0.1.1424975374
>> Max. Fink build jobs:  8
>> bash-4.4$
>>
>> ***
>>
>> Thank you All in Advance
>>
>> Sincerely
>> Donko Ivo
>>
>>
>>
>
> It’s a little hard to say what’s going on without knowing what you used to
> generate your fink.failed.out, however I've seen messages like "configure:
> error: failed: use --host=“ in testing packages when I send something to
> configure incorrectly.  Your bash version is newer than what ships with the
> OS, so it might be possible that something isn’t being parsed correctly.
>
> As a workaround, since apt isn’t actually mandatory to use Fink, you can
> try the following:
> 1)  run /sw/bin/pathsetup.sh to set up Fink’s environment.
> 2)  Download the apt* packages from
> http://bindist.finkmirrors.net/10.9/dists/stable/main/binary-darwin-x86_64/base/
> 3)  Install them via “sudo dpkg -i /path/to/apt*.deb”, replacing “path/to”
> with the actual path to where you downloaded the files.
>
> --
> Alexander Hansen, Ph.D.
> Fink User Liaison
>
>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to