Strange build error for classpathx-mail
by Orion Poplawski
Starting looking into updating classpathx-mail to version 1.1.2 (anyone
know of a reason not to?).
Got a really weird internal compiler error on the ppc64 build:
[javac] 1. ERROR in
/builddir/build/BUILD/mail-1.1.2/inetlib-1.1.1/source/org/jpackage/mail/inet/imap/IMAPConnection.java
(at line 0)
[javac] /*
[javac] ^
[javac] Internal compiler error
[javac] java.lang.NullPointerException
[javac] at org.eclipse.jdt.internal.compiler.looku
[javac] p.BinaryTypeBinding.cachePartsFrom(BinaryTypeBinding.java:262)
[javac] at
org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createBinaryTypeFrom(LookupEnvironment.java:719)
[javac] at org.eclipse.jdt.i
[javac]
nternal.compiler.lookup.LookupEnvironment.createBinaryTypeFrom(LookupEnvironment.java:699)
[javac] at
org.eclipse.jdt.internal.compiler.Compiler.accept(Compiler.java:294)
[javac] at org.eclipse.jdt.internal.com
[javac]
piler.lookup.LookupEnvironment.askForType(LookupEnvironment.java:128)
[javac] at
org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getTypeOrPackage(PackageBinding.java:179)
[javac] at org.eclipse.jdt.inte
[javac]
rnal.compiler.lookup.CompilationUnitScope.findImport(CompilationUnitScope.java:456)
[javac] at
org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.findSingleImport(CompilationUnitScope.java:510)
[javac] at
org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.faultInImports(CompilationUnitScope.java:359)
[javac] at
org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.faultInTypes(Compi
[javac] lationUnitScope.java:435)
[javac] at
org.eclipse.jdt.internal.compiler.Compiler.process(Compiler.java:736)
[javac] at
org.eclipse.jdt.internal.compiler.ProcessTaskManager.run(ProcessTaskManager.java:137)
[javac] at java.lang.Thread.run(libgcj.so.9)
Other arches seemed okay but got cancelled. See:
http://koji.fedoraproject.org/koji/taskinfo?taskID=809142
This was on ppc7.
Resubmitted and it built okay (or at least got past this point). This
time on ppc2
http://koji.fedoraproject.org/koji/taskinfo?taskID=809169
Fully successful build (if anyone wants to take a look at the package):
http://koji.fedoraproject.org/koji/taskinfo?taskID=809200
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion(a)cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
14 years, 7 months
Puppet training
by Mike McGrath
Hey guys, i think I'd like to hold puppet training next week on Wed
sometime. Which would work best for you guys:
1:00 pm Chicago time
4:00 pm Chicago time.
The live training will be identical to this training:
http://mmcgrath.fedorapeople.org/puppet/
But will allow for Q and A. The training at that links includes an ogg
and takes about a half hour to complete at full speed though if you're new
to puppet its worth it to stop in the middle and review some of the
topics. If you have any questions or comments about it please let me
know. The slideshow is made with openoffice and I made the ogg with
audacity. My throat hurts now so I'm going to get some tea :)
-Mike
14 years, 8 months
F10 Beta release
by Paul W. Frields
Great job with the release this morning, guys. I know there were some
gremlins in a torrent or two, but overall very painless and you guys
made it look easy (as always). Hurrah, another milestone on the path
to Cambridge!
If anyone has any issues, we could plant them on a page for the next
release day planning group call.
--
Paul W. Frields http://paul.frields.org/
gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233 5906 ACDB C937 BD11 3717
http://redhat.com/ - - - - http://pfrields.fedorapeople.org/
irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug
14 years, 8 months
Re: a Beta announcement to use
by Paul W. Frields
On Mon, Sep 29, 2008 at 03:41:42PM -0700, Jesse Keating wrote:
> On Mon, 2008-09-29 at 15:16 -0700, Karsten 'quaid' Wade wrote:
> > In light of trying to pump up the marketing and the bug reporting, here
> > is a Beta release announcement:
>
> This looks good to me. Are the links within validated with
> Infrastructure to handle the load, and valid content?
In answering that question, I believe there is an Infrastructure SOP
for release that has the links automatically load balanced and
expected by our intrepid sysadmins.
--
Paul W. Frields http://paul.frields.org/
gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233 5906 ACDB C937 BD11 3717
http://redhat.com/ - - - - http://pfrields.fedorapeople.org/
irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug
14 years, 8 months
Re: fas/auth.py fas/json_request.py
by Yaakov Nemoy
I actually like this code. Just issue a revert patch to my code, or,
i'll do it myself. I suggest we name the function something more
generic though. I like 'group_list' like we have 'email_list', but
anything goes.
-Yaakov
On Sun, Sep 28, 2008 at 10:32 PM, Ricky Zhou (周家杰)
<ricky(a)fedoraproject.org> wrote:
> fas/auth.py | 2 +-
> fas/json_request.py | 14 ++++++++++++++
> 2 files changed, 15 insertions(+), 1 deletion(-)
>
> New commits:
> commit cc20015bb73b0e18b91632dc452af0d8f614ab5a
> Author: Ricky Zhou <ricky(a)fedoraproject.org>
> Date: Sun Sep 28 22:32:37 2008 -0400
>
> Initial fas_client method.
>
> diff --git a/fas/auth.py b/fas/auth.py
> index 070259a..087ef2a 100644
> --- a/fas/auth.py
> +++ b/fas/auth.py
> @@ -89,7 +89,7 @@ def CLADone(person):
> '''
> Returns True if the user has completed the CLA
> '''
> - cla_done_group =config.get('cla_done_group')
> + cla_done_group = config.get('cla_done_group')
> try:
> if person.group_roles[cla_done_group].role_status == 'approved':
> return True
> diff --git a/fas/json_request.py b/fas/json_request.py
> index d762ed4..e56bfc3 100644
> --- a/fas/json_request.py
> +++ b/fas/json_request.py
> @@ -27,6 +27,7 @@ import sqlalchemy
>
> from fas.model import People
> from fas.model import Groups
> +from fas.model import PersonRoles
>
> class JsonRequest(controllers.Controller):
> def __init__(self):
> @@ -57,6 +58,19 @@ class JsonRequest(controllers.Controller):
>
> @identity.require(turbogears.identity.not_anonymous())
> @expose("json", allow_json=True)
> + def fas_client(self):
> + output = [];
> + try:
> + roles = PersonRoles.query.all()
> + for role in roles:
> + role.member.filter_private()
> + output.append((role.member, role.role_type, role.group.name))
> + return dict(success=True, output=output)
> + except InvalidRequestError:
> + return dict(success=False)
> +
> + @identity.require(turbogears.identity.not_anonymous())
> + @expose("json", allow_json=True)
> def person_by_username(self, username):
> try:
> person = People.by_username(username)
>
>
>
14 years, 8 months
func logrotate fix
by Mike McGrath
I'd like to implement the following global fix (its generating cron spam)
in /etc/logrotate.d/func_rotate I'd like to change line 8 from
/etc/init.d/funcd condrestart
to
/etc/init.d/funcd condrestart > /dev/null
Can I get 2 +1's?
-Mike
14 years, 8 months
Just made a global change
by Mike McGrath
Hey guys, I accidental broke the freeze just now and didn't realize it
till after I'd done it. I made a change to the puppetd.conf file thinking
it'd only go to the puppet master but its gone out everywhere. I'll be
more careful about that in the future.
Let me know if it has any adverse affects (it shouldn't)
-Mike
14 years, 8 months
change request: [[MediaWiki:Common.css]]
by Ian Weller
(cc docs)
Request to change https://fedoraproject.org/wiki/MediaWiki:Common.css to
the following:
=====
.messagebox.wikicleanup {
background-image: url("/w/uploads/7/72/Wiki-cleanup-background.png");
background-repeat: repeat;
}
=====
Reason: to allow for [[Template:Wiki cleanup]] (a new admonition to
replace using {{admon/note}} in {{move}}, {{delete}}, etc) to stand out
from other admonitions as not being alerting to the user, but rather to
wiki gardeners.
The reason this can't be done right in the template is because MediaWiki
is very, very careful about external images (even though this one is
technically "internal").
Effect on remainder of wiki/website/world: Little to none. An error
should have no effect on the rest of the style of the wiki, except for
user styles. I do not believe there to be an error in the above.
Why I'm asking: I have to wield my sysop powers on the wiki to do this,
and I just wanted to make sure it was cool (especially since we're in a
change freeze). Why I'm asking now: I'll forget later.
--
Ian Weller <ianweller(a)gmail.com> http://ianweller.org
GnuPG fingerprint: E51E 0517 7A92 70A2 4226 B050 87ED 7C97 EFA8 4A36
"Technology is a word that describes something that doesn't work yet."
~ Douglas Adams
14 years, 8 months