Is abrt broken?

2010-01-15 Thread Neal Becker
This is the second time in a row, generating backtrace seems to run forever. Something wrong? abrt-1.0.3-1.fc12.x86_64 -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: texlive-2009 pdflatex doesn't work (sometimes)

2010-01-23 Thread Neal Becker
Matthew Saltzman wrote: > I have two F12 systems with texlive-2009 installed. On one of them, > pdflatex works fine. On the other, I get this error: > > $ pdflatex simple.tex > This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 2009) > > kpathsea: Running mktexfmt

Re: git branch help?

2010-08-03 Thread Neal Becker
1. I just want to update mercurial in whatever way is easiest. I don't know git. I was trying to follow the documented procedure, but I guess it's a bit early and docs are sketchy. 2. What I used to do with cvs is a) update devel b) clone this to stable releases. The devel and stable were al

desktop responsiveness patches

2010-08-06 Thread Neal Becker
This sounds interesting: http://www.phoronix.com/scan.php?page=news_item&px=ODQ3OQ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Any chance the responsiveness issue-fix will be backported ?

2010-08-12 Thread Neal Becker
Linuxguy123 wrote: > > http://www.phoronix.com/scan.php?page=news_item&px=ODQ3OQ > > I'm interested in this. I have noticed that for the past (several months?) my system would freeze at apparently random times, while disk goes busy, for periods of 20-30 seconds. This did not used to happen

abrt-1.1.13-1 does not allow bugzilla?!?

2010-08-17 Thread Neal Becker
abrt-1.1.13-1.fc13.x86_64 The only choice is 'log', no bugzilla! Why? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: abrt-1.1.13-1 does not allow bugzilla?!?

2010-08-17 Thread Neal Becker
Neal Becker wrote: > abrt-1.1.13-1.fc13.x86_64 > > The only choice is 'log', no bugzilla! Why? > In abrt-gui, click on edit/plugins lists bugzilla under 'not loaded plugins'. In /etc/abrt/plugins, I have Bugzilla.conf: Enabled = yes #

Re: abrt-1.1.13-1 does not allow bugzilla?!?

2010-08-17 Thread Neal Becker
Jiri Moskovcak wrote: > On 08/17/2010 02:42 PM, Neal Becker wrote: >> abrt-1.1.13-1.fc13.x86_64 >> >> The only choice is 'log', no bugzilla! Why? >> > > Can you please run: > > rpm -qa | grep abrt > > to check if you have installed

stuck on git (again)

2010-08-25 Thread Neal Becker
$ fedpkg push Everything up-to-date $ fedpkg build Could not initiate build: There are unpushed changes in your repo Clue? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: stuck on git (again)

2010-08-25 Thread Neal Becker
Neal Becker wrote: > $ fedpkg push > Everything up-to-date > $ fedpkg build > Could not initiate build: There are unpushed changes in your repo > > Clue? > Here's what I tried to do. After clone, then build for F15 OK. git merge -m "Initial pseudo merge for

Re: stuck on git (again)

2010-08-25 Thread Neal Becker
Andreas Schwab wrote: > Neal Becker writes: > >> $ fedpkg push >> Everything up-to-date >> $ fedpkg build >> Could not initiate build: There are unpushed changes in your repo >> >> Clue? > > $ git status > > Andreas. > git status # O

Re: stuck on git (again)

2010-08-25 Thread Neal Becker
Till Maas wrote: > On Wed, Aug 25, 2010 at 03:57:31PM +0200, Andreas Schwab wrote: >> Till Maas writes: >> >> > git config --add push.default tracking >> >> push.default can only have one value, so --add does not make sense. > > Ok, I adjusted it here: > https://fedoraproject.org/wiki/Using_F

Re: stuck on git (again)

2010-08-25 Thread Neal Becker
Michael Cronenworth wrote: > Neal Becker wrote: >> No idea what this means. > > It means it has been 10 commits since you have pushed ("synced") with > the git repo living on pkgs.fedoraproject.org. Remember that you have > your own unique git repository living o

