Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637950 - media-gfx/librecad-2.1.3 installs into /html
Summary: media-gfx/librecad-2.1.3 installs into /html
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sławek Lis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-17 17:19 UTC by globus
Modified: 2018-01-22 21:02 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description globus 2017-11-17 17:19:20 UTC
Hello, sorry my bad English.
After upgrade to 2.1.3 librecad has a directory /html.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2017-11-18 12:53:31 UTC
    use doc && insinto html && dodoc -r librecad/support/doc/*
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2017-11-18 12:57:27 UTC
This commit introduced instinto (sic!):

commit 9b1cdc9741e6a0950bd9690aed3a40db19e72f86
Author: Dongxu Li <dongxuli2011@gmail.com>
Date:   Thu Jan 14 10:04:36 2016 -0500

    media-gfx/librecad: cleanup


This commmit corrected the typo but then files start getting dumped in /html:

commit 6edca6b364c1751cd0834bfaf61e9669a715b1c8
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date:   Thu Apr 7 21:24:37 2016 +0100

    media-gfx/librecad: fix typo: 'instinto' -> 'insinto'

    Package-Manager: portage-2.2.28


docinto, anyone?
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2017-11-18 13:08:28 UTC
Fixed in 2.1.3-r1.
Comment 4 globus 2017-11-18 14:56:52 UTC
/html to remove manually?
Comment 5 Sergei Trofimovich (RETIRED) gentoo-dev 2017-11-18 17:34:12 UTC
Thanks for the fix!

(In reply to globus from comment #4)
> /html to remove manually?

emerge should remove the /html directory automatically once you update to 2.1.3-r1 version.
Comment 6 Ted Marston 2018-01-22 00:45:33 UTC
Unfortunately this fix doesn't seem to have propogated into librecad-2.1.3-r2
 which still installs an empty /html in the root directory
 because librecad-2.1.3-r2.ebuild still the line

src_install() {
    ...
    use doc && insinto html && dodoc -r librecad/support/doc/*
    ...
}
Comment 7 Sławek Lis (RETIRED) gentoo-dev 2018-01-22 19:55:38 UTC
Thanks for the hint. I've fixed this.
Comment 8 Sławek Lis (RETIRED) gentoo-dev 2018-01-22 21:02:20 UTC
Seems that jer already did that few hours ago, thanks.