Re: Dependencies on new platforms
Daniel Macks <[email protected]>
| Newsgroups | gmane.os.apple.fink.general |
|---|---|
| Message-ID | <[email protected]> |
A diagnosis of a platform-problem diagnoses a platform-problem we didn't even know we were testing! dan On 1/12/23, 1:42 PM, "Scott Hannahs" <[email protected]> wrote: Besides giving a list of missing dependencies, that one liner gives some errors within fink?% fink --trees=stable,virtual list --format=dotty | perl -n -e 'if (/"(.*?)" -> "(.*?)"/) { push @{$need{$2}}, $1} elsif (/"(.*?)" \[/) {$have{$1}++}} END {foreach (sort keys %need) {print "missing $_ for ".join(" ",@{$need{$_}})."\n" unless $have{$_}}' Use of uninitialized value $javadir in pattern match (m//) at /opt/sw/lib/perl5/Fink/VirtPackage.pm line 452. Use of uninitialized value $ver in pattern match (m//) at /opt/sw/lib/perl5/Fink/VirtPackage.pm line 452. Use of uninitialized value $javadir in opendir at /opt/sw/lib/perl5/Fink/VirtPackage.pm line 453. Use of uninitialized value $ver in pattern match (m//) at /opt/sw/lib/perl5/Fink/VirtPackage.pm line 577. Use of uninitialized value $ver in pattern match (m//) at /opt/sw/lib/perl5/Fink/VirtPackage.pm line 610. Use of uninitialized value $ver in pattern match (m//) at /opt/sw/lib/perl5/Fink/VirtPackage.pm line 647. Use of uninitialized value $ver in pattern match (m//) at /opt/sw/lib/perl5/Fink/VirtPackage.pm line 647. -Scott On Jan 12, 2023, at 13:12, Daniel Macks <[email protected]> wrote: There's a one-liner at the end of: https://wiki.finkproject.org/index.php/Fink:Policy:Trees that spews a list of all packages on one's local fink installation that are dependencies of other packages but that do not actually exist. dan _______________________________________________ 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