dvda-author-09.05

View: New views
10 Messages — Rating Filter:   Alert me  

dvda-author-09.05

by fabrni :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

A much-awaited update of dvda-author has just been uploaded to the SF file release system.
Main new features are:
Fixes:
- build system (SoX code-related) issues
- fixwav is now functional (pads/prunes/parses non-standard headers/interpolates audio parameters and corrects/backs up files)

Core processes:
- improved core process padding routines (--no-padding, --lossy-rounding)

Check man page or website.

(The announced new suboption of --extract, splitting back multichannel audio into separate channels on decrypting, will only be implemented in June)

I will be grateful for feedback. Although I think this version fixes many issues, it still needs a bit of testing.
Fab

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel

Parent Message unknown Re: dvda-author-09.05

by Udo-12 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello Fabrice,

--- On Mon, 6/1/09, fabrni@... <fabrni@...> wrote:

> I will be grateful for feedback. Although I think this
> version fixes many issues, it still needs a bit of testing.

checking sox.h usability... no
checking sox.h presence... no
checking for sox.h... no
configure:

Building SoX library from sources (not installed)...
Triggering --enable-sox-build...


# rpm -ql sox-devel
/usr/include/sox
/usr/include/sox/sox.h
/usr/include/sox/soxstdint.h
/usr/lib64/libsox.so
/usr/lib64/pkgconfig/sox.pc
/usr/share/man/man3/libsox.3.gz

Linking against libflac worked ok after installing flac-devel.

Udo


     

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel

Parent Message unknown Re: dvda-author-09.05

by Udo-12 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Also:

libtool: link: gcc -std=gnu99 -std=c99 -march=k8 -mtune=k8 -msse -msse2 -msse3 -m3dnow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -DCPU_IS_LITTLE_ENDIAN -o dvda amg2.o ats.o atsi2.o audio.o auxiliary.o dvda-author2.o file_input_parsing.o samg2.o videoimport.o launch_manager.o command_line_parsing.o endianness.o lexer.o  -lm -liberty -L/usr/local/lib -lFLAC -logg -L/usr/lib -L/usr/local/lib/FLAC -L/usr/local/lib/flac -L/usr/local/lib/sox ../libutils/libc_utils.a ../libats2wav/libats2wav.a ../fixwav/src/libfixwav13.a /root/rpmbuild/BUILD/dvda-author-09.05/libsoxconvert/src/libsoxconvert.a /root/rpmbuild/BUILD/dvda-author-09.05/libsoxconvert/libsox/libsox.a /root/rpmbuild/BUILD/dvda-author-09.05/libsoxconvert/libgsm/libgsm.a /root/rpmbuild/BUILD/dvda-author-09.05/libsoxconvert/lpc10/liblpc10.a /root/rpmbuild/BUILD/dvda-author-09.05/libsoxconvert/libsox/libsfx.a -lasound -lpng -lz
command_line_parsing.o: In function `command_line_parsing':
/root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:131: undefined reference to `getopt_long_surrogate'
/root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:157: undefined reference to `getopt_long_surrogate'
/root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:271: undefined reference to `getopt_long_surrogate'
/root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:438: undefined reference to `getopt_long_surrogate'
collect2: ld returned 1 exit status


What is missing?

Kind regards,
Udo



     

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel

Re : dvda-author-09.05

by fabrni :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


It's a code snippet that's been cleaned in -2.  Due to glibc not being compiled, itself owing to presence of liberty lib and no detection of sox lib.
With your version, --enable-glibc should circumvent the issue.

-----E-mail d'origine-----
De : udo <udovdh@...>
A : lfeldkam@...; dvd-audio-devel@...; fabrni@...
Envoyé le : Mardi, 2 Juin 2009 16:40
Sujet : Re: [Dvd-audio-devel] dvda-author-09.05


Also:

libtool: link: gcc -std=gnu99 -std=c99 -march=k8 -mtune=k8 -msse -msse2 -msse3
-m3dnow -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -DCPU_IS_LITTLE_ENDIAN -o dvda
amg2.o ats.o atsi2.o audio.o auxiliary.o dvda-author2.o file_input_parsing.o
samg2.o videoimport.o launch_manager.o command_line_parsing.o endianness.o
lexer.o -lm -liberty -L/usr/local/lib -lFLAC -logg -L/usr/lib
-L/usr/local/lib/FLAC -L/usr/local/lib/flac -L/usr/local/lib/sox
../libutils/libc_utils.a ../libats2wav/libats2wav.a ../fixwav/src/libfixwav13.a
/root/rpmbuild/BUILD/dvda-author-09.05/libsoxconvert/src/libsoxconvert.a
/root/rpmbuild/BUILD/dvda-author-09.05/libsoxconvert/libsox/libsox.a
/root/rpmbuild/BUILD/dvda-author-09.05/libsoxconvert/libgsm/libgsm.a
=0 A/root/rpmbuild/BUILD/dvda-author-09.05/libsoxconvert/lpc10/liblpc10.a
/root/rpmbuild/BUILD/dvda-author-09.05/libsoxconvert/libsox/libsfx.a -lasound
-lpng -lz
command_line_parsing.o: In function `command_line_parsing':
/root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:131: undefined
reference to `getopt_long_surrogate'
/root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:157: undefined
reference to `getopt_long_surrogate'
/root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:271: undefined
reference to `getopt_long_surrogate'
/root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:438: undefined
reference to `getopt_long_surrogate'
collect2: ld returned 1 exit status


What is missing?

Kind regards,
Udo





------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel

Parent Message unknown Re: Re : dvda-author-09.05

by Udo-12 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello Fabrice,


--- On Tue, 6/2/09, fabrni@... <fabrni@...> wrote:

>  It's a
> code snippet that's been cleaned in -2.  Due to
> glibc not being compiled, itself owing to presence of
> liberty lib and no detection of sox lib.
>
> With your version, --enable-glibc should circumvent the
> issue.

Even in -2 I get:

command_line_parsing.o: In function `command_line_parsing':
/root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:131: undefined reference to `getopt_long_surrogate'
/root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:157: undefined reference to `getopt_long_surrogate'
/root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:271: undefined reference to `getopt_long_surrogate'
/root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:438: undefined reference to `getopt_long_surrogate'
collect2: ld returned 1 exit status
make[3]: *** [dvda] Error 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/dvda-author-09.05/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/dvda-author-09.05/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/dvda-author-09.05'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.wN11ER (%build)

I will try the workaround but please fix this.

Kind regards,
Udo


     

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel

Parent Message unknown Re: Re : dvda-author-09.05

by Udo-12 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello,

--- On Wed, 6/3/09, udo <udovdh@...> wrote:

> --- On Tue, 6/2/09, fabrni@...
> <fabrni@...>
> wrote:
>
> >  It's a
> > code snippet that's been cleaned in -2.  Due to
> > glibc not being compiled, itself owing to presence of
> > liberty lib and no detection of sox lib.
> >
> > With your version, --enable-glibc should circumvent
> the
> > issue.
>
> Even in -2 I get:
(...)
> /root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:438:
> undefined reference to `getopt_long_surrogate'
> collect2: ld returned 1 exit status

It appears to be some strangeness when using rpmbuild -ts.
When using the newer source it works better.

But:

Although the prefix is set als /usr rpmbuild installs in /usr/local and thus the fileglobs don't find the files....

How to fix in the most elegant way?

Kind regards,
Udo


     

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel

Parent Message unknown Re: Re : dvda-author-09.05

by Scott C. Brown 02 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

compile errors on OS X

