Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218465 - net-misc/jigdo-0.7.3 fails w/ gcc-4.3.0
Summary: net-misc/jigdo-0.7.3 fails w/ gcc-4.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-19 19:46 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-29 19:12 UTC (History)
1 user (show)

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


Attachments
jigdo-0.7.3-gcc43.patch (jigdo-0.7.3-gcc43.patch,2.59 KB, patch)
2008-04-19 19:47 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-19 19:46:00 UTC
i686-pc-linux-gnu-g++ $cxx -c cachefile.cc -o cachefile.o
i686-pc-linux-gnu-g++ $cxx -c compat.cc -o compat.o
In file included from compat.cc:17:
./compat.hh: In function ‘bool compat_setenv(const char*, const char*)’:
./compat.hh:84: error: ‘setenv’ was not declared in this scope
make[1]: *** [compat.o] Error 1
make[1]: *** Waiting for unfinished jobs....
./serialize.hh: In function ‘Iterator serialize4(NumType, Iterator) [with NumType = long int, Iterator = byte*]’:
cachefile.cc:117:   instantiated from here
./serialize.hh:156: warning: conversion to ‘unsigned char’ from ‘long int’ may alter its value
./serialize.hh:157: warning: conversion to ‘unsigned char’ from ‘long int’ may alter its value
./serialize.hh:158: warning: conversion to ‘unsigned char’ from ‘long int’ may alter its value
./serialize.hh:159: warning: conversion to ‘unsigned char’ from ‘long int’ may alter its value
./serialize.hh: In function ‘Iterator serialize6(NumType, Iterator) [with NumType = long long unsigned int, Iterator = byte*]’:
cachefile.cc:224:   instantiated from here
./serialize.hh:173: warning: conversion to ‘unsigned char’ from ‘long long unsigned int’ may alter its value
./serialize.hh:174: warning: conversion to ‘unsigned char’ from ‘long long unsigned int’ may alter its value
./serialize.hh:175: warning: conversion to ‘unsigned char’ from ‘long long unsigned int’ may alter its value
./serialize.hh:176: warning: conversion to ‘unsigned char’ from ‘long long unsigned int’ may alter its value
./serialize.hh:177: warning: conversion to ‘unsigned char’ from ‘long long unsigned int’ may alter its value
./serialize.hh:178: warning: conversion to ‘unsigned char’ from ‘long long unsigned int’ may alter its value
make[1]: Leaving directory `/var/tmp/portage/net-misc/jigdo-0.7.3/work/jigdo-0.7.3/src'
make: *** [all] Error 2


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-19 19:47:04 UTC
Created attachment 150319 [details, diff]
jigdo-0.7.3-gcc43.patch

Fixes the problem. Snatched from Fedora.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-04-29 19:12:09 UTC
done, thanks