First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 35332
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mamoru KOMACHI (RETIRED) <usata@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Erlend Pedersen :. <erlenp@pvv.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

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

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







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


Description:   Opened: 2003-12-08 05:33 0000
Installing monafont requires mkdirhier, which is not present on my system. I
don't know which package provides it, but I guess it should have been a
dependency (or that it used to be i xfree, but has been removed). The Makefile
for monafont contains the following at line 25:

MKDIRHIER	= $(X11BINDIR)/mkdirhier	# 'mkdir -p' may also work.

'mkdir -p', however, works for me. By adding the following function to the
ebuild, installation went without problems:

src_unpack(){
    unpack ${A} ; cd ${S}
    cp Makefile Makefile.orig
    sed -e 's:$(X11BINDIR)/mkdirhier:/bin/mkdir -p:' \
            Makefile.orig > Makefile
}


Reproducible: Always
Steps to Reproduce:
1. (make sure not to have /usr/X11R6/bin/mkdirhier installed)
2. emerge =media-fonts/monafont-2.90

------- Comment #1 From Mamoru KOMACHI (RETIRED) 2003-12-08 06:52:09 0000 -------
Hi, thanks for reporting. Fixed in CVS.

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