here's the end of the config output and then the make output

     Build libraries:
                     libFLAC ........yes
                     libogg  ........yes
                     libsox  ........yes
                     gnu libc .......yes
                     libats2wav .....yes
                     libutils .......yes

     Ogg FLAC support:
                      ...............yes




   GNU lib sources in glibc/ will be recompiled for enhanced portability.

     Machine is little-endian

   Installation directories :
     prefix is: ..................../usr
     exec_prefix is: ...............${prefix}
     Library directory: ........... ${exec_prefix}/lib
     Program directory: ........... ${exec_prefix}/bin
     Man pages: ................... ${prefix}/share/man/man1
     Documentation directory: ..... ${prefix}/share/doc/dvda-author
     Images directory: ............ /usr/share/pixmaps
     Configuration files: ......... .


[scb-2:~/Desktop/dvda-author-09.03] scb% make
make  all-recursive
Making all in glibc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..     -g -O2  -DCPU_IS_LITTLE_ENDIAN -MT  
strdup.o -MD -MP -MF .deps/strdup.Tpo -c -o strdup.o strdup.c
mv -f .deps/strdup.Tpo .deps/strdup.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..     -g -O2  -DCPU_IS_LITTLE_ENDIAN -MT  
strndup.o -MD -MP -MF .deps/strndup.Tpo -c -o strndup.o strndup.c
mv -f .deps/strndup.Tpo .deps/strndup.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..     -g -O2  -DCPU_IS_LITTLE_ENDIAN -MT  
strnlen.o -MD -MP -MF .deps/strnlen.Tpo -c -o strnlen.o strnlen.c
mv -f .deps/strnlen.Tpo .deps/strnlen.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..     -g -O2  -DCPU_IS_LITTLE_ENDIAN -MT  
malloc.o -MD -MP -MF .deps/malloc.Tpo -c -o malloc.o malloc.c
mv -f .deps/malloc.Tpo .deps/malloc.Po
rm -f libglibc.a
ar cru libglibc.a getsubopt.o strdup.o strndup.o strchrnul.o strnlen.o malloc.o  

ranlib libglibc.a
Making all in libutils
Making all in include
make[3]: Nothing to be done for `all'.
Making all in private
make[3]: Nothing to be done for `all'.
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../libutils/include -I../libutils/private  
-I..   -g -O2  -DCPU_IS_LITTLE_ENDIAN -MT libc_utils_a-c_utils.o -MD -MP -MF .deps/libc_utils_a-c_utils.Tpo  
-c -o libc_utils_a-c_utils.o `test -f 'c_utils.c' || echo './'`c_utils.c
mv -f .deps/libc_utils_a-c_utils.Tpo .deps/libc_utils_a-c_utils.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../libutils/include -I../libutils/private  
-I..   -g -O2  -DCPU_IS_LITTLE_ENDIAN -MT libc_utils_a-winport.o -MD -MP -MF .deps/libc_utils_a-winport.Tpo  
-c -o libc_utils_a-winport.o `test -f 'winport.c' || echo './'`winport.c
mv -f .deps/libc_utils_a-winport.Tpo .deps/libc_utils_a-winport.Po
rm -f libc_utils.a
ar cru libc_utils.a libc_utils_a-c_utils.o libc_utils_a-winport.o
ranlib libc_utils.a
Making all in libFLAC
cd .. && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
cd .. && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
Making all in @MAYBE_OGG@
/bin/sh: line 0: cd: @MAYBE_OGG@: No such file or directory
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel

Re : Re : dvda-author-09.05

by fabrni :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Scott, it's what happens on some platforms that need prior reconfiguring of the build system, or sometimes when you configured with some ./configure ... command line parameters then reconfigure again with other parameters.
The INSTALL file has some advice in it about it, search for the section on regenerating the build system. In short, launch ./autogen priori to ./configure. Install autoconf, automake and libtool before.
Should the problem persist, please report. A workaround is to install OS X libogg-dev distribution package.
Some software developers (e.g the codeblocks team) only distribute autogen without configure to avoid such issues.

However before doing that just unpack your source afresh (index -3 uploaded yesterday), to a clean directory and relaunch ./configure --enable-all-builds, it might just work out well.

