First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 33396
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Michal Januszewski <spock@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gri-2.12.5-doc.patch the patch patch Michal Januszewski 2003-11-13 08:05 0000 486 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 33396 depends on: Show dependency tree
Show dependency graph
Bug 33396 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-11-13 08:04 0000
In makefile in doc/ there is a line which tells gzip to compress non-existent
files (matching: gri.info-[0-9][0-9]). This causes the whole install to fail.
I'm attaching a small patch to fix this issue.

------- Comment #1 From Michal Januszewski 2003-11-13 08:05:06 0000 -------
Created an attachment (id=20694) [edit]
the patch

------- Comment #2 From Patrick Kursawe 2003-11-17 02:03:08 0000 -------
I can't reproduce your problem - please attach a complete log of the failing
emerge.

------- Comment #3 From Brandy Westcott (RETIRED) 2003-11-17 03:56:56 0000 -------
This error is reproducible with texinfo-4.6, but not with texinfo-4.5 (in fact
the patch won't have the desired effects with texinfo-4.5.)

From the makeinfo-4.5 manpage:

       --split-size=NUM
              split Info files at size NUM (default 50000).

From the makeinfo-4.6 manpage:

       --split-size=NUM
              split Info files at size NUM (default 300000).

makeinfo will translate and split the gri.texi file, and it's the default size
of the split files which causes our problems. makeinfo-4.5 splits the info file
into 14 smaller files; makeinfo-4.6 splits the info file only into 3 smaller
files.

How about we patch the doc/Makefile to use the --split-size=50000 flag instead?

------- Comment #4 From Patrick Kursawe 2003-11-17 23:08:30 0000 -------
Replaced the -[0-9] -[0-9][0-9] stuff by -* - works fine for me with both
texinfo versions.

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