Opened 12 years ago

Closed 12 years ago

#33301 closed update (fixed)

dvdisaster: upgrade to 0.72.3

Reported by: mklein-de (Michael Klein) Owned by: mf2k (Frank Schima)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch maintainer Cc:
Port: dvdisaster

Description


Attachments (4)

Portfile.diff (1.3 KB) - added by mklein-de (Michael Klein) 12 years ago.
configure.log (1.2 KB) - added by mf2k (Frank Schima) 12 years ago.
Portfile.2.diff (1.4 KB) - added by mklein-de (Michael Klein) 12 years ago.
Portfile.3.diff (1.5 KB) - added by mklein-de (Michael Klein) 12 years ago.
next attempt

Download all attachments as: .zip

Change History (12)

Changed 12 years ago by mklein-de (Michael Klein)

Attachment: Portfile.diff added

comment:1 Changed 12 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to macsforever2000@…
Status: newassigned

comment:2 Changed 12 years ago by mf2k (Frank Schima)

Version: 2.0.3

I see the following build error on Mac OS X 10.7.3. Xcode 4.2.1.

:notice:configure --->  Configuring dvdisaster
:debug:configure Using compiler 'Mac OS X clang'
:debug:configure Executing org.macports.configure (dvdisaster)
:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2 -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2 -arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.7' CXX='/Developer/usr/bin/clang++' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_mports_trunk_dports_sysutils_dvdisaster/dvdisaster/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -O2 -m64' LDFLAGS='-L/opt/local/lib -arch x86_64' OBJC='/Developer/usr/bin/clang' FCFLAGS='-pipe -O2 -m64' GI_SCANNER_DISABLE_CACHE='1' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -O2 -arch x86_64' FFLAGS='-pipe -O2 -m64' CC_PRINT_OPTIONS='YES' CC='/Developer/usr/bin/clang'
:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_mports_trunk_dports_sysutils_dvdisaster/dvdisaster/work/dvdisaster-0.72.3" && ./configure --prefix=/opt/local --buildroot=/opt/local/var/macports/build/_opt_mports_trunk_dports_sysutils_dvdisaster/dvdisaster/work/destroot --mandir=/opt/local/share/man --docdir=/opt/local/share/doc --localedir=/opt/local/share/locale --png-includes=/opt/local/include'
:debug:configure Executing command line:  cd "/opt/local/var/macports/build/_opt_mports_trunk_dports_sysutils_dvdisaster/dvdisaster/work/dvdisaster-0.72.3" && ./configure --prefix=/opt/local --buildroot=/opt/local/var/macports/build/_opt_mports_trunk_dports_sysutils_dvdisaster/dvdisaster/work/destroot --mandir=/opt/local/share/man --docdir=/opt/local/share/doc --localedir=/opt/local/share/locale --png-includes=/opt/local/include 
:info:configure Bash based configure V0.55
:info:configure 
:info:configure Build environment: Darwin, using settings: darwin
:info:configure 
:info:configure Configuring package dvdisaster, version 0.72.
:info:configure 
:info:configure Checking for gmake: yes
:info:configure Checking for gcc: yes
:info:configure Source directory:  /opt/local/var/macports/build/_opt_mports_trunk_dports_sysutils_dvdisaster/dvdisaster/work/dvdisaster-0.72.3
:info:configure Package name:  dvdisaster-0.72.3
:info:configure Installation prefix:  /opt/local
:info:configure Binary directory:  /opt/local/bin
:info:configure Man page directory:  /opt/local/share/man
:info:configure Documentation directory:  /opt/local/share/doc
:info:configure Documentation sub directory:  dvdisaster-0.72.3
:info:configure Locale directory:  /opt/local/share/locale
:info:configure PHP bind mount directory:  /var/www/dvdisaster
:info:configure Build root:  /opt/local/var/macports/build/_opt_mports_trunk_dports_sysutils_dvdisaster/dvdisaster/work/destroot
:info:configure 
:info:configure Looking for includes and libraries:
:info:configure Gtk+ 2.6.0 is required...
:info:configure  pkg-config... works
:info:configure  test compile... failed
:info:configure 
:info:configure The tail of configure.log might contain hints
:info:configure about the compilation problem.
:info:configure shell command " cd "/opt/local/var/macports/build/_opt_mports_trunk_dports_sysutils_dvdisaster/dvdisaster/work/dvdisaster-0.72.3" && ./configure --prefix=/opt/local --buildroot=/opt/local/var/macports/build/_opt_mports_trunk_dports_sysutils_dvdisaster/dvdisaster/work/destroot --mandir=/opt/local/share/man --docdir=/opt/local/share/doc --localedir=/opt/local/share/locale --png-includes=/opt/local/include " returned error 1

comment:3 in reply to:  2 Changed 12 years ago by mklein-de (Michael Klein)

any hints in work/dvdisaster-0.72.3/configure.log?

Changed 12 years ago by mf2k (Frank Schima)

Attachment: configure.log added

comment:4 Changed 12 years ago by mf2k (Frank Schima)

I've attached configure.log

Changed 12 years ago by mklein-de (Michael Klein)

Attachment: Portfile.2.diff added

comment:5 Changed 12 years ago by mklein-de (Michael Klein)

Ah, the configure script overrides $CC...

I've updated the Portfile to skip the compiler check, can you retry?

comment:6 Changed 12 years ago by mf2k (Frank Schima)

It gets further:

:info:configure Looking for includes and libraries:
:info:configure Checking for bzlib.h: no
:info:configure bzlib.h not found.
:info:configure Please specify the include file location using the following option:
:info:configure --bz2-includes=DIR
:info:configure 
:info:configure The above output describes a problem doing ./configure
:info:configure in the tools directory. Please cd into that directory
:info:configure and ./configure it manually.

Changed 12 years ago by mklein-de (Michael Klein)

Attachment: Portfile.3.diff added

next attempt

comment:7 Changed 12 years ago by mklein-de (Michael Klein)

can you retry?

comment:8 Changed 12 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: assignedclosed

That works. r90078.

Note: See TracTickets for help on using tickets.