1 more git problem

2010-08-26 Thread Neal Becker
Updating mercurial (stop laughing) to 1.6.3. I updated master, f14, f13. Made some mistake on f12. Now: git status # On branch f12 # Your branch is ahead of 'origin/f12/master' by 1 commit. # nothing to commit (working directory clean) git merge master Already up-to-date. fedpkg build Could

Re: 1 more git problem

2010-08-26 Thread Neal Becker
Jochen Schmitt wrote: > Am 26.08.10 20:58, schrieb Neal Becker: >> Updating mercurial (stop laughing) to 1.6.3. I updated master, f14, f13. >> Made some mistake on f12. Now: >> >> git status >> # On branch f12 >> # Your branch is ahead of 'origin

git usage question

2010-09-07 Thread Neal Becker
I need to make a minor edit to one of the sources of a package. I want the sources on my machine in a state so that emacs will recognize the files are under git control and act accordingly, so I can do my edits and use emacs vc-mode stuff to commit, diff, etc. I tried using fedpkg clone + fedp

article on security of various linux

2010-09-09 Thread Neal Becker
This article: http://labs.mwrinfosecurity.com/notices/security_mechanisms_in_linux_environment__part_1___userspace_memory_protection/ seems to say that fedora is ranking poorly in deployment of various userspace memory protection mechanisms. Is this information accurate? -- devel mailing list

yet another git problem

2010-09-16 Thread Neal Becker
Updating igraph to 0.5.4. Success for devel and f14. Then for f13 I get: > fedpkg switch-branch f13 Branch f13 set up to track remote branch f13/master from origin. > git merge master CONFLICT (rename/delete): Rename .cvsignore->.gitignore in HEAD and deleted in master Automatic merge failed;

Re: yet another git problem

2010-09-16 Thread Neal Becker
Todd Zullinger wrote: > Neal Becker wrote: >> Updating igraph to 0.5.4. Success for devel and f14. Then for f13 I >> get: >> >>> fedpkg switch-branch f13 >> Branch f13 set up to track remote branch f13/master from origin. >> >>> git merge ma

Re: yet another git problem

2010-09-17 Thread Neal Becker
Any help here? I'm still stuck. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

updates with dependencies

2010-09-17 Thread Neal Becker
I've pushed an update to f14 testing for igraph. Now I need to update python-igraph. DEBUG util.py:255: No Package Found for igraph-devel = 0.5.4 What is the procedure to make igraph-0.5.4 available so I can build python- igraph-0.5.4 which needs it? I've forgotten, and a quick search of htt

FAILED: BuildrootError: could not init mock buildroot

2010-10-01 Thread Neal Becker
FAILED: BuildrootError: could not init mock buildroot, mock exited with status 30; see root.log for more information http://koji.fedoraproject.org/koji/taskinfo?taskID=2506706 DEBUG util.py:260: Error: Package: 4:perl-5.12.2-137.fc15.x86_64 (build) DEBUG util.py:260: Requires: libp

Re: FAILED: BuildrootError: could not init mock buildroot

2010-10-01 Thread Neal Becker
Bill Nottingham wrote: > Neal Becker (ndbeck...@gmail.com) said: >> FAILED: BuildrootError: could not init mock buildroot, mock exited with >> status 30; see root.log for more information >> >> http://koji.fedoraproject.org/koji/taskinfo?taskID=2506706 >> >

not sure how to fix locale packaging

2010-10-05 Thread Neal Becker
mercurial has hard-wired to install .mo files under python_sitearch, and i18n.py has hard-coded to look there. On fedora, find-lang.sh is usually used to find these files, but expects to find them in e.g., /usr/share/locale Not sure what's the best way to fix this. Either leave .mo files where

Re: Ubuntu 10.10's installer looks rather nice

2010-10-12 Thread Neal Becker
Dennis Jacobfeuerborn wrote: > On 10/12/2010 10:28 AM, Gerd Hoffmann wrote: >> Hi, >> >>> Striving for usability and pleasantness for the untechnical users >>> certainly is a good thing. It gets problematic when you choose to make >>> things technically inferior just to please those kind of us

PyQt + python3?

2010-10-20 Thread Neal Becker
Has anyone attempted a pyqt for python3? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Who is working on python3 packages?

2010-10-20 Thread Neal Becker
I have started porting to python3. So far I have a patch for fpconst. I have not so far been able to contact upstream. Maybe we should start a SIG for this? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Who is working on python3 packages?

2010-10-20 Thread Neal Becker
Thomas Spura wrote: > On Wed, 20 Oct 2010 08:36:23 -0400 > Neal Becker wrote: > >> I have started porting to python3. So far I have a patch for >> fpconst. I have not so far been able to contact upstream. >> >> Maybe we should start a SIG for this? >>

Re: PyQt + python3?

2010-10-20 Thread Neal Becker
Rex Dieter wrote: > Stanislav Ochotnicky wrote: > >> On 10/20/2010 02:38 PM, Neal Becker wrote: >>> Has anyone attempted a pyqt for python3? >> >> I did. It failed (not on Fedora though and I didn't investigate at the >> time). I seem to remember

unowned dirs

2010-10-20 Thread Neal Becker
https://bugzilla.redhat.com/show_bug.cgi?id=645079 Various dirs are created by the install process. These dirs under hgext could vary depending on whatever extensions upstream decides to package. I'd prefer not to have to keep changing the spec to reflect those changes, but to automate the pr

Re: unowned dirs

2010-10-20 Thread Neal Becker
Adam Jackson wrote: > On Wed, 2010-10-20 at 17:07 -0400, Neal Becker wrote: > >> BTW, it's annoying that rpm allows only 1 %files -f. > > http://rpm.org/wiki/Releases/4.8.0 > > %files now accepts multiple filelists through -f (ticket #70, > RhBug:475359) >

Re: unowned dirs

2010-10-20 Thread Neal Becker
Ville Skyttä wrote: > On Thursday 21 October 2010, Neal Becker wrote: > >> Right now I have: >> %dir %{python_sitearch}/mercurial >> %dir %{python_sitearch}/hgext >> >> I guess owning the parent dirs is not sufficient? > > Right. > >> I c

Re: unowned dirs

2010-10-20 Thread Neal Becker
Orcan Ogetbil wrote: > On Wed, Oct 20, 2010 at 5:14 PM, Adam Jackson wrote: >> On Wed, 2010-10-20 at 17:07 -0400, Neal Becker wrote: >> >>> BTW, it's annoying that rpm allows only 1 %files -f. >> >> http://rpm.org/wiki/Releases/4.8.0 >> >> %fi

orphaning some packages

2010-10-22 Thread Neal Becker
I no long use these and do not wish to continue as maintainer: qct igraph python-igraph -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

git merge problem

2010-10-27 Thread Neal Becker
Sorry to be so stupid. I don't really have a lot of time to spend on this, maybe someone can give me a clue. I updated unuran master just fine. Then I did my usual dance: fedpkg switch-branch f14 git merge master fedpkg push fedpkg build bohdi ... fedpkg switch-branch f13 Branch f13 set up to

root has broken dependencies in the rawhide tree

2010-10-30 Thread Neal Becker
I have no idea what these messages I've received mean: root has broken dependencies in the rawhide tree: On x86_64: root-unuran-5.26.00e-1.fc15.x86_64 requires libunuran.so.14()(64bit) On i386: root-unuran-5.26.00e-1.fc15.i686 requires libunuran.so.14 Please resolve this as soon as

on /etc/sysconfig

2011-07-18 Thread Neal Becker
This article recommends ending /etc/sysconfig http://0pointer.de/blog/projects/on-etc-sysinit.html -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

help with dmtcp

2011-07-24 Thread Neal Becker
https://bugzilla.redhat.com/show_bug.cgi?id=676335 Can someone see if they also hit this problem when building on F15? (configure: error: unrecognized options: --disable-dependency-tracking) If so, any hints? I'm stuck. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedorap

Re: help with dmtcp

2011-07-24 Thread Neal Becker
Nathan Owens wrote: > Does it still compile? I would think that it would compile even though > it says that. If so I would ignore it I believe > > On 07/24/2011 12:31 PM, Neal Becker wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=676335 >> >> Can someone see

howto not strip .so on install

2011-07-27 Thread Neal Becker
Trying to help packaging dmtcp. There are 2 shared libs installed. They are stripped by the rpm install, and then fail when attempting to dlopen them (or 1 of them). 1. Is that normal behaviour? 2. How can I avoid it? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedorapr

Re: howto not strip .so on install

2011-07-27 Thread Neal Becker
Jerry James wrote: > On Wed, Jul 27, 2011 at 9:48 AM, Neal Becker wrote: >> Trying to help packaging dmtcp. There are 2 shared libs installed. They are >> stripped by the rpm install, and then fail when attempting to dlopen them (or >> 1 of them). > > Fail how? Wh

Re: howto not strip .so on install

2011-07-27 Thread Neal Becker
>Jerry James wrote: > On Wed, Jul 27, 2011 at 12:06 PM, Jerry James wrote: >> It isn't strip. If I run strip on the version of libmtcp.so left in >> the build dir and copy it over /usr/lib64/dmtcp/libmtcp.so, then it >> also works. But that version is different from the one installed by >> rpm.

Re: Heads-up: ipython-0.11 breaking anything :)

