Re: [Flac-dev] Git branch with compiling fixes for win32

2011-11-16 Thread Avuton Olrich
Hello,

Hate to be Capt. obvious here, but there's a lot of development going
on here that should be encouraged. If the FLAC project isn't going to
open up, it would make a lot of sense for someone to take over
maintenance on a github account with the git-cvsimport or such. I
don't see anyone stepping up, me included, but I wanted to throw this
out there in case someone hasn't really thought about it yet.
-- 
avuton
--
If someone nearby has an iphone and leaves it near you, be aware they
may be spying on you.
___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [Flac-dev] upcoming release, need help

2007-09-14 Thread Avuton Olrich
On 9/14/07, Josh Coalson [EMAIL PROTECTED] wrote:
 checked in to CVS is what will be very close to the 1.2.1 release
 of flac scheduled for monday.  if anyone can try building it and
 even better running the test suite, and reporting back any problems,
 that will help me get things in better shape.

Checked 2 x86_64 boxes they worked fine, 1 x86 failed a test. Logs
(streams, picture, cuesheet) for the failed box attached, please let
me know if I can help in any way.
-- 
avuton
--
 Anyone who quotes me in their sig is an idiot. -- Rusty Russell.


logs.tar.bz2
Description: BZip2 compressed data
___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [Flac-dev] upcoming release, need help

2007-09-14 Thread Avuton Olrich
On 9/14/07, Josh Coalson [EMAIL PROTECTED] wrote:
 the those logs look fine, maybe some other test failed like the
 unit tests which are unfortunately not logged.  could you try
 running them individually and see if there's a problem (they're
 relatively quick)

 $ cd test
 $ ./test_libFLAC.sh release 
   ./test_libFLAC++.sh release 
   ./test_flac.sh release 
   ./test_metaflac.sh release 
   ./test_seeking.sh release

 that will stop on the first error

Stopped at the attached, but I don't see the error
-- 
avuton
--
 Anyone who quotes me in their sig is an idiot. -- Rusty Russell.


test_libFLAC++.log.bz2
Description: BZip2 compressed data
___
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


Re: [Flac-dev] Re: multiple core support

2007-09-06 Thread Avuton Olrich
On 9/6/07, Harry Sack [EMAIL PROTECTED] wrote:
 it's really not complicated I think: only api changes to write on any

Please get started writing a patch, immediately.
-- 
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] better seeking

2006-10-28 Thread Avuton Olrich

On 10/28/06, Miroslav Lichvar [EMAIL PROTECTED] wrote:

Ok, the patch from 2003 about improving seeking still didn't make it
to CVS, so here is another try.


Both mails from you were in my SPAM (gmail) box, hope that's not
impeding this patch.
--
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, 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 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


[Flac-dev] Error when building doc/html

2006-10-03 Thread Avuton Olrich

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


Re: [Flac-dev] Re: flac with 4GB raw still does not work (CVS)

2006-06-13 Thread Avuton Olrich

On 6/12/06, Josh Coalson [EMAIL PROTECTED] wrote:

I found a bug near your backtrace, whenever sizeof(size_t)==32.
I checked in a fix, can you try it now?

Jos


That fixed it, wow. I was looking for that forever and I definitely
wouldn't have found that. I'll be using this heavily, probably about
18gb, maybe double that a day. If I find any further bugs I'll check
back in. Thanks for the quick fix/response.

--
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


[Flac-dev] Re: flac with 4GB raw still does not work (CVS)

2006-06-04 Thread Avuton Olrich

On 6/3/06, Avuton Olrich [EMAIL PROTECTED] wrote:
...stuff...

I just ran gdb on it, when it got to the point that it goes no further
I sent kill -11 and got the following (hope it helps):

Core was generated by `flac -o hs.flac -0 --force-raw-format
--channels=2 --bps=16 --sample-rate=44100'.
Program terminated with signal 11, Segmentation fault.

warning: Can't read pathname for load map: Input/output error.
Reading symbols from /usr/local/lib/libOggFLAC.so.3...done.
Loaded symbols for /usr/local/lib/libOggFLAC.so.3
Reading symbols from /usr/local/lib/libFLAC.so.7...done.
Loaded symbols for /usr/local/lib/libFLAC.so.7
Reading symbols from /usr/lib/libogg.so.0...done.
Loaded symbols for /usr/lib/libogg.so.0
Reading symbols from /lib/libm.so.6...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
#0  0xb7de8d0e in ferror () from /lib/libc.so.6
(gdb) bt
#0  0xb7de8d0e in ferror () from /lib/libc.so.6
#1  0x08055329 in flac__encode_raw (infile=0x833d430,
infilesize=14938537984, infilename=0x833d3e0
/mnt/sda/Sound/Recording/2006-06-02/a.raw, outfilename=0xbfd86800
b.flac,
   lookahead=0xbfd859d0 ?\233\006\b?\233\006\b\bZ?0?3\b,
lookahead_length=0, options=
 {common = {skip_specification = {is_relative = 0,
value_is_samples = 1, value = {seconds = 0, samples = 0}},
until_specification = {is_relative = 0, value_is_samples = 1, value =
{seconds = 0, samples = 0}}, verify = 0, use_ogg = 0, serial_number =
1139381067, lax = 0, do_mid_side = 0, loose_mid_side = 0,
do_exhaustive_model_search = 0, do_escape_coding = 0,
do_qlp_coeff_prec_search = 0, min_residual_partition_order = 2,
max_residual_partition_order = 2, rice_parameter_search_dist = 0,
apodizations = 0x8311d6c , max_lpc_order = 0, blocksize = 1152,
qlp_coeff_precision = 0, padding = 4096, requested_seek_points =
0x8312194 , num_requested_seek_points = -1, cuesheet_filename = 0x0,
cued_seekpoints = 1, is_first_file = 1, is_last_file = 1,
align_reservoir = 0x8072a90, align_reservoir_samples = 0x8310cc0,
replay_gain = 0, sector_align = 0, vorbis_comment = 0x833d328, debug =
{disable_constant_subframes = 0, disable_fixed_subframes = 0,
disable_verbatim_subframes = 0}}, is_big_endian = 0,
is_unsigned_samples = 0, channels = 2, bps = 16, sample_rate = 44100})
at encode.c:1060
#2  0x0805d53a in encode_file (infilename=0x833d3e0
/mnt/sda/Sound/Recording/2006-06-02/a.raw, is_first_file=1,
is_last_file=1) at main.c:1699
#3  0x08059493 in do_it () at main.c:519
#4  0x08058943 in main (argc=11, argv=0xbfd85bd4) at main.c:297

--
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


[Flac-dev] flac with 4GB raw still does not work (CVS)

2006-06-03 Thread Avuton Olrich

I'm attempting to flac a 18GB raw file, and as per 1328191 I compiled
CVS, when it gets to 4GB it doesn't continue. I've tried stracing and
get no output after a certain point. I also have tried oggflac and it
is no different. I configured with no options or special CFLAGS and
this is on a x86 machine. Is there anything special I need to do to
get this to work?

I have also tried with --ogg and I get no different. But the
difference between CVS and stable on this is at 4GB unencoded it will
exit sucessful, this just hangs at 100%.
--
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