Dear developers,
please find below the error-messages I receive in building pixman.
They appeared after a fink update-all. Below, I tried to rebuild pixman
separately.
Thanks for your help, best regards
Kay Wiese
> fink purge pixman
Information about 6806 packages read in 0 seconds.
WARNING: this command will remove the package(s) and remove any
global configure files, even if you modified them!
Do you want to continue? [Y/n]
Reading buildlock packages...
/sw/bin/dpkg-lockwait --purge pixman
(Reading database ... 169507 files and directories currently installed.)
Removing pixman ...
/Users/wiese/public_html> fink install pixman
Information about 6806 packages read in 0 seconds.
The following package will be installed or updated:
pixman
The following additional package will be installed:
pixman-shlibs
Do you want to continue? [Y/n]
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-pixman-0.28.2-1
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-pixman-0.28.2-1' in
`/sw/src/fink.build/fink-buildlock-pixman-0.28.2-1_2013.01.17-10.59.05_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i
/sw/src/fink.build/fink-buildlock-pixman-0.28.2-1_2013.01.17-10.59.05_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-pixman-0.28.2-1.
(Reading database ... 169493 files and directories currently installed.)
Unpacking fink-buildlock-pixman-0.28.2-1 (from
.../fink-buildlock-pixman-0.28.2-1_2013.01.17-10.59.05_darwin-x86_64.deb) ...
Setting up fink-buildlock-pixman-0.28.2-1 (2013.01.17-10.59.05) ...
sudo -u fink-bld [ENV] sh -c /tmp/fink.9lzYm
/sw/bin/tar --no-same-owner --no-same-permissions -xf
/sw/src/pixman-0.28.2.tar.bz2
sudo -u fink-bld [ENV] sh -c /tmp/fink.HyIUz
./configure --prefix=/sw --enable-dependency-tracking --disable-gtk
--disable-static
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin11.4.2
checking host system type... i386-apple-darwin11.4.2
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /sw/bin/grep
checking for egrep... /sw/bin/grep -E
checking for fgrep... /sw/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... rm: conftest.dSYM: is a
directory
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... rm:
conftest.dSYM: is a directory
ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.4.2 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for getisax... no
checking whether byte ordering is bigendian... no
checking for inline... inline
checking whether the compiler supports -Werror... yes
checking size of long... 8
checking whether __SUNPRO_C is declared... no
checking whether __amd64 is declared... yes
checking whether the compiler supports -Wall... yes
checking whether the compiler supports -fno-strict-aliasing... yes
checking for gcc option to support OpenMP... unsupported
checking whether the compiler supports -fvisibility=hidden... yes
checking whether the compiler supports -xldscope=hidden... no
checking whether to use Loongson MMI assembler... no
checking whether to use MMX intrinsics... yes
checking whether to use SSE2 intrinsics... yes
checking whether to use VMX/Altivec intrinsics... no
checking whether to use ARM SIMD assembler... no
checking whether to use ARM NEON assembler... no
checking whether to use ARM IWMMXT intrinsics... no
checking whether to use MIPS DSPr2 assembler... no
checking whether to use GNU-style inline assembler... yes
checking for pkg-config... /sw/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for posix_memalign... yes
checking for sigaction... yes
checking for alarm... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for mprotect... yes
checking for getpagesize... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking for feenableexcept in -lm... no
checking for gettimeofday... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for thread local storage (TLS) support... __thread
checking for __attribute__((constructor))... yes
checking for PNG... yes
configure: creating ./config.status
config.status: creating pixman-1.pc
config.status: creating pixman-1-uninstalled.pc
config.status: creating Makefile
config.status: creating pixman/Makefile
config.status: creating pixman/pixman-version.h
config.status: creating demos/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make
make all-recursive
make[1]: Entering directory `/sw/src/fink.build/pixman-0.28.2-1/pixman-0.28.2'
Making all in pixman
make[2]: Entering directory
`/sw/src/fink.build/pixman-0.28.2-1/pixman-0.28.2/pixman'
CC pixman.lo
CC pixman-access.lo
CC pixman-access-accessors.lo
CC pixman-bits-image.lo
CC pixman-combine32.lo
CC pixman-combine-float.lo
CC pixman-conical-gradient.lo
CC pixman-x86.lo
CC pixman-mips.lo
CC pixman-arm.lo
CC pixman-ppc.lo
CC pixman-edge.lo
CC pixman-edge-accessors.lo
CC pixman-fast-path.lo
CC pixman-glyph.lo
CC pixman-general.lo
CC pixman-gradient-walker.lo
CC pixman-image.lo
CC pixman-implementation.lo
CC pixman-linear-gradient.lo
CC pixman-matrix.lo
CC pixman-noop.lo
CC pixman-radial-gradient.lo
CC pixman-region16.lo
CC pixman-region32.lo
CC pixman-solid-fill.lo
CC pixman-timer.lo
CC pixman-trap.lo
CC pixman-utils.lo
CC libpixman_mmx_la-pixman-mmx.lo
pixman-mmx.c:71:71: warning: unknown attribute '__artificial__' ignored
[-Wattributes]
...int __attribute__((__gnu_inline__, __always_inline__, __artificial__))
^
pixman-mmx.c:84:73: warning: unknown attribute '__artificial__' ignored
[-Wattributes]
...__m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
^
pixman-mmx.c:95:73: warning: unknown attribute '__artificial__' ignored
[-Wattributes]
...__m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
^
fatal error: error in backend: Unsupported asm: input constraint with a matching
output constraint of incompatible type!
make[2]: *** [libpixman_mmx_la-pixman-mmx.lo] Error 1
make[2]: Leaving directory
`/sw/src/fink.build/pixman-0.28.2-1/pixman-0.28.2/pixman'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/sw/src/fink.build/pixman-0.28.2-1/pixman-0.28.2'
make: *** [all] Error 2
### execution of make failed, exit code 2
### execution of /tmp/fink.HyIUz failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-pixman-0.28.2-1
(Reading database ... 169494 files and directories currently installed.)
Removing fink-buildlock-pixman-0.28.2-1 ...
Failed: phase compiling: pixman-0.28.2-1 failed
Before reporting any errors, please run "fink selfupdate" and try again.
If you continue to have issues, please check to see if the FAQ on Fink's
website solves the problem. If not, ask on one (not both, please) of
these mailing lists:
The Fink Users List <[email protected]>
The Fink Beginners List <[email protected]>,
with a carbon copy to the maintainer:
Benjamin Reed <[email protected]>
Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.
Please try to include the complete error message in your report. This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.
Also include the following system information:
Package manager version: 0.34.4
Distribution version: selfupdate-rsync Thu Jan 17 10:55:15 2013, 10.7, x86_64
Trees: local/main stable/main
Xcode.app: 4.5.2
Xcode command-line tools: 4.3.0.0.1.1249367152
Max. Fink build jobs: 1
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users