Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 26161
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Brad Cowan (RETIRED) <bcowan@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: teidakankan@gmail.com
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 26161 depends on: Show dependency tree
Bug 26161 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-08-07 14:56 0000
I got the same error messages with three of the icon sets (mozilla, kde, trans)
I tried.  Compiles OK with basic Dillo Icon Set.

bash-2.05b# DILLO_ICONSET="mozilla" emerge dillo
Calculating dependencies ...done!
>>> emerge (1 of 1) net-www/dillo-0.7.3 to /
>>> md5 src_uri ;-) dillo-0.7.3.tar.bz2
>>> md5 src_uri ;-) dillo-gentoo-extras-patch.tar.bz2
>>> Unpacking source...
>>> Unpacking dillo-0.7.3.tar.bz2 to /var/tmp/portage/dillo-0.7.3/work
>>> Unpacking dillo-gentoo-extras-patch.tar.bz2 to /var/tmp/portage/dillo-0.7.3/work
 * Using Netscape style icon set...                                            
                                                       [ ok ]
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc option to accept ANSI C... none needed
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for egrep... 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 zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for zlibVersion in -lz... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_check_sig in -lpng... yes
checking for pthread_create in -lpthread... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for socket... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dpi/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/IO/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
.
.
.
.
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -DDILLORC_SYS='"/etc/dillorc"'
-I/usr/local/include -I/usr/include/libpng12  -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -O3
-march=pentium3 -pipe -mfpmath=sse -D_REENTRANT -D_THREAD_SAFE -Wall
-Waggregate-return -MT url.o -MD -MP -MF ".deps/url.Tpo" \
  -c -o url.o `test -f 'url.c' || echo './'`url.c; \
then mv ".deps/url.Tpo" ".deps/url.Po"; \
else rm -f ".deps/url.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -DDILLORC_SYS='"/etc/dillorc"'
-I/usr/local/include -I/usr/include/libpng12  -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -O3
-march=pentium3 -pipe -mfpmath=sse -D_REENTRANT -D_THREAD_SAFE -Wall
-Waggregate-return -MT cookies.o -MD -MP -MF ".deps/cookies.Tpo" \
  -c -o cookies.o `test -f 'cookies.c' || echo './'`cookies.c; \
then mv ".deps/cookies.Tpo" ".deps/cookies.Po"; \
else rm -f ".deps/cookies.Tpo"; exit 1; \
fi
interface.c: In function `Interface_add_full_screen_button':
interface.c:648: `full_screen_on_xpm' undeclared (first use in this function)
interface.c:648: (Each undeclared identifier is reported only once
interface.c:648: for each function it appears in.)
interface.c: In function `a_Interface_browser_window_new':
interface.c:824: `full_screen_off_xpm' undeclared (first use in this function)
make[3]: *** [interface.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/dillo-0.7.3/work/dillo-0.7.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/dillo-0.7.3/work/dillo-0.7.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dillo-0.7.3/work/dillo-0.7.3'
make: *** [all] Error 2
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/dillo-0.7.3/work/dillo-0.7.3'
Making all in doc
make[2]: Entering directory `/var/tmp/portage/dillo-0.7.3/work/dillo-0.7.3/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/dillo-0.7.3/work/dillo-0.7.3/doc'
Making all in src
make[2]: Entering directory `/var/tmp/portage/dillo-0.7.3/work/dillo-0.7.3/src'
Making all in IO
make[3]: Entering directory `/var/tmp/portage/dillo-0.7.3/work/dillo-0.7.3/src/IO'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/dillo-0.7.3/work/dillo-0.7.3/src/IO'
make[3]: Entering directory `/var/tmp/portage/dillo-0.7.3/work/dillo-0.7.3/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -DDILLORC_SYS='"/etc/dillorc"'
-I/usr/local/include -I/usr/include/libpng12  -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -O3
-march=pentium3 -pipe -mfpmath=sse -D_REENTRANT -D_THREAD_SAFE -Wall
-Waggregate-return -MT interface.o -MD -MP -MF ".deps/interface.Tpo" \
  -c -o interface.o `test -f 'interface.c' || echo './'`interface.c; \
then mv ".deps/interface.Tpo" ".deps/interface.Po"; \
else rm -f ".deps/interface.Tpo"; exit 1; \
fi
interface.c: In function `Interface_add_full_screen_button':
interface.c:648: `full_screen_on_xpm' undeclared (first use in this function)
interface.c:648: (Each undeclared identifier is reported only once
interface.c:648: for each function it appears in.)
interface.c: In function `a_Interface_browser_window_new':
interface.c:824: `full_screen_off_xpm' undeclared (first use in this function)
make[3]: *** [interface.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/dillo-0.7.3/work/dillo-0.7.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/dillo-0.7.3/work/dillo-0.7.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dillo-0.7.3/work/dillo-0.7.3'
make: *** [all] Error 2

!!! ERROR: net-www/dillo-0.7.3 failed.
!!! Function src_compile, Line 65, Exitcode 2
!!! (no error message)

------- Comment #1 From Brad Cowan (RETIRED) 2003-08-07 15:32:07 0000 -------
probably the icons are broken with the new version, my bad for not checking out
all the icons I just tried the default set. I'll double check.

------- Comment #2 From Brad Cowan (RETIRED) 2003-08-07 18:34:46 0000 -------
ok, should be fixed now...I also added the desktop icons to
/usr/share/icons/dillo

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug