Doug Scott wrote:
> Sebastien Roy wrote:
>> I gave up trying to compile and install SFEaudacity after realizing
>> that I had to download and compile dozens of other SFE packages, most
>> of which are already installed on my system under the SUNW namespace.
>> Is this normal?
>>
>> -Seb
>
> What are the SUNW packages? I do not have any with a complete snv72. If
> there are clashes, then they should be the result of needing g++ rather
> than Sun Studio C++. Where there is a "compatible" clash then we can put
> a test in the spec file which takes care of the dependancy.
Okay, cool. Here's a summary of what I've done so far:
$ /opt/pkgbuild/bin/pkgtool build --download SFEaudacity.spec
INFO: Copying %use'd or %include'd spec files to SPECS directory
INFO: Processing spec files
WARNING: skipping package SFEaudacity: required package SFElibmad not
installed
WARNING: and no spec file specified on the command line provides it
WARNING: skipping package SFEaudacity: required package SFElibsamplerate
not installed
WARNING: and no spec file specified on the command line provides it
WARNING: skipping package SFEaudacity: required package
SFElibid3tag-gnu-devel not installed
WARNING: and no spec file specified on the command line provides it
WARNING: skipping package SFEaudacity: required package SFEportaudio not
installed
WARNING: and no spec file specified on the command line provides it
WARNING: skipping package SFEaudacity: required package SFEwxwidgets-gnu
not installed
WARNING: and no spec file specified on the command line provides it
WARNING: skipping package SFEaudacity: required package SFElibmad-devel
not installed
WARNING: and no spec file specified on the command line provides it
WARNING: skipping package SFEaudacity: required package
SFElibsamplerate-devel not installed
WARNING: and no spec file specified on the command line provides it
WARNING: skipping package SFEaudacity: required package
SFElibid3tag-gnu-devel not installed
WARNING: and no spec file specified on the command line provides it
WARNING: skipping package SFEaudacity: required package
SFEportaudio-devel not installed
WARNING: and no spec file specified on the command line provides it
WARNING: skipping package SFEaudacity: required package
SFEwxwidgets-gnu-devel not installed
WARNING: and no spec file specified on the command line provides it
WARNING: skipping package SFEaudacity: required package SFEgcc not installed
WARNING: and no spec file specified on the command line provides it
WARNING: skipping package SFEaudacity: required package SFEgettext not
installed
WARNING: and no spec file specified on the command line provides it
Summary:
package | status | details
---------------------------------+-------------+-------------------------------
SFEaudacity | DEP_FAILED | Dependency check failed
I start with the libmad dependency, and that installs flawlessly.
I then move on to SFElibsamplerate:
$ /opt/pkgbuild/bin/pkgtool build --download SFElibsamplerate.spec
INFO: Copying %use'd or %include'd spec files to SPECS directory
INFO: Processing spec files
WARNING: skipping package SFElibsamplerate: required package
SFElibsndfile not installed
WARNING: and no spec file specified on the command line provides it
WARNING: skipping package SFElibsamplerate: required package
SFElibsndfile-devel not installed
WARNING: and no spec file specified on the command line provides it
Summary:
package | status | details
---------------------------------+-------------+-------------------------------
SFElibsamplerate | DEP_FAILED | Dependency check failed
Okay, so I do SFElibsndfile:
$ /opt/pkgbuild/bin/pkgtool build --download SFElibsndfile.spec
INFO: Copying %use'd or %include'd spec files to SPECS directory
INFO: Processing spec files
WARNING: skipping package SFElibsndfile: required package SFEogg-vorbis
not installed
WARNING: and no spec file specified on the command line provides it
WARNING: skipping package SFElibsndfile: required package
SFEogg-vorbis-devel not installed
WARNING: and no spec file specified on the command line provides it
Summary:
package | status | details
---------------------------------+-------------+-------------------------------
SFElibsndfile | DEP_FAILED | Dependency check failed
I already have ogg-vorbis on this system:
$ pkginfo SUNWogg-vorbis
GNOME2 SUNWogg-vorbis Ogg bitstream and Vorbis audio codec libraries
When I try to install the duplicate SFE version, this fails:
$ /opt/pkgbuild/bin/pkgtool build --download SFEogg-vorbis.spec
INFO: Copying %use'd or %include'd spec files to SPECS directory
INFO: Processing spec files
INFO: Finding sources
ERROR: SFEogg-vorbis: Source file l10n-configure.sh not found
Summary:
package | status | details
---------------------------------+-------------+-------------------------------
SFEogg-vorbis | FAILED | Source
l10n-configure.sh not found
I followed all of the instructions regarding installing the JDS CBE etc...
-Seb