2011-08-02 Thread Neal Becker
Thomas Spura wrote: > Hi list, > > I just build ipython-0.11 in rawhide, which changed pretty much > anything internally, so *ALL* dependant packages will be possible > broken. > > repoquery just reports 2 packages, but it should be more...: > python-networkx > python-polybori > > Missing packa

Does abrt work?

2011-08-09 Thread Neal Becker
Here's what I got trying to use retrace server for crash of inkscape: Retrace job failed Analyzing crash data OK Initializing virtual root OK Generating backtrace Error Unable to chmod the executable (exited with 1) -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraprojec

Re: Does abrt work?

2011-08-10 Thread Neal Becker
le. > What package are you trying to retrace? AFAIK there seems to be a > problem with gnome-related packages. > > Thanks a lot. > > Michal > > On 09.08.2011 19:40, Neal Becker wrote: >> Here's what I got trying to use retrace server for crash of inkscape

openSUSE announces release of openqa

2011-10-13 Thread Neal Becker
http://news.opensuse.org/2011/10/11/opensuse-announces-first-public-release-of- openqa/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

sponsor howto?

2011-10-31 Thread Neal Becker
https://bugzilla.redhat.com/show_bug.cgi?id=676335 is waiting for a sponsor. I'd like to sponsor it. What is the procedure? Do I change the Assigned To: Timothy St. Clair (edit) (take) By selecting 'take'? It is not clear if 'take' if for sponsoring the package, or for the review. --

Re: sponsor howto?

2011-10-31 Thread Neal Becker
Sorry, I'm using the wrong terms. A BR was already opened by Kapil Arya https://bugzilla.redhat.com/show_bug.cgi?id=676335 I have discussed with upstream, and the asked me to take ownership of this package, which I have agreed to. What do I need to do? -- devel mailing list devel@lists.fed

orphan some packages

2011-04-07 Thread Neal Becker
3 or my packages are now parentless: qct igraph python-igraph -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

ubuntu to switch to lightdm?

2011-05-12 Thread Neal Becker
Sounds interesting: http://digitizor.com/2011/05/12/ubuntu-11-10-lightdm/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

json error from bodhi update

