Re: [gentoo-dev] http://bugs.gentoo.org/show_bug.cgi?id=232084

2009-02-25 Thread Caleb Cushing
fyi my email client doesn't recognize urls in the subject line, don't
know about anyone elses... but it'd be nice to click the link to the
bug, and you know have some clue what this is about without reading
the bug (e.g. a useful subject line).  sorry I can't be of
any further help here.

On Tue, Feb 24, 2009 at 12:57 AM, Andrew D Kirch  wrote:
> Thanks for the help.



-- 
Caleb Cushing

http://xenoterracide.blogspot.com



Re: [gentoo-dev] http://bugs.gentoo.org/show_bug.cgi?id=232084

2009-02-23 Thread Mike Frysinger
On Tuesday 24 February 2009 00:57:25 Andrew D Kirch wrote:
> I was looking to do a workaround on a per compiler basis.
> I'm looking at toolchain-funcs.eclass, and specifically
> ${gcc-fullversion}.  I've got a broken ebuild (dhcdbd) which requires
> -U_FORTIFY_SOURCE to compile correctly with GCC 4.3.3.

it's broken whenever fortify source is used, but gcc-4.3.3 is more of an issue 
because it's on by default.  however, this flag should not go in any dhcdbd 
ebuild considering the fix posted by Magnus to that bug is clearly correct.

> But reading
> tells me that I should not use this eclass to set compiler settings
> directly.  Will this work, and other than the merit of the fix is there
> a more desirable structure for such a solution?
>
> inherit flag-o-matic toolchain-funcs
>
> if [ "${gcc-fullversion}" -eq "4.3.3" ] #(or whatever the 4.3.3
> $gcc-fullversion} outputs)
> then
> append-flags -U_FORTIFY_SOURCE
> fi

i'll just address style/usage issues here rather than "is this change even 
correct" ...

-eq is for numeric values, not strings.  so you'd want:
[[ $(gcc-fullversion) == "4.3.3" ]] && append-cppflags -U_FORTIFY_SOURCE
-mike


signature.asc
Description: This is a digitally signed message part.


[gentoo-dev] http://bugs.gentoo.org/show_bug.cgi?id=232084

2009-02-23 Thread Andrew D Kirch
I was looking to do a workaround on a per compiler basis.
I'm looking at toolchain-funcs.eclass, and specifically
${gcc-fullversion}.  I've got a broken ebuild (dhcdbd) which requires
-U_FORTIFY_SOURCE to compile correctly with GCC 4.3.3.  But reading
tells me that I should not use this eclass to set compiler settings
directly.  Will this work, and other than the merit of the fix is there
a more desirable structure for such a solution?


inherit flag-o-matic toolchain-funcs


if [ "${gcc-fullversion}" -eq "4.3.3" ] #(or whatever the 4.3.3
$gcc-fullversion} outputs)
then
append-flags -U_FORTIFY_SOURCE
fi

Thanks for the help.




Re: [gentoo-dev] http://bugs.gentoo.org/

2006-11-30 Thread Dale
Damian Florczyk wrote:
>
> Topic for #gentoo-dev: "[...] Bugzie dead, jforman working on it:
> http://tinyurl.com/y4evnv [...]"
>
>   

Good God, Gentoo needs more donations from the looks of that pic.  LOL 
My old rig beats that.  I mean my OD rig too.  O_O

Dale

:-)  :-)  :-)


Re: [gentoo-dev] http://bugs.gentoo.org/

2006-11-30 Thread Sergey Borodich

Bryan Østergaard пишет:

On Thu, Nov 30, 2006 at 03:34:39PM +0200, Sergey Borodich wrote:

Hi,

What with http://bugs.gentoo.org/ ?
Can anyone fix it ?

# date
Thu Nov 30 15:31:42 EET 2006

http://bugs.gentoo.org/

Software error:

Can't connect to the database.
Error: Host 'nuthatch.gentoo.osuosl.org' is blocked because of many 
connection errors.  Unblock with 'mysqladmin flush-hosts'

  Is your database installed and up and running?
  Do you havethe correct username and password selected in localconfig?


