Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933742 - app-backup/amanda-3.5.4 fails to compile: runtar.c:199:18: error: assignment to char from incompatible pointer type const char [-Wincompatible-pointer-types]
Summary: app-backup/amanda-3.5.4 fails to compile: runtar.c:199:18: error: assignment ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-06-07 14:05 UTC by Agostino Sarubbo
Modified: 2024-06-08 13:40 UTC (History)
4 users (show)

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


Attachments
build.log (build.log,367.72 KB, text/plain)
2024-06-07 14:05 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 2024-06-07 14:05:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-backup/amanda-3.5.4 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0003
Comment 1 Agostino Sarubbo gentoo-dev 2024-06-07 14:05:14 UTC
CC'ing also the author of the commit (75ae4e8afe2fc84ced438d7d08fc39d5b52d4802)
Comment 2 Agostino Sarubbo gentoo-dev 2024-06-07 14:05:15 UTC
Created attachment 895309 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2024-06-07 14:05:17 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


configure: WARNING: Not building 'amplot', because gnuplot was not found
  Not building 'amplot', because gnuplot was not found
runtar.c:199:18: error: assignment to ‘char **’ from incompatible pointer type ‘const char **’ [-Wincompatible-pointer-types[https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types]]