best, Fab

PS: for your front-end, as for mine by the way, it might be a cool idea at least to enable a command line window pop-up if fixwav needs some interaction with user (otherwise you may just compile by adding --without-fixwav to your configure command line).


-----E-mail d'origine-----
De : Scott C. Brown 02 <Scott.C.Brown.02@...>
A : udovdh@...; dvd-audio-devel@...; fabrni@...
Envoyé le : Jeudi, 4 Juin 2009 2:23
Sujet : Re: [Dvd-audio-devel] Re : dvda-author-09.05

compile errors on OS X

here's the end of the config output and then the make output

Build libraries:
libFLAC ........yes
libogg ........yes
libsox ........yes
gnu libc .......yes
libats2wav .....yes
libutils .......yes

Ogg FLAC support:
...............yes




GNU lib sources in glibc/ will be recompiled for enhanced portability.

Machine is little-endian

Installation directories :
prefix is: ..................../usr
exec_prefix is: ...............${prefix}
Library directory: ........... ${exec_prefix}/lib
Program directory: ........... ${exec_prefix}/bin
Man pages: ................... ${prefix}/share/man/man1
Documentation directory: ..... ${prefix}/share/doc/dvda-author
Images directory: ............ /usr/share/pixmaps
Configuration files: ......... .


[scb-2:~/Desktop/dvda-author-09.03] scb% make
make all-recursive
=0 AMaking all in glibc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -g -O2 -DCPU_IS_LITTLE_ENDIAN -MT
strdup.o -MD -MP -MF .deps/strdup.Tpo -c -o strdup.o strdup.c
mv -f .deps/strdup.Tpo .deps/strdup.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -g -O2 -DCPU_IS_LITTLE_ENDIAN -MT
strndup.o -MD -MP -MF .deps/strndup.Tpo -c -o strndup.o strndup.c
mv -f .deps/strndup.Tpo .deps/strndup.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -g -O2 -DCPU_IS_LITTLE_ENDIAN -MT
strnlen.o -MD -MP -MF .deps/strnlen.Tpo -c -o strnlen.o strnlen.c
mv -f .deps/strnlen.Tpo .deps/strnlen.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -g -O2 -DCPU_IS_LITTLE_ENDIAN -MT
malloc.o -MD -MP -MF .deps/malloc.Tpo -c -o malloc.o malloc.c
mv -f .deps/malloc.Tpo .deps/malloc.Po
rm -f libglibc.a
ar cru libglibc.a getsubopt.o strdup.o strndup.o strchrnul.o strnlen.o malloc.o


ranlib libglibc.a
Making all in libutils
Making all in include
make[3]: Nothing to be done for `all'.
Making all in private
make[3]: Nothing to be done for `all'.
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../libutils/include
-I../libutils/private
-I.. -g -O2 -DCPU_IS_LITTLE_ENDIAN -MT libc_utils_a-c_utils.o -MD -MP -MF
.deps/libc_utils_a-c_utils.Tpo
-c -o libc_utils_a-c_utils.o `test -f 'c_utils.c' || echo './'`c_utils.c
mv -f .deps/libc_utils_a-c_utils.Tpo .deps/libc_utils_a-c_utils.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../libutils/include
-I../libutils/private
-I.. -g -O2 -D CPU_IS_LITTLE_ENDIAN -MT libc_utils_a-winport.o -MD -MP -MF
.deps/libc_utils_a-winport.Tpo
-c -o libc_utils_a-winport.o `test -f 'winport.c' || echo './'`winport.c
mv -f .deps/libc_utils_a-winport.Tpo .deps/libc_utils_a-winport.Po
rm -f libc_utils.a
ar cru libc_utils.a libc_utils_a-c_utils.o libc_utils_a-winport.o
ranlib libc_utils.a
Making all in libFLAC
cd .. && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
cd .. && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
Making all in @MAYBE_OGG@
/bin/sh: line 0: cd: @MAYBE_OGG@: No such file or directory
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel

