Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639832 - sci-biology/t-coffee-11.00-r1 : util_lib/util.c:5304:26: error: invalid conversion from char to char* [-fpermissive]
Summary: sci-biology/t-coffee-11.00-r1 : util_lib/util.c:5304:26: error: invalid conve...
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 Biology related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-04 19:09 UTC by Toralf Förster
Modified: 2017-12-24 19:46 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.72 KB, text/plain)
2017-12-04 19:09 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,210.91 KB, text/plain)
2017-12-04 19:09 UTC, Toralf Förster
Details
environment (environment,86.35 KB, text/plain)
2017-12-04 19:09 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.74 KB, application/x-bzip)
2017-12-04 19:09 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,136 bytes, application/x-bzip)
2017-12-04 19:09 UTC, Toralf Förster
Details
sci-biology:t-coffee-11.00-r1:20171204-140719.log (sci-biology:t-coffee-11.00-r1:20171204-140719.log,11.21 KB, text/plain)
2017-12-04 19:09 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.60 KB, application/x-bzip)
2017-12-04 19:09 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-12-04 19:09:10 UTC
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -Wno-write-strings -Wno-unused-result -I. -MD -MF util_lib/util.deps -c -o util_lib/util.o util_lib/util.c
util_lib/util.c: In function ‘char* store_string_variable(char*, char*, int)’:
util_lib/util.c:5304:26: error: invalid conversion from ‘char’ to ‘char*’ [-fpermissive]
        else val_array[a]='\0';
                          ^~~~
util_lib/util.c: In function ‘int get_cl_param(int, char**, FILE**, const char*, int*, const char*, int, int, const char*, ...)’:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_20171128-221357

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

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

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

emerge -qpv sci-biology/t-coffee
[ebuild  N    ] sci-biology/t-coffee-11.00-r1  USE="-examples"
Comment 1 Toralf Förster gentoo-dev 2017-12-04 19:09:13 UTC
Created attachment 508170 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-12-04 19:09:16 UTC
Created attachment 508172 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-12-04 19:09:19 UTC
Created attachment 508174 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-12-04 19:09:22 UTC
Created attachment 508176 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-12-04 19:09:25 UTC
Created attachment 508178 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-12-04 19:09:28 UTC
Created attachment 508180 [details]
sci-biology:t-coffee-11.00-r1:20171204-140719.log
Comment 7 Toralf Förster gentoo-dev 2017-12-04 19:09:31 UTC
Created attachment 508182 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2017-12-24 19:46:22 UTC
The bug has been closed via the following commit(s):

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

commit 6f595002c210652e224701d2483de54e8b195c56
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2017-12-24 19:36:03 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2017-12-24 19:46:08 +0000

    sci-biology/t-coffee: Fix building with GCC 7
    
    Closes: https://bugs.gentoo.org/639832
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-biology/t-coffee/Manifest                      |  1 +
 .../t-coffee/files/t-coffee-11.00-cxx11.patch      | 21 +++++++++
 .../t-coffee/files/t-coffee-11.00-gcc7.patch       | 22 +++++++++
 sci-biology/t-coffee/t-coffee-11.00-r2.ebuild      | 54 ++++++++++++++++++++++
 4 files changed, 98 insertions(+)