2011-05-20 Thread Neal Becker
3083146 build (dist-f14-updates-candidate, /uncrustify:6a8dd0eea2183240177154f27c10a730f20994eb) completed successfully Creating a new update for uncrustify-0.58-1.fc14 ServerError(https://admin.fedoraproject.org/updates/save, 200, Error returned from json module while processing https://admin.fe

Re: json error from bodhi update

2011-05-23 Thread Neal Becker
Luke Macken wrote: > Excerpts from Neal Becker's message of Fri May 20 07:40:41 -0400 2011: >> 3083146 build (dist-f14-updates-candidate, >> /uncrustify:6a8dd0eea2183240177154f27c10a730f20994eb) completed successfully >> Creating a new update for uncrustify-0.58-1.fc14 >> ServerError(https://admin

compat-gcc4.4?

2011-05-27 Thread Neal Becker
I'm trying to use nvidia cuda 4.0. It refuses to even try to compile with gcc>4.5. Any chance of a compat-gcc4.4 on f15? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

build system hung?

2011-06-01 Thread Neal Becker
koji watch-task 3103524 Watching tasks (this may be safely interrupted)... 3103524 build (dist-rawhide, /mercurial:cd1aebcad31e13ea42fdf0d51be65eb7230ffc66): free nothing happening... -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

patch only if dependent version < x? (rpm spec)

2011-06-02 Thread Neal Becker
How can I apply a patch only if the version of a dependency is < x? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: patch only if dependent version < x? (rpm spec)

2011-06-02 Thread Neal Becker
Sam Varshavchik wrote: > Neal Becker writes: > >> How can I apply a patch only if the version of a dependency is < x? > > You mean you want to specify the dependency's version in a macro, that you > put into Requires:? If so, just use the macro in your build script,

Re: patch only if dependent version < x? (rpm spec)

2011-06-03 Thread Neal Becker
Kevin Kofler wrote: > Neal Becker wrote: >> How can I apply a patch only if the version of a dependency is < x? > > I generally do something like: > > %if 0%{?fedora} > NN > %global have_foo_MMM 1 > %endif > > %if 0%{?have_foo_MMM} > BuildRequires: foo

Re: patch only if dependent version < x? (rpm spec)

2011-06-03 Thread Neal Becker
Nathanael D. Noblet wrote: > On 06/03/2011 05:19 AM, Neal Becker wrote: >> So it is ultimately conditioned on fedora version, not foo-devel version. > > Just curious, why don't you require the version that doesn't require the > patch? > In the future, let&#

selinux alert from gccgo

2011-06-09 Thread Neal Becker
I just compiled 'hello world.go' with gccgo on F15 and got selinux alert about mmap_zero when executable was run. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: F15 / VirtualBox

2011-06-10 Thread Neal Becker
Dave Jones wrote: > On Thu, Jun 09, 2011 at 02:00:57PM +0100, Matthew Garrett wrote: > > On Thu, Jun 09, 2011 at 08:01:06PM +1000, Chris Jones wrote: > > > > > I agree. As virtualization technology becomes more and more involved > > > and frequent on users systems, particularly with advanced

Re: F15 / VirtualBox

2011-06-10 Thread Neal Becker
Neal Becker wrote: > Dave Jones wrote: > >> On Thu, Jun 09, 2011 at 02:00:57PM +0100, Matthew Garrett wrote: >> > On Thu, Jun 09, 2011 at 08:01:06PM +1000, Chris Jones wrote: >> > >> > > I agree. As virtualization technology becomes more and m

Re: F15 / VirtualBox

2011-06-11 Thread Neal Becker
Gilboa Davara wrote: > >> > 1. Easy setup of networking (bridged). >> Just to followup, to setup bridged net on kvm I need to reboot my server. >> That's a non-starter. > > And long as you're will to do the hard work yourself, there's no need to > reboot your machine. > > 1. Create a bridge co

Re: Packages that will be orphaned

2011-06-21 Thread Neal Becker
Toshio Kuratomi wrote: > On Mon, Jun 20, 2011 at 01:00:10PM -0500, Richard Shaw wrote: >> I'll take "google-droid-fonts". >> > Done. > > -Toshio I hope someone picks up stix-fonts! -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

[OT] numpy 1.6 on fedora 15

2011-06-22 Thread Neal Becker
A little OT perhaps, but would installation of numpy1.6 onto fedora15 be expected to break anything? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Something wrong with atlas-3.8.3-18.fc14.src.rpm

2011-07-05 Thread Neal Becker
0. F15 x86_64 1. yumdownloader --source atlas 2. rpmbuild -D 'enable_native_atlas 1' atlas.spec error: line 75: Bad Requireflags: qualifiers: Requires(posttans): chkconfig How can it be that my system fails rpmbuild but fedora build is OK? -- devel mailing list devel@lists.fedoraproject.

Re: LD Changes To Implicit DSO Linking Update

2010-02-09 Thread Neal Becker
Will there we a switch to give me the old behavior? I might want this for my own legacy code. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Not prepared for 4096 byte sector hard drives?

2010-02-14 Thread Neal Becker
Any truth here? http://www.osnews.com/story/22872/Linux_Not_Fully_Prepared_for_4096- Byte_Sector_Hard_Drives -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Not prepared for 4096 byte sector hard drives?

2010-02-14 Thread Neal Becker
Felix Miata wrote: > On 2010/02/14 20:58 (GMT+0100) nodata composed: > >> On 14/02/10 17:59, Neal Becker wrote: > >>> Any truth here? > >>> http://www.osnews.com/story/22872/Linux_Not_Fully_Prepared_for_4096- Byte_Sector_Hard_Drives > >> Yep.

selinux-policy-targeted update failure

2010-03-07 Thread Neal Becker
Updating : selinux-policy-targeted-3.6.32-92.fc12.noarch 64/215 libsepol.scope_copy_callback: audioentropy: Duplicate declaration in module: type/attribute entropyd_var_ru\ n_t (No such file or directory). libsemanage.semanage_link_sandbox: Link packages failed (No such file or di

howto group push?

2010-03-08 Thread Neal Becker
mercurial and tortoise-hg need (generally) to be pushed in sync. They are maintained by 2 different people. What are suggested ways to make sure pushes are synchronized? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: howto group push?

2010-03-08 Thread Neal Becker
leigh scott wrote: > On Mon, 2010-03-08 at 08:20 -0500, Josh Boyer wrote: > >> The maintainers should coordinate, and one of them should bundle both >> packages >> into a single bodhi update. It's the only way to guarantee they get >> pushed at the same time. >> >> josh > > They would need com

Re: selinux-policy-targeted update failure

2010-03-08 Thread Neal Becker
On Monday 08 March 2010, Daniel J Walsh wrote: > On 03/07/2010 09:48 AM, Neal Becker wrote: > > Updating : selinux-policy-targeted-3.6.32-92.fc12.noarch > > > > 64/215 > > libsepol.scope_copy_callback: audioentropy: Duplicate declaration in > > modul

Re: Managing spec files

2010-03-08 Thread Neal Becker
BJ Dierkes wrote: > > On Mar 8, 2010, at 10:59 AM, Steve Traylen wrote: > >>> >> It is true that the separate .spec files are maintained separately. What >> many people try and do is maintain them as identical, at least at the >> start. Have a look at: >> http://fedoraproject.org/wiki/Packagin

What happened to mercurial-1.5-2.fc11?

2010-03-11 Thread Neal Becker
fc13 and fc12 are shown here: https://admin.fedoraproject.org/updates/search/mercurial?_csrf_token=9d135a7a59b1892cc911a5f075633fb7dd4ef993 But not fc11. So I tried to rebuild, and got: 2046149 build (dist-f11-updates-candidate, /cvs/pkgs:rpms/mercurial/F-11:mercurial-1_5-2_fc11): open (ppc03.p

can automatic pushes be disabled?

2010-03-13 Thread Neal Becker
Still trying to sort out coordination of our 2 packages by 2 different maintainers that must be kept in sync. Surprise, one was automatically pushed to stable due to karma. Can that feature be selectively disabled? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraprojec

Re: can automatic pushes be disabled?

2010-03-14 Thread Neal Becker
Kalev Lember wrote: > On 03/13/2010 03:57 PM, Neal Becker wrote: >> Still trying to sort out coordination of our 2 packages by 2 different >> maintainers that must be kept in sync. Surprise, one was automatically >> pushed to stable due to karma. >> >> Can tha

fedora-packager-setup crash

2010-03-28 Thread Neal Becker
My cert was expired. I D/L new cert and rename to ~/.fedora-cert. Then run fedora-packager-setup and it crashes: fedora-packager-setup Setting up Fedora packager environment You need a client certificate from the Fedora Account System, lets get one now Traceback (most recent call last): Fil

A little help with build failure?

2010-04-05 Thread Neal Becker
A file has been added to the lookaside cache for mercurial: 22eac5602d777f9601e23700e641503f mercurial-1.5.1.tar.gz OK, so why: http://koji.fedoraproject.org/koji/getfile?taskID=2095322&name=build.log says: error: File /builddir/build/SOURCES/mercurial-1.5.1.tar.gz: No such file or directory

gcc 4.5 released

2010-04-15 Thread Neal Becker
What is plan to introduce gcc 4.5 into fedora? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Add mercurial to development group?

2010-04-28 Thread Neal Becker
I noticed this post: http://forums.fedoraforum.org/showthread.php?t=22 What would be the process to add mercurial to development group? How can I see what packages are in which groups? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/deve

Re: Add mercurial to development group?

2010-04-28 Thread Neal Becker
Bill Nottingham wrote: > Rex Dieter (rdie...@math.unl.edu) said: >> fyi, comps is in git now, instructions are referenced in the >> aforementioned document. > > ... and mercurial's already an optional package there. Or is this > a request to make it a default one? > > Bill IMO, mercurial should

anaconda poor error handling

2011-11-09 Thread Neal Becker
Just tried (and failed) update f15->f16. Using dvd (most reliable method). Went fine until I hit an error, trying to update ipython. At this point, anaconda just quit. No hints given what the issue was. No offer to try to report the error. It mentioned that it _might_ be caused by a problem

git push permission denied

2011-11-15 Thread Neal Becker
I just had to setup a new machine, and new ssh keys. I visited https://admin.fedoraproject.org/accounts/user/edit/ I chose my new id_rsa.pub to upload. But I get: git push --verbose Pushing to ssh://nbec...@pkgs.fedoraproject.org/mercurial Permission denied (publickey). fatal: The remote

Re: git push permission denied

2011-11-15 Thread Neal Becker
Neal Becker wrote: > I just had to setup a new machine, and new ssh keys. > > I visited > > https://admin.fedoraproject.org/accounts/user/edit/ > > I chose my new id_rsa.pub to upload. > > But I get: > > git push --verbose > Pushing to ssh://nbec

Re: git push permission denied

2011-11-15 Thread Neal Becker
Tony Breeds wrote: > On Tue, Nov 15, 2011 at 07:22:53PM -0500, Neal Becker wrote: >> I just had to setup a new machine, and new ssh keys. >> >> I visited >> >> https://admin.fedoraproject.org/accounts/user/edit/ >> >> I chose my new id_rsa.pub

push direct to stable?

2011-11-17 Thread Neal Becker
Is it possible to push this update direct to stable to close this bug? https://bugzilla.redhat.com/show_bug.cgi?id=754741 https://admin.fedoraproject.org/updates/kdiff3-0.9.96-5.fc16 -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Reminder: Fedora password and ssh key change deadline looms (2 days left!)

2011-11-29 Thread Neal Becker
I don't want to change my ssh key that I use for many other purposes. What is the suggested method to generate a new key to be used only for fedora? Kevin Fenzi wrote: > Just a friendly reminder: If you are a Fedora account system account > holder, and haven't changed your password and uploade

Canonical Will Remove Java From Ubuntu

2011-12-18 Thread Neal Becker
http://lxer.com/module/newswire/ext_link.php?rid=159737 -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Canonical Will Remove Java From Ubuntu

2011-12-18 Thread Neal Becker
drago01 wrote: > On Sun, Dec 18, 2011 at 12:54 PM, Neal Becker wrote: >> http://lxer.com/module/newswire/ext_link.php?rid=159737 > > So? They are removing the non free Sun JDK ... which we never shipped. Sorry, I was confused - shouldn't post so early in the morning. --

kmod for fedora?

2011-12-22 Thread Neal Becker
I was reading about kmod on LWN. Sounds like it might be good for a future fedora, to optimize boot time http://www.politreco.com/2011/12/announce-kmod-1/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

fedpkg push with non-default id_rsa.pub

2012-01-01 Thread Neal Becker
How do I use fedpkg push with a non-default key? fedpkg push --help gives no clue. I need to use id_rsa.fedora.pub. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: fedpkg push with non-default id_rsa.pub

2012-01-01 Thread Neal Becker
Jan Kratochvil wrote: > On Mon, 02 Jan 2012 00:57:07 +0100, Neal Becker wrote: >> How do I use fedpkg push with a non-default key? fedpkg push --help gives no >> clue. I need to use id_rsa.fedora.pub. > > Using in ~/.ssh/config: > IdentityFile ~/.ssh/id_dsa >

Re: fedpkg push with non-default id_rsa.pub

2012-01-01 Thread Neal Becker
Reindl Harald wrote: > > > Am 02.01.2012 01:10, schrieb Neal Becker: >> Well looks like I had this working before - I see this in my config: >> >> HOST *.fedoraproject.org fedorapeople.org *.fedorahosted.org IdentityFile >> ~/.ssh/id_rsa.fedora >> &g

An Easy But Serious Screensaver Security Problem In X.Org

2012-01-20 Thread Neal Becker
Hopefully this is being addressed: http://www.phoronix.com/scan.php?page=news_item&px=MTA0NTA -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

cupsd lacking sysv compatibility?

2012-01-21 Thread Neal Becker
sudo service cupsd restart ... Redirecting to /bin/systemctl restart cupsd.service Failed to issue method call: Unit cupsd.service failed to load: No such file or directory. See system logs and 'systemctl status cupsd.service' for details. -- devel mailing list devel@lists.fedoraproject.org h

serious conflicts between python pks installed via yum vs pip

2012-02-10 Thread Neal Becker
I've seen this repeatedly, with often very serious consequences (complete failure of update from f15->f16 for example). Between packages installed via pip, and packages installed via yum, some packages seem to switch between e.g., numpy-1.6.1-py2.7.egg-info being installed as a file and the sa

Re: serious conflicts between python pks installed via yum vs pip

2012-02-10 Thread Neal Becker
80 wrote: > 2012/2/10 Neal Becker : >> I've seen this repeatedly, with often very serious consequences (complete >> failure of update from f15->f16 for example). >> >> Between packages installed via pip, and packages installed via yum, some >> packages se

Re: serious conflicts between python pks installed via yum vs pip

2012-02-10 Thread Neal Becker
80 wrote: > 2012/2/10 Neal Becker : >> >> Really? This is the only answer? Can't we tweek rpm/yum to accomodate this? >> Does anyone understand what is causing it? Why would pip install the >> egg-info differently than rpm? >> >> -- >> d

Re: serious conflicts between python pks installed via yum vs pip

2012-02-10 Thread Neal Becker
Haïkel Guémar wrote: > Le 10/02/2012 19:20, Neal Becker a écrit : >> >> Yes, but trying to be helpful to users is a fedora packaging/rpm issue. >> > > Generally speaking, mixing RPM packages with development platform here> native packages is not doing a favor to ou

Re: serious conflicts between python pks installed via yum vs pip

2012-02-11 Thread Neal Becker
Matej Cepl wrote: > On 10.2.2012 18:09, 80 wrote: >> Python guidelines recommends that packagers installs python eggs using >> distutils (python setup.py install as recommended in guidelines) while >> pip use the same install method as easy_install (provided by >> setuptools/distribute). The forme

  1   2   3   4   >