GNOME Bugzilla – Bug 328133
Patch that fails to apply part of build process?
Last modified: 2006-03-28 19:25:22 UTC
This may not be a bug, but thought I'd point it out just in case. Trying to build GStreamer from HEAD using jhbuild, I see: ./autogen.sh --prefix /opt/gnome2 -- --disable-tests --disable-static --disable-gtk-doc DEBUG: /opt/gnome2 + passing --prefix=/opt/gnome2 to configure + options passed to configure: --prefix=/opt/gnome2 --disable-tests --disable-static --disable-gtk-doc + check for build tools checking for autoconf >= 2.52 ... found 2.59, ok. checking for automake >= 1.7 ... found 1.9.6, ok. checking for autopoint >= 0.11.5 ... found 0.14.5, ok. checking for libtoolize >= 1.5.0 ... found 1.5.18, ok. checking for pkg-config >= 0.8.0 ... found 0.19, ok. patching file po/Makefile.in.in Hunk #2 FAILED at 305. 1 out of 2 hunks FAILED -- saving rejects to file po/Makefile.in.in.rej The build continues on okay, but it seems really disconcerting to see an all caps 'FAILED' during the build process if I'm watching at just the right time.
Assigning to thomas. This rings a bell -- I think at one point I had to refresh my checkout. Dunno!
probably not a big issue. maybe attach Makefile.in.in.rej so I can take a look at it.
Created attachment 57942 [details] po/Makefile.in.in.rej
ok, that might actually be a slight problem. could you give me the Makefile.in.in as well so I can see what causes it to reject ?
Sorry for lamely falling of the face of the planet and not responding sooner. Anyway, I just tried this again and don't get the failure anymore so I'll just close this.