Jeff | 2 Dec 2008 05:25
Picon
Favicon

[PiTiVi] compiling gnonlin 0.10.10

PiTiVi svn now depends on gnonlin 0.10.10. I tried compiling the latest gnonlin release by myself on ubuntu 8.04, and the autogen (or configure) script executes fine (I took care of dependencies), but it fails make. Could you give me some pointers? I do have libtool installed, so I don't know what's missing.

~/logiciels/tarball/gnonlin-0.10.10$ make

[...blah blah...]
../libtool: line 1144: X-Wall: command not found
../libtool: line 1144: X-Wdeclaration-after-statement: command not found
../libtool: line 1144: X-g: command not found
../libtool: line 1144: X-g: command not found
../libtool: line 1144: X-O2: command not found
../libtool: line 1144: X-MT: command not found
../libtool: line 1144: Xlibgnl_la-gnlcomposition.lo: command not found
../libtool: line 1144: X-MD: command not found
../libtool: line 1144: X-MP: command not found
../libtool: line 1144: X-MF: command not found
../libtool: line 1144: X.deps/libgnl_la-gnlcomposition.Tpo: No such file or directory
../libtool: line 1144: X-c: command not found
../libtool: line 1197: Xlibgnl_la-gnlcomposition.lo: command not found
../libtool: line 1202: libtool: compile: cannot determine name of library object from `': command not found
make[3]: *** [libgnl_la-gnlcomposition.lo] Erreur 1
make[3]: quittant le répertoire « /home/jeff/logiciels/tarball/gnonlin-0.10.10/gnl »
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire « /home/jeff/logiciels/tarball/gnonlin-0.10.10/gnl »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/jeff/logiciels/tarball/gnonlin-0.10.10 »
make: *** [all] Erreur 2
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Brandon Lewis | 2 Dec 2008 07:36
Picon
Favicon

Re: [PiTiVi] compiling gnonlin 0.10.10

Are you following the gstreamer setup instructions here?
http://www.pitivi.org/wiki/GStreamer_CVS_Setup_Page

Jeff wrote:
> PiTiVi svn now depends on gnonlin 0.10.10. I tried compiling the latest 
> gnonlin release by myself on ubuntu 8.04, and the autogen (or configure) 
> script executes fine (I took care of dependencies), but it fails make. 
> Could you give me some pointers? I do have libtool installed, so I don't 
> know what's missing.
> 
> ~/logiciels/tarball/gnonlin-0.10.10$ make
> 
> [...blah blah...]
> ../libtool: line 1144: X-Wall: command not found
> ../libtool: line 1144: X-Wdeclaration-after-statement: command not found
> ../libtool: line 1144: X-g: command not found
> ../libtool: line 1144: X-g: command not found
> ../libtool: line 1144: X-O2: command not found
> ../libtool: line 1144: X-MT: command not found
> ../libtool: line 1144: Xlibgnl_la-gnlcomposition.lo: command not found
> ../libtool: line 1144: X-MD: command not found
> ../libtool: line 1144: X-MP: command not found
> ../libtool: line 1144: X-MF: command not found
> ../libtool: line 1144: X.deps/libgnl_la-gnlcomposition.Tpo: No such file 
> or directory
> ../libtool: line 1144: X-c: command not found
> ../libtool: line 1197: Xlibgnl_la-gnlcomposition.lo: command not found
> ../libtool: line 1202: libtool: compile: cannot determine name of 
> library object from `': command not found
> make[3]: *** [libgnl_la-gnlcomposition.lo] Erreur 1
> make[3]: quittant le répertoire « 
> /home/jeff/logiciels/tarball/gnonlin-0.10.10/gnl »
> make[2]: *** [all] Erreur 2
> make[2]: quittant le répertoire « 
> /home/jeff/logiciels/tarball/gnonlin-0.10.10/gnl »
> make[1]: *** [all-recursive] Erreur 1
> make[1]: quittant le répertoire « 
> /home/jeff/logiciels/tarball/gnonlin-0.10.10 »
> make: *** [all] Erreur 2
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Pitivi-pitivi mailing list
> Pitivi-pitivi <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pitivi-pitivi

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pitivi-pitivi mailing list
Pitivi-pitivi <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pitivi-pitivi
Edward Hervey | 2 Dec 2008 09:43
Picon
Gravatar

Re: [PiTiVi] compiling gnonlin 0.10.10

Looks like libtool screwing up.

  There was some fixes added in the past few weeks for those kind of
issues in cvs. If it succeeds for you using cvs, please tell me and i'll
do a new release.

    Edward