Parent Message unknown Re: Re : Re : dvda-author-09.05

by Scott C. Brown 02 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

--- fabrni@... wrote:
Hi Scott, it's what happens on some platforms that need prior reconfiguring of  
the build system, or sometimes when you configured with some ./configure ... command  
line parameters then reconfigure again with other parameters.
--- end of quote ---
that's exactly what happened.  I first ran configure without the enable-all-builds

then ran it again when i realized.  trying it on a clean directory worked.  Thanks!

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel

Parent Message unknown Re: Re : Re : dvda-author-09.05

by Udo-12 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Fabrice,

You also changed the *spec*-file for -3?
So I tried and indeed, now dvda-author builds the rpm!

But why doesn't configure work for /usr instead of /usr/local ?

At least I can try dvda-author 09.05 now!

Kind regards,
Udo

--- On Wed, 6/3/09, fabrni@... <fabrni@...> wrote:

> From: fabrni@... <fabrni@...>
> Subject: Re : [Dvd-audio-devel] Re :  dvda-author-09.05
> To: udovdh@...
> Date: Wednesday, June 3, 2009, 3:22 PM
>
>  Thanks for
> drawing my attention to this Udo, I've corrected in
> index -3 upload which will be there for grabs tonight.
>
> Yes, it was about adjusting the spec file to the new
> /usr/local default prefix.
>
> So if I understood you well, you're compiling the
> source package all right ?
>
>
>
>  
>
>
>
>  
>
>
> -----E-mail d'origine-----
>
> De : udo <udovdh@...>
>
> A : dvd-audio-devel@...; fabrni@...
>
> Envoyé le : Mercredi, 3 Juin 2009 15:53
>
> Sujet : Re: [Dvd-audio-devel] Re :  dvda-author-09.05
>
>
>
>
>
>
>
>
>
>
>
>
>
> Hello,
>
>
>
> --- On Wed, 6/3/09, udo <udovdh@...>
> wrote:
>
> > --- On Tue, 6/2/09, fabrni@...
>
> > <fabrni@...>
>
> > wrote:
>
> >
>
> > >  It's a
>
> > > code snippet that's been cleaned in -2. 
> Due to
>
> > > glibc not being compiled, itself owing to
> presence of
>
> > > liberty lib and no detection of sox lib.
>
> > >
>
> > > With your version, --enable-glibc should
> circumvent
>
> > the
>
> > > issue.
>
> >
>
> > Even in -2 I get:
>
> (...)
>
> >
> /root/rpmbuild/BUILD/dvda-author-09.05/src/command_line_parsing.c:438:
>
>
> > undefined reference to `getopt_long_surrogate'
>
> > collect2: ld returned 1 exit status
>
>
>
> It appears to be some strangeness when using rpmbuild -ts.
>
> When using the newer source it works better.
>
>
>
> But:
>
>
>
> Although the prefix is set als /usr rpmbuild installs in
> /usr/local and thus the
>
> fileglobs don't find the files....
>
>
>
> How to fix in the most elegant way?
>
>
>
> Kind regards,
>
> Udo
>
>
>
>
>
>      
>
>
>
> ------------------------------------------------------------------------------
>
> OpenSolaris 2009.06 is a cutting edge operating system for
> enterprises
>
> looking to deploy the next generation of Solaris that
> includes the latest
>
> innovations from Sun and the OpenSource community. Download
> a copy and
>
> enjoy capabilities such as Networking, Storage and
> Virtualization.
>
> Go to: http://p.sf.net/sfu/opensolaris-get
>
> _______________________________________________
>
> dvd-audio-devel mailing list
>
> dvd-audio-devel@...
>
> https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel
>
>
>
>  
>
>  Cliquez
> ici pour avoir le meilleur d'AOL, les dernières
> infos actualité, sport, célébrités, ainsi que
> l'inscription à AOL mail.
>


     

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel