First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 112081
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Steve Arnold <nerdboy@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dan Check <check@radicalmedia.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
nodoc-configure.patch Patch file that encompasses upstream revisions to fix this bug patch Dan Check 2005-11-10 08:51 0000 25.70 KB Details | Diff
rapidsvn-0.9.0-r1.ebuild rapidsvn-0.9.0-r1.ebuild text/plain Dan Check 2005-11-10 08:52 0000 2.21 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 112081 depends on: Show dependency tree
Bug 112081 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-11-10 07:34 0000
When compiling dev-util/rapidsvn, I get the following error:

creating rapidsvn
make[2]: Leaving directory `/var/tmp/portage/rapidsvn-0.9.0/work/rapidsvn-0.9.0/src'
make[1]: Leaving directory `/var/tmp/portage/rapidsvn-0.9.0/work/rapidsvn-0.9.0/src'
Making all in doc
make[1]: Entering directory
`/var/tmp/portage/rapidsvn-0.9.0/work/rapidsvn-0.9.0/doc'
 cd .. && /bin/sh ./config.status doc/Makefile
config.status: creating doc/Makefile
make[1]: Leaving directory `/var/tmp/portage/rapidsvn-0.9.0/work/rapidsvn-0.9.0/doc'
make[1]: Entering directory
`/var/tmp/portage/rapidsvn-0.9.0/work/rapidsvn-0.9.0/doc'
Making all in manpage
make[2]: Entering directory
`/var/tmp/portage/rapidsvn-0.9.0/work/rapidsvn-0.9.0/doc/manpage'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory
`/var/tmp/portage/rapidsvn-0.9.0/work/rapidsvn-0.9.0/doc/manpage'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/rapidsvn-0.9.0/work/rapidsvn-0.9.0/doc'
make: *** [all-recursive] Error 1

!!! ERROR: dev-util/rapidsvn-0.9.0 failed.
!!! Function src_compile, Line 62, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

... there is indeed no Makefile in doc/manpage

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Dan Check 2005-11-10 07:58:24 0000 -------
I think this is related to the fact that I have the "doc" use flag unset.

configure.in includes the following code:

AC_OUTPUT(Makefile \
          doc/Makefile \
          include/Makefile \
          include/svncpp/Makefile \
          src/Makefile \
          src/svncpp/Makefile \
          src/res/Makefile)


if test "$DOCBOOK_XSL" ; then
  AC_OUTPUT(doc/manpage/Makefile)
fi


... which only creates a Makefile in manpage if you're using docbook (which I'm
not)... but when you make all in doc -- which it does regardless -- it recurses
into doc/manpage, and doesn't find a Makefile, and dies.

Is this a clear bugreport?  Are there better ways to say these things?

------- Comment #2 From Dan Check 2005-11-10 08:01:05 0000 -------
Looks like it's already reported upstream:

http://rapidsvn.tigris.org/issues/show_bug.cgi?id=333

------- Comment #3 From Dan Check 2005-11-10 08:51:42 0000 -------
Created an attachment (id=72583) [edit]
Patch file that encompasses upstream revisions to fix this bug

------- Comment #4 From Dan Check 2005-11-10 08:52:57 0000 -------
Created an attachment (id=72584) [edit]
rapidsvn-0.9.0-r1.ebuild

Updated ebuild that uses the patch and also adds a "libtoolize --copy --force"
line, which seems to be necessitated by the patch.

------- Comment #5 From Dan Check 2005-11-10 08:55:06 0000 -------
(needless to say, I haven't tried this ebuild / patch with the "doc" flag set.)

------- Comment #6 From Steve Arnold 2005-11-27 12:34:45 0000 -------
Try the (slightly modified) 0.9.0-r1 and see if it works for you; it works both 
ways for me.

First Last Prev Next    No search results available      Search page      Enter new bug