On Mon, 2008-12-01 at 23:25 -0500, Jeff wrote:
> PiTiVi svn now depends on gnonlin 0.10.10. I tried compiling the
> latest gnonlin release by myself on ubuntu 8.04, and the autogen (or
> configure) script executes fine (I took care of dependencies), but it
> fails make. Could you give me some pointers? I do have libtool
> installed, so I don't know what's missing.
> 
> ~/logiciels/tarball/gnonlin-0.10.10$ make
> 
> [...blah blah...]
> ../libtool: line 1144: X-Wall: command not found
> ../libtool: line 1144: X-Wdeclaration-after-statement: command not
> found
> ../libtool: line 1144: X-g: command not found
> ../libtool: line 1144: X-g: command not found
> ../libtool: line 1144: X-O2: command not found
> ../libtool: line 1144: X-MT: command not found
> ../libtool: line 1144: Xlibgnl_la-gnlcomposition.lo: command not found
> ../libtool: line 1144: X-MD: command not found
> ../libtool: line 1144: X-MP: command not found
> ../libtool: line 1144: X-MF: command not found
> ../libtool: line 1144: X.deps/libgnl_la-gnlcomposition.Tpo: No such
> file or directory
> ../libtool: line 1144: X-c: command not found
> ../libtool: line 1197: Xlibgnl_la-gnlcomposition.lo: command not found
> ../libtool: line 1202: libtool: compile: cannot determine name of
> library object from `': command not found
> make[3]: *** [libgnl_la-gnlcomposition.lo] Erreur 1
> make[3]: quittant le répertoire
> « /home/jeff/logiciels/tarball/gnonlin-0.10.10/gnl »
> make[2]: *** [all] Erreur 2
> make[2]: quittant le répertoire
> « /home/jeff/logiciels/tarball/gnonlin-0.10.10/gnl »
> make[1]: *** [all-recursive] Erreur 1
> make[1]: quittant le répertoire
> « /home/jeff/logiciels/tarball/gnonlin-0.10.10 »
> make: *** [all] Erreur 2 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________ Pitivi-pitivi mailing list
Pitivi-pitivi <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pitivi-pitivi

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pitivi-pitivi mailing list
Pitivi-pitivi <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pitivi-pitivi
Edward Hervey | 4 Dec 2008 12:16
Picon
Gravatar

[PiTiVi] [PRE-RELEASE] PiTiVi 0.11.2.2

Hi all,

  A pre-release of PiTiVi is now available for download. Many
long-lasting bugfixes have been solved, and some dependencies
requirement have been updated.
  Tests, feedback, and translation updates are welcome.

  If all goes well, expect the 0.11.3 release next monday.

Tarballs available here:
http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.11/

Packages for ubuntu/debian/fedora are on their way.

   Edward

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Edward Hervey | 4 Dec 2008 19:46
Picon
Gravatar

Re: [PiTiVi] [PRE-RELEASE] PiTiVi 0.11.2.2

On Thu, 2008-12-04 at 12:16 +0100, Edward Hervey wrote:
> Hi all,
> 
>   A pre-release of PiTiVi is now available for download. Many
> long-lasting bugfixes have been solved, and some dependencies
> requirement have been updated.
>   Tests, feedback, and translation updates are welcome.
> 
>   If all goes well, expect the 0.11.3 release next monday.
> 
> Tarballs available here:
> http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.11/
> 
> Packages for ubuntu/debian/fedora are on their way.

  Updated packages for ubuntu are available here:
https://launchpad.net/~gstreamer-developers/+archive

> 
>    Edward
> 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Sebastian Dröge | 4 Dec 2008 20:05
Picon

Re: [PRE-RELEASE] PiTiVi 0.11.2.2

Am Donnerstag, den 04.12.2008, 19:46 +0100 schrieb Edward Hervey:
> On Thu, 2008-12-04 at 12:16 +0100, Edward Hervey wrote:
> > Hi all,
> > 
> >   A pre-release of PiTiVi is now available for download. Many
> > long-lasting bugfixes have been solved, and some dependencies
> > requirement have been updated.
> >   Tests, feedback, and translation updates are welcome.
> > 
> >   If all goes well, expect the 0.11.3 release next monday.
> > 
> > Tarballs available here:
> > http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.11/
> > 
> > Packages for ubuntu/debian/fedora are on their way.
> 
>   Updated packages for ubuntu are available here:
> https://launchpad.net/~gstreamer-developers/+archive

And Debian packages can be found in Debian/experimental :)
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Jeff | 6 Dec 2008 03:09
Picon
Favicon

Re: [PiTiVi] compiling gnonlin 0.10.10

Sorry for not replying sooner, Evo did not filter the mail properly.

Hmm. if this requires some sort of cvs-version of gstreamer or other sharp dependencies not provided by Ubuntu 8.04, I guess I can't test pitivi svn for a while anymore, sadly (until I get on the distro update threadmill again someday).

Unless there is a repository of some kind for 8.04? (but I would be surprised, I saw a PPA for 8.10 only).
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
Brandon Lewis | 6 Dec 2008 08:35
Picon
Favicon

Re: [PiTiVi] compiling gnonlin 0.10.10

I understand that 8.04 is an LTS release, but updating to 8.10 isn't *that* big 
of a deal, unless you absolutely need to stick with an LTS release for some 
reason. You *could* set up an 8.10 chroot, but that consumes a lot of disk space 
for one program (and is probably harder to set up than simply updating). My 
advice is to update and add the PPA.

Jeff wrote:
> Sorry for not replying sooner, Evo did not filter the mail properly.
> 
> Hmm. if this requires some sort of cvs-version of gstreamer or other 
> sharp dependencies not provided by Ubuntu 8.04, I guess I can't test 
> pitivi svn for a while anymore, sadly (until I get on the distro update 
> threadmill again someday).
> 
> Unless there is a repository of some kind for 8.04? (but I would be 
> surprised, I saw a PPA for 8.10 only).
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Pitivi-pitivi mailing list
> Pitivi-pitivi@...
> https://lists.sourceforge.net/lists/listinfo/pitivi-pitivi

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
Jeff | 6 Dec 2008 15:45
Picon
Favicon

Re: [PiTiVi] compiling gnonlin 0.10.10


I understand that 8.04 is an LTS release, but updating to 8.10 isn't *that* big
of a deal, unless you absolutely need to stick with an LTS release for some
reason.
Well, it's not really out of difficulty, but stability. Each new Ubuntu releases brings its share of bug fixes, and a fresh intake of new annoying bugs and uncertainty. 8.04 is far from bugless, but I "know" the existing bug set. 8.04 is "good enough" and I wish to remain here as long as possible and Get Things Done, instead of partially screwing up my setup/worrying every 6 months :)

In any case, I just set up a virtualmachine (now that I actually have a powerful desktop computer) to run 8.10 with the pitivi packages from the PPA. Seems all good, filed 2 new bug reports now that I discovered that project saving/loading actually works (surely has for quite a while, but I didn't know :)

By the way, I heard the news that another dev (Alessandro) has been hired to make PiTiVi kick arse. Congratulations!
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
Edward Hervey | 10 Dec 2008 12:25
Picon
Gravatar

[PiTiVi] Switching to GIT and hosting [Was: Re: git repo, public key, rebasing]

Hi,

  (I'm also posting to the mailing list).

  I'm still setting everything up and doing some testing. It will be on
pitivi.org .

  You are right in the sense that this is an 'official repository' as a
staging area for assembling releases.

  While git-svn is a good temporary solution, the git-svn conversion
done on the git-mirror.gnome.org servers isn't the best available (It
doesn't have the mapping of real names for example, the logs are
polluted with svn-specific information, etc...) and makes the whole
release/maintenance job a pain (and looks ugly).

  So it will also act as the staging ground for the 'official' git-svn
repository (I did a proper conversion of the svn repository). The idea
will be that we will have the *pure git* branches and their *git svn*
counterparts (Which i will regularly synchronize when pushing to
gnome.org). We will therefore no longer loose the *pure git* history
(comments, branches, authors, committers, etc...).

  This will also mean that anybody using git can use *clean* git
repositories, instead of the ones we're currently offering which are
polluted with plenty of svn-specific stuff.
  Oh, last thing, when pushing to svn ... the author is the person doing
the push to svn ... so for the past few months it looks like I'm the
only one working on PiTiVi :( This way we'll bring back credit to the
rightful owners.

  We will still be pushing regularly to svn so that the gnome i18n team
can still do their great translation job, but everything else (release,
maintenance, etc..) will be done off the git repository.

  To sum up, our main (D)VCS is git, therefore a git repository should
be the 'official' repository, and the svn repository becomes a clone of
that (as opposed to now where svn is the official one, and git is just
a clone).

  On other related news, the current hosting provider for pitivi.org
(sevenl.net) has been acting worse and worse for the past year, so I'm
moving it over to slicehost.org (faster machine, more RAM, easier
administration, reliable provider).
  As soon as both are up, I'll transfer the data from the old server to
the new server (wiki, git, ...) and switch the dns to the new machine.
Hopefully this will be done within the day.

     Edward

--

-- 
Edward Hervey <bilboed@...>

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/

Gmane