Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bug reporting gcc-4.7
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
hedmo
Veteran
Veteran


Joined: 29 Aug 2009
Posts: 1305
Location: sweden

PostPosted: Mon Mar 28, 2011 4:54 pm    Post subject: bug reporting gcc-4.7 Reply with quote

hi all


i need help with reporting bugs for the gcc-4.7.0 ** but i dont know how to report one yet...

the first one is always the hard one :D
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Mon Apr 09, 2012 3:56 pm    Post subject: Reply with quote

posting the bug here (or on bugs.gentoo.org ?)


what issue did you ran into ?


edit:


same issue/procedure as before:

firefox/seamonkey builds fail to compile successfully with the new gcc:

Quote:
x86_64-pc-linux-gnu-g++ -o path_service.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include /var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/config/gcc_hidden.h -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API -DMOZ_SUITE=1 -DOSTYPE=\"Linux3.3\" -DOSARCH=Linux -DEXCLUDE_SKIA_DEPENDENCIES -DOS_LINUX=1 -DOS_POSIX=1 -I../../dist -I/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src -I/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/glue -I../../ipc/ipdl/_ipdlheaders -I/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium -I. -I../../dist/include -I../../dist/include/nsprpub -I/usr/include/nspr -I/usr/include/nss -fPIC -fno-rtti -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -march=native -pipe -mno-avx -fno-exceptions -fno-strict-aliasing -std=gnu++0x -pthread -ffunction-sections -fdata-sections -pipe -DNDEBUG -DTRIMMED -g -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/gtk-unix-print-2.0 -O2 -fomit-frame-pointer -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF .deps/path_service.pp /var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src/base/path_service.cc
/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src/base/file_util.cc: In function 'FILE* file_util::CreateAndOpenTemporaryFile(FilePath*)':
/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src/base/file_util.cc:197:12: warning: converting 'false' to pointer type 'FILE* {aka _IO_FILE*}' [-Wconversion-null]
/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src/base/file_util.cc: In function 'bool file_util::TruncateFile(FILE*)':
/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src/base/file_util.cc:228:35: error: 'ftruncate' was not declared in this scope
/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src/base/logging.cc: In destructor 'mozilla::Logger::~Logger()':
/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src/base/logging.cc:15:20: warning: variable 'prlevel' set but not used [-Wunused-but-set-variable]
pickle.cc
x86_64-pc-linux-gnu-g++ -o pickle.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include /var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/config/gcc_hidden.h -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API -DMOZ_SUITE=1 -DOSTYPE=\"Linux3.3\" -DOSARCH=Linux -DEXCLUDE_SKIA_DEPENDENCIES -DOS_LINUX=1 -DOS_POSIX=1 -I../../dist -I/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src -I/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/glue -I../../ipc/ipdl/_ipdlheaders -I/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium -I. -I../../dist/include -I../../dist/include/nsprpub -I/usr/include/nspr -I/usr/include/nss -fPIC -fno-rtti -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -march=native -pipe -mno-avx -fno-exceptions -fno-strict-aliasing -std=gnu++0x -pthread -ffunction-sections -fdata-sections -pipe -DNDEBUG -DTRIMMED -g -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/gtk-unix-print-2.0 -O2 -fomit-frame-pointer -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF .deps/pickle.pp /var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src/base/pickle.cc
rand_util.cc
x86_64-pc-linux-gnu-g++ -o rand_util.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include /var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/config/gcc_hidden.h -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API -DMOZ_SUITE=1 -DOSTYPE=\"Linux3.3\" -DOSARCH=Linux -DEXCLUDE_SKIA_DEPENDENCIES -DOS_LINUX=1 -DOS_POSIX=1 -I../../dist -I/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src -I/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/glue -I../../ipc/ipdl/_ipdlheaders -I/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium -I. -I../../dist/include -I../../dist/include/nsprpub -I/usr/include/nspr -I/usr/include/nss -fPIC -fno-rtti -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -march=native -pipe -mno-avx -fno-exceptions -fno-strict-aliasing -std=gnu++0x -pthread -ffunction-sections -fdata-sections -pipe -DNDEBUG -DTRIMMED -g -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/gtk-unix-print-2.0 -O2 -fomit-frame-pointer -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF .deps/rand_util.pp /var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src/base/rand_util.cc
make[6]: *** [file_util.o] Error 1
make[6]: *** Waiting for unfinished jobs....
/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src/base/pickle.cc: In member function 'char* Pickle::BeginWriteData(int)':
/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/mozilla/ipc/chromium/src/base/pickle.cc:459:12: warning: converting 'false' to pointer type 'char*' [-Wconversion-null]
make[6]: Leaving directory `/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/seamonk/mozilla/ipc/chromium'
make[5]: *** [libs] Error 2
make[5]: Leaving directory `/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/seamonk/mozilla/ipc'
make[4]: *** [libs_tier_platform] Error 2
make[4]: Leaving directory `/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/seamonk/mozilla'
make[3]: *** [tier_platform] Error 2
make[3]: Leaving directory `/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/seamonk/mozilla'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/seamonk/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release/seamonk'
make: *** [build] Error 2
emake failed
* ERROR: www-client/seamonkey-2.8-r1 failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 85: Called src_compile
* environment, line 5988: Called die
* The specific snippet of code:
* CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" MOZ_MAKE_FLAGS="${MAKEOPTS}" emake -f client.mk || die;
*
* If you need support, post the output of 'emerge --info =www-client/seamonkey-2.8-r1',
* the complete build log and the output of 'emerge -pqv =www-client/seamonkey-2.8-r1'.
* The complete build log is located at '/var/log/portage/www-client:seamonkey-2.8-r1:20120409-160823.log'.
* The ebuild environment file is located at '/var/tmp/portage/www-client/seamonkey-2.8-r1/temp/environment'.
* S: '/var/tmp/portage/www-client/seamonkey-2.8-r1/work/comm-release'



Quote:
These are the packages that would be merged, in order:

Calculating dependencies ... done!
[ebuild U ] www-client/seamonkey-2.8-r1 [2.8] USE="alsa chatzilla crypt custom-optimization dbus ipc libnotify roaming startup-notification webm -custom-cflags -debug -system-sqlite -wifi" LINGUAS="de -be -ca -cs -en_GB -es_AR -es_ES -fi -fr -gl -hu -it -ja -lt -nb_NO -nl -pl -pt_PT -ru -sk -sv_SE -tr -zh_CN" 0 kB

_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Mon Apr 09, 2012 6:43 pm    Post subject: Reply with quote

here's an (to be updated) list of packages failing with gcc 4.7.0 - so far:


- app-misc/recoll

- www-client/seamonkey (2.8, 2.8-r1)
- mail-client/thunderbird (probably, haven't tested yet)
- www-client/chromium (19.0.1084.15 [from local overlay], ~amd64)

app-misc/recoll wrote:
../utils/rclionice.cpp: In function ‘bool rclionice(const string&, const string&)’:
../utils/rclionice.cpp:41:32: error: ‘getpid’ was not declared in this scope
make[1]: *** [rclionice.o] Error 1


www-client/chromium wrote:
x86_64-pc-linux-gnu-g++ '-D_FILE_OFFSET_BITS=64' '-DCHROMIUM_BUILD' '-DUSE_NSS=1' '-DTOOLKIT_USES_GTK=1' '-DGTK_DISABLE_SINGLE_INCLUDES=1' '-DENABLE_REMOTING=1' '-DENABLE_WEBRTC=1' '-DENABLE_P2P_APIS=1' '-DUSE_PROPRIETARY_CODECS' '-DENABLE_CONFIGURATION_POLICY' '-DENABLE_INPUT_SPEECH' '-DENABLE_NOTIFICATIONS' '-DENABLE_GPU=1' '-DENABLE_EGLIMAGE=1' '-DUSE_SKIA=1' '-DENABLE_REGISTER_PROTOCOL_HANDLER=1' '-DENABLE_WEB_INTENTS=1' '-DENABLE_PLUGIN_INSTALLATION=1' '-DENABLE_THEMES=1' '-DENABLE_AUTOMATION=1' '-D__STDC_FORMAT_MACROS' '-DNDEBUG' '-DNVALGRIND' '-DDYNAMIC_ANNOTATIONS_ENABLED=0' -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -O2 -fno-ident -fdata-sections -ffunction-sections -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -MMD -MF out/Release/.deps/out/Release/obj.target/seccomp_sandbox/seccompsandbox/munmap.o.d.raw -O2 -march=native -pipe -c -o out/Release/obj.target/seccomp_sandbox/seccompsandbox/munmap.o seccompsandbox/munmap.cc
In file included from seccompsandbox/library.cc:7:0:
seccompsandbox/library.h:159:46: error: ‘ssize_t’ has not been declared
x86_64-pc-linux-gnu-g++ '-D_FILE_OFFSET_BITS=64' '-DCHROMIUM_BUILD' '-DUSE_NSS=1' '-DTOOLKIT_USES_GTK=1' '-DGTK_DISABLE_SINGLE_INCLUDES=1' '-DENABLE_REMOTING=1' '-DENABLE_WEBRTC=1' '-DENABLE_P2P_APIS=1' '-DUSE_PROPRIETARY_CODECS' '-DENABLE_CONFIGURATION_POLICY' '-DENABLE_INPUT_SPEECH' '-DENABLE_NOTIFICATIONS' '-DENABLE_GPU=1' '-DENABLE_EGLIMAGE=1' '-DUSE_SKIA=1' '-DENABLE_REGISTER_PROTOCOL_HANDLER=1' '-DENABLE_WEB_INTENTS=1' '-DENABLE_PLUGIN_INSTALLATION=1' '-DENABLE_THEMES=1' '-DENABLE_AUTOMATION=1' '-D__STDC_FORMAT_MACROS' '-DNDEBUG' '-DNVALGRIND' '-DDYNAMIC_ANNOTATIONS_ENABLED=0' -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -O2 -fno-ident -fdata-sections -ffunction-sections -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -MMD -MF out/Release/.deps/out/Release/obj.target/seccomp_sandbox/seccompsandbox/open.o.d.raw -O2 -march=native -pipe -c -o out/Release/obj.target/seccomp_sandbox/seccompsandbox/open.o seccompsandbox/open.cc
seccompsandbox/library.cc:94:7: error: prototype for ‘char* playground::Library::getBytes(char*, const char*, ssize_t)’ does not match any in class ‘playground::Library’
In file included from seccompsandbox/library.cc:7:0:
seccompsandbox/library.h:159:9: error: candidate is: char* playground::Library::getBytes(char*, const char*, int)
x86_64-pc-linux-gnu-g++ '-D_FILE_OFFSET_BITS=64' '-DCHROMIUM_BUILD' '-DUSE_NSS=1' '-DTOOLKIT_USES_GTK=1' '-DGTK_DISABLE_SINGLE_INCLUDES=1' '-DENABLE_REMOTING=1' '-DENABLE_WEBRTC=1' '-DENABLE_P2P_APIS=1' '-DUSE_PROPRIETARY_CODECS' '-DENABLE_CONFIGURATION_POLICY' '-DENABLE_INPUT_SPEECH' '-DENABLE_NOTIFICATIONS' '-DENABLE_GPU=1' '-DENABLE_EGLIMAGE=1' '-DUSE_SKIA=1' '-DENABLE_REGISTER_PROTOCOL_HANDLER=1' '-DENABLE_WEB_INTENTS=1' '-DENABLE_PLUGIN_INSTALLATION=1' '-DENABLE_THEMES=1' '-DENABLE_AUTOMATION=1' '-D__STDC_FORMAT_MACROS' '-DNDEBUG' '-DNVALGRIND' '-DDYNAMIC_ANNOTATIONS_ENABLED=0' -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -O2 -fno-ident -fdata-sections -ffunction-sections -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -MMD -MF out/Release/.deps/out/Release/obj.target/seccomp_sandbox/seccompsandbox/prctl.o.d.raw -O2 -march=native -pipe -c -o out/Release/obj.target/seccomp_sandbox/seccompsandbox/prctl.o seccompsandbox/prctl.cc
x86_64-pc-linux-gnu-g++ '-D_FILE_OFFSET_BITS=64' '-DCHROMIUM_BUILD' '-DUSE_NSS=1' '-DTOOLKIT_USES_GTK=1' '-DGTK_DISABLE_SINGLE_INCLUDES=1' '-DENABLE_REMOTING=1' '-DENABLE_WEBRTC=1' '-DENABLE_P2P_APIS=1' '-DUSE_PROPRIETARY_CODECS' '-DENABLE_CONFIGURATION_POLICY' '-DENABLE_INPUT_SPEECH' '-DENABLE_NOTIFICATIONS' '-DENABLE_GPU=1' '-DENABLE_EGLIMAGE=1' '-DUSE_SKIA=1' '-DENABLE_REGISTER_PROTOCOL_HANDLER=1' '-DENABLE_WEB_INTENTS=1' '-DENABLE_PLUGIN_INSTALLATION=1' '-DENABLE_THEMES=1' '-DENABLE_AUTOMATION=1' '-D__STDC_FORMAT_MACROS' '-DNDEBUG' '-DNVALGRIND' '-DDYNAMIC_ANNOTATIONS_ENABLED=0' -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -O2 -fno-ident -fdata-sections -ffunction-sections -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -MMD -MF out/Release/.deps/out/Release/obj.target/seccomp_sandbox/seccompsandbox/sandbox.o.d.raw -O2 -march=native -pipe -c -o out/Release/obj.target/seccomp_sandbox/seccompsandbox/sandbox.o seccompsandbox/sandbox.cc
make: *** [out/Release/obj.target/seccomp_sandbox/seccompsandbox/library.o] Error 1
make: *** Waiting for unfinished jobs....

_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8933

PostPosted: Mon Apr 09, 2012 6:58 pm    Post subject: Reply with quote

don't you still have to set I_PROMISE_TO_SUBMIT_PATCHES for gcc-4.7.0 on Gentoo? ;)

ah, there is a tracker: https://bugs.gentoo.org/show_bug.cgi?id=gcc-4.7
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Mon Apr 09, 2012 7:04 pm    Post subject: Reply with quote

genstorm wrote:
don't you still have to set I_PROMISE_TO_SUBMIT_PATCHES for gcc-4.7.0 on Gentoo? ;)

ah, there is a tracker: https://bugs.gentoo.org/show_bug.cgi?id=gcc-4.7


I've set that per default ;)

yes, I know that I should come up with patches but I'm currently not in the position to do so

and I'm also not annoying the devs by spamming b.g.o so it should be ok from a user's POV to post the bugs so that it's known what works and what doesn't, no ? ^^


I'll of course take a look at b.g.o from time to time to see if there's already an entry and add/contribute to the tracker
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8933

PostPosted: Mon Apr 09, 2012 7:14 pm    Post subject: Reply with quote

Well, the 'bugs without patches will be closed' message was back in 2011 and now we have a final 4.7.0 release, so I guess that is obsolete and you are free to report.
Back to top
View user's profile Send private message
mv
Watchman
Watchman


Joined: 20 Apr 2005
Posts: 6747

PostPosted: Tue Apr 10, 2012 5:00 pm    Post subject: Reply with quote

I am also not so sure where to report this bug:

hardened-sources is completely broken with gcc-4.7, since the plugin concept they are using does not exist anymore or was changed dramatically.

Of course, I am sure that they will find this out soon, but anyway, this is currently a showstopper to have only gcc-4.7 (which I need to have since gcc-4.6 does not compile anymore - which is a bug already reported...)
Back to top
View user's profile Send private message
phajdan.jr
Retired Dev
Retired Dev


Joined: 23 Mar 2006
Posts: 1777
Location: Poland

PostPosted: Fri Apr 13, 2012 2:40 pm    Post subject: Reply with quote

kernelOfTruth wrote:

- www-client/chromium (19.0.1084.15 [from local overlay], ~amd64)


Submit those failures upstream (http://new.crbug.com), or ideally submit a patch (http://dev.chromium.org/developers/contributing-code). To see what happens otherwise, look at https://bugs.gentoo.org/show_bug.cgi?id=361461
_________________
http://phajdan-jr.blogspot.com/
Back to top
View user's profile Send private message
phajdan.jr
Retired Dev
Retired Dev


Joined: 23 Mar 2006
Posts: 1777
Location: Poland

PostPosted: Thu Apr 19, 2012 9:02 am    Post subject: Reply with quote

phajdan.jr wrote:
kernelOfTruth wrote:

- www-client/chromium (19.0.1084.15 [from local overlay], ~amd64)


Submit those failures upstream (http://new.crbug.com), or ideally submit a patch (http://dev.chromium.org/developers/contributing-code). To see what happens otherwise, look at https://bugs.gentoo.org/show_bug.cgi?id=361461


The upstream bug is http://code.google.com/p/chromium/issues/detail?id=120724 . Someone needs to follow the contributing code process, http://dev.chromium.org/developers/contributing-code .
_________________
http://phajdan-jr.blogspot.com/
Back to top
View user's profile Send private message
rhill
Retired Dev
Retired Dev


Joined: 22 Oct 2004
Posts: 1629
Location: sk.ca

PostPosted: Sun Apr 29, 2012 3:55 am    Post subject: Reply with quote

My policy is to annoy the crap out of bug reporters that don't post patches up to stage four of the GCC development process - which is where they create the release branch and everyone goes off to work on the next release. There's a bunch of reasons for this, including a) half the bugs reported were compiler issues that maintainers had no way to fix, and b) if they were actual package bugs, maintainers would close them as invalid saying we don't support unreleased versions of GCC, and c) many packages end up releasing new versions that fix these issues long before the new GCC is released. So most bugs filed end up being just noise. At least with a patch attached it's useful noise and I can usually get people to accept it if I do the work to get it upstream.

At this point where the new version is out, feel free to file as many bugs as you can, with or without patches. Use Gentoo Linux as the Product and GCC Porting as the component. Leave it assigned to bug-wranglers and they'll assign it to the correct maintainer. You can enter "gcc-4.7" in the Blocks field to add it to the 4.7 tracker bug. Be sure to check the tracker (try https://bugs.gentoo.org/showdependencytree.cgi?id=390247&maxdepth=1&hide_resolved=0 for a nice list) to make sure your bug is not already reported.

I'm going to try working on getting 4.7.0 into portage as soon as possible, but I'm working for two different mining companies right now and neither understands the concept of weekends.
_________________
by design, by neglect
for a fact or just for effect
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum