Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 461430

Summary: dev-tex/latex2rtf-2.3.3 USE=doc - cp: cannot stat ‘doc/latex2rtf.html’: No such file or directory
Product: Gentoo Linux Reporter: Andrew Savchenko <bircoph>
Component: [OLD] DevelopmentAssignee: TeX project <tex>
Status: RESOLVED DUPLICATE    
Severity: normal CC: bircoph, j-pi, Martin.vGagern, musv
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
environment
emerge --info
latex2rtf-2.3.3.ebuild.patch
fix build, needs epatch to apply this patch on source code
build.log

Description Andrew Savchenko gentoo-dev 2013-03-11 16:57:23 UTC
Hello,

package fails make install:

cp -p doc/latex2rtf.html /var/tmp/portage/dev-tex/latex2rtf-2.3.3/image//usr/share/latex2rtf                                                                                  
cp: cannot stat ‘doc/latex2rtf.html’: No such file or directory                                                                                                               
make: *** [install] Error 1

latex2rtf.html is not in the "all" Makefile target, but is removed by make realclean.
Comment 1 Andrew Savchenko gentoo-dev 2013-03-11 16:58:04 UTC
Created attachment 341706 [details]
build.log
Comment 2 Andrew Savchenko gentoo-dev 2013-03-11 16:58:20 UTC
Created attachment 341708 [details]
environment
Comment 3 Andrew Savchenko gentoo-dev 2013-03-11 16:58:46 UTC
Created attachment 341710 [details]
emerge --info
Comment 4 Andrew Savchenko gentoo-dev 2013-03-11 17:04:12 UTC
Created attachment 341712 [details, diff]
latex2rtf-2.3.3.ebuild.patch

This fixes installation with USE="doc" for me.
Comment 5 Juergen Rose 2013-03-12 09:28:01 UTC
Same here.
Comment 6 Juergen Rose 2013-03-12 10:36:26 UTC
The patch worked for me.
Comment 7 Sven Müller 2013-05-01 07:50:19 UTC
*** Bug 468088 has been marked as a duplicate of this bug. ***
Comment 8 Pinky 2013-10-09 10:43:13 UTC
Created attachment 360482 [details, diff]
fix build, needs epatch to apply this patch on source code
Comment 9 Juergen Rose 2013-10-10 17:45:29 UTC
I hit this issue again.
Comment 10 Andrew Savchenko gentoo-dev 2014-02-04 17:06:47 UTC
Aside from the issue above, now with USE="doc" it fail to build with texinfo-5.2:

makeinfo latex2rtf                                                                                                                                                            
latex2rtf.texi:1: misplaced {                                                                                                                                                 
latex2rtf.texi:1: misplaced {                                                                                                                                                 
latex2rtf.texi:1: misplaced }                                                                                                                                                 
latex2rtf.texi:1: misplaced }                                                                                                                                                 
latex2rtf.texi:2: misplaced {                                                                                                                                                 
latex2rtf.texi:2: misplaced }                                                                                                                                                 
latex2rtf.texi:3: misplaced {                                                                                                                                                 
latex2rtf.texi:3: misplaced {                                                                                                                                                 
latex2rtf.texi:3: misplaced }                                                                                                                                                 
latex2rtf.texi:3: misplaced }
Comment 11 Andrew Savchenko gentoo-dev 2014-02-04 17:08:41 UTC
latex2rtf-2.3.5 was released (see bug 500296) but still suffers from the issues above.
Comment 12 Andrew Savchenko gentoo-dev 2014-02-04 17:09:10 UTC
Created attachment 369544 [details]
build.log
Comment 13 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-02 22:02:29 UTC

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