For help, please send mail to the webmaster ([EMAIL PROTECTED]), 
giving this error message and the time and date of the error.



We're waiting for people with admin privs to fix it. It should be back
up soon'ish.


I hope it will be soon as possible.

--
Sergey Borodich
http://bor.org.ua
--
gentoo-dev@gentoo.org mailing list



Re: [gentoo-dev] http://bugs.gentoo.org/

2006-11-30 Thread Damian Florczyk
Sergey Borodich napisał(a):
> Hi,
> 
> What with http://bugs.gentoo.org/ ?
> Can anyone fix it ?
> 
> # date
> Thu Nov 30 15:31:42 EET 2006
> 
> http://bugs.gentoo.org/
> 
> Software error:
> 
> Can't connect to the database.
> Error: Host 'nuthatch.gentoo.osuosl.org' is blocked because of many
> connection errors.  Unblock with 'mysqladmin flush-hosts'
>   Is your database installed and up and running?
>   Do you havethe correct username and password selected in localconfig?
> 
> 
> For help, please send mail to the webmaster ([EMAIL PROTECTED]),
> giving this error message and the time and date of the error.
> 
> 
Topic for #gentoo-dev: "[...] Bugzie dead, jforman working on it:
http://tinyurl.com/y4evnv [...]"

-- 
Damian Florczyk
Gentoo/NetBSD Development Lead
-- 
gentoo-dev@gentoo.org mailing list



Re: [gentoo-dev] http://bugs.gentoo.org/

2006-11-30 Thread Bryan Østergaard
On Thu, Nov 30, 2006 at 03:34:39PM +0200, Sergey Borodich wrote:
> Hi,
> 
> What with http://bugs.gentoo.org/ ?
> Can anyone fix it ?
> 
> # date
> Thu Nov 30 15:31:42 EET 2006
> 
> http://bugs.gentoo.org/
> 
> Software error:
> 
> Can't connect to the database.
> Error: Host 'nuthatch.gentoo.osuosl.org' is blocked because of many 
> connection errors.  Unblock with 'mysqladmin flush-hosts'
>   Is your database installed and up and running?
>   Do you havethe correct username and password selected in localconfig?
> 
> 
> For help, please send mail to the webmaster ([EMAIL PROTECTED]), 
> giving this error message and the time and date of the error.
> 
We're waiting for people with admin privs to fix it. It should be back
up soon'ish.

Regards,
Bryan Østergaard
-- 
gentoo-dev@gentoo.org mailing list



Re: [gentoo-dev] http://bugs.gentoo.org/

2006-11-30 Thread Wernfried Haas
On Thu, Nov 30, 2006 at 03:34:39PM +0200, Sergey Borodich wrote:
> What with http://bugs.gentoo.org/ ?
> Can anyone fix it ?

14:48 -!- Topic for #gentoo-dev: "Sometimes on topic" || Bugzie dead,
jforman working on it: http://tinyurl.com/y4evnv || 
Bugday on saturday. Please tell eroyf if you have any bugs
you think users're able to help with.

cheers,
Wernfried

-- 
Wernfried Haas (amne) - amne at gentoo dot org
Gentoo Forums: http://forums.gentoo.org
IRC: #gentoo-forums on freenode - email: forum-mods at gentoo dot org


pgptLSYi9oRej.pgp
Description: PGP signature


[gentoo-dev] http://bugs.gentoo.org/

2006-11-30 Thread Sergey Borodich

Hi,

What with http://bugs.gentoo.org/ ?
Can anyone fix it ?

# date
Thu Nov 30 15:31:42 EET 2006

http://bugs.gentoo.org/

Software error:

Can't connect to the database.
Error: Host 'nuthatch.gentoo.osuosl.org' is blocked because of many 
connection errors.  Unblock with 'mysqladmin flush-hosts'

  Is your database installed and up and running?
  Do you havethe correct username and password selected in localconfig?


For help, please send mail to the webmaster ([EMAIL PROTECTED]), 
giving this error message and the time and date of the error.



--
Sergey Borodich
http://bor.org.ua
--
gentoo-dev@gentoo.org mailing list