Opened 18 years ago

Closed 17 years ago

Last modified 15 years ago

#10831 closed defect (fixed)

BUG: Ices2-2.0.0 fails during configure on OSX 10.4.5/i386

Reported by: gustavo.torrico@… Owned by: yeled@…
Priority: High Milestone:
Component: ports Version:
Keywords: ices2 ovectl_ratemanage_arg Cc:
Port:

Description

When building ices2 I see the following error:

$port install ices2
--->  Configuring ices2
Error: Target com.apple.configure returned: configure failure: shell command "cd "/opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_audio_ices2/work/ices-2.0.0" && ./configure --prefix=/opt/local" returned error 1
Command output: checking stropts.h presence... no
checking for stropts.h... no
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking whether byte ordering is bigendian... no
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking for an ANSI C-conforming const... yes
checking for uint64_t... yes
checking for XML configuration
checking for xml2-config... /opt/local/bin/xml2-config
checking for xmlParseFile... yes
checking for fgrep... grep -F
checking for pkg-config... /opt/local/bin/pkg-config
checking shout/shout.h usability... yes
checking shout/shout.h presence... yes
checking for shout/shout.h... yes
checking for shout_new... yes
checking for ogg_sync_init in libogg... ok
checking for libvorbis... ok
checking for struct ovectl_ratemanage_arg... no
configure: error: must have Ogg Vorbis v1.0 installed!

To double check that I had the proper version of libogg and libvorbis I ran this command:

$port installed | grep -e 'vorbis\|ogg'
  libogg @1.1.3_0 (active)
  libvorbis @1.1.2_0 (active)

Attachments (1)

Portfile (955 bytes) - added by bytestorm@… 17 years ago.
Ices2.0.1 Portfile with -D_MACOSX_ and <sys/select.h> fixes.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 18 years ago by markd@…

Component: baseports
Owner: changed from darwinports-bugs@… to yeled@…
Summary: Ices2 fails during configure on OSX 10.4.5/i386BUG: Ices2-2.0.0 fails during configure on OSX 10.4.5/i386

comment:2 Changed 17 years ago by kballard (Lily Ballard)

Milestone: Available Ports

comment:3 Changed 17 years ago by pipping@…

Milestone: Available PortsPort Bugs

comment:4 Changed 17 years ago by bytestorm@…

This is caused by not setting _MACOSX_ when including <ogg/os_types.h>. A more permanent fix might be setting _MACOSX_ in ogg/os_types.h in the libogg port. This portfile allows ices2 to build.

Changed 17 years ago by bytestorm@…

Attachment: Portfile added

Ices2.0.1 Portfile with -D_MACOSX_ and <sys/select.h> fixes.

comment:5 Changed 17 years ago by pipping@…

Resolution: fixed
Status: newclosed

fixed in r24244.

comment:6 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.