Bug 251681 - databases/ruby-bdb: make install will fail when generate docs
Summary: databases/ruby-bdb: make install will fail when generate docs
Status: Closed DUPLICATE of bug 251505
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-08 10:52 UTC by marshall
Modified: 2020-12-08 12:39 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (ruby)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marshall 2020-12-08 10:52:02 UTC
It would shows following error when you try to install port datebase/ruby-bdb:

cd: /usr/ports/databases/ruby-bdb/work/bdb-0.6.6/docs/doc: No such file or directory
*** Error code 2

Stop.
make[1]: stopped in /usr/ports/databases/ruby-bdb
*** Error code 1

which caused by wrong path in Makefile, After I change following line:

post-install-DOCS-on:
        ....
        (cd ${WRKSRC}/docs/doc

into

post-install-DOCS-on:
        ....
        (cd ${WRKSRC}/docs/

then everything is okey!

this port is depended by /ports-mgmt/portupdate.

So, please fixed that port, and many thank for you guys.
Comment 1 Hajimu UMEMOTO freebsd_committer freebsd_triage 2020-12-08 12:39:32 UTC

*** This bug has been marked as a duplicate of bug 251505 ***