[gpodder-devel] build error

  • From: enderst at gmail.com (enderst)
  • Date: Tue, 10 Apr 2007 12:38:21 -0600

wahooo, that was it. i was going to start diff'n Makefiles, etc...
weird that 0.9.0 built fine.
thank you for your help
enderst

On 4/10/07, Thomas Perl <thp at perli.net> wrote:
>
> Hello, enderst!
>
> On Mon, 2007-04-09 at 23:31 -0600, enderst wrote:
> > Hello Thomas,
> > same issue:
> > intltool 0.35.5
> > gettext 0.16.1
> > 0.9.0 built fine and was trying to keep the package up to date.
>
> Reading: http://aur.archlinux.org/packages/gpodder/gpodder/PKGBUILD
>
> The part
>
>     build() {
>       cd $startdir/src/gpodder-$pkgver
>       python setup.py install --root=$startdir/pkg
>     }
>
> should probably be something like
>
>     build() {
>       cd $startdir/src/gpodder-$pkgver
>       DESTDIR=$startdir/pkg make install
>     }
>
> If you simply run setup.py, it won't generate the gettext translations
> (and some other things..). Use the makefile target "install". The
> destination directory can be specified with the variable "DESTDIR". The
> make script then calls the setup.py script after running preparations.
>
> Strangely enough, this has been the case for some releases now, so 0.9.0
> shouldn't really have worked with only running setup.py (without make).
>
>
> Enjoy,
> Thomas
>
>
> _______________________________________________
> gpodder-devel mailing list
> gpodder-devel at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/gpodder-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.berlios.de/pipermail/gpodder-devel/attachments/20070410/61ebc7c7/attachment.html>

Other related posts: