Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784182 - media-libs/libafterimage-1.20-r3 - ar: libdeps specified more than once
Summary: media-libs/libafterimage-1.20-r3 - ar: libdeps specified more than once
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Physics related packages
URL:
Whiteboard:
Keywords:
Depends on: 827703
Blocks:
  Show dependency tree
 
Reported: 2021-04-19 15:45 UTC by Toralf Förster
Modified: 2021-11-28 01:53 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.76 KB, text/plain)
2021-04-19 15:45 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,329.20 KB, text/plain)
2021-04-19 15:45 UTC, Toralf Förster
Details
environment (environment,96.88 KB, text/plain)
2021-04-19 15:45 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,31.76 KB, application/x-bzip)
2021-04-19 15:45 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,6.59 KB, application/x-bzip)
2021-04-19 15:45 UTC, Toralf Förster
Details
media-libs:libafterimage-1.20-r3:20210419-154206.log (media-libs:libafterimage-1.20-r3:20210419-154206.log,92.02 KB, text/plain)
2021-04-19 15:45 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,29.79 KB, application/x-bzip)
2021-04-19 15:45 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-04-19 15:45:36 UTC
/bin/rm -f libAfterImage.a
ar clq libAfterImage.a afterbase.o asimage.o ascmap.o asfont.o asimagexml.o asstorage.o asvisual.o blender.o bmp.o char2uni.o draw.o export.o imencdec.o import.o pixmap.o scanline.o transform.o ungif.o xcf.o ximage.o xpm.o
ar: libdeps specified more than once
make: *** [Makefile:323: libAfterImage.a] Error 1
 * ERROR: media-libs/libafterimage-1.20-r3::gentoo failed (compile phase):
 *   emake failed

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-20210410-191300

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.3.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.8.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.51.0
  [2]   rust-1.51.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.282_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon Apr 19 15:07:06 UTC 2021

emerge -qpvO media-libs/libafterimage
[ebuild  N    ] media-libs/libafterimage-1.20-r3  USE="X nls shaping -examples -gif -jpeg -png -shm -static-libs -svg -tiff -truetype" CPU_FLAGS_X86="mmx"
Comment 1 Toralf Förster gentoo-dev 2021-04-19 15:45:38 UTC
Created attachment 700854 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-19 15:45:39 UTC
Created attachment 700857 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-04-19 15:45:41 UTC
Created attachment 700860 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-04-19 15:45:42 UTC
Created attachment 700863 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-04-19 15:45:43 UTC
Created attachment 700866 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-04-19 15:45:45 UTC
Created attachment 700869 [details]
media-libs:libafterimage-1.20-r3:20210419-154206.log
Comment 7 Toralf Förster gentoo-dev 2021-04-19 15:45:47 UTC
Created attachment 700872 [details]
temp.tar.bz2
Comment 8 Ionen Wolkens gentoo-dev 2021-04-19 16:44:37 UTC
ar clq libAfterImage.a

should use "ar cq" instead, explanation at:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56fe2a2033eb3683c487a14e60f3eb130bc7c61f
Comment 9 Larry the Git Cow gentoo-dev 2021-05-19 21:13:31 UTC
The bug has been referenced in the following commit(s):

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

commit b22db36af30264f2cde7c55e627cae4a125c0af9
Author:     Andrew Savchenko <bircoph@gentoo.org>
AuthorDate: 2021-05-19 21:04:23 +0000
Commit:     Andrew Savchenko <bircoph@gentoo.org>
CommitDate: 2021-05-19 21:13:15 +0000

    media-libs/libafterimage: fix multiple bugs
    
    - Update to EAPI 7
    - Use $(AR) if any, fallback to direct ar, bug 731044
    - Drop non-standard 'l' from ar args, bug 784182
    - Properly detect freetype: use pkg-config, bug 783375
    
    Bug: https://bugs.gentoo.org/784182
    Bug: https://bugs.gentoo.org/731044
    Bug: https://bugs.gentoo.org/783375
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>

 .../libafterimage/files/libafterimage-ar.patch     |  39 ++++++++
 .../files/libafterimage-freetype.patch             |  23 +++++
 .../libafterimage/libafterimage-1.20-r4.ebuild     | 110 +++++++++++++++++++++
 3 files changed, 172 insertions(+)
Comment 10 Andrew Savchenko gentoo-dev 2021-05-19 21:16:36 UTC
Should be closed after media-libs/libafterimage-1.20-r4 stabilization.