{5} Assigned, Active Tickets by Owner (Full Description) (196 matches)
List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.
Results (1 - 100 of 196)
afb@… (2 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #31203 | Updated ports for xfce 4.8 | ports | update | 09/10/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I followed the build guideline http://xfce.org/download/building#dependencies Core components:
Applications:
Attached:
I removed the following patchfiles: xfce/exo/files/exo-mmintrin.diff xfce/Thunar/files/patch-configure-snow.diff xfce/Thunar/files/patch-thunar-metafile.c xfce/xfce4-panel/files/config-launcher-icons.diff xfce/xfce4-panel/files/fix-xfce-bug-6110.diff xfce/xfce4-settings/files/patch-configure.diff xfce/xfce4-settings/files/patch-workspaces.c Remarks:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32068 | midori: Update to 0.4.2 | ports | update | 11/14/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The midori port is a bit outdated and, for what I have seen on Ubuntu, Midori 0.4 crashes a lot less. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
and.damore@… (2 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #22766 | octave-database-1.0.4 fails to compile because gcc43 doesn't understand command line option "-arch" | ports | defect | 12/03/2009 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Other strange things happens in octave related packages: checking for gcc... /usr/bin/gcc-4.2 checking whether /usr/bin/gcc-4.2 accepts -g... yes checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E [cut] /opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -fPIC -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -mieee-fp -I/opt/local/include/freetype2 -I/opt/local/include -pipe -arch x86_64 -DHAVE_OCTAVE_32 sqlite3_wrap.cpp -o sqlite3_wrap.o cc1plus: error: unrecognized command line option "-arch" This happens because the configure script at first tests for the default compiler (the apple one in my case) and then uses the compiler that built octave (gcc43). The worst part is that it seems to use MacPorts' default CXXFLAGS: -pipe -O2 -arch x86_64 in combination with the compiler that built octave: $ mkoctfile -p CXX /opt/local/bin/g++-mp-4.3 The Makeconf file is in fact hilarious about this: # Most octave programs will be compiled with $(MKOCTFILE). Those which # cannot use mkoctfile directly can request the flags that mkoctfile # would use as follows: # FLAG = $(shell $(MKOCTFILE) -p FLAG) # The following flags are for compiling programs that are independent # of Octave. How confusing. Yeah, how confusing. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32223 | qtoctave-mac: unable to find file /Users/x/.qtoctave/1322102127.variables | ports | defect | 11/23/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I installed qtoctave (GUI based octave) on Lion OSX. Installation was fine. However, qtoctave starts up and shows following error in the terminal: >>>warning: mark_as_command is obsolete and will be removed from a future versi on of Octave warning: gmsh does not seem to be present some functionalities will be disabled warning: dx does not seem to be present some functionalities will be disabled >>>error: load: unable to find file /Users/cJeet/.qtoctave/1322102127.variables Any idea if this can be ignored or can lead to any errors? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
blair@… (2 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32011 | protobuf-python26: error: 'google/protobuf/descriptor.h' file not found | ports | defect | 11/09/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Macports can't install protobuf-python26 on Lion. here is the log file I tried both my macs I am getting exactly the same error , both having Lion installed and of course the latest Xcode Tried this sudo port clean protobuf-python26 sudo port install protobuf-python26 configure.compiler=llvm-gcc-4.2 and this sudo port clean protobuf-python26 sudo port install apple-gcc42 sudo port install protobuf-python26 configure.compiler=apple-gcc-4.2 configure.cxx=g++-apple-4.2 still the same error another use that tries the same thing but from snow leopard does not have this issue |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #24904 | ice-cpp, ice-java, ice-python, ice-python25, ice-python26: simplify | ports | enhancement | 05/15/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I noticed the ice ports (ice-cpp, ice-java, ice-python, ice-python25, ice-python26) are a bit complex in some places and don't take full advantage of the facilities and features MacPorts makes available. I'd like to propose some changes to simplify these ports. I suggest I attach a patch that makes one change to all these ports, explain why I recommend these changes, and once you or I commit it, I'll attach another patch with another proposal. The first suggestion is to make and use a ${branch} variable, as described in PortfileRecipes. This way you don't have to update the master_sites every time the branch number changes. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
breskeby@… (1 match)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #29305 | Can't build groovy 1.8.0 | ports | defect | 04/27/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
During build, i got the following error : :info:build ---------- :info:build 1) biz.aQute:bnd:jar:0.0.401 :info:build :info:build Try downloading the file manually from the project website. :info:build :info:build Then, install it using the command: :info:build mvn install:install-file -DgroupId=biz.aQute -DartifactId=bnd -Dversion=0.0.401 -Dpackaging=jar -Dfile=/path/to/file :info:build :info:build Alternatively, if you host your own repository you can deploy the file there: :info:build mvn deploy:deploy-file -DgroupId=biz.aQute -DartifactId=bnd -Dversion=0.0.401 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Maven artifact biz.aQute / bnd, version 0.0.401 is not available from central. Latest version available there is 0.0.384: http://repo1.maven.org/maven2/biz/aQute/bnd/ |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
css@… (8 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #25166 | emacs-app 23.2 universal variant does not build | ports | defect | 06/07/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Running OS 10.6.3, Xcode 3.2.1 Build log:
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/aqua/emacs-app
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/aqua/emacs-app
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port emacs-app.
DEBUG: Requested variant i386 is not provided by port emacs-app.
DEBUG: Requested variant macosx is not provided by port emacs-app.
DEBUG: Executing variant universal provides universal
DEBUG: Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work /opt/local/var/macports/sources/rsync.macports.org/release/ports/aqua/emacs-app/work
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ncurses 5.7_0 exists in the ports tree
DEBUG: ncurses 5.7_0 +darwin_10+universal is the latest installed
DEBUG: ncurses 5.7_0 +darwin_10+universal is active
DEBUG: Merging existing variants darwin_10 universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port ncurses.
DEBUG: Requested variant i386 is not provided by port ncurses.
DEBUG: Requested variant macosx is not provided by port ncurses.
DEBUG: Executing variant universal provides universal
DEBUG: Executing variant darwin_10 provides darwin_10
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ncursesw 5.7_0 exists in the ports tree
DEBUG: ncursesw 5.7_0 +darwin_10+universal is the latest installed
DEBUG: ncursesw 5.7_0 +darwin_10+universal is active
DEBUG: Merging existing variants darwin_10 universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port ncursesw.
DEBUG: Requested variant i386 is not provided by port ncursesw.
DEBUG: Requested variant macosx is not provided by port ncursesw.
DEBUG: Executing variant universal provides universal
DEBUG: Executing variant darwin_10 provides darwin_10
DEBUG: No need to upgrade! ncursesw 5.7_0 >= ncursesw 5.7_0
DEBUG: No need to upgrade! ncurses 5.7_0 >= ncurses 5.7_0
---> Computing dependencies for emacs-app
DEBUG: Searching for dependency: ncurses
DEBUG: Found Dependency: receipt exists for ncurses
DEBUG: Executing org.macports.main (emacs-app)
---> Fetching emacs-app
DEBUG: Executing org.macports.fetch (emacs-app)
---> Verifying checksum(s) for emacs-app
DEBUG: Executing org.macports.checksum (emacs-app)
---> Checksumming emacs-23.2.tar.bz2
DEBUG: Correct (md5) checksum for emacs-23.2.tar.bz2
DEBUG: Correct (sha1) checksum for emacs-23.2.tar.bz2
DEBUG: Correct (rmd160) checksum for emacs-23.2.tar.bz2
DEBUG: setting option extract.cmd to /usr/bin/bzip2
---> Extracting emacs-app
DEBUG: Executing org.macports.extract (emacs-app)
---> Extracting emacs-23.2.tar.bz2
DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/emacs-app/emacs-23.2.tar.bz2
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work" && /usr/bin/bzip2 -dc /opt/local/var/macports/distfiles/emacs-app/emacs-23.2.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -'
DEBUG: Executing org.macports.patch (emacs-app)
---> Configuring emacs-app
DEBUG: Using compiler 'Mac OS X gcc 4.2'
DEBUG: Executing org.macports.configure (emacs-app)
DEBUG: Environment: CFLAGS='-O2 -arch x86_64 -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64 -arch i386' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib -arch x86_64 -arch i386' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch x86_64 -arch i386' FFLAGS='-O2' CC='/usr/bin/gcc-4.2'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2" && ./configure --prefix=/opt/local --disable-dependency-tracking --with-ns --without-x --without-dbus'
configure: WARNING: Unrecognized options: --disable-dependency-tracking
checking build system type... x86_64-apple-darwin10.3.0
checking host system type... x86_64-apple-darwin10.3.0
checking for gcc... /usr/bin/gcc-4.2
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E -no-cpp-precomp
checking for grep that handles long lines and -e... /opt/local/bin/grep
checking for egrep... /opt/local/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether gcc understands -Wno-pointer-sign... yes
checking whether gcc understands -Wdeclaration-after-statement... yes
checking whether ln -s works... yes
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E -no-cpp-precomp
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for install-info... /opt/local/bin/install-info
checking for install-info... (cached) /opt/local/bin/install-info
checking for install-info... (cached) /opt/local/bin/install-info
checking for gzip... /opt/local/bin/gzip
checking for makeinfo... /opt/local/bin/makeinfo
checking for -znocombreloc... no
configure: checking the machine- and system-dependent files to find out
- which libraries the lib-src programs will want, and
- whether the GNU malloc routines are usable...
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking for _oss_ioctl in -lossaudio... no
checking for pkg-config... /opt/local/bin/pkg-config
checking for alsa >= 1.0.0... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking linux/version.h usability... no
checking linux/version.h presence... no
checking for linux/version.h... no
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking stdio_ext.h usability... no
checking stdio_ext.h presence... no
checking for stdio_ext.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for strings.h... (cached) yes
checking coff.h usability... no
checking coff.h presence... no
checking for coff.h... no
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/vlimit.h usability... no
checking sys/vlimit.h presence... no
checking for sys/vlimit.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/_mbstate_t.h usability... no
checking sys/_mbstate_t.h presence... no
checking for sys/_mbstate_t.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking if personality LINUX32 can be set... no
checking for term.h... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys_siglist is declared... no
checking whether __sys_siglist is declared... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for struct utimbuf... yes
checking return type of signal handlers... void
checking for speed_t... yes
checking for struct timeval... yes
checking for struct exception... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for net/if.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... no
checking for struct ifreq.ifr_netmask... no
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for function prototypes... yes
checking for working volatile... yes
checking for an ANSI C-conforming const... yes
checking for void * support... yes
checking whether make sets $(MAKE)... yes
checking whether we are using GNU Make... yes
checking whether gcc understands -MMD -MF... no
checking for long file names... yes
checking for X... disabled
checking AppKit/AppKit.h usability... yes
checking AppKit/AppKit.h presence... yes
checking for AppKit/AppKit.h... yes
checking for malloc_get_state... no
checking for malloc_set_state... no
checking whether __after_morecore_hook exists... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for dnet_ntoa in -ldnet... no
checking for main in -lXbsd... no
checking for cma_open in -lpthreads... no
checking gpm.h usability... no
checking gpm.h presence... no
checking for gpm.h... no
checking malloc/malloc.h usability... yes
checking malloc/malloc.h presence... yes
checking for malloc/malloc.h... yes
checking whether netdb declares h_errno... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for sqrt in -lm... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking for touchlock... no
checking maillock.h usability... no
checking maillock.h presence... no
checking for maillock.h... no
checking for gethostname... yes
checking for getdomainname... yes
checking for dup2... yes
checking for rename... yes
checking for closedir... yes
checking for mkdir... yes
checking for rmdir... yes
checking for sysinfo... no
checking for getrusage... yes
checking for get_current_dir_name... no
checking for random... yes
checking for lrand48... yes
checking for bcopy... yes
checking for bcmp... yes
checking for logb... yes
checking for frexp... yes
checking for fmod... yes
checking for rint... yes
checking for cbrt... yes
checking for ftime... yes
checking for setsid... yes
checking for strerror... yes
checking for fpathconf... yes
checking for select... yes
checking for mktime... yes
checking for euidaccess... no
checking for getpagesize... (cached) yes
checking for tzset... yes
checking for setlocale... yes
checking for utimes... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for setpgid... yes
checking for getcwd... yes
checking for getwd... yes
checking for shutdown... yes
checking for getaddrinfo... yes
checking for __fpending... no
checking for mblen... yes
checking for mbrlen... yes
checking for mbsinit... yes
checking for strsignal... yes
checking for setitimer... yes
checking for ualarm... yes
checking for index... yes
checking for rindex... yes
checking for sendto... yes
checking for recvfrom... yes
checking for getsockopt... yes
checking for setsockopt... yes
checking for getsockname... yes
checking for getpeername... yes
checking for gai_strerror... yes
checking for mkstemp... yes
checking for getline... no
checking for getdelim... no
checking for mremap... no
checking for memmove... yes
checking for fsync... yes
checking for sync... yes
checking for bzero... yes
checking for memset... yes
checking for memcmp... yes
checking for difftime... yes
checking for memcpy... yes
checking for mempcpy... no
checking for mblen... (cached) yes
checking for mbrlen... (cached) yes
checking for posix_memalign... yes
checking for cfmakeraw... yes
checking for cfsetspeed... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... no
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... yes
checking whether getpgrp requires zero arguments... yes
checking for strftime... yes
checking for grantpt... yes
checking for getpt... no
checking for tparm in -lncurses... yes
checking for res_init with -lresolv... yes
checking for dgettext in -lintl... yes
checking whether localtime caches TZ... no
checking for gettimeofday... yes
checking whether gettimeofday can accept two arguments... yes
checking for socket... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking whether system supports dynamic ptys... no
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for nl_langinfo and CODESET... yes
checking for size_t... yes
checking for mbstate_t... yes
checking for C restrict keyword... __restrict
checking for C restricted array declarations... yes
Configured for `x86_64-apple-darwin10.3.0'.
Where should the build process find the source code? /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2
What operating system and machine description files should Emacs use?
`s/darwin.h' and `m/amdx86-64.h'
What compiler should emacs be built with? /usr/bin/gcc-4.2 -O2 -arch x86_64 -arch i386
Should Emacs use the GNU version of malloc? no
(The GNU allocators don't work with this system configuration.)
Should Emacs use a relocating allocator for buffers? no
Should Emacs use mmap(2) for buffer allocation? no
What window system should Emacs use? nextstep
What toolkit should Emacs use? none
Where do we find X Windows header files? NONE
Where do we find X Windows libraries? NONE
Does Emacs use -lXaw3d? no
Does Emacs use -lXpm? no
Does Emacs use -ljpeg? no
Does Emacs use -ltiff? no
Does Emacs use a gif library? no
Does Emacs use -lpng? no
Does Emacs use -lrsvg-2? no
Does Emacs use -lgpm? no
Does Emacs use -ldbus? no
Does Emacs use -lgconf? no
Does Emacs use -lfreetype? no
Does Emacs use -lm17n-flt? no
Does Emacs use -lotf? no
Does Emacs use -lxft? no
Does Emacs use toolkit scroll bars? yes
You must run "make install" in order to test the built application.
The installed application will go to nextstep/Emacs.app and can be
run or moved from there.
The application will be fully self-contained.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib-src/Makefile.c
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile.c
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating src/config.h
config.status: executing default commands
creating src/epaths.h
creating lib-src/Makefile
creating src/Makefile
configure: WARNING: Unrecognized options: --disable-dependency-tracking
---> Building emacs-app
DEBUG: Executing org.macports.build (emacs-app)
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2" && /usr/bin/make -j2 all'
cd lib-src; /usr/bin/make all - --jobserver-fds=6,7 -j \
CC='/usr/bin/gcc-4.2' CFLAGS='-O2 -arch x86_64 -arch i386' CPPFLAGS='-I/opt/local/include' \
LDFLAGS='-L/opt/local/lib -arch x86_64 -arch i386 ' MAKE='/usr/bin/make'
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -I/opt/local/include -O2 -arch x86_64 -arch i386 -o test-distrib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/test-distrib.c
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -I/opt/local/include -O2 -arch x86_64 -arch i386 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/make-docfile.c -o make-docfile
./test-distrib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/testfile
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -I/opt/local/include -O2 -arch x86_64 -arch i386 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/profile.c -o profile
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -I/opt/local/include -O2 -arch x86_64 -arch i386 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/digest-doc.c -o digest-doc
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -I/opt/local/include -O2 -arch x86_64 -arch i386 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/sorted-doc.c -o sorted-doc
cp /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/getopt_.h getopt.h-t
mv getopt.h-t getopt.h
/usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -I/opt/local/include -O2 -arch x86_64 -arch i386 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/pop.c
/usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -I/opt/local/include -O2 -arch x86_64 -arch i386 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/getopt.c
/usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -I/opt/local/include -O2 -arch x86_64 -arch i386 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/getopt1.c
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -I/opt/local/include -O2 -arch x86_64 -arch i386 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/fakemail.c -o fakemail
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -I/opt/local/include -O2 -arch x86_64 -arch i386 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/hexl.c -o hexl
/usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -I/opt/local/include -O2 -arch x86_64 -arch i386 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/update-game-score.c -DHAVE_SHARED_GAME_DIR="\"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/nextstep/Emacs.app/Contents/Resources/var/games/emacs\""
/usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -I/opt/local/include -O2 -arch x86_64 -arch i386 -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src/regex.c
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -I/opt/local/include -O2 -arch x86_64 -arch i386 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/emacsclient.c getopt.o getopt1.o -DVERSION="\"23.2\"" -o emacsclient
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -I/opt/local/include -O2 -arch x86_64 -arch i386 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/b2m.c -DVERSION="\"23.2\"" getopt.o getopt1.o -o b2m
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -I/opt/local/include -O2 -arch x86_64 -arch i386 -DVERSION="\"23.2\"" /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/ebrowse.c getopt.o getopt1.o -o ebrowse
/usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -I/opt/local/include -O2 -arch x86_64 -arch i386 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/movemail.c
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -O2 -arch x86_64 -arch i386 update-game-score.o getopt.o getopt1.o -o update-game-score
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/movemail.c: In function 'error':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/movemail.c:618: warning: format not a string literal and no format arguments
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -I/opt/local/include -O2 -arch x86_64 -arch i386 -DEMACS_NAME="\"GNU Emacs\"" -DVERSION="\"23.2\"" /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/etags.c getopt.o getopt1.o regex.o -o etags
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/movemail.c: In function 'error':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/movemail.c:618: warning: format not a string literal and no format arguments
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -O2 -arch x86_64 -arch i386 movemail.o pop.o getopt.o getopt1.o -o movemail
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/../src -L/opt/local/lib -arch x86_64 -arch i386 -I/opt/local/include -O2 -arch x86_64 -arch i386 -DCTAGS -DEMACS_NAME="\"GNU Emacs\"" -DVERSION="\"23.2\"" /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lib-src/etags.c getopt.o getopt1.o regex.o -o ctags
boot=bootstrap-emacs; \
if [ ! -x "src/$boot" ]; then \
cd src; /usr/bin/make all - --jobserver-fds=6,7 -j \
CC='/usr/bin/gcc-4.2' CFLAGS='-O2 -arch x86_64 -arch i386' CPPFLAGS='-I/opt/local/include' \
LDFLAGS='-L/opt/local/lib -arch x86_64 -arch i386 ' MAKE='/usr/bin/make' BOOTSTRAPEMACS="$boot"; \
fi;
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 pre-crt0.c
touch stamp-oldxmenu
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 dispnew.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 frame.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 scroll.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 xdisp.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 menu.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 window.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 charset.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 coding.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 category.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 ccl.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 character.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 chartab.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 cm.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 term.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 terminal.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 xfaces.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 emacs.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 keyboard.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 macros.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 keymap.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 sysdep.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 buffer.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 filelock.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 insdel.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 marker.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 minibuf.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 fileio.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 dired.c
dired.c: In function 'Ffile_attributes':
dired.c:1039: warning: comparison is always false due to limited range of data type
dired.c:1039: warning: comparison is always false due to limited range of data type
dired.c:1043: warning: comparison is always false due to limited range of data type
dired.c:1043: warning: comparison is always false due to limited range of data type
dired.c:1091: warning: comparison is always false due to limited range of data type
dired.c:1091: warning: comparison is always false due to limited range of data type
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 filemode.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 cmds.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 casetab.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 casefiddle.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 indent.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 search.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 regex.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 undo.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 alloc.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 data.c
echo "#define BUILDOBJ \"dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o fringe.o image.o terminfo.o lastfile.o mktime.o " "\"" > buildobj.h
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 editfns.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 callint.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 eval.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 floatfns.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 fns.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 font.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 print.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 lread.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 syntax.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 unexmacosx.c
unexmacosx.c: In function 'read_load_commands':
unexmacosx.c:688: warning: format '%#8x' expects type 'unsigned int', but argument 2 has type 'vm_address_t'
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 bytecode.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 process.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 callproc.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 region-cache.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 sound.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 atimer.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 doprnt.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 strftime.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 intervals.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 textprop.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 composite.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 md5.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 nsterm.m
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 nsfns.m
nsterm.m: In function '-[EmacsView keyDown:]':
nsterm.m:4481: warning: 'wantsToDelayTextChangeNotifications' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:112)
nsterm.m: In function '-[EmacsView initFrameFromEmacs:]':
nsterm.m:5089: warning: class 'EmacsView' does not implement the 'NSWindowDelegate' protocol
nsterm.m: In function '-[EmacsScroller setPosition:portion:whole:]':
nsterm.m:5800: warning: 'setFloatValue:knobProportion:' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:107)
nsterm.m:5807: warning: 'setFloatValue:knobProportion:' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:107)
nsfns.m: In function 'ns_get_screen':
nsfns.m:227: warning: assignment makes pointer from integer without a cast
nsfns.m: In function 'ns_get_screen':
nsfns.m:227: warning: assignment makes pointer from integer without a cast
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 nsmenu.m
nsterm.m: In function '-[EmacsView keyDown:]':
nsterm.m:4481: warning: 'wantsToDelayTextChangeNotifications' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:112)
nsterm.m: In function '-[EmacsView conversationIdentifier]':
nsterm.m:4652: warning: conflicting types for '-(long int)conversationIdentifier'
/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:25: warning: previous declaration of '-(NSInteger)conversationIdentifier'
nsterm.m: In function '-[EmacsView initFrameFromEmacs:]':
nsterm.m:5089: warning: class 'EmacsView' does not implement the 'NSWindowDelegate' protocol
nsterm.m: In function '-[EmacsScroller setPosition:portion:whole:]':
nsterm.m:5800: warning: 'setFloatValue:knobProportion:' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:107)
nsterm.m:5807: warning: 'setFloatValue:knobProportion:' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:107)
nsmenu.m: In function 'ns_update_menubar':
nsmenu.m:461: warning: class 'EmacsMenu' does not implement the 'NSMenuDelegate' protocol
nsmenu.m: In function '-[EmacsMenu initWithTitle:frame:]':
nsmenu.m:553: warning: class 'EmacsMenu' does not implement the 'NSMenuDelegate' protocol
nsmenu.m: In function '-[EmacsMenu fillWithWidgetValue:]':
nsmenu.m:717: warning: 'sizeToFit' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:281)
nsmenu.m: In function '-[EmacsToolbar initForView:withIdentifier:]':
nsmenu.m:1114: warning: class 'EmacsToolbar' does not implement the 'NSToolbarDelegate' protocol
nsmenu.m: In function '-[EmacsTooltip init]':
nsmenu.m:1245: warning: class 'EmacsTooltip' does not implement the 'NSWindowDelegate' protocol
nsmenu.m: In function 'ns_update_menubar':
nsmenu.m:461: warning: class 'EmacsMenu' does not implement the 'NSMenuDelegate' protocol
nsmenu.m: In function '-[EmacsMenu initWithTitle:frame:]':
nsmenu.m:553: warning: class 'EmacsMenu' does not implement the 'NSMenuDelegate' protocol
nsmenu.m: In function '-[EmacsMenu fillWithWidgetValue:]':
nsmenu.m:717: warning: 'sizeToFit' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:281)
nsmenu.m: In function '-[EmacsToolbar initForView:withIdentifier:]':
nsmenu.m:1114: warning: class 'EmacsToolbar' does not implement the 'NSToolbarDelegate' protocol
nsmenu.m: In function '-[EmacsTooltip init]':
nsmenu.m:1245: warning: class 'EmacsTooltip' does not implement the 'NSWindowDelegate' protocol
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 nsselect.m
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 nsimage.m
nsselect.m: In function 'ns_string_from_pasteboard':
nsselect.m:347: warning: 'cString' is deprecated (declared at /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:367)
nsselect.m:352: warning: 'lossyCString' is deprecated (declared at /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:368)
nsimage.m: In function '+[EmacsImage allocInitFromFile:]':
nsimage.m:190: warning: 'bestRepresentationForDevice:' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:128)
nsselect.m: In function 'ns_string_from_pasteboard':
nsselect.m:347: warning: 'cString' is deprecated (declared at /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:367)
nsselect.m:352: warning: 'lossyCString' is deprecated (declared at /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:368)
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 nsfont.m
nsimage.m: In function '+[EmacsImage allocInitFromFile:]':
nsimage.m:190: warning: 'bestRepresentationForDevice:' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:128)
nsfont.m: In function 'nsfont_open':
nsfont.m:880: warning: 'CGFontCreateWithPlatformFont' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGFont.h:60)
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 fontset.c
nsfont.m: In function 'nsfont_open':
nsfont.m:880: warning: 'CGFontCreateWithPlatformFont' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGFont.h:60)
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 fringe.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 image.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 terminfo.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 lastfile.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 mktime.c
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 prefix-args.c
rm -fr /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/nextstep/Emacs.app/
mkdir -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/nextstep/Emacs.app/
( cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/nextstep/Cocoa/Emacs.base ; tar cfh - . ) | ( cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/nextstep/Emacs.app/ ; tar xf - )
( cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/nextstep/Emacs.app/ ; for subdir in `find . -type d ! -name CVS -print` ; do chmod a+rx ${subdir} ; rm -rf ${subdir}/CVS ; rm -f ${subdir}/.cvsignore ; done ; )
/usr/bin/gcc-4.2 -c -I/opt/local/include -Demacs -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/src -Dtemacs -O2 -arch x86_64 -arch i386 doc.c
/usr/bin/gcc-4.2 -L/opt/local/lib -arch x86_64 -arch i386 prefix-args.o -o prefix-args
/usr/bin/gcc-4.2 -prebind -framework AppKit -Xlinker -headerpad -Xlinker 6C8 -L/opt/local/lib -arch x86_64 -arch i386 -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o fringe.o image.o terminfo.o lastfile.o mktime.o -lncurses
cd ../lisp; /usr/bin/make - --jobserver-fds=6,7 - --jobserver-fds=6,7 -j update-subdirs
wd=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* | */cedet* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
for file in $wins; do \
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/../update-subdirs $file; \
done;
`/bin/pwd`/temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/emacs-lisp /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/international /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/textmodes)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version.el (source)...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading cus-start...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading files...
Loading cus-face...
Loading faces...
Loading minibuffer...
Loading button...
Loading startup...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/loaddefs.el (source)...
Loading abbrev...
Loading simple...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading international/characters...
Loading composite...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/international/charprop.el (source)...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/sinhala.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/english.el (source)...
Loading language/ethiopic...
Loading language/european...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/czech.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/slovak.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/romanian.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/greek.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/hebrew.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/japanese.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/international/cp51932.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/international/eucjp-ms.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/korean.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/lao.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/tai-viet.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/thai.el (source)...
Loading language/tibetan...
Loading language/vietnamese...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/misc-lang.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/utf-8-lang.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/georgian.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/khmer.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/burmese.el (source)...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/language/cham.el (source)...
Loading indent...
Loading window...
Loading frame...
Loading term/tty-colors...
Loading font-core...
Loading facemenu...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2/lisp/paths.el (source)...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading emacs-lisp/lisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading replace...
Loading buff-menu...
Loading fringe...
Loading image...
Loading international/fontset...
Loading dnd...
Loading tool-bar...
Loading emacs-lisp/easymenu...
Loading term/ns-win...
Loading mwheel...
Loading emacs-lisp/float-sup...
Loading vc-hooks...
Loading ediff-hook...
Loading tooltip...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
unexec: input file not in Mach-O format
--- List of All Regions ---
address size prot maxp
--- List of Regions to be Dumped ---
address size prot maxp
make[1]: *** [bootstrap-emacs] Error 1
make: *** [src] Error 2
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2" && /usr/bin/make -j2 all " returned error 2
DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.2" && /usr/bin/make -j2 all " returned error 2
while executing
"command_exec build"
(procedure "portbuild::build_main" line 9)
invoked from within
"$procedure $targetname"
Warning: the following items did not execute (for emacs-app): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #26265 | coin +manpages failure renaming man pages | ports | defect | 08/27/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I built Coin sucessfully, then decided I wanted +aqua. Adding the 3 options results in the failure. terminal session: wilder-hendersons-macbook-pro-2:privoxy davidh$ sudo port uninstall coin ---> Deactivating Coin @3.1.3_0+manpages+threadsafe ---> Cleaning Coin ---> Uninstalling Coin @3.1.3_0+manpages+threadsafe ---> Cleaning Coin wilder-hendersons-macbook-pro-2:privoxy davidh$ sudo nice port install coin +threadsafe +manpages +aqua ---> Computing dependencies for Coin ---> Fetching Coin ---> Verifying checksum(s) for Coin ---> Extracting Coin ---> Configuring Coin ---> Building Coin ---> Staging Coin into destroot Error: Target org.macports.destroot returned: error renaming "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_Coin/work/destroot/opt/local/share/man/man3/threads.3": no such file or directory Log for Coin is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_Coin/main.log Error: Status 1 encountered during processing. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #26267 | coin demo program has difficulty accessing | ports | defect | 08/28/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
To demo a functional installation of Coin3d, I attempted to run the demo in the front of the "Inventor Mentor" book. Source and Makefile are attached. The program compiles and links OK, but fails using widgets. As a test of x11 configuration, I ran xfig OK. The messages from xterm and term window are the same. Is there some X11 configuration or demo program change I need to make under macports? wilder-hendersons-macbook-pro-2:coincone davidh$ ./Redcone Warning: Widget must be a VendorShell. Error: attempt to add non-widget child "dsm" to parent "Redcone" which supports only widgets |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #27802 | emacs-app-devel @20091101 [bootstrap-emacs] Error 1 | ports | defect | 12/27/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I cannot build emacs-devel-app under Mac OS X 10.6.5. At the bottom of the log, it says [bootstrap-emacs] Error 1.
I looked at a similar ticket, #26638, and I also tried renaming /usr/local to /usr/local-bak but this did not work for me. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #27047 | Update emacs-app-devel to use current Emacs bazzar sources | ports | enhancement | 10/28/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The attached patch updates emacs-app-devel to use the current emacs bazaar sources (24.x) and includes the variant option of the full screen patch (+fullscreen). Note: the CVS version referenced in the old port is very out of date. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #30539 | cmake @2.8.5 +gui add application bundle for cmake-gui to the Applications/MacPorts folder | ports | enhancement | 08/02/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The cmake port contains a Qt4 GUI (+gui variant). It would be nice if this would add a corresponding icon to the Applications/MacPorts folder. I was able to do so, by creating an application bundle, which contains only a symbolic link to /opt/local/bin/cmake-gui, the application's icon, and an adapted Info.plist file. Attached, you can find an archive of this bundle. (I used Kitware's cmake bundle as a template.) It would be nice if this bundle could be added to the cmake port and installed if it is build with the +gui variant. Unfortunately, I have not the time to dive deep enough into the MacPorts infrastructure to provide a full-fledged patch implementing it. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #23857 | cmake 2.8.0 fails with non-default XCode 3.2.1 location | ports | defect | 02/25/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
cmake 2.8.0 fails to build on Max OS X 10.6.2 CMake has bootstrapped. Now run make.
---> Building cmake
DEBUG: Executing org.macports.build (cmake)
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work/cmake-2.8.0" && /usr/bin/make -j2 all'
CMake Error: Parse error in cache file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work/cmake-2.8.0/CMakeCache.txt. Offending entry: /SDKs/MacOSX10.6.sdk
-- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work/cmake-2.8.0" && /usr/bin/make -j2 all " returned error 2
DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work/cmake-2.8.0" && /usr/bin/make -j2 all " returned error 2
while executing
"command_exec build"
(procedure "portbuild::build_main" line 9)
invoked from within
"$procedure $targetname"
Warning: the following items did not execute (for cmake): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #28774 | cmake build issue (Xcode4) | ports | defect | 03/14/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I am unable to install cmake. Attached is the main.log file from the install process. I am using Xcode4. Cleaning and retrying does not have any effect. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
devans@… (11 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #19438 | gimp2 2.6.6_0: Crash - Uncaught exception NSInvalidArgumentException was raised | ports | defect | 04/26/2009 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
When opening a large file file in Gimp (1680x1050) and copying a selection from it Gimp crashes with an uncaught exception error. Console output: 2009-04-26 11:21:29.493 gimp-2.6[48726:10b] An uncaught exception was raised
2009-04-26 11:21:29.494 gimp-2.6[48726:10b] *** -[NSConcreteData initWithBytes:length:copy:freeWhenDone:bytesAreVM:]: absurd length: -1, maximum size: -2147483648 bytes
2009-04-26 11:21:29.494 gimp-2.6[48726:10b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSConcreteData initWithBytes:length:copy:freeWhenDone:bytesAreVM:]: absurd length: -1, maximum size: -2147483648 bytes'
2009-04-26 11:21:29.495 gimp-2.6[48726:10b] Stack: (
2517836043,
2464779835,
2517835499,
2517835562,
2447261264,
2447428824,
2447661200,
8591726,
8568643,
2430774104,
2517266524,
2517200161,
2517338344,
2517339352,
2523312832,
2523312345,
2523311949,
2427313533,
2427311664,
10689255,
16557455,
16558695,
12057,
16435,
11206
)
Trace/BPT trap
Crash reporter: Thread 0 Crashed: 0 com.apple.CoreFoundation 0x96131fb4 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 4 1 libobjc.A.dylib 0x92e98e3b objc_exception_throw + 40 2 com.apple.CoreFoundation 0x960b8ab3 CFRunLoopRunSpecific + 4355 3 com.apple.CoreFoundation 0x960b8cd8 CFRunLoopRunInMode + 88 4 com.apple.HIToolbox 0x9666b2c0 RunCurrentEventLoopInMode + 283 5 com.apple.HIToolbox 0x9666b0d9 ReceiveNextEventCommon + 374 6 com.apple.HIToolbox 0x9666af4d BlockUntilNextEventMatchingListInMode + 106 7 com.apple.AppKit 0x90addd7d _DPSNextEvent + 657 8 com.apple.AppKit 0x90add630 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 9 libgdk-quartz-2.0.0.dylib 0x00a31ae7 poll_func + 135 10 libglib-2.0.0.dylib 0x00fca58f g_main_context_iterate + 735 11 libglib-2.0.0.dylib 0x00fcaa67 g_main_loop_run + 455 12 gimp-2.6 0x00002f19 app_run + 601 13 gimp-2.6 0x00004033 main + 1075 14 gimp-2.6 0x00002bc6 start + 54 I removed all ~/.gimp-2.* directories as well as trying to rebuild gtk2, glib2 and gimp2 as those are in the stack trace of the crashed thread. This does not happen on handling images with smaller dimensions like 640x480. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #23356 | glade3 doesn't use the native Mac menu | ports | defect | 01/20/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
If you think that this is a bug in glade3 and not in the port then feel free to close it again. glade3 seems to contain code to use the menu integration functions of ige-mac-integration, however when I build it using an almost clean MacPorts with +quartz -x11 +no_x11 I do not get integration. I have not yet investigated in depth though. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #24460 | gimp +quartz crashes - gtk errors | ports | defect | 04/12/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I have installed gimp2 @2.6.8_0+darwin_9+no_x11+quartz (active) on G4 running 10.5.8. I can open gimp, open a file, make changes to the file, and save the file. However, when I save the file, gimp crashes with the following messages. The file seems to be saved though. Here are the errors. (gimp:4251): Gtk-WARNING **: Unable to find default local directory monitor type (gimp:4251): Gtk-WARNING **: Unable to find default local directory monitor type (gimp:4251): Gtk-CRITICAL **: gtk_icon_info_load_icon: assertion `icon_info != NULL' failed (gimp:4251): Gtk-CRITICAL **: gtk_icon_info_load_icon: assertion `icon_info != NULL' failed (gimp:4251): Gtk-WARNING **: Unable to find default local directory monitor type (gimp:4251): Gtk-WARNING **: Unable to find default local directory monitor type (script-fu:4253): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #29153 | Crash Building gnome-doc-utils Mac OS 10.6.7 | ports | defect | 04/15/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
build log attached |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #29601 | ffmpeg: unexpected bindingNone in _vp8_bilinear_predict16x16_sse2 from /opt/local/lib/libvpx.a(subpixel_sse2.asm.o) | ports | defect | 05/26/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
During the kdenlive installation, the ffmpeg build failed, on Mac OS X 10.6.7 with XCode 4.0.2 installed. Here is the error message : ---> Building ffmpeg Error: Target org.macports.build returned: shell command failed (see log for details) See the main.log file attached |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #31441 | glade3: Workaround for +quartz variant | ports | defect | 09/28/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
glade3 cannot be built in a a macports tree with the +quartz variant. Here is a patch to go around the issue. It simply removes all traces of mac integration from glade3. This can only be done simply by also changing the configure.cmd to ./autogen.sh |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #31690 | ardour2: can't find MIDI library and FFTW | ports | defect | 10/20/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The file /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_ardour2/ardour2/main.log ends with: :info:build ******************************* :info:build detected DIST_TARGET = leopard :info:build ******************************* :info:build :info:build Checking for C header file /opt/local/include/fftw3.h... no :info:build :info:build ------------------------------------------------------------------------- :info:build You do not have the FFTW single-precision development package installed. :info:build This prevents Ardour from using the Rubberband library for time stretching :info:build and pitchshifting. It will fall back on SoundTouch for timestretch, and :info:build pitchshifting will not be available. :info:build ------------------------------------------------------------------------- :info:build :info:build Checking for usb_interrupt_write() in C library usb... yes :info:build Checking for C header file linux/input.h... no :info:build Checking for C++ header file boost/shared_ptr.hpp... yes :info:build Checking for lo_server_new() in C library lo... yes :info:build Checking for dmalloc_shutdown() in C library dmallocth... no :info:build Checking for C header file alsa/asoundlib.h... no :info:build Checking for C header file /System/Library/Frameworks/CoreMIDI.framework/Headers/CoreMIDI.h... no :info:build It appears you don't have the required MIDI libraries installed. For Linux this means you are missing the development package for ALSA libraries. I don't know why it can't found that headers. bash-3.2$ ls -l /System/Library/Frameworks/CoreMIDI.framework/Headers/ total 248 -rw-r--r-- 1 root wheel 495 21 июн 01:26 CoreMIDI.h -rw-r--r-- 1 root wheel 19938 21 июн 01:26 MIDIDriver.h -rw-r--r-- 1 root wheel 67662 21 июн 01:26 MIDIServices.h -rw-r--r-- 1 root wheel 14691 21 июн 01:26 MIDISetup.h -rw-r--r-- 1 root wheel 16259 21 июн 01:26 MIDIThruConnection.h bash-3.2$ ls -l /opt/local/include/ff* -rw-r--r-- 1 root admin 2447 20 окт 09:38 /opt/local/include/fftw3.f -rw-r--r-- 1 root admin 79988 20 окт 09:38 /opt/local/include/fftw3.f03 -rw-r--r-- 1 root admin 17681 20 окт 09:38 /opt/local/include/fftw3.h |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32065 | ffmpeg @0.7.7 Undefined symbols for architecture x86_64 | ports | defect | 11/14/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
# cat /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_ffmpeg/ffmpeg/main.log
version:1
:debug:main changing euid/egid - current euid: 0 - current egid: 0
:debug:main egid changed to: 501
:debug:main euid changed to: 502
:debug:main Executing org.macports.main (ffmpeg)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.archivefetch (ffmpeg)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (ffmpeg)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (ffmpeg)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (ffmpeg)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (ffmpeg)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.configure (ffmpeg)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Mon Nov 14 16:37:38 EET 2011
:notice:build ---> Building ffmpeg
:debug:build Executing org.macports.build (ffmpeg)
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_ffmpeg/ffmpeg/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.7' V='1'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_ffmpeg/ffmpeg/work/ffmpeg-0.7.7" && /opt/local/bin/gmake -j2 -w all'
:debug:build Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_ffmpeg/ffmpeg/work/ffmpeg-0.7.7" && /opt/local/bin/gmake -j2 -w all
:info:build gmake: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_ffmpeg/ffmpeg/work/ffmpeg-0.7.7'
:info:build /usr/bin/gcc-4.2 -dynamiclib -Wl,-single_module -Wl,-install_name,/opt/local/lib/libavfilter.dylib,-current_version,1.80.0,-compatibility_version,1 -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavutil -Llibpostproc -Llibswscale -L/opt/local/lib -arch x86_64 -Wl,-dynamic,-search_paths_first -o libavfilter/libavfilter.1.dylib libavfilter/af_anull.o libavfilter/allfilters.o libavfilter/asink_anullsink.o libavfilter/asrc_anullsrc.o libavfilter/avcodec.o libavfilter/avfilter.o libavfilter/avfiltergraph.o libavfilter/defaults.o libavfilter/drawutils.o libavfilter/formats.o libavfilter/graphparser.o libavfilter/libmpcodecs/img_format.o libavfilter/libmpcodecs/mp_image.o libavfilter/libmpcodecs/pullup.o libavfilter/libmpcodecs/vf_2xsai.o libavfilter/libmpcodecs/vf_blackframe.o libavfilter/libmpcodecs/vf_boxblur.o libavfilter/libmpcodecs/vf_cropdetect.o libavfilter/libmpcodecs/vf_decimate.o libavfilter/libmpcodecs/vf_delogo.o libavfilter/libmpcodecs/vf_denoise3d.o libavfilter/libmpcodecs/vf_detc.o libavfilter/libmpcodecs/vf_dint.o libavfilter/libmpcodecs/vf_divtc.o libavfilter/libmpcodecs/vf_down3dright.o libavfilter/libmpcodecs/vf_dsize.o libavfilter/libmpcodecs/vf_eq.o libavfilter/libmpcodecs/vf_eq2.o libavfilter/libmpcodecs/vf_field.o libavfilter/libmpcodecs/vf_fil.o libavfilter/libmpcodecs/vf_fixpts.o libavfilter/libmpcodecs/vf_framestep.o libavfilter/libmpcodecs/vf_fspp.o libavfilter/libmpcodecs/vf_geq.o libavfilter/libmpcodecs/vf_gradfun.o libavfilter/libmpcodecs/vf_harddup.o libavfilter/libmpcodecs/vf_hqdn3d.o libavfilter/libmpcodecs/vf_hue.o libavfilter/libmpcodecs/vf_il.o libavfilter/libmpcodecs/vf_ilpack.o libavfilter/libmpcodecs/vf_ivtc.o libavfilter/libmpcodecs/vf_kerndeint.o libavfilter/libmpcodecs/vf_mcdeint.o libavfilter/libmpcodecs/vf_mirror.o libavfilter/libmpcodecs/vf_noise.o libavfilter/libmpcodecs/vf_ow.o libavfilter/libmpcodecs/vf_palette.o libavfilter/libmpcodecs/vf_perspective.o libavfilter/libmpcodecs/vf_phase.o libavfilter/libmpcodecs/vf_pp7.o libavfilter/libmpcodecs/vf_pullup.o libavfilter/libmpcodecs/vf_qp.o libavfilter/libmpcodecs/vf_rectangle.o libavfilter/libmpcodecs/vf_remove_logo.o libavfilter/libmpcodecs/vf_rgbtest.o libavfilter/libmpcodecs/vf_rotate.o libavfilter/libmpcodecs/vf_sab.o libavfilter/libmpcodecs/vf_screenshot.o libavfilter/libmpcodecs/vf_smartblur.o libavfilter/libmpcodecs/vf_softpulldown.o libavfilter/libmpcodecs/vf_softskip.o libavfilter/libmpcodecs/vf_spp.o libavfilter/libmpcodecs/vf_swapuv.o libavfilter/libmpcodecs/vf_telecine.o libavfilter/libmpcodecs/vf_test.o libavfilter/libmpcodecs/vf_tile.o libavfilter/libmpcodecs/vf_tinterlace.o libavfilter/libmpcodecs/vf_unsharp.o libavfilter/libmpcodecs/vf_uspp.o libavfilter/libmpcodecs/vf_yuvcsp.o libavfilter/libmpcodecs/vf_yvu9.o libavfilter/vf_aspect.o libavfilter/vf_blackframe.o libavfilter/vf_copy.o libavfilter/vf_crop.o libavfilter/vf_cropdetect.o libavfilter/vf_drawbox.o libavfilter/vf_fade.o libavfilter/vf_fieldorder.o libavfilter/vf_fifo.o libavfilter/vf_format.o libavfilter/vf_gradfun.o libavfilter/vf_hflip.o libavfilter/vf_hqdn3d.o libavfilter/vf_lut.o libavfilter/vf_mp.o libavfilter/vf_null.o libavfilter/vf_overlay.o libavfilter/vf_pad.o libavfilter/vf_pixdesctest.o libavfilter/vf_scale.o libavfilter/vf_select.o libavfilter/vf_setpts.o libavfilter/vf_settb.o libavfilter/vf_showinfo.o libavfilter/vf_slicify.o libavfilter/vf_split.o libavfilter/vf_transpose.o libavfilter/vf_unsharp.o libavfilter/vf_vflip.o libavfilter/vf_yadif.o libavfilter/vsink_buffer.o libavfilter/vsink_nullsink.o libavfilter/vsrc_buffer.o libavfilter/vsrc_color.o libavfilter/vsrc_movie.o libavfilter/vsrc_nullsrc.o libavfilter/x86/gradfun.o libavfilter/x86/yadif.o -lavformat -lavcodec -lswscale -lavcodec -lavutil -Wl,-framework,Cocoa -L/opt/local/lib -lSDLmain -lSDL -lxvidcore -lx264 -lvpx -lvpx -lvorbisenc -lvorbis -logg -ltheoraenc -ltheoradec -logg -lspeex -L/opt/local/lib -lschroedinger-1.0 -lopenjpeg -lmp3lame -L/opt/local/lib -ldirac_encoder -ldirac_decoder -lstdc++ -lm -lbz2 -lz
:info:build Undefined symbols for architecture x86_64:
:info:build "_MM_FIX_0_707106781", referenced from:
:info:build _filter in vf_fspp.o
:info:build "_MM_FIX_0_541196100", referenced from:
:info:build _filter in vf_fspp.o
:info:build ld: symbol(s) not found for architecture x86_64
:info:build collect2: ld returned 1 exit status
:info:build gmake: *** [libavfilter/libavfilter.1.dylib] Error 1
:info:build gmake: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_ffmpeg/ffmpeg/work/ffmpeg-0.7.7'
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_ffmpeg/ffmpeg/work/ffmpeg-0.7.7" && /opt/local/bin/gmake -j2 -w all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
while executing
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for ffmpeg): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:error:build Failed to install ffmpeg
:debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory
while executing
"open [file join $dir tclIndex]"
:notice:build Log for ffmpeg is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_ffmpeg/ffmpeg/main.log
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #18849 | inkscape : build an application | ports | enhancement | 03/15/2009 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Inkscape is distributed as an Inskcape.app Is it possible to enable it in Macport also ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #21745 | gutenprint cups variant | ports | enhancement | 10/01/2009 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #29047 | zenity 3.0.0 (or lets make a plan before updating to gtk3/gnome3) | ports | update | 04/06/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I just updated zenity to 2.32.1 in r77614 but I see that zenity 3.0.0 is available since yesterday. I wasn't sure if we can just update to it, or whether it has other implications, since it requires gtk3... |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
dluke@… (3 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #27618 | subversion links to previous install | ports | defect | 12/08/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Make sure subversion is installed without +universal, and that there is no +universal to activate. Then, do sudo port -d install subversion +universal > svn_out.txt 2>&1 Review the file "svn_out.txt" you'll find a bunch of references to ${prefix}/lib/libsvn_FOO not being having the correct arch. The attached patch, obtained from cd `port dir subversion` svn diff > ~/Desktop/subversion_svn.diff work for me to correct this issue. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #31688 | bind9 @9.8.1: Undefined symbols _krb5_gss_register_acceptor_identity on tiger | ports | defect | 10/20/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hello, my 1st time here, so excuse me if the question is dumb :) I did install BIND 9.8.0 correctly some time ago, now I can't upgrade or install from scracth the 9.8.1 release on Tiger. I get the same errors on 2 differents machines. At the end of the process, the errors are: - in Terminal window: make[2]: *** [named] Error 1 make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_bind9/bind9/work/bind-9.8.1/bin/named' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_bind9/bind9/work/bind-9.8.1/bin' make: *** [subdirs] Error 1 make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_bind9/bind9/work/bind-9.8.1' shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_bind9/bind9/work/bind-9.8.1" && /usr/bin/make -w all " returned error 2 Error: Target org.macports.build returned: shell command failed (see log for details) Warning: the following items did not execute (for bind9): org.macports.activate org.macports.build org.macports.destroot org.macports.install Log for bind9 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_bind9/bind9/main.log Error: Status 1 encountered during processing. - in the main.log : :info:build /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols:
:info:build _krb5_gss_register_acceptor_identity
:info:build collect2: ld returned 1 exit status
:info:build make[2]: *** [named] Error 1
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_bind9/bind9/work/bind-9.8.1/bin/named'
:info:build make[1]: *** [subdirs] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_bind9/bind9/work/bind-9.8.1/bin'
:info:build make: *** [subdirs] Error 1
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_bind9/bind9/work/bind-9.8.1'
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_bind9/bind9/work/bind-9.8.1" && /usr/bin/make -w all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
while executing
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for bind9): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Please tell me what to do :) Thanx Gabriel |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #33190 | cvs2svn depends on python26 | ports | enhancement | 02/08/2012 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Could it be changed to python27 or variants added? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
dports@… (4 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #26890 | texlive-fonts-recommended @13822_1+doc : Missing map entries | ports | defect | 10/18/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
While trying to use the palatino fonts from texlive-fonts-recommended, I discovered that the corresponding map entry (upl.map) in /opt/local/etc/texmf/updmap.d/10texlive-fonts-recommended.cfg is missing. This causes pdftex or dvips to fail if these fonts are used with an error along the lines of: kpathsea: Running mktexpk --mfmode ljfour --bdpi 8000 --mag 1+4800/(2*4000) --dpi 12800 uplb8r mktexpk: don't know how to create bitmap font for uplb8r. Adding "Map upl.map" to this file, running "sudo /opt/local/libexec/texlive-update-cnf updmap.cfg" followed by "sudo updmap-sys" fixed the problem. I assume this file is generated from the contents of the Portfile, and it could be fixed by adding the corresponding line there? Looking at the contents of this port, it appears there may be many more map entries missing, although I haven't tried to use those fonts. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #28686 | gnucash @2.4.3_0+no_x11+without_hbci silently exits | ports | defect | 03/06/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Gnucash (quartz version) 2.4.3 silently exits (i.e. without error) after displaying "Tip-of-the-day" |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #30270 | texlive-htmlxml: missing xhtex | ports | defect | 07/21/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
At least one script is missing for everything to go smoothly with tex4ht. This script is used with the mouseover option. There is a Debian bug report ( http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=118090) that describes the same issue (for Debian). If you run the very same test file, you get the same error because xhtex is not included in the distro: [...] Searching `lm-rep-cmrm.htf' for `cmr10.htf' (/opt/local/share/texmf-texlive-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf) [1 file foo.html file foo.css file foo.tmp file foo2.html file foo1.tmp ] [2] Execute script `foo.lg' ---------------------------- t4ht.c (2009-01-31-07:34 kpathsea) t4ht -f/foo.tex (/opt/local/share/texmf-texlive-dist/tex4ht/base/unix/tex4ht.env) Entering foo.lg Entering foo.css Entering foo.tmp System call: xhtex foo-js sh: xhtex: command not found --- Warning --- System return: 32512 I have found a copy of such a file on the Internet, and I confirm that, provided this file is in the PATH, then mouseover _does_ work. Cheers! |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #31233 | Unable to install fuse4x-kext on Lion | ports | defect | 09/12/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
It fails to install: ---> Fetching archive for fuse4x-kext ---> Attempting to fetch fuse4x-kext-0.8.11_0+universal.darwin_11.i386-x86_64.tgz from http://packages.macports.org/fuse4x-kext ---> Fetching fuse4x-kext ---> Attempting to fetch fuse4x-kext-0.8.11.tar.gz from http://distfiles.macports.org/fuse4x-kext ---> Verifying checksum(s) for fuse4x-kext ---> Extracting fuse4x-kext ---> Applying patches to fuse4x-kext ---> Configuring fuse4x-kext ---> Building fuse4x-kext ---> Staging fuse4x-kext into destroot Error: Target org.macports.destroot returned: error copying "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_fuse_fuse4x-kext/fuse4x-kext/work/fuse4x-kext-0.8.11/build/Release/fuse4x.kext": no such file or directory Log for fuse4x-kext is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_fuse_fuse4x-kext/fuse4x-kext/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> When I look in the build directory, I see that the files are directly in "build" and not in "build/Release" as the script expects: jerbro:~/ jeremy$ ls -l /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_fuse_fuse4x-kext/fuse4x-kext/work/fuse4x-kext-0.8.11/build total 56 drwxr-xr-x 3 root admin 102 Sep 12 14:37 fuse4x.kext drwxr-xr-x 3 root admin 102 Sep 12 14:37 fuse4x.kext.dSYM drwxr-xr-x@ 4 root admin 136 Sep 12 14:37 kext.build -rwxr-xr-x 1 root admin 26244 Sep 12 14:37 load_fuse4x drwxr-xr-x 3 root admin 102 Sep 12 14:37 load_fuse4x.dSYM |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ecronin@… (2 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #12659 | unable to fire subtitle to a video via mencoder | ports | defect | 09/09/2007 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
with the port of mplayer i can't add subtitle to a video. (it's possible with the binary offer by ffmpegX). the command line is: %mencoder movie.avi -sub sub.srt -oac copy -ovc lavc -o out.avi |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #17455 | mplayer doesn't build universal | ports | defect | 11/30/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
configure complains about unknown arg: --disable-dependency-tracking ... deleting this from configure.args results in a single-platform binary |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ged@… (1 match)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #21314 | sudo locks up Terminal.app until reboot | ports | defect | 09/11/2009 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I've just done an upgrade to Snow Leopard, and completely reinstalled my ports (using manual method from Migration). It fails for me still. I'm using sudoers from /etc/sudoers, and /var/run/sudo is there, so that is not the problem either. (I've tried reopening #20907 but I'm not allowed to) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
gwright@… (6 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #20340 | ghc-devel fails to fetch | ports | defect | 07/16/2009 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Mac OS X 10.4.11 Intel, MacPorts 1.7.1 $ sudo port install ghc-devel ---> Fetching ghc-devel Error: Target org.macports.fetch returned: invalid command name "cd" Error: Status 1 encountered during processing. $ This port should either be fixed and updated, see #14462, or removed from MacPorts. Is anyone actually using this? It could be a nice convenience, but people who want to use GHC HEAD could just build it manually like on other platforms. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #24670 | ghc 6.10.4_2 System.Random busted for floats/doubles on Snow Leopard | ports | defect | 04/26/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The System.Random functions (randomIO, randomRIO), when used with Double of Float, seem to consistently return Infinity. The expectation being that these would, of course, return random floating point numbers. For example, ~$ ghci GHCi, version 6.10.4: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer ... linking ... done. Loading package base ... linking ... done. Prelude> :m +System.Random Prelude System.Random> randomIO :: IO Double Loading package old-locale-1.0.0.1 ... linking ... done. Loading package old-time-1.0.0.2 ... linking ... done. Loading package random-1.0.0.1 ... linking ... done. Infinity Prelude System.Random> randomIO :: IO Float Infinity Prelude System.Random> randomRIO (0.0 :: Double, 1.0) Infinity Prelude System.Random> :q Leaving GHCi. ~$ Integers do not seem to be affected. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #25265 | ghc 6.10.4 seg fault in ghci when showing negative float | ports | defect | 06/15/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
On Snow Leopard, 64-bit, ghci will seg fault when attempting to show a negative float. Example: $ ghci GHCi, version 6.10.4: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer ... linking ... done. Loading package base ... linking ... done. Prelude> 0.5 0.5 Prelude> -0.5 -Segmentation fault The seg fault does happen after the sign is displayed. A file compiled by ghc does not display the same behavior. Given a file test.hs: main = putStr $ show (-0.5) And compiling with ghc --make test, the result will run normally. Possibly related to tickets #24670, #24571. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #5006 | NEW: wxhaskell-0.9.4 | ports | submission | 09/16/2005 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
wxhaskell-0.9.4 the portfile can be found here: ATTACHED Description: provides a Haskell interface to the wxWidgets GUI toolkit Includes patches to 1. support Unicode so that it can be used with the wxWidgets that comes with Tiger or with the standard DarwinPorts variants. 2. force the use of g++-3.3 because for the moment, the ghc haskell compiler does not like 4.0 Homepage: http://wxhaskell.sourceforge.net Comments: I have only tested it on any OS X Tiger (my computer, a friend's computer and a chroot). There are some sample applications which don't run correctly, but this seems due to the wxWidgets 2.5.3 that comes with Tiger. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #17505 | darcs-devel is redundant and should be removed | ports | update | 12/03/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I haven't checked the history of darcs-devel but I guess it was created when darcs was still 1.x during the development phase of 2.x However the darcs port is now @2.1.2 while darcs-devel is @2.0.0pre4, making it older than darcs, useless and less safe. I don't think there is any reason why it wouldn't be removed. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #25558 | ghc: update to latest version | ports | update | 07/06/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
ghc is up to 6.12.3, which builds and runs fine on Snow Leopard. However, even the ghc-devel is stuck at 6.11. Are these ports in need of a new maintainer? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hum@… (1 match)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32801 | portaudio: build fails on Tiger | ports | defect | 01/06/2012 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
jeremyhu@… (8 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #19999 | nss: signtool library search path busted | ports | defect | 06/18/2009 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Running signtool, I get this: $ nss-signtool -d certdb signtool: function failed: Failure to load dynamic library. Unknown error: -2804 If I set DYLD_LIBRARY_PATH manually, things seem to work: $ DYLD_LIBRARY_PATH=/opt/local/lib/nss nss-signtool -d ../certdb -L S Certificates - ------------ (...output here...) This is with an up-to-date ports tree; signtool reports itself as: Signing Tool 3.12.0.3 -a signing tool for jar files |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #20243 | NSS failing to upgrade due to linking against installed version | ports | defect | 07/09/2009 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
gastraphetes:/> sudo port upgrade nss
---> Fetching nss
---> Attempting to fetch nss-3.12.3.tar.bz2 from http://distfiles.macports.org/nss
---> Verifying checksum(s) for nss
---> Extracting nss
---> Applying patches to nss
---> Configuring nss
---> Building nss
Error: Target org.macports.build returned: shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nss/work/nss-3.12.3 && make -C mozilla/security/coreconf/nsinstall && make -C mozilla/security/dbm && make -C mozilla/security/nss NSPR_LIB_DIR=/opt/local/lib/nspr NSS_USE_SYSTEM_SQLITE=1" returned error 2
Command output: /usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsecur.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss sslsecur.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsnce.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss sslsnce.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsock.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss sslsock.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssltrace.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss ssltrace.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslver.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss sslver.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/authcert.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss authcert.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/cmpcert.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss cmpcert.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/nsskea.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss nsskea.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslinfo.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss sslinfo.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3ecc.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss ssl3ecc.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/unix_err.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss unix_err.c
rm -f Darwin9.7.0_gcc-4.0_DBG.OBJ/libssl.a
ar cr Darwin9.7.0_gcc-4.0_DBG.OBJ/libssl.a Darwin9.7.0_gcc-4.0_DBG.OBJ/derive.o Darwin9.7.0_gcc-4.0_DBG.OBJ/prelib.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3con.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3gthr.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslauth.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslcon.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssldef.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslenum.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslerr.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3ext.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslgathr.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslmutex.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslnonce.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslreveal.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsecur.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsnce.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsock.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssltrace.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslver.o Darwin9.7.0_gcc-4.0_DBG.OBJ/authcert.o Darwin9.7.0_gcc-4.0_DBG.OBJ/cmpcert.o Darwin9.7.0_gcc-4.0_DBG.OBJ/nsskea.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslinfo.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3ecc.o Darwin9.7.0_gcc-4.0_DBG.OBJ/unix_err.o
/usr/bin/ranlib Darwin9.7.0_gcc-4.0_DBG.OBJ/libssl.a
grep -v ';+' ssl.def | grep -v ';-' | sed -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,,' -e 's,^,_,' > Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl.def
rm -f Darwin9.7.0_gcc-4.0_DBG.OBJ/libssl3.dylib
/usr/bin/gcc-4.0 -dynamiclib -compatibility_version 1 -current_version 1 -install_name /opt/local/lib/nss/libssl3.dylib -headerpad_max_install_names -L/opt/local/lib/nspr -L/opt/local/lib/ -o Darwin9.7.0_gcc-4.0_DBG.OBJ/libssl3.dylib Darwin9.7.0_gcc-4.0_DBG.OBJ/derive.o Darwin9.7.0_gcc-4.0_DBG.OBJ/prelib.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3con.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3gthr.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslauth.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslcon.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssldef.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslenum.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslerr.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3ext.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslgathr.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslmutex.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslnonce.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslreveal.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsecur.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsnce.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsock.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssltrace.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslver.o Darwin9.7.0_gcc-4.0_DBG.OBJ/authcert.o Darwin9.7.0_gcc-4.0_DBG.OBJ/cmpcert.o Darwin9.7.0_gcc-4.0_DBG.OBJ/nsskea.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslinfo.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3ecc.o Darwin9.7.0_gcc-4.0_DBG.OBJ/unix_err.o ../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/lib/libfreebl.a -L../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/lib -lnss3 -lnssutil3 -L/opt/local/lib/nspr -lplc4 -lplds4 -lnspr4
Undefined symbols:
"_CERT_NewTempCertificate", referenced from:
_ssl3_HandleCertificate in ssl3con.o
_ssl3_HandleCertificate in ssl3con.o
_ssl2_ClientHandleServerCert in sslcon.o
_ssl2_HandleClientCertificate in sslcon.o
_ssl3_ServerHandleSessionTicketXtn in ssl3ext.o
_ConvertToSID in sslsnce.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [Darwin9.7.0_gcc-4.0_DBG.OBJ/libssl3.dylib] Error 1
make[1]: *** [libs] Error 2
make: *** [libs] Error 2
Error: Unable to upgrade port: 1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #29530 | fb code still doesn't work right with XQuartz | ports | defect | 05/21/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The commend 'xset -q' in some ~/.xinitrc.d/<number><what ever>.sh produces, among other output: 21.05.11 21:54:28 org.macports.startx[28266] Notice /opt/local/share/fonts/misc/,/opt/local/share/fonts/TTF/,/opt/local/share/fonts/OTF/,/opt/local/share/fonts/Type1/,/opt/local/share/fonts/100dpi/,/opt/local/share/fonts/75dpi/,/Library/Fonts,/System/Library/Fonts,built-ins This == could == be the reason that Console reports: 21.05.11 21:54:28 org.macports.startx[28266] Notice /opt/local/bin/xset: bad font path element (#8), possible causes are: 21.05.11 21:54:28 org.macports.startx[28266] Notice Directory does not exist or has wrong permissions 21.05.11 21:54:28 org.macports.startx[28266] Notice Directory missing fonts.dir 21.05.11 21:54:28 org.macports.startx[28266] Notice Directory missing fonts.dir 21.05.11 21:54:28 org.macports.startx[28266] Notice Incorrect font server address or syntax and GNU Emacsen 23.3 and 24.0.50 cannot show all text (the latter shows almost == no == text). Xorg-server-devel @1.10.1_0 produces similar reports in Console, but does not disable text rendering in GNU Emacsen. Console also reports: 21.05.11 21:54:30 [0x0-0x1d91d9].org.macports.X11[28235] Notice X11.app: Launching /opt/local/bin/xterm: 21.05.11 21:54:30 [0x0-0x1d91d9].org.macports.X11[28235] Notice argv[0] = /bin/sh 21.05.11 21:54:30 [0x0-0x1d91d9].org.macports.X11[28235] Notice argv[1] = -c 21.05.11 21:54:30 [0x0-0x1d91d9].org.macports.X11[28235] Notice argv[2] = /opt/local/bin/xterm 21.05.11 21:54:30 [0x0-0x1d91d9].org.macports.X11[28235] Notice /bin/sh: /opt/local/bin/xterm: No such file or directory 21.05.11 21:54:30 [0x0-0x1d91d9].org.macports.X11[28235] Notice /bin/sh: /opt/local/bin/xterm: No such file or directory I only have /usr/X11/bin/xterm... |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #30927 | gimp2 @2.6.11_6+python27+x11 - X11 crash on Lion | ports | defect | 08/22/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I got a fresh installation of Lion 10.7.1, with X11 from the Lion distribution, and installed the latest Gimp port. Compilation and installation did not report any problem. I start Gimp, open an image, and go to Colours -> Curves... As soon as the pointer moves over the Curves histogram X11 crashes. From Terminal I get a couple of warning/errors, the first at launch and the second at the crash: (gimp:1965): GLib-WARNING **: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0 gimp: Fatal IO error 35 (Resource temporarily unavailable) on X server /tmp/launch-ppvQHH/org.x:0. (script-fu:2118): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error Some information about the installed X11 from the bug report I sent to Apple: Process: X11.bin [2053]
Path: /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
Identifier: org.x.X11
Version: 2.6.3 (2.6.3)
Build Info: X11server-106003000000000~43
Code Type: X86-64 (Native)
Parent Process: Xquartz [2048]
Date/Time: 2011-08-22 12:08:04.890 +0200
OS Version: Mac OS X 10.7.1 (11B26)
Report Version: 9
Interval Since Last Report: 5331 sec
Crashes Since Last Report: 7
Per-App Interval Since Last Report: 8870 sec
Per-App Crashes Since Last Report: 7
Anonymous UUID: 3F527546-CC8F-473C-85C4-D16AA6D5495B
Crashed Thread: 2
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
VM Regions Near 0:
-->
__TEXT 0000000105b46000-0000000105cdb000 [ 1620K] r-x/rwx SM=COW /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
Application Specific Information:
X.Org X Server 1.10.2 Build Date: 20110622
objc[2053]: garbage collection is OFF
I got the same crash on a machine running Leopard after the latest system upgrade (one week ago), but I don't have access to it anymore. Please, let me know if you need more information. Cheers, Claudio |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32575 | llvm-3.1 fails to build on OSX10.7 / Xcode 4.2 | ports | defect | 12/17/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Title says it all ... llvm-3.1 fails to build for me on OSX 10.7 with Xcode 4.2 log file attached. Chris |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32644 | llvm-2.9 build failed | ports | defect | 12/23/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sh-3.2# port install llvm-2.9 ---> Computing dependencies for llvm-2.9 ---> Building llvm-2.9 Error: Target org.macports.build returned: shell command failed (see log for details) Log for llvm-2.9 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm-2.9/llvm-2.9/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> i got an error like this, what can i do ? some parts of main.log below :info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm-2.9/llvm-2.9/work/llvm-2.9/lib/Target'
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm-2.9/llvm-2.9/work/llvm-2.9/lib'
:info:build make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm-2.9/llvm-2.9/work/llvm-2.9/tools/llvm-shlib'
:info:build llvm[1]: Linking Release+Debug+Asserts Shared Library libLLVM-2.9.dylib
:info:build ld: in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm-2.9/llvm-2.9/work/llvm-2.9/Release+Debug+Asserts/lib/libLLVMLinker.a, file too small for architecture x86_64
:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
:info:build make[1]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm-2.9/llvm-2.9/work/llvm-2.9/Release+Debug+Asserts/lib/libLLVM-2.9.dylib] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm-2.9/llvm-2.9/work/llvm-2.9/tools/llvm-shlib'
:info:build make: *** [all] Error 1
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm-2.9/llvm-2.9/work/llvm-2.9'
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm-2.9/llvm-2.9/work/llvm-2.9" && /usr/bin/make -j4 -w all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
while executing
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for llvm-2.9): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for llvm-2.9 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_llvm-2.9/llvm-2.9/main.log
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #33003 | clang++ 2.9, 3.0 and 3.1 fail to link properly | ports | defect | 01/24/2012 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The clang++ C++ front ends from ports clang-2.9, clang-3.0 and clang-3.1 fail to link code properly: % cat a.cc
#include <iostream>
int
main ()
{
std::cout << "Hello World!" << std::endl;
}
% clang++-mp-2.9 a.cc
ld: unknown option: -demangle
clang: error: linker command failed with exit code 1 (use -v to see invocation)
% clang++-mp-3.0 a.cc
ld: unknown option: -demangle
clang: error: linker command failed with exit code 1 (use -v to see invocation)
% clang++-mp-3.1 a.cc
ld: unknown option: -demangle
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Using directly the clang++ binary from the /opt/local/libexec/llvm-x.y/bin/ directory produces the same error: % /opt/local/libexec/llvm-2.9/bin/clang++ a.cc ld: unknown option: -demangle clang: error: linker command failed with exit code 1 (use -v to see invocation) % /opt/local/libexec/llvm-3.0/bin/clang++ a.cc ld: unknown option: -demangle clang: error: linker command failed with exit code 1 (use -v to see invocation) % /opt/local/libexec/llvm-3.1/bin/clang++ a.cc ld: unknown option: -demangle clang: error: linker command failed with exit code 1 (use -v to see invocation) Here is the output of clang++-mp-2.9 with the -v option: % clang++-mp-2.9 -v a.cc clang version 2.9 (tags/RELEASE_29/final) Target: x86_64-apple-darwin10 Thread model: posix "/opt/local/libexec/llvm-2.9/bin/clang" -cc1 -triple x86_64-apple-darwin10.0.0 -emit-obj -mrelax-all -disable-free -main-file-name a.cc -pic-level 1 -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 127.2 -v -resource-dir /opt/local/libexec/llvm-2.9/bin/../lib/clang/2.9 -ferror-limit 19 -fmessage-length 80 -stack-protector 1 -fblocks -fcxx-exceptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics -o /var/folders/TT/TTWwnJg92RaMtk+BYog6aU+++TI/-Tmp-/cc-CZUJ1t.o -x c++ a.cc clang -cc1 version 2.9 based upon llvm 2.9 hosted on x86_64-apple-darwin10 #include "..." search starts here: #include <...> search starts here: /usr/include/c++/4.2.1 /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64 /usr/include/c++/4.2.1/backward /usr/include/c++/4.0.0 /usr/include/c++/4.0.0/i686-apple-darwin8 /usr/include/c++/4.0.0/backward /usr/local/include /opt/local/libexec/llvm-2.9/bin/../lib/clang/2.9/include /usr/include /System/Library/Frameworks (framework directory) /Library/Frameworks (framework directory) End of search list. "/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.6.0 -o a.out -lcrt1.10.6.o /var/folders/TT/TTWwnJg92RaMtk+BYog6aU+++TI/-Tmp-/cc-CZUJ1t.o /usr/lib/libstdc++.6.dylib -lSystem ld: unknown option: -demangle clang: error: linker command failed with exit code 1 (use -v to see invocation) (clang++-mp-3.0 and clang++-mp-3.1 show similar error messages.) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #33023 | xorg-server: X11.app crashes on launch | ports | defect | 01/26/2012 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I know xorg-server's X11.app used to work for me, but today, it just crashes on launch. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
jwa@… (1 match)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #13092 | OpenSSH authentication broken on Leopard (PAM unable to create session) | ports | defect | 11/01/2007 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
OpenSSH's PAM module fails after authentication, preventing login. Log from sshd -ddd: debug3: PAM: opening session PAM: pam_open_session(): Cannot make/remove an entry for the specified session debug1: PAM: establishing credentials debug1: permanently_set_uid: 501/20 debug2: set_newkeys: mode 0 debug2: set_newkeys: mode 1 debug1: Entering interactive session for SSH2. debug2: fd 5 setting O_NONBLOCK debug2: fd 6 setting O_NONBLOCK debug1: server_init_dispatch_20 debug1: server_input_channel_open: ctype session rchan 0 win 1048576 max 16384 debug1: input_session_request debug1: channel 0: new [server-session] debug1: session_new: init debug1: session_new: session 0 debug1: session_open: channel 0 debug1: session_open: session 0: link with channel 0 debug1: server_input_channel_open: confirm session debug1: server_input_channel_req: channel 0 request pty-req reply 0 debug1: session_by_channel: session 0 channel 0 debug1: session_input_channel_req: session 0 req pty-req debug1: Allocating pty. debug3: mm_request_send entering: type 25 debug3: mm_pty_allocate: waiting for MONITOR_ANS_PTY debug3: mm_request_receive_expect entering: type 26 debug3: mm_request_receive entering debug3: monitor_read: checking request 25 debug3: mm_answer_pty entering debug1: session_new: init debug1: session_new: session 0 lastlog_filetype: Couldn't stat /var/log/lastlog: No such file or directory lastlog_openseek: /var/log/lastlog is not a file or directory! lastlog_filetype: Couldn't stat /var/log/lastlog: No such file or directory lastlog_openseek: /var/log/lastlog is not a file or directory! debug3: mm_request_send entering: type 26 debug1: session_pty_req: session 0 alloc /dev/ttys008 debug3: tty_parse_modes: SSH2 n_bytes 251 debug3: tty_parse_modes: ospeed 9600 debug3: tty_parse_modes: ispeed 9600 debug3: tty_parse_modes: 1 3 debug3: tty_parse_modes: 2 28 debug3: tty_parse_modes: 3 127 debug3: tty_parse_modes: 4 21 debug3: tty_parse_modes: 5 4 debug3: tty_parse_modes: 6 255 debug3: tty_parse_modes: 7 255 debug3: tty_parse_modes: 8 17 debug3: tty_parse_modes: 9 19 debug3: tty_parse_modes: 10 26 debug3: tty_parse_modes: 11 25 debug3: tty_parse_modes: 12 18 ttys008 ptyfd 4 debug3: mm_request_receive entering |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
krischik@… (1 match)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #25598 | GNAT GPL 2010 now available, update portfile to use it? | ports | update | 07/09/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
GNAT GPL 2010 has now been released and supports Snow Leopard. This should make possible a working build on SL. At present the portfile uses GNAT GPL 2009. Request an update to use GNAT GPL 2010, or provide an option for it. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
l2g@… (10 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #25868 | parrot universal variant fails | ports | defect | 07/29/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
See subject. $ sudo port -v install parrot +universal ---> Computing dependencies for parrot. ---> Fetching parrot ---> Verifying checksum(s) for parrot ---> Checksumming parrot-2.6.0.tar.gz ---> Extracting parrot ---> Extracting parrot-2.6.0.tar.gz ---> Configuring parrot Invalid option "disable-dependency-tracking". See "perl Configure.pl --help" for valid options shell command " cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_parrot/work/parrot-2.6.0" && perl Configure.pl --prefix=/opt/local --disable-dependency-tracking --mandir=/opt/local/share/man --optimize " returned error 2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #28789 | p5-locale-gettext @1.05 +universal: gettext function not found | ports | defect | 03/15/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hello there, I’m running Xcode 2.5 on Mac OS X 10.4.11 PPC. I’d started by downloading the Tiger-specific MacPorts 1.9.1 .dmg file, and selfupdated to 1.9.2. I’m trying to compile cdparanoia @10.2_0 +universal; one of its dependencies is p5-locale-gettext @1.05 +universal. The latter fails during its configure phase: ---> Configuring p5-locale-gettext Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details) Error: Failed to install p5-locale-gettext Log for p5-locale-gettext is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5-locale-gettext/main.log The relevant portion of its main.log shows: :debug:configure Executing org.macports.configure (p5-locale-gettext) :debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc' CPPFLAGS='-I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.4u.sdk' CXXFLAGS='-pipe -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.4' CXX='/usr/bin/g++-4.0' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5-locale-gettext/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -O2' LDFLAGS='-L/opt/local/lib -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc' FCFLAGS='-pipe -O2' OBJC='/usr/bin/gcc-4.0' INSTALL='/usr/bin/install -c' PERL_AUTOINSTALL='--skipdeps' OBJCFLAGS='-pipe -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc' FFLAGS='-pipe -O2' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.0 -O2 -L/opt/local/lib -arch i386 -arch ppc' :debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5-locale-gettext/work/gettext-1.05" && /opt/local/bin/perl Makefile.PL INSTALLDIRS=vendor' :info:configure checking for gettext... no :info:configure checking for gettext in -lintl...gettext function not found. Please install libintl at Makefile.PL line 18. :info:configure no :info:configure shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5-locale-gettext/work/gettext-1.05" && /opt/local/bin/perl Makefile.PL INSTALLDIRS=vendor " returned error 2 Previous dependencies of cdparanoia had installed successfully:
I’ve tried compiling perl5.12 both with and without +shared; it made no difference to p5-locale-gettext. The /opt/local/lib directory contains the following libintl files: -rw-r--r-- 2 root admin 109728 Mar 14 14:38 /opt/local/lib/libintl.8.dylib -rw-r--r-- 2 root admin 164964 Mar 14 14:38 /opt/local/lib/libintl.a lrwxr-xr-x 1 root admin 15 Mar 14 14:38 /opt/local/lib/libintl.dylib -> libintl.8.dylib -rw-r--r-- 2 root admin 977 Mar 14 14:38 /opt/local/lib/libintl.la There are no libintl files in /usr/local/lib or anywhere under /Developer/SDKs/MacOSX10.4u.sdk. Running lipo -info on the relevant /opt/local/lib libraries returns: Architectures in the fat file: /opt/local/lib/libintl.a are: ppc i386 Architectures in the fat file: /opt/local/lib/libintl.8.dylib are: ppc i386 Please let me know if I can provide further information to aid in solving this problem. Thanks for your help! |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #29822 | p5-http-date @6.00_0 trips up p5-libwww-perl 6.x upgrade when using direct mode | ports | defect | 06/13/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
From Daniel J. Luke:
it fails when using 'direct' mode (instead of image mode): DEBUG: Executing proc-pre-org.macports.activate-activate-0 Warning: Deactivating old, pre-6.x libwww-perl to activate p5-http-date ---> Deactivating p5-libwww-perl Error: Target org.macports.activate returned: Image error: p5-libwww-perl @5.837_1 not installed as an image. DEBUG: Backtrace: Image error: p5-libwww-perl @5.837_1 not installed as an image. while executing "$pre $targetname" Warning: the following items did not execute (for p5-http-date): org.macports.activate Log for p5-http-date is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync. macports.org_release_ports_perl_p5-http-date/main.log Error: Problem while installing p5-http-date To report a bug, see <http://guide.macports.org/#project.tickets> Simple workaround is to uninstall p5-libwww-perl (with force if necessary) and then install it again. (the problem is the pre-activate method in p5-http-date assumes image mode). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #25914 | truecrypt 7.0 request to add port | ports | request | 08/02/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Request to add the latest version of TrueCrypt to MacPorts. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #28150 | p5-html-wikiconverter-socialtext @0.03 not available | ports | submission | 01/25/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Requires p5-html-wikiconverter |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #28151 | p5-html-wikiconverter-tikiwiki @0.50 not available | ports | submission | 01/25/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Requires p5-html-wikiconverter (ticket:28136) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #28152 | p5-html-wikiconverter-usemod @0.50 not available | ports | submission | 01/25/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Requires p5-html-wikiconverter (ticket:28136) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #28153 | p5-html-wikiconverter-wakkawiki @0.50 not available | ports | submission | 01/25/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Requires p5-html-wikiconverter |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #28155 | p5-html-wikiconverter-wikispaces @0.02 not available | ports | submission | 01/25/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Requires p5-html-wikiconverter (ticket:28136) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #28156 | p5-html-wikiconverter-wikkawiki @0.50 not available | ports | submission | 01/25/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Requires p5-html-wikiconverter (ticket:28136) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
macports-tickets@… (1 match)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #12317 | RFE: ruby portgroup - rubygems have no universal variant | ports | enhancement | 07/17/2007 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This patch adds: "universal_variant no" to the ruby port group for any ports that use gems. If a gem has a C extension the config will be picked up from the ruby config by mkmf.rb/extconf.rb. So a universal ruby will build universal gems. Patch for a universal ruby is at: http://trac.macosforge.org/projects/macports/ticket/12314 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
macsforever2000@… (1 match)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #24479 | kst-1.7.0 configure failure due to kde-config not found | ports | defect | 04/14/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sudo port install kst +universal fails with ---> Computing dependencies for kst ---> Configuring kst Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_kst/work/kst-1.7.0" && ./configure --prefix=/opt/local --disable-dependency-tracking --without-arts --with-sqlite=/opt/local --with-qt-dir=/opt/local --with-qt-libraries=/opt/local/lib/qt3/lib --with-qt-includes=/opt/local/lib/qt3/include/ --enable-mac " returned error 1 Command output: checking build system type... i686-apple-darwin10.3.0 checking host system type... i686-apple-darwin10.3.0 checking target system type... i686-apple-darwin10.3.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for kde-config... not found configure: error: The important program kde-config was not found! Please check whether you installed KDE correctly. It was tried to uninstall and then reinstall kdebase 4. Mac OS X 10.6.3, XCode 3.2.1 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
mfeiri@… (3 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #29171 | MacPorts clang shouldn't override system clang | ports | defect | 04/16/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The clang package currently overrides the system clang. The installed MacPorts clang executable should be renamed as mp-clang so as to not block the proper usage of Apple's clang. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #29173 | ld64 should symlink rather than copy ld and rebase on darwin > 10 | ports | defect | 04/16/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The logic of the section handling darwin > 10 in the ld64 Portfile is flawed. By copying the ld and rebase files from /usr/bin into /opt/local/bin, MacPorts is locking the user into a snapshot of the Xcode currently installed when the ld64 package is built. The ld64 package should be creating symlinks to these files instead of copying them. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #29145 | llvm: don't use a versioned docdir | ports | enhancement | 04/15/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
llvm has a patchfile to make it install documentation in /opt/local/share/doc/llvm-2.9 but we would rather not have the version number in that directory name. The attached patch fixes this. The portfile revision would also have to be increased, but I'd like to commit this patch at the same time as #29069 so users only have to rebuild once. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
mww@… (1 match)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #13553 | gcc42 and gcc43 do not provide gcj on Mac OS X Leopard (PPC) | ports | defect | 12/10/2007 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
% sudo port install pdftk ---> Fetching pdftk ---> Attempting to fetch pdftk-1.41.tar.bz2 from http://www.pdfhacks.com/pdftk/ ---> Verifying checksum(s) for pdftk ---> Extracting pdftk ---> Configuring pdftk ---> Building pdftk with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_Users_shirose_src_macports-trunk_dports_textproc_pdftk/work/pdftk-1.41/pdftk" && make all -f Makefile.MacOSX TOOLPATH=/opt/local/bin/ VERSUFF=-mp-4.2 " returned error 2 Command output: make -C ../java_libs make -C "/opt/local/var/macports/build/_Users_shirose_src_macports-trunk_dports_textproc_pdftk/work/pdftk-1.41/java_libs/gnu_local/java/security"; /opt/local/bin/gcj-mp-4.2 -O2 --encoding=UTF-8 --classpath="/opt/local/var/macports/build/_Users_shirose_src_macports-trunk_dports_textproc_pdftk/work/pdftk-1.41/java_libs" -c Engine.java -o Engine.o /bin/sh: /opt/local/bin/gcj-mp-4.2: No such file or directory make[2]: *** [Engine.o] Error 127 make[1]: *** [libgcj_local] Error 2 make: *** [java_libs] Error 2 Error: Status 1 encountered during processing. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nicos@… (1 match)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32406 | kdevplatform: crashes when compiling with svn plugin | ports | defect | 12/05/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Steps to reproduce:
Below is the output of kdevelop: kdevelop(59241)/KSharedDataCache ensureFileAllocated: This system misses support for posix_fallocate() -- ensure this partition has room for at least 10547296 bytes.
kdevelop(59241)/KSharedDataCache: Unable to find an appropriate lock to guard the shared cache. This *should* be essentially impossible. :(
kdevelop(59241)/KSharedDataCache: Unable to perform initial setup, this system probably does not really support process-shared pthreads or semaphores, even though it claims otherwise.
kdevelop(59241)/KSharedDataCache: Unable to unmap shared memory segment 0x10d08f000
WARNING: deleting stale lockfile /Users/bpiwowar/.kdevduchain/{c65e1ea8-e78e-4c13-aeb6-9f73fbf0a7ca}/0/lock
kdevelop(59241)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version
kdevelop(59241)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /Users/bpiwowar/.kdevduchain/{c65e1ea8-e78e-4c13-aeb6-9f73fbf0a7ca}/0 has to be cleared."
kdevelop(59241)/kdevplatform (shell) KDevelop::PluginController::loadPluginInternal: Loading plugin ' "kdevkonsoleview" ' failed, KPluginLoader reported error: '
"No service matching the requirements was found" '
QMenu: No OSMenuRef created for popup menu
QMenu: No OSMenuRef created for popup menu
kdevelop(59241): couldn't create slave: "Unable to create io-slave:
klauncher said: Unknown protocol 'man'.
"
kdevelop(59241) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf!
bzDecompress returned 4
KBzip2Filter::uncompress 1
bzDecompress returned 4
KBzip2Filter::uncompress 1
bzDecompress returned 4
KBzip2Filter::uncompress 1
bzDecompress returned 4
KBzip2Filter::uncompress 1
bzDecompress returned 4
KBzip2Filter::uncompress 1
kdevelop(59241)/kdevplatform (shell) KDevelop::PluginController::loadPluginInternal: Unable to find a plugin named ' "" '!
QKqueueFileSystemWatcherEngine: error during kevent wait: Bad file descriptor
Unable to start Dr. Konqi
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
raimue@… (9 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #27918 | vim @7.3.94 +small does not compile (v7.3.94): ui.c error | ports | defect | 01/10/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
port install vi +small fails to compile with an error: /usr/bin/gcc-4.0 -c -I. -Iproto -DHAVE_CONFIG_H \ -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp \ -pipe -O -arch ppc -D_FORTIFY_SOURCE=1 \ -o objects/ui.o ui.c ui.c: In function 'clip_modeless': ui.c:610: error: 'MOUSE_RIGHT' undeclared (first use in this function) ui.c:610: error: (Each undeclared identifier is reported only once ui.c:610: error: for each function it appears in.) ui.c:615: error: 'mouse_col' undeclared (first use in this function) ui.c:615: error: 'mouse_row' undeclared (first use in this function) ui.c:628: error: 'MOUSE_RELEASE' undeclared (first use in this function) ui.c: In function 'clip_process_selection': ui.c:735: error: 'MOUSE_RELEASE' undeclared (first use in this function) ui.c:781: error: 'MOUSE_RIGHT' undeclared (first use in this function) I do run tiger, but I don't think that is the issue, seeing as both +tiny and "+normal" compile fine let me know if you want me to post the full log, test something, or wish any other info. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #28510 | valgrind 3.6.1 +mpich2 variant fails | ports | defect | 02/22/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The mpich2 variant is failing. I installed as follows sudo port install valgrind +mpich2 Looks like the construction of the libmpiwrap is failing. See attached log file. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #30197 | vim @7.3.237_0 fails to build | ports | defect | 07/14/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
vim @7.3.237_0+cscope+gtk2+huge+nls+perl+python31+ruby+tcl+x11+xim Apparently the object files could not be linked. The --with-xim configure option also seems to be unrecognized. Complete build log attached. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #30509 | vim @7.3.237_1+perl -> crashes (Trace/BPT trap) | ports | defect | 07/31/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Vim crashes when it tries to execute perl commands. System description: System: MacOSX 10.6.8 Port: vim @7.3.237_1+cscope+perl+python27 $ which perl /opt/local/bin/perl $ perl -v This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-multi-2level ... $ which python /opt/local/bin/python $ python -V Python 2.7.2 perldo and output :perl VIM::Msg("hello")
---
Vim: Caught deadly signal TRAP
Vim: Finished.
Trace/BPT trap
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32053 | bash-completion @1.3_3 Regular expression error | ports | defect | 11/13/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
If ~/ssh/config file has a host that begins with a letter "t", auto-completion does not work: it removes the first letter. Example: Host tabc will only complete with abc, if we press t[TAB], it will not appear. If we type ssh[TAB] host tabc will only appear as abc. I believe it to be in /opt/local/etc/bash_completion regular expression on line 1337 but I may be mistaken. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32994 | build of valgrind 3.7.0 on Leopard fails; gcc version not detected properly | ports | defect | 01/23/2012 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
valgrind fails to compile on Leopard with gcc-4.0. The configure script does not detect the gcc version correctly. This is the relevant part the attached main.log. :info:configure checking dependency style of /usr/bin/gcc-4.0... gcc3
:info:configure checking for diff -u... yes
:info:configure checking for a supported version of gcc... no (686)
:info:configure configure: error: please use gcc >= 3.0 or clang >= 2.9
:info:configure shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_valgrind/valgrind/work/valgrind-3.7.0" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --without-mpicc --enable-only32bit " returned error 1
:error:configure Target org.macports.configure returned: configure failure: shell command failed (see log for details)
:debug:configure Backtrace: configure failure: shell command failed (see log for details)
while executing
"$procedure $targetname"
:info:configure Warning: the following items did not execute (for valgrind): org.macports.install org.macports.configure org.macports.build org.macports.destroot
:notice:configure Log for valgrind is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_valgrind/valgrind/main.log
If one changes in "configure": 5132 gcc_version=`${CC} --version \
5133 | head -n 1 \
5134 | $SED 's/i686-apple-darwin10//' \
5135 | $SED 's/i686-apple-darwin11//' \
5136 | $SED 's/^[^0-9]*\([0-9.]*\).*$/\1/'`
to: 5132 gcc_version=`${CC} --version \
5133 | head -n 1 \
5134 | $SED 's/i686-apple-darwin9//' \
5135 | $SED 's/i686-apple-darwin10//' \
5136 | $SED 's/i686-apple-darwin11//' \
5137 | $SED 's/^[^0-9]*\([0-9.]*\).*$/\1/'`
it works. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #24416 | Setting xterm titles while building | base | MacPorts Future | enhancement | 04/08/2010 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
port could make use of the xterm title to provide some indicator what is currently doing. When using verbose or debug mode a lot of code will scroll by making it difficult to see what is actually being run at the moment. Such titles can be set by writing to stdout with special escape sequences, such as: echo -ne "\033]0;Foo Bar\007" This will be implemented in the branch branches/xterm-titles. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #22906 | mlocate: a locate/updatedb implementation | ports | request | 12/15/2009 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
From its website, https://fedorahosted.org/mlocate/ mlocate is a locate/updatedb implementation. The 'm' stands for "merging": updatedb reuses the existing database to avoid rereading most of the file system, which makes updatedb faster and does not trash the system caches as much. The locate(1) utility is intended to be completely compatible to slocate. It also attempts to be compatible to GNU locate, when it does not conflict with slocate compatibility. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #24763 | git-bzr (kfish branch) | ports | submission | 05/02/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Need git-bzr so that I can update an instance of Bugzilla using git. This is a request to package the kfish branch of git-bzr, which seems the best-maintained. http://github.com/kfish/git-bzr Depends on Ticket #24762 being packaged (bzr-fastimport). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ram@… (2 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32881 | fftw-3 gcc46 variant builds with clang | ports | enhancement | 01/14/2012 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I've tried to build the gcc46 variant of fftw-3. But clang is picked up as compiler during configure. I've tried to use port select to choose mp-gcc46 too, but it didn't help. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32982 | libtool-2.4.2: patch to allow -stdlib=* as linker flags | ports | enhancement | 01/22/2012 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Building a libtoolized project using clang++ and libc++ fails because libtool does not pass -stdlib=<xx> to the linker command. The attached patch file enables this option in libtool. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
reiffert@… (1 match)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #14729 | gnome installations do not register the schema files with gconf | ports | defect | 03/20/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Gnome ports install schema files to ${prefix}/etc/gconf/schema/ Those files need to be registered along with gconftool-2. Placing them in the directory is not enough. I recently discovered the advantages and allready added the following scope to port:gnucash port:gnome-vfs and port:yelp It appears that port:gnome-control-center does it equally. post-activate {
# We need to register some stuff to gconf. Just putting the
# schema files to the right place is not enough.
# You can watch the successful installation with gconf-editor.
system "cd ${prefix}/etc/gconf/schemas && \
GCONF_CONFIG_SOURCE=`${prefix}/bin/gconftool-2 --get-default-source` ${p
refix}/bin/gconftool-2 --makefile-install-rule \
desktop_default_applications.schemas \
desktop_gnome_url_handlers.schemas \
system_dns_sd.schemas \
system_http_proxy.schemas \
system_smb.schemas"
}
Please remember to replace those schemas through the port's schema files you are upgrading. You can validate the successful schema registration by launching gconf-editor. Kind regards Thomas |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
rene@… (1 match)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #27681 | gajim-devel @0.12-alpha1-r10268 - fails to fetch | ports | defect | 12/15/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
It seems like the gajim devs have switched from svn to mercurial and the portfile needs to be adjusted. "svn: Can't connect to host 'svn.gajim.org': Connection refused" |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ricci@… (13 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #14429 | nessus-libraries build failed (libtool error) | ports | defect | 02/21/2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Nessus libraries fail to build, on macports 1.6.0 and a freshly installed & patched Leopard 10.5.2 cd libnessus && make /bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nessus-libraries/work/nessus-libraries/libtool /usr/bin/gcc-4.0 -pipe -I../ -DHAVE_CONFIG_H -DNESSUS_ON_SSL -I. -DHAVE_SSL -I/opt/local/include -I/opt/local/include/openssl -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nessus-libraries/work/nessus-libraries/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nessus-libraries/work/nessus-libraries/libpcap-nessus -g -c plugutils.c libtool: warning: cannot infer operation mode from `/usr/bin/gcc-4.0' libtool: you must specify a MODE Try `libtool --help' for more information. make[1]: *** [plugutils.o] Error 1 make: *** [all] Error 2 Warning: the following items did not execute (for nessus-libraries): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #18881 | AFFLIB / FUSE | ports | defect | 03/17/2009 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Would it be possible to get the FUSE variant of AFFLIB working? I'm attempting to use "affuse" from that package and get an error that FUSE isn't installed. Web support indicates that the FUSE developer files need to be installed before we complie AFFLIB. I edited the AFFLIB Portfile to enable the FUSE variant, and installed. I get the following output: configure: FUSE requested checking fuse.h usability... no checking fuse.h presence... no checking for fuse.h... no configure: fuse.h not found; Disabling FUSE support. I do have MacFuse 1.7.1 installed, and fuse.h is in /opt/local/include. I'm willing to do legwork to get it going but am at the end of my current capabilities. Thanks. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #20027 | perl5.8 build failure | ports | defect | 06/21/2009 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
When I tried to "sudo port install wine", it gave an error that 'perl5.8' build failed. The output is attached with the attachment. Versions of: Mac OS X: 10.5.7 Macports: 1.710 Xcode: 3.1.2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #23089 | perl5.*: should use -Duseshrplib | ports | defect | 01/01/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
perl5.8 and perl5.10 should be compiled with a shared perl library: http://search.cpan.org/perldoc?README.macosx#Known_problems says: The default of building Perl statically may cause problems with complex applications like Tk: in that case consider building shared Perl Configure ... -Duseshrplib but remember that there's a startup cost to pay in that case (see above "libperl and Prebinding"). However, http://search.cpan.org/perldoc?README.macosx#libperl_and_Prebinding also says: With 10.4 "Tiger" and newer, Apple has all but eliminated the performance penalty for non-prebound libraries. As MacPorts requires OS X 10.5, performance is no longer a reason not to use -Duseshrplib. However, not using -Duseshrplib breaks at least one port: http://trac.macports.org/ticket/23085 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #26057 | xpdf cant find paper defn nor fonts | ports | defect | 08/12/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I did a remove of macports, followed by a install of 1.9.1-10.5. The following port commands were issued: sudo port selfupdate sudo port install quartz-wm sudo port install xpdf I then opened an x11 xterm window and ran the following: bash-3.2$ which xpdf /opt/local/bin/xpdf bash-3.2$ xpdf Error: No paper information available - using defaults Error: No display font for 'Courier' Error: No display font for 'Courier-Bold' Error: No display font for 'Courier-BoldOblique' Error: No display font for 'Courier-Oblique' Error: No display font for 'Helvetica' Error: No display font for 'Helvetica-Bold' Error: No display font for 'Helvetica-BoldOblique' Error: No display font for 'Helvetica-Oblique' Error: No display font for 'Symbol' Error: No display font for 'Times-Bold' Error: No display font for 'Times-BoldItalic' Error: No display font for 'Times-Italic' Error: No display font for 'Times-Roman' Error: No display font for 'ZapfDingbats' Is this an x11 configuration error? What have I forgotten? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #29347 | perl5.12 fails to build | ports | defect | 05/02/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
After a clean and update, sudo port selfupdate sudo port clean outdated sudo port upgrade outdated I get Fetching perl5.8 ---> Verifying checksum(s) for perl5.8 ---> Extracting perl5.8 ---> Applying patches to perl5.8 ---> Configuring perl5.8 ---> Building perl5.8 ---> Staging perl5.8 into destroot ---> Installing perl5.8 @5.8.9_4+universal ---> Deactivating perl5.8 @5.8.9_3+universal ---> Cleaning perl5.8 ---> Activating perl5.8 @5.8.9_4+universal ---> Cleaning perl5.8 ---> Fetching perl5.12 ---> Attempting to fetch perl-5.12.3.tar.bz2 from http://www.cpan.org/src/5.0/ ---> Verifying checksum(s) for perl5.12 ---> Extracting perl5.12 ---> Applying patches to perl5.12 ---> Configuring perl5.12 ---> Building perl5.12 Log file is attached. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #26293 | Wireshark ChmodBPF | ports | enhancement | 08/30/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Wireshark ports does not place ChmodBPF files, to allow users with read access to the BPF devices to capture packets. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #26294 | wireshark in applications_dir | ports | enhancement | 08/30/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Should be nice to have a wireshark shortcut in /Application/MacPorts/ ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #26675 | wireshark 1.4.0: add variant +setuid_root to install dumpcap as setuid root | ports | enhancement | 09/29/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
To allow a ordinary users to start capturing packets in wireshark right away, it would be nice if the dumpcap binary could be installed as setuid root. This feature is already present in wireshark's configure script (--enable-setuid-install). Attached is a patch that adds a +setuid_root variant to the Portfile. Regards, Michael |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32168 | wireshark 1.6.x: several requests | ports | enhancement | 11/20/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This ticket was created in order to make several requests/comments regarding/about the current wireshark port: 1) Wireshark 1.6.x should be build by default with the following options:
2) The following variants are missing:
3) The bzip2 requirement appears to be bogus. 4) Wireshark builds with lua and c-ares support even if the variants aren't specified (lua and c-ares need to be installed in the building system) Note: some of these requests had already been applied to the wireshark-devel Portfile (see #29968) Regards, jpo |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #29812 | perl5.14 port request | ports | request | 06/13/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Perl 5.14 is quite an important version due to complete Unicode 6.0 implementation so I think a fair few people are waiting for it. I have seen several posts about using perlbrew to install it on OSX specifically because there is no port for it yet ... |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #32371 | libpcap: update to 1.2.0 | ports | update | 12/02/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
hi, Would it be possible to update libpcap to the latest upstream version (1.2.0)?
tia, jpo |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #33118 | Perl v5.14.2 | ports | update | 02/02/2012 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Almost the same thing as Perl v5.14.1, except patch-hints_darwin.sh-usenm.diff is no longer required. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
rmstonecipher@… (3 matches)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #31546 | Audiofile 0.3.1 has conflicting headers | ports | defect | 10/09/2011 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
MPD fails to build with audiofile 0.3.1. See attached logfile. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #26096 | gst-plugins-good: add no_x11 variant | ports | enhancement | 08/15/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
GTK2 and its supporting libraries may be built with a Quartz backend using: port install cairo +quartz+no_x11 pango +quartz+no_x11 python26 +no_tkinter gtk2 +quartz+no_x11 poppler +quartz Gst-plugins-base also has a no_x11 variant. I'd like to see a no_x11 variant of gst-plugins-good. The gst-plugins-base Portfile contains: variant no_x11 {
configure.args-append --without-x --disable-x --disable-xvideo --disable-xshm
}
In the case of gst-plugins-good, "--with-default-videosink=ximagesink" would also have to be changed for the no_x11 variant. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #26150 | gst-plugins-good dependency-limiting variant | ports | enhancement | 08/18/2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Add variant to exclude external dependencies |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
rowue@… (1 match)
| Ticket | Summary | Component | Milestone | Type | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #22563 | psi build failure on 10.6 64-bit | ports | defect | 11/16/2009 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tried to install psi-otr on OS 10.6.2: Error: Target org.macports.build returned: shell command " cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_psi/work/psi-0.13"
&& /usr/bin/make -j2 all " returned error 2
Command output: from
tools/globalshortcut/globalshortcutmanager.h:24,
from tools/globalshortcut/globalshortcutmanager_mac.cpp:21:
/opt/local/libexec/qt4-mac/include/QtCore/qglobal.h:315:6: warning:
#warning "Support for this version of Mac OS X is still preliminary"
/opt/local/libexec/qt4-mac/bin/moc -DQT_STATICPLUGIN -DQCA_NO_PLUGINS
-DOSSL_097 -DHAVE_OPENSSL -DHAVE_CONFIG -DUSE_PEP -DTC_ITUNES
-DTC_PSIFILE -DQCA_STATIC -DIRIS_XMPP_JID_DEPRECATED -DUSE_DBUS
-DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DIRISNET_STATIC -DQT_SHARED
-I/opt/local/libexec/qt4-mac/mkspecs/macx-g++ -I.
-I/opt/local/libexec/qt4-mac/lib/QtCore.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtCore
-I/opt/local/libexec/qt4-mac/lib/QtNetwork.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtNetwork
-I/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtGui
-I/opt/local/libexec/qt4-mac/lib/QtXml.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtXml
-I/opt/local/libexec/qt4-mac/lib/Qt3Support.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/Qt3Support
-I/opt/local/libexec/qt4-mac/include
-I/opt/local/libexec/qt4-mac/lib/QtDBus.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtDBus -Iprivacy -Icapabilities
-Iutilities -I. -Itabs -I. -Itools/trayicon -Itools/iconset -Itools/idle
-Itools/systemwatch -Itools/zip -Itools/optionstree
-Itools/globalshortcut -Itools/advwidget -Itools/spellchecker
-Itools/contactlist -Itools/grepshortcutkeydlg -Itools/atomicxmlfile
-Itools/mac_dock -Itools/tunecontroller
-Itools/tunecontroller/plugins/itunes
-Itools/tunecontroller/plugins/psifile -I.
-I../third-party/qca/qca/include/QtCrypto
-I../third-party/qca/qca-gnupg/gpgproc -I../third-party/qca/qca-gnupg
-Iwidgets -I../iris/include -I../iris/include/iris -I../iris/src -I.
-Ioptions -I. -I.moc -I.ui -F/opt/local/libexec/qt4-mac/lib -D__APPLE__
-D__GNUC__ tools/advwidget/advwidget.cpp -o .moc/advwidget.moc
/usr/bin/g++-4.2 -c -pipe -Os -arch x86_64 -Xarch_x86_64
-mmacosx-version-min=10.5 -Wall -W -DQT_STATICPLUGIN -DQCA_NO_PLUGINS
-DOSSL_097 -DHAVE_OPENSSL -DHAVE_CONFIG -DUSE_PEP -DTC_ITUNES
-DTC_PSIFILE -DQCA_STATIC -DIRIS_XMPP_JID_DEPRECATED -DUSE_DBUS
-DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DIRISNET_STATIC -DQT_SHARED
-I/opt/local/libexec/qt4-mac/mkspecs/macx-g++ -I.
-I/opt/local/libexec/qt4-mac/lib/QtCore.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtCore
-I/opt/local/libexec/qt4-mac/lib/QtNetwork.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtNetwork
-I/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtGui
-I/opt/local/libexec/qt4-mac/lib/QtXml.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtXml
-I/opt/local/libexec/qt4-mac/lib/Qt3Support.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/Qt3Support
-I/opt/local/libexec/qt4-mac/include
-I/opt/local/libexec/qt4-mac/lib/QtDBus.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtDBus -Iprivacy -Icapabilities
-Iutilities -I. -Itabs -I. -Itools/trayicon -Itools/iconset -Itools/idle
-Itools/systemwatch -Itools/zip -Itools/optionstree
-Itools/globalshortcut -Itools/advwidget -Itools/spellchecker
-Itools/contactlist -Itools/grepshortcutkeydlg -Itools/atomicxmlfile
-Itools/mac_dock -Itools/tunecontroller
-Itools/tunecontroller/plugins/itunes
-Itools/tunecontroller/plugins/psifile -I.
-I../third-party/qca/qca/include/QtCrypto
-I../third-party/qca/qca-gnupg/gpgproc -I../third-party/qca/qca-gnupg
-Iwidgets -I../iris/include -I../iris/include/iris -I../iris/src -I.
-Ioptions -I. -I.moc -I.ui -F/opt/local/libexec/qt4-mac/lib -o
.obj/spellchecker.o tools/spellchecker/spellchecker.cpp
In file included from
/opt/local/libexec/qt4-mac/include/QtCore/qnamespace.h:45,
from
/opt/local/libexec/qt4-mac/include/QtCore/qobjectdefs.h:45,
from
/opt/local/libexec/qt4-mac/lib/QtCore.framework/Versions/4/Headers/qobject.h:47,
from
/opt/local/libexec/qt4-mac/lib/QtCore.framework/Versions/4/Headers/QObject:1,
from tools/spellchecker/spellchecker.h:30,
from tools/spellchecker/spellchecker.cpp:27:
/opt/local/libexec/qt4-mac/include/QtCore/qglobal.h:315:6: warning:
#warning "Support for this version of Mac OS X is still preliminary"
/usr/bin/g++-4.2 -c -pipe -Os -arch x86_64 -Xarch_x86_64
-mmacosx-version-min=10.5 -Wall -W -DQT_STATICPLUGIN -DQCA_NO_PLUGINS
-DOSSL_097 -DHAVE_OPENSSL -DHAVE_CONFIG -DUSE_PEP -DTC_ITUNES
-DTC_PSIFILE -DQCA_STATIC -DIRIS_XMPP_JID_DEPRECATED -DUSE_DBUS
-DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DIRISNET_STATIC -DQT_SHARED
-I/opt/local/libexec/qt4-mac/mkspecs/macx-g++ -I.
-I/opt/local/libexec/qt4-mac/lib/QtCore.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtCore
-I/opt/local/libexec/qt4-mac/lib/QtNetwork.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtNetwork
-I/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtGui
-I/opt/local/libexec/qt4-mac/lib/QtXml.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtXml
-I/opt/local/libexec/qt4-mac/lib/Qt3Support.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/Qt3Support
-I/opt/local/libexec/qt4-mac/include
-I/opt/local/libexec/qt4-mac/lib/QtDBus.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtDBus -Iprivacy -Icapabilities
-Iutilities -I. -Itabs -I. -Itools/trayicon -Itools/iconset -Itools/idle
-Itools/systemwatch -Itools/zip -Itools/optionstree
-Itools/globalshortcut -Itools/advwidget -Itools/spellchecker
-Itools/contactlist -Itools/grepshortcutkeydlg -Itools/atomicxmlfile
-Itools/mac_dock -Itools/tunecontroller
-Itools/tunecontroller/plugins/itunes
-Itools/tunecontroller/plugins/psifile -I.
-I../third-party/qca/qca/include/QtCrypto
-I../third-party/qca/qca-gnupg/gpgproc -I../third-party/qca/qca-gnupg
-Iwidgets -I../iris/include -I../iris/include/iris -I../iris/src -I.
-Ioptions -I. -I.moc -I.ui -F/opt/local/libexec/qt4-mac/lib -o
.obj/spellhighlighter.o tools/spellchecker/spellhighlighter.cpp
In file included from
/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/Headers/qsyntaxhighlighter.h:45,
from
/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/Headers/QSyntaxHighlighter:1,
from tools/spellchecker/spellhighlighter.h:4,
from tools/spellchecker/spellhighlighter.cpp:1:
/opt/local/libexec/qt4-mac/include/QtCore/qglobal.h:315:6: warning:
#warning "Support for this version of Mac OS X is still preliminary"
tools/globalshortcut/globalshortcutmanager_mac.cpp: In static member
function 'static OSStatus
MacKeyTriggerManager::initAscii2KeyCodeTable(MacKeyTriggerManager::Ascii2KeyCodeTable*)':
tools/globalshortcut/globalshortcutmanager_mac.cpp:130: error:
'smScriptKeys' was not declared in this scope
tools/globalshortcut/globalshortcutmanager_mac.cpp:130: error:
'GetScriptVariable' was not declared in this scope
tools/globalshortcut/globalshortcutmanager_mac.cpp: In static member
function 'static OSStatus
MacKeyTriggerManager::validateAscii2KeyCodeTable(MacKeyTriggerManager::Ascii2KeyCodeTable*,
Boolean*)':
tools/globalshortcut/globalshortcutmanager_mac.cpp:168: error:
'smScriptKeys' was not declared in this scope
tools/globalshortcut/globalshortcutmanager_mac.cpp:168: error:
'GetScriptVariable' was not declared in this scope
tools/globalshortcut/globalshortcutmanager_mac.cpp: In static member
function 'static char MacKeyTriggerManager::keyCodeToAscii(short int)':
tools/globalshortcut/globalshortcutmanager_mac.cpp:202: error:
'GetScriptVariable' was not declared in this scope
tools/globalshortcut/globalshortcutmanager_mac.cpp:203: error:
'KeyTranslate' was not declared in this scope
make[1]: *** [.obj/globalshortcutmanager_mac.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [sub-src-all] Error 2
Error: The following dependencies failed to build: psi
Error: Status 1 encountered during processing.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||


