Re: aegis.2.25 release candidate (d501)
Ralf Fassel <[email protected]>
| Newsgroups | gmane.comp.version-control.aegis.user |
|---|---|
| Organization | Akustik Technologie Goettingen |
| Message-ID | <[email protected]> |
* Peter Miller
| I'm working on a 4.26 release. If you go to
|
| http://aegis.sourceforge.net/4.25/
|
| you will see a 4.25.D501 available for download. This is an early
| release candidate. I would appreciate build-and-test reports for this
| version of Aegis on as many machine varieties as you have access to.
OpenSuse 11.4, uname -a
Linux panther 2.6.37.6-0.20-desktop #1 SMP PREEMPT 2011-12-19 23:39:38 +0100 i686 i686 i386 GNU/Linux
- configure
- make
Makefile:16333: warning: overriding recipe for target `/usr/local/share/aegis/icon/aegis.gif'
Makefile:16325: warning: ignoring old recipe for target `/usr/local/share/aegis/icon/aegis.gif'
Makefile:16345: warning: overriding recipe for target `/usr/local/share/aegis/icon/rss.gif'
Makefile:16337: warning: ignoring old recipe for target `/usr/local/share/aegis/icon/rss.gif'
Some warnings like
GROFF_NO_SGR=-c groff -I. -Tascii -t -man lib/en/man1/aedist.1 > lib/en/cat1/aedist.1
warning: around line 596: table wider than line width
when building the manpages, and
ps2pdf lib/en/readme.ps lib/en/readme.pdf
GPL Ghostscript 9.00: Error: Font Renderer Plugin ( FreeType ) return code = -1
when preparing the PDFs
- make sure
Passed 347 of 356 tests.
Failed 8 of 356 tests.
No result for 1 of 356 tests.
NO RESULT due to missing 'fhist' in
CXX="g++" /bin/sh etc/test.sh -shell /bin/sh -run \
test/02/t0265a-pmil.sh t0265a-pmil.ES
aefinish: aegis --integrate-begin --project=bug-four --change=10 --verbose
aegis: warning: test mode
aegis: project "bug-four": change 10: copy baseline to integration directory
aegis: project "bug-four": change 10: apply change to integration directory
aegis: project "bug-four": change 10: integrate begin complete
aefinish: aegis --diff --no-merge --project=bug-four --change=10 --verbose
aegis: warning: test mode
aegis: cd /tmp/25839/proj/delta25940.001
aegis: diff -pU10 /dev/null /tmp/25839/proj/delta25940.001/aegis.conf
>/tmp/25839/proj/delta25940.001/aegis.conf,D || [ $? -eq 1 ] || grep
"^Binary files" /tmp/25839/proj/delta25940.001/aegis.conf,D
aegis: project "bug-four": change 10: difference complete
aefinish: aegis --build --project=bug-four --change=10 --verbose
aegis: warning: test mode
aegis: project "bug-four": change 10: creating symbolic links to baseline
aegis: project "bug-four": change 10: integration build started
aegis: cd /tmp/25839/proj/delta25940.001
aegis: true
aegis: project "bug-four": change 10: integration build complete
aefinish: aegis --integrate-pass --project=bug-four --change=10 --verbose
aegis: warning: test mode
aegis: project "bug-four": change 10: history create aegis.conf
aegis: cd /tmp/25839/proj/history
aegis: fhist q10101 -create -cu -i /tmp/aegis-d6875358-0b12-4228-b36b-
84d813896f63/q10101 -p /tmp/25839/proj/history/01.uui/01.uui/01010101.
010/10101010.101 -r
/bin/sh: fhist: command not found
aegis: command "fhist" exit status 127
aefinish: command "aegis" exit status 1
NO RESULT for test of aecp ind ((10) integrate 133)
IMHO this test should check for availability of fhist like eg,
test/02/t0205a-walt.sh does.
The 8 failures were all related to a single missing xml file:
CXX="g++" /bin/sh etc/test.sh -shell /bin/sh -run \
test/02/t0267a-pmil.sh t0267a-pmil.ES
aemakegen: open /usr/share/xml/iso-codes/iso_639_3.xml: No such file or
directory
FAILED test of aemakegen vs i18n (aemakegen 337)
Not sure where /usr/share/xml/iso-codes/iso_639_3.xml should come
from, or whether it would be required in regular aegis use...?
HTH
R'