Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 632066 - dev-cpp/libassa-3.5.1-r2 : removal (was: ../.../libassa-3.5.so: undefined reference to xdr_double)
Summary: dev-cpp/libassa-3.5.1-r2 : removal (was: ../.../libassa-3.5.so: undefined ref...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2019-04-22
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-09-26 17:10 UTC by Toralf Förster
Modified: 2019-04-22 07:32 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.10 KB, text/plain)
2017-09-26 17:10 UTC, Toralf Förster
Details
dev-cpp:libassa-3.5.1-r2:20170925-212128.log (dev-cpp:libassa-3.5.1-r2:20170925-212128.log,24.85 KB, text/plain)
2017-09-26 17:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,529.12 KB, text/plain)
2017-09-26 17:10 UTC, Toralf Förster
Details
environment (environment,19.96 KB, text/plain)
2017-09-26 17:10 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.00 KB, application/x-bzip)
2017-09-26 17:10 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,8.01 KB, application/x-bzip)
2017-09-26 17:10 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,10.24 KB, application/x-bzip)
2017-09-26 17:10 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 2017-09-26 17:10:04 UTC
/bin/sh ../libtool --tag=CXX   --mode=link x86_64-pc-linux-gnu-g++  -Werror=terminate -O2 -pipe -march=native  -Wl,-O1 -Wl,--as-needed -o assa-genesis-3.5 assa-genesis.o ../assa/libassa-3.5.la  
libtool: link: x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -o .libs/assa-genesis-3.5 assa-genesis.o  ../assa/.libs/libassa-3.5.so
../assa/.libs/libassa-3.5.so: undefined reference to `xdr_double'
../assa/.libs/libassa-3.5.so: undefined reference to `xdr_float'
../assa/.libs/libassa-3.5.so: undefined reference to `xdrmem_create'
../assa/.libs/libassa-3.5.so: undefined reference to `xdr_char'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop_20170905-225247

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
  [5]   pypy (fallback)
  [6]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 7.2.6.11 [icedtea-7]
2)	IcedTea JDK 7.2.6.11 [icedtea-bin-7]
3)	IcedTea JDK 3.5.1 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-7  system-vm
  [2]   icedtea-bin-7 
  [3]   icedtea-bin-8 

emerge -qpv dev-cpp/libassa
[ebuild  N    ] dev-cpp/libassa-3.5.1-r2  USE="-doc -static-libs"
Comment 1 Toralf Förster gentoo-dev 2017-09-26 17:10:07 UTC
Created attachment 496456 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-09-26 17:10:10 UTC
Created attachment 496458 [details]
dev-cpp:libassa-3.5.1-r2:20170925-212128.log
Comment 3 Toralf Förster gentoo-dev 2017-09-26 17:10:14 UTC
Created attachment 496460 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-09-26 17:10:17 UTC
Created attachment 496462 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-09-26 17:10:20 UTC
Created attachment 496464 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-09-26 17:10:23 UTC
Created attachment 496466 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-09-26 17:10:26 UTC
Created attachment 496468 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-03-23 17:53:36 UTC
The bug has been referenced in the following commit(s):

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

commit 19f3b95987514507969640d997ac8705efea7585
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-03-23 17:53:03 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-03-23 17:53:31 +0000

    package.mask: Last rite dev-cpp/libassa
    
    Bug: https://bugs.gentoo.org/632066
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.mask | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 9 Larry the Git Cow gentoo-dev 2019-04-22 07:32:40 UTC
The bug has been closed via the following commit(s):

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

commit 6afad1312a4e94a8a50cee7af3b856a945e3c764
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-04-22 07:30:41 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-04-22 07:30:41 +0000

    dev-cpp/libassa: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/632066
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-cpp/libassa/Manifest                           |   1 -
 .../libassa/files/libassa-3.5.0-fix-tests.patch    | 351 ---------------------
 dev-cpp/libassa/files/libassa-3.5.1-gcc47.patch    |  12 -
 dev-cpp/libassa/libassa-3.5.1-r2.ebuild            |  34 --
 dev-cpp/libassa/metadata.xml                       |   7 -
 profiles/package.mask                              |   6 -
 6 files changed, 411 deletions(-)