| Summary: | k3d 0.4.4.2 fails | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Patrizio Bassi <patrizio.bassi> |
| Component: | New packages | Assignee: | Gentoo Graphics Project <graphics+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | vapier |
| Priority: | High | ||
| Version: | 2005.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
the configure log...
Patch to fix the problem in acinclude.m4 |
||
|
Description
Patrizio Bassi
2005-10-22 06:24:45 UTC
Created attachment 71231 [details]
the configure log...
mee tooo!!
As per the reporting instructions, here's the configure log.
Created attachment 71811 [details, diff]
Patch to fix the problem in acinclude.m4
The changes are to acinclude.m4 since the latest ebuild runs the autotools
anyway.
Comment on attachment 71811 [details, diff]
Patch to fix the problem in acinclude.m4
The problem is libtiff can't write tiffs to either a pipe or /dev/null.
Redirecting to a disk-file solves the issue.
patch works for me.
i found this thing too:
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"k3d\" -DVERSION=\"0.4.4.2\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_VOIDP=4
-DK3D_PLATFORM_POSIX=1 -DK3D_HAVE_X86=1 -DHAVE_VA_COPY=1
-DVA_COPY=va_copy -DHAPY_HAVE_NUMERIC_LIMITS=1
-DHAPY_HAVE_STD_ITERATOR_TYPE=1 -I. -I. -I.. -I../boost -I/usr/include/sigc++-2.0
-I/usr/lib/sigc++-2.0/include -DK3D_HAVE_SIGC_2_0 -I/usr/X11R6/include
-I/usr/X11R6/include -Wall -Wno-ctor-dtor-privacy -O3 -mtune=pentium3
-march=pentium3 -pipe -fomit-frame-pointer -mmmx -msse -c measurement.cpp -MT
measurement.lo -MD -MP -MF .deps/measurement.TPlo -fPIC -DPIC
-o .libs/measurement.o
as you can see from -D and includes k3d is using libsigc++ version 2.x
in ebuild that's still a dep on 1.0.
patch and sigc 1.0 deps should be fixed in portage asap.
k3d 0.5.0.33 now in portage |