Re: make rpm-dist and deb-dist both fail with the same error

2006-01-18 Thread Dominik Vogt
On Sun, Jan 15, 2006 at 09:44:49PM +, Mikhael Goikhman wrote:
 Just tested. Mere make is broken on the released fvwm-2.5.15 tarballs.

Hrmpf, why didn't make distcheck catch this?

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: make rpm-dist and deb-dist both fail with the same error

2006-01-18 Thread Mikhael Goikhman
On 18 Jan 2006 12:45:21 +0100, Dominik Vogt wrote:
 
 On Sun, Jan 15, 2006 at 09:44:49PM +, Mikhael Goikhman wrote:
  Just tested. Mere make is broken on the released fvwm-2.5.15 tarballs.
 
 Hrmpf, why didn't make distcheck catch this?

No matter how smart make distcheck is, it is always possible to fool
it so that make in the subtree created by make dist works, but make
in the same dist tree outside of the source tree fail. This was the case,
a new Makefile.am code specifically used the files from the outer tree.

Regards,
Mikhael.



make rpm-dist and deb-dist both fail with the same error

2006-01-15 Thread Alex Wallis
I just updated my cvs sources (did a fresh checkout to be sure) and I 
keep getting an error with both make rpm-dist and make deb-dist as follows.


Making all in FvwmTabs
make[5]: Entering directory 
`/usr/src/rpm/BUILD/fvwm-2.5.16/modules/FvwmTabs'
make[5]: *** No rule to make target `FvwmTabs.pod', needed by 
`FvwmTabs.1'.  Stop.

make[5]: Leaving directory `/usr/src/rpm/BUILD/fvwm-2.5.16/modules/FvwmTabs'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/rpm/BUILD/fvwm-2.5.16/modules'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/rpm/BUILD/fvwm-2.5.16'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/rpm/BUILD/fvwm-2.5.16'
error: Bad exit status from /var/tmp/rpm-tmp.34739 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.34739 (%build)
make[1]: Leaving directory `/home/awol/work/cvs/fvwm/rpm'
awol-dev:/home/awol/work/cvs/fvwm#

I get almost exactly the same error for both rpm-dist and deb-dist

It's probably an oversight.

Alex



Re: make rpm-dist and deb-dist both fail with the same error

2006-01-15 Thread Viktor Griph

On Mon, 16 Jan 2006, Alex Wallis wrote:

I just updated my cvs sources (did a fresh checkout to be sure) and I keep 
getting an error with both make rpm-dist and make deb-dist as follows.


Making all in FvwmTabs
make[5]: Entering directory `/usr/src/rpm/BUILD/fvwm-2.5.16/modules/FvwmTabs'
make[5]: *** No rule to make target `FvwmTabs.pod', needed by `FvwmTabs.1'. 
Stop.

make[5]: Leaving directory `/usr/src/rpm/BUILD/fvwm-2.5.16/modules/FvwmTabs'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/rpm/BUILD/fvwm-2.5.16/modules'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/rpm/BUILD/fvwm-2.5.16'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/rpm/BUILD/fvwm-2.5.16'
error: Bad exit status from /var/tmp/rpm-tmp.34739 (%build)


RPM build errors:
   Bad exit status from /var/tmp/rpm-tmp.34739 (%build)
make[1]: Leaving directory `/home/awol/work/cvs/fvwm/rpm'
awol-dev:/home/awol/work/cvs/fvwm#

I get almost exactly the same error for both rpm-dist and deb-dist

It's probably an oversight.

Alex



It seems as the same error is shiped with the 2.5.15 tarballs. It seems as 
if modules/FvwmTabs/Makefile.am concider the final manpage as a part of 
the distrubution, rather than the pod-file. When making make tries to 
rebuild the manpage from the pod, but the pod is missing. I don't have 
enough knowledge on automake to know what changes are needed, so somone 
else will have to fix it.


/Viktor



Re: make rpm-dist and deb-dist both fail with the same error

2006-01-15 Thread Mikhael Goikhman
Just tested. Mere make is broken on the released fvwm-2.5.15 tarballs.
I don't think we should release new version. We should do this:

  * unpack tarball, fix one Makefile.am by adding one character, pack it
  * move cvs tag version-2_5_15 on 2 files (Makefile.am, FvwmTabs.1)

I will do this and upload fixed tarballs, then Jason just replaces them.

Meantime, Jason, please remove fvwm-2.5.15.tar.gz and bz2 from ftp.

Regards,
Mikhael.



Re: make rpm-dist and deb-dist both fail with the same error

2006-01-15 Thread Jason L Tibbitts III
 MG == Mikhael Goikhman [EMAIL PROTECTED] writes:

MG Meantime, Jason, please remove fvwm-2.5.15.tar.gz and bz2 from
MG ftp.

OK.

 - J



Re: make rpm-dist and deb-dist both fail with the same error

2006-01-15 Thread Mikhael Goikhman
On 15 Jan 2006 21:44:49 +, Mikhael Goikhman wrote:
 
 Just tested. Mere make is broken on the released fvwm-2.5.15 tarballs.
 I don't think we should release new version. We should do this:
 
   * unpack tarball, fix one Makefile.am by adding one character, pack it

For the record, I applied the same trivial fix to
modules/FvwmTabs/Makefile.in and replaced FvwmTabs.1 to be consistent
with the cvs tag. I tested make rpm-dist and it worked well.

   * move cvs tag version-2_5_15 on 2 files (Makefile.am, FvwmTabs.1)
 
 I will do this and upload fixed tarballs, then Jason just replaces them.

I can't upload, since it seems that the old tarballs are still not
removed from incoming/ (I sent a private request 30 minutes ago).
Until this is resolved, the fixed tarballs are uploaded to:

  http://fvwm.sourceforge.net/releases/

Regards,
Mikhael.