Bug 72121 - make index fails
Summary: make index fails
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-27 02:40 UTC by Igor
Modified: 2004-10-12 00:19 UTC (History)
0 users

See Also:


Attachments
file.diff (2.42 KB, patch)
2004-09-27 02:40 UTC, Igor
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Igor 2004-09-27 02:40:19 UTC
for first I want to tell you thanks for great work that you do.

Description:
I've fetch (using the cvsup command) the ports tree from the cvsup.freebsd.org several days ago (5 or may be 7). Please note, in the my sup file the line that describes ports fetching is the "doc-all tag=.", so I've fetched a full ports tree. Also cvsup has been finished with no errors or warning messages.
When I've tried to do make index in the ports directory it fails with the error meassages such as:
----
netsaint-plugins-1.2.9.4_4: "/usr/ports/net/net-snmp" non-existent -- dependency list incomplete
===> net-mgmt/netsaint-plugins failed
*** Error code 1
----

There were several messages I received, here I've mentioned only 1, other were a same, only the pathes and port names were different.
It looks like these port maintainers do not update their ports after breaking the net directory to the net and net-mgmt and removing the openldap12 port from the tree. This changes should be in the old, rare using ports so may be nobody maintain their already.

Fix: After fixing this problem for my ports tree I've made the patch that will doing all changes automatically. I provide you with this patch, so you can investigate it, an if it will be useful for you, you can commit it in the ports tree to resolve this issue.
How-To-Repeat: cd /usr/ports ; make index
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-09-27 18:51:43 UTC
State Changed
From-To: open->analyzed

Thank you! 

Your analyze was good, but not perfect! Most importantly, Makefile.inc file 
is generated from other files and is not directly part of ports collection. 

Anyway, you pointed us on some broken dependencies that needs fixing. 
I'll take care of it after ports freeze is over. 



Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-09-27 18:51:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Handle.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-10-12 00:19:33 UTC
State Changed
From-To: analyzed->closed

Fix committed, thank you!