On Tue, Dec 10, 2002 at 11:32:05AM -0800, paul beard <[EMAIL PROTECTED]> writes:
| I have some perl modules I installed with cpan and portupgrade | always kicks back these errors: I'm not clear on how to fix the | "missing origin" stuff. Anyone got the clue-by-four for me? | | ! (bsdpan-Net-Telnet-3.03) (missing origin) | ! (bsdpan-libwww-perl-5.65) (missing origin) | ! (bsdpan-HTML-Parser-3.26) (missing origin) | ! (bsdpan-Archive-Tar-0.22) (missing origin) | ! (bsdpan-XML-Parser-2.31) (missing origin) | ! (bsdpan-Term-ReadLine-Perl-1.0203) (missing origin) | ! (bsdpan-URI-1.22) (missing origin) | ! (bsdpan-Compress-Zlib-1.19) (missing origin) | ! (bsdpan-HTML-Tagset-3.03) (missing origin) | ! (bsdpan-CPAN-WAIT-0.27) (missing origin) | ! (bsdpan-CPAN-1.63) (missing origin) | | -- | Paul Beard: seeking UNIX/internet engineering work | in Seattle area. Details available below: | <http://paulbeard.no-ip.org/paulbeard.html> Correct me if I'm wrong, but these packages have ``missing origins'' because they were installed through cpan, rather then through ports, thusly pkgdb is confused as to where they came from. You could probably suppress these warnings by running `pkgdb -F' and manually selecting the origin for each orphaned port, e.g. give bsdpan-Net-Telnet an origin of /usr/ports/net/p5-Net-Telnet/ . However its not clear that this is the correct thing to do -- doing so may only get you into future trouble. Also, consider that this only works for those cpan modules which have a place in the ports system (many do not). Personally I would ignore (and do) such warnings as they aren't critical. -- yours in haste, | http://darren.shepard.org/pubkey.txt Darren Shepard | 96D1FB7946171A06BA508FD8E16D6F5F31F0A7D2 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
