Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Dec 2020 10:52:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251681] databases/ruby-bdb: make install will fail when generate docs
Message-ID:  <bug-251681-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251681

            Bug ID: 251681
           Summary: databases/ruby-bdb: make install will fail when
                    generate docs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ruby@FreeBSD.org
          Reporter: marshall.ruanel@qq.com
             Flags: maintainer-feedback?(ruby@FreeBSD.org)
          Assignee: ruby@FreeBSD.org

It would shows following error when you try to install port datebase/ruby-b=
db:

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251681-7788>