Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829200 - net-mail/mess822-0.58-r2 - mv: '/var/tmp/portage/net-mail/mess822-0.58-r2/image/usr/lib/mess822.a' and '/var/tmp/portage/net-mail/mess822-0.58-r2/image/usr/lib/mess822.a' are the same file
Summary: net-mail/mess822-0.58-r2 - mv: '/var/tmp/portage/net-mail/mess822-0.58-r2/ima...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
: 912313 929000 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-12-14 19:07 UTC by Toralf Förster
Modified: 2024-08-07 19:34 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.52 KB, text/plain)
2021-12-14 19:07 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,123.93 KB, text/plain)
2021-12-14 19:07 UTC, Toralf Förster
Details
environment (environment,55.22 KB, text/plain)
2021-12-14 19:07 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,16.38 KB, application/x-bzip)
2021-12-14 19:07 UTC, Toralf Förster
Details
net-mail:mess822-0.58-r2:20211214-185845.log (net-mail:mess822-0.58-r2:20211214-185845.log,21.44 KB, text/plain)
2021-12-14 19:07 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,18.24 KB, application/x-bzip)
2021-12-14 19:07 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-12-14 19:07:16 UTC
./load install hier.o auto_home.o strerr.a substdio.a \
stralloc.a alloc.a open.a error.a str.a 
./install
mv: '/var/tmp/portage/net-mail/mess822-0.58-r2/image/usr/lib/mess822.a' and '/var/tmp/portage/net-mail/mess822-0.58-r2/image/usr/lib/mess822.a' are the same file
 * ERROR: net-mail/mess822-0.58-r2::gentoo failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 127:  Called src_install

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-j4-20211213-184654

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-11.2.1 *
clang version 13.0.0
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.57.0 *
php cli:

  HEAD of ::gentoo
commit 0b466893207b30bd277c8bedb63277428eda8a5b
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Dec 14 18:36:46 2021 +0000

    2021-12-14 18:36:45 UTC

emerge -qpvO net-mail/mess822
[ebuild  N    ] net-mail/mess822-0.58-r2
Comment 1 Toralf Förster gentoo-dev 2021-12-14 19:07:17 UTC
Created attachment 759007 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-14 19:07:18 UTC
Created attachment 759008 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-12-14 19:07:19 UTC
Created attachment 759009 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-12-14 19:07:20 UTC
Created attachment 759010 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-12-14 19:07:21 UTC
Created attachment 759011 [details]
net-mail:mess822-0.58-r2:20211214-185845.log
Comment 6 Toralf Förster gentoo-dev 2021-12-14 19:07:23 UTC
Created attachment 759012 [details]
temp.tar.bz2
Comment 7 Agostino Sarubbo gentoo-dev 2024-02-14 08:28:17 UTC
*** Bug 912313 has been marked as a duplicate of this bug. ***
Comment 8 Petr Vaněk gentoo-dev 2024-08-07 15:28:56 UTC
*** Bug 929000 has been marked as a duplicate of this bug. ***
Comment 9 Larry the Git Cow gentoo-dev 2024-08-07 19:34:27 UTC
The bug has been closed via the following commit(s):

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

commit e0d09d93d567b095c66269d8c4bbe45c66c9a5bd
Author:     Petr Vaněk <arkamar@gentoo.org>
AuthorDate: 2024-08-07 15:30:01 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2024-08-07 19:32:37 +0000

    net-mail/mess822: Fix modern C and other issues
    
    - Modern C issues are fixed by a patch. (bug #883265)
    - AR and RANLIB sed script is updated to allow users set them with full
      path.
    - Enhanced hier.c sed script to modify man page and library locations,
      eliminating the need for manual moves in src_install (bug #829200).
      This update prevents move failures when get_libdir returns "lib",
      which led to a conflict between source and destination paths.
    
    Closes: https://bugs.gentoo.org/829200
    Closes: https://bugs.gentoo.org/883265
    Closes: https://github.com/gentoo/gentoo/pull/32272
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 net-mail/mess822/Manifest               |  1 +
 net-mail/mess822/mess822-0.58-r3.ebuild | 33 ++++++++++++++++++---------------
 2 files changed, 19 insertions(+), 15 deletions(-)