Re: [Flac-dev] Error when building doc/html

2006-10-06 Thread Josh Coalson
--- Avuton Olrich [EMAIL PROTECTED] wrote:
 BTW- is there any tenative release date? The API changes seem like
 something I'd want to prepare for. Thanks

I'm planning a beta first in a week or so since there is so much
new stuff.  don't know how long it will last.

there is a new porting guide and it's up to date.  if you install
doxygen you will get it in
doc/html/api/group__porting__1__1__2__to__1__1__3.html or you
can read the unformatted flavor in include/FLAC/all.h from CVS HEAD

Josh


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [Flac-dev] Error when building doc/html

2006-10-04 Thread Josh Coalson
did the doxygen step fail?  that's what generates the api docs
in html/

that has to work if you are building from CVS.  for official
releases I include a prebuilt one in case the user doesn't have
doxygen.

Josh


--- Avuton Olrich [EMAIL PROTECTED] wrote:

 Hello,
 
 I had to comment out the 'html' directory in the docs directory
 Makefile.am (in cvs) or else the following would occur:
 
 test -z /usr/share/doc/flac-1.1.3/html || mkdir -p --
 /var/tmp/portage/flac-cvs-0.1/image//usr/share/doc/flac-1.1.3/html
  /bin/install -c -m 644 'changelog.html'

'/var/tmp/portage/flac-cvs-0.1/image//usr/share/doc/flac-1.1.3/html/changelog.html'
  /bin/install -c -m 644 'comparison.html'

'/var/tmp/portage/flac-cvs-0.1/image//usr/share/doc/flac-1.1.3/html/comparison.html'
  /bin/install -c -m 644 'developers.html'

'/var/tmp/portage/flac-cvs-0.1/image//usr/share/doc/flac-1.1.3/html/developers.html'
  /bin/install -c -m 644 'documentation.html'

'/var/tmp/portage/flac-cvs-0.1/image//usr/share/doc/flac-1.1.3/html/documentation.html'
  /bin/install -c -m 644 'download.html'

'/var/tmp/portage/flac-cvs-0.1/image//usr/share/doc/flac-1.1.3/html/download.html'
  /bin/install -c -m 644 'faq.html'

'/var/tmp/portage/flac-cvs-0.1/image//usr/share/doc/flac-1.1.3/html/faq.html'
 (cd api  /bin/install -c -m 644 *

/var/tmp/portage/flac-cvs-0.1/image//usr/share/doc/flac-1.1.3/html/api)
 /bin/install: cannot stat `*': No such file or directory
 make[4]: *** [install-data-local] Error 1
 make[4]: *** Waiting for unfinished jobs
 
 
 -- 
 avuton
 --
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
 ___
 Flac-dev mailing list
 Flac-dev@xiph.org
 http://lists.xiph.org/mailman/listinfo/flac-dev
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [Flac-dev] Error when building doc/html

2006-10-04 Thread Avuton Olrich

On 10/4/06, Josh Coalson [EMAIL PROTECTED] wrote:

did the doxygen step fail?  that's what generates the api docs
in html/

that has to work if you are building from CVS.  for official
releases I include a prebuilt one in case the user doesn't have
doxygen.

Josh


Sorry, I'm not really sure what's going on here, It's installing via
an ebuild cvs which does nothing but download the sources,
./autogen.sh, configure (with options), make ; make install.

The full logs are here:
http://olricha.homelinux.net:8080/~sbh/flac.out

Please let me know if there's anything else I can do to help.
--
avuton
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [Flac-dev] Error when building doc/html

2006-10-04 Thread Avuton Olrich

On 10/4/06, King, Joshua [EMAIL PROTECTED] wrote:

Sorry, I'm not really sure what's going on here, It's

A quick look at that log shows that it is calling ./configure with
--disable-doc, however in CVS the option seems to be
--disable-doxygen-docs, try changing that in the ebuild file (then if
that works file a bug with the Gentoo ebuild maintainer).


./configure --prefix=/usr --host=i686-pc-linux-gnu
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
--sysconfdir=/etc --localstatedir=/var/lib --enable-ogg --enable-sse
--disable-3dnow --disable-debug --disable-doygen-docs
--disable-dependency-tracking --build=i686-pc-linux-gnu

Compiled with this configure and it still fails (even took away the
ebuild just did it in a directory:

/usr/bin/install -c -m 644 'logo130.gif'
'/usr/share/doc/flac-1.1.3/html/images/logo130.gif'
make[4]: Leaving directory `/tmp/flac/doc/html/images'
make[3]: Leaving directory `/tmp/flac/doc/html/images'
make[3]: Entering directory `/tmp/flac/doc/html'
make[4]: Entering directory `/tmp/flac/doc/html'
make[4]: Nothing to be done for `install-exec-am'.
/tmp/flac/install-sh -d /usr/share/doc/flac-1.1.3/html/api
(cd api  /usr/bin/install -c -m 644 * /usr/share/doc/flac-1.1.3/html/api)
/usr/bin/install: cannot stat `*': No such file or directory
make[4]: *** [install-data-local] Error 1
make[4]: Leaving directory `/tmp/flac/doc/html'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/tmp/flac/doc/html'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/tmp/flac/doc/html'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/flac/doc'
make: *** [install-recursive] Error 1

--
avuton
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


RE: [Flac-dev] Error when building doc/html

2006-10-04 Thread King, Joshua
/tmp/flac/install-sh -d /usr/share/doc/flac-1.1.3/html/api
(cd api  /usr/bin/install -c -m 644 * 
/usr/share/doc/flac-1.1.3/html/api)
/usr/bin/install: cannot stat `*': No such file or directory

Oops, I see what's doing it -- like Josh said doxygen is required the
way things are set up in CVS currently.

It's this change here:
http://flac.cvs.sourceforge.net/flac/flac/doc/html/Makefile.am?r1=1.17r
2=1.18

You could reverse the change, comment out the 'cd api...' line in
doc/html/Makefile.am or a simple workaround would just be to to put an
empty file in the doc/html/api folder, which should make the install
command succeed. You could put something like 'touch doc/html/api/empty'
in the ebuild if that works. 

Otherwise make doxygen a requirement of the ebuild and take out the
--disable-doxygen-docs option.


Joshua King
Defence Science and Technology Organisation
Tel: (08) 9553 4305
Email: [EMAIL PROTECTED]

IMPORTANT: This email remains the property of the Australian Defence
Organisation and is subject to the jurisdiction of section 70 of the
Crimes Act 1914. If you have received this email in error, you are
requested to contact the sender and delete the email. 
___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [Flac-dev] Error when building doc/html

2006-10-04 Thread Avuton Olrich

On 10/4/06, King, Joshua [EMAIL PROTECTED] wrote:

You could reverse the change, comment out the 'cd api...' line in
doc/html/Makefile.am or a simple workaround would just be to to put an
empty file in the doc/html/api folder, which should make the install
command succeed. You could put something like 'touch doc/html/api/empty'
in the ebuild if that works.

Otherwise make doxygen a requirement of the ebuild and take out the
--disable-doxygen-docs option.


Oh, shoot(!) I misunderstood:

JC that has to work if you are building from CVS.  for official

Now I understand :) OK, I got it working now, thanks

BTW- is there any tenative release date? The API changes seem like
something I'd want to prepare for. Thanks
--
avuton
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev