Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 800737 - dev-python/pymetar-1.2-r1 installs files into unexpected paths
Summary: dev-python/pymetar-1.2-r1 installs files into unexpected paths
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tobias Klausmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-06 06:39 UTC by Agostino Sarubbo
Modified: 2021-07-06 11:36 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,41.33 KB, text/plain)
2021-07-06 06:39 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-07-06 06:39:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pymetar-1.2-r1 installs files into unexpected paths.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Comment 1 Agostino Sarubbo gentoo-dev 2021-07-06 06:39:15 UTC
Created attachment 722155 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-07-06 11:10:54 UTC
The bug has been closed via the following commit(s):

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

commit 7e986bdedce12f553bd0bf807dc88ca4700d341e
Author:     Tobias Klausmann <klausman@gentoo.org>
AuthorDate: 2021-07-06 11:10:39 +0000
Commit:     Tobias Klausmann <klausman@gentoo.org>
CommitDate: 2021-07-06 11:10:52 +0000

    dev-python/pymetar: clean up old versions
    
    Closes: https://bugs.gentoo.org/800737
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Tobias Klausmann <klausman@gentoo.org>

 dev-python/pymetar/Manifest              |  1 -
 dev-python/pymetar/pymetar-1.1-r1.ebuild | 18 ------------------
 dev-python/pymetar/pymetar-1.2.ebuild    | 18 ------------------
 3 files changed, 37 deletions(-)
Comment 3 Tobias Klausmann (RETIRED) gentoo-dev 2021-07-06 11:18:01 UTC
Reopening. This is a different problem than I thought.
Comment 4 Larry the Git Cow gentoo-dev 2021-07-06 11:36:49 UTC
The bug has been closed via the following commit(s):

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

commit adfec6298b688d7aa7c59da457eecdd99e05d856
Author:     Tobias Klausmann <klausman@gentoo.org>
AuthorDate: 2021-07-06 11:36:42 +0000
Commit:     Tobias Klausmann <klausman@gentoo.org>
CommitDate: 2021-07-06 11:36:42 +0000

    dev-python/pymetar: Add v1.3, fix doc/extra files
    
    Upstream setup.py used to install a man page, and two doc files using
    `data_files`. This approach worked in the past but is not really
    supported.
    
    V1.3 does no longer install those files (it is not really portable
    anyway). So instead, we do it in the ebuild.
    
    Closes: https://bugs.gentoo.org/800737
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Tobias Klausmann <klausman@gentoo.org>

 dev-python/pymetar/Manifest           |  1 +
 dev-python/pymetar/pymetar-1.3.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)