Re: Is there an option similar to "make -I" in fink
Daniel Macks <[email protected]>
| Newsgroups | gmane.os.apple.fink.general |
|---|---|
| Message-ID | <[email protected]> |
That's a clever trick! You might want to use --dotty-build instead of --dotty so that you also pick up compile-time dependencies rather than just runtime ones. dan On 9/14/21, 3:09 AM, "Jonas S" <[email protected]> wrote: I am not aware of any such parameter, but I hate it when I tries to install 5-10 packages and one of them have a dependency that fails in some way or the other. I then have to try the other packages one by one to see if any of them have a dependency on the failing package. In those cases I’ve started to use the following script, it is quite some years since I used it last since I am on Big Sur and has stopped using fink until it supports the latest macOS versions fully. It depends on the graphviz package for the ”dot" command. #! /bin/bash TMPDOT=/tmp/fink.dot PDF=${HOME}/Desktop/fink.pdf fink list --format=dotty ”$1" > "$TMPDOT" dot -Tpdf "$TMPDOT" -o "$PDF" It gives a nice tree for the package that is fed to it, which can be analysed to see if the failing package is included. /Jonas 14 sep. 2021 kl. 00:32 skrev Lucier, Bradley J <[email protected]>: I’d like to say fink —continue-after-errors install emacs26 and have the behavior be something like what “make -I” (damn autocorrect always changes single small letter “eye” in email to capital “eye”, so imagine there option is “hyphen small eye”) does when it hits an error, just stops building that package and whatever else depends on it and continues building as many packages as it can. Is that type of option available in fink somewhere? I believe I read the documentation and didn’t find it. Thanks. Brad _______________________________________________ Fink-users mailing list [email protected] List archive: https://sourceforge.net/p/fink/mailman/fink-users/ Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users _______________________________________________ Fink-users mailing list [email protected] List archive: https://sourceforge.net/p/fink/mailman/fink-users/ Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users _______________________________________________ Fink-users mailing list [email protected] List archive: https://sourceforge.net/p/fink/mailman/fink-users/ Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users