You are not logged in.

#26 2005-02-13 22:54:41

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [extra:editors] nvu 1.0

New package for the 0.81 version. 

In addition to the updated version, I made the following enhancements or changes to the package:

1. Remove some locale directories bundle with nvu which belongs to mac and windows architectures.

2. Added a mozilla-ext script which is execute a predefined browser either when the browse button is pressed or a hyperlink from the help menu entries is clicked.  Previous versions do nothing on those actions.  The default browser is firefox, but the file can be edited if your current browser is other.  Just edit /opt/mozilla/bin/mozilla-ext, comment the first browser which is firefox, and uncomment the one you want to use.

3. The most important in terms of usage and future package maintenance is the replacement of the nonroot.tar.gz file with  the -register option.  That change takes out the most difficult and time consuming patch  of the package.  That means faster releases. big_smile

Since many changes were done to the package, please test it and post any success or failure.

Offline

#27 2005-02-24 15:12:48

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [extra:editors] nvu 1.0

nvu source on PKGBUILD now points to http://cvs.nvu.com/download/nvu-$pkgver-sources.tar.bz2

People with problem downloading the sources adjust the first source like on the PKGBUILD or grab the current one.

Offline

#28 2005-03-05 22:56:19

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [extra:editors] nvu 1.0

Latest nvu findings...

1. gawk is not needed. There were no errors on compilation or execution ATM without it, so I decided  to remove the gawk dependency.  Like two weeks ago I updated the PKGBUILD while keeping the same version, but forgot to tell you about it.  Anyway don't think anyone will just recompile this beast only to remove a dependency.

2. nvu 0.90-rc1 is compiling just fine, all patches worked without problem.  The only mods I do was changing the path of some instructions on the PKGBUILD itself to reflect the rc1 value. Those values will not be needed by the final version anyways.  So I'm considering the PKGBUILD and patches mature enought. 

BTW, since nvu 0.90-rc1 is just a test package, and nvu-0.90 final will come in the following days, no package will be posted until 0.90 final comes.

Offline

#29 2005-03-06 17:20:55

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [extra:editors] nvu 1.0

Found recently while testing a Gnome PC that for some reason the package failed to build at the nvu -register instruction giving the following error:

(Gecko:6899): libgnomevfs-WARNING **: Unable to create ~/.gnome directory: Permission denied
Could not create per-user gnome configuration directory `/root/.gnome2/': Permission denied

The problem is that it tries to get to the directories shown on the error above ( /root/.gnome2) and since fakeroot is not able to do that it fails.

It occurs when Gnome is installed, even if user is currently running another DE like KDE when building the package.  Haven't tested other DE like XFCE to see if the problem spread even more.

For the time being, if your PC have Gnome installed, even if you are not an active Gnome user, should build the package as root.

Any light on how can I bypass or patch this gnome-vfs problem will be appreciated.

Updated:  XFCE also do not exhibit the problem.  It's only gnome.

Offline

#30 2005-03-11 11:53:19

Stanislav
Member
Registered: 2004-10-16
Posts: 82

Re: [extra:editors] nvu 1.0

Hi darkcoder,

waiting for the new PKGBUILD for NVU 0.9! but take your time!


[URL=http://imageshack.us][img]http://img360.imageshack.us/img360/481/imbulgarian6ph.gif[/img][/URL]

Offline

#31 2005-03-12 00:31:18

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [extra:editors] nvu 1.0

Nvu 0.90 is available for your building pleasure.

Offline

#32 2005-03-12 00:44:43

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [extra:editors] nvu 1.0

And definitely, by not using a nonroot gziped patch releases are a lot faster now. big_smile

Offline

#33 2005-03-12 00:46:17

Greycloack
Member
Registered: 2004-03-05
Posts: 166

Re: [extra:editors] nvu 1.0

Hi darkcoder, I downloaded the things but I get this :

==> Making package: nvu  (Sat Mar 12 02:44:12 IST 2005)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==>     Using local copy of nvu-0.90-sources.tar.bz2
==>     Found mozconfig in build dir
==>     Found nvu-0.70-domainfix.patch in build dir
==>     Found mozilla-1.7.3-ft2.patch in build dir
==>     Found nvu.desktop in build dir
==>     Found launcher.patch in build dir
==>     Found mozilla-ext in build dir
==>     Found nvu-browser-ext in build dir
==> Validating source files with MD5sums
    nvu-0.90-sources.tar.bz2 ... Passed
    mozconfig ... FAILED
    nvu-0.70-domainfix.patch ... Passed
    mozilla-1.7.3-ft2.patch ... Passed
    nvu.desktop ... Passed
    launcher.patch ... Passed
    mozilla-ext ... Passed
    nvu-browser-ext ... Passed
==> ERROR: One or more files did not pass the validity check!

I tried downloading the mozconfig, but it didn't help, and the same file did work when I used it to build 0.81

Offline

#34 2005-03-12 01:45:57

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [extra:editors] nvu 1.0

grab the mozconfig again

Offline

#35 2005-03-12 08:33:12

Greycloack
Member
Registered: 2004-03-05
Posts: 166

Re: [extra:editors] nvu 1.0

Works now, Thanks :-)

Offline

#36 2005-03-12 10:31:33

Stanislav
Member
Registered: 2004-10-16
Posts: 82

Re: [extra:editors] nvu 1.0

it works for me too & i like the new icon set  big_smile

Thanks again darkcoder!


[URL=http://imageshack.us][img]http://img360.imageshack.us/img360/481/imbulgarian6ph.gif[/img][/URL]

Offline

#37 2005-04-13 23:10:57

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: [extra:editors] nvu 1.0

Thanks. I've been meaning to try Nvu for a while now... smile


·¬»· i am shadowhand, powered by webfaction

Offline

#38 2005-04-15 00:09:29

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [extra:editors] nvu 1.0

I'm already building the latest 1.0PR.  All patches applied without problems, and no changes ATM has been required on the mozconfig. 

I've been researching a bit on the Gnome compile problem, and even submited the info to Daniel but haven't got a reply yet.  But apparently the -register option from Nvu has issues with gnome-vfs running under a fakeroot environment.  Even when not login on Gnome, if it is installed, Nvu fails to compile.  Found a flag --disable-gnomevfs but do nothing for the problem.

The worst, I made some tests with firefox and thunderbird, and both include the -register option and both fail with the same error on the same conditions, thus that means the problem is upstream.

Dunno if the latest 1.0PR has the same issue since I'm compiling it ATM, so I'll post any details, but probably people with Gnome installed will require to build as root as the last version.

The other alternative will be reverting to the non-root patch, which will add a binary package to the equation that I know many people are unconfortable with, and make more difficult to maintain the whole package, 3-5 days delay compared to same or next day delivery right now

Offline

#39 2005-04-15 14:02:52

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [extra:editors] nvu 1.0

version 1.0PR available now.  Previous users only need the PKGBUILD, kde-1.0PR-kdesitemanager.patch, and nvu-nonroot.tar.gz

Return to the non root patch approach since that way Gnome people can build nvu without being root due to the problem the -register command has betweeen gnome-vfs and fakeroot.  The curious (or non trusting) can anyway open the tar.gz and they will see some files that are build when nvu runs with the -register command as root.

Anyway I think the delay with the patch will not be that bad, since I make a script that will take the created files for me, so I will not have to be doing that manually as before  big_smile

I will upload the files to the aur site soon.

Offline

#40 2005-07-01 21:46:45

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [extra:editors] nvu 1.0

Version 1.0 available now, files also available on AUR site.

Enjoy it.

PS. I'll be on vacation next week and probably far from computers, so please check it.

Offline

Board footer

Powered by FluxBB