Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649942 - app-doc/xmltoman-0.4: invalid 'install -D' option on amd64-fbsd
Summary: app-doc/xmltoman-0.4: invalid 'install -D' option on amd64-fbsd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-08 18:21 UTC by Michał Górny
Modified: 2018-03-08 18:35 UTC (History)
1 user (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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-08 18:21:37 UTC
>>> Install xmltoman-0.4 into /var/tmp/portage/app-doc/xmltoman-0.4/image/ category app-doc
gmake -j4 DESTDIR=/var/tmp/portage/app-doc/xmltoman-0.4/image/ PREFIX=/usr install
install -D xmltoman /var/tmp/portage/app-doc/xmltoman-0.4/image///usr/bin/xmltoman
usage: install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner]                      
               [-M log] [-D dest] [-h hash] [-T tags]                                     
               [-B suffix] [-l linkflags] [-N dbdir]                                                
               file1 file2                                                                                          
       install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner]                                 
               [-M log] [-D dest] [-h hash] [-T tags]                          
               [-B suffix] [-l linkflags] [-N dbdir]           
               file1 ... fileN directory                    
       install -dU [-vU] [-g group] [-m mode] [-N dbdir] [-o owner]
               [-M log] [-D dest] [-h hash] [-T tags]   
               directory ...                              
gmake: *** [Makefile:16: install] Error 64                  
 * ERROR: app-doc/xmltoman-0.4::gentoo failed (install phase):
 *   emake failed                                             


The silly custom-made build system doesn't use valid options.
Comment 1 Larry the Git Cow gentoo-dev 2018-03-08 18:35:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42b373d911b7a822baa661ad1b60f7936fc26ce

commit a42b373d911b7a822baa661ad1b60f7936fc26ce
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2018-03-08 18:34:13 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-03-08 18:35:28 +0000

    app-doc/xmltoman: Fix non-portable 'install' phase, bump to EAPI=6
    
    Closes: https://bugs.gentoo.org/649942

 app-doc/xmltoman/xmltoman-0.4-r1.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)