Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 571686 - media-gfx/fbv-1.0b with giflib-5.1.2: error: too few arguments to function ‘DGifOpenFileName’
Summary: media-gfx/fbv-1.0b with giflib-5.1.2: error: too few arguments to function ‘D...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: giflib-5
  Show dependency tree
 
Reported: 2016-01-12 18:30 UTC by Kobboi
Modified: 2016-07-14 19:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,12.03 KB, text/plain)
2016-01-12 18:31 UTC, Kobboi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2016-01-12 18:30:53 UTC
>>> Emerging (1 of 41) media-gfx/fbv-1.0b::gentoo
 * fbv-1.0b.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                       [ ok ]
>>> Unpacking source...
>>> Unpacking fbv-1.0b.tar.gz to /var/tmp/portage/media-gfx/fbv-1.0b/work
>>> Source unpacked in /var/tmp/portage/media-gfx/fbv-1.0b/work
>>> Preparing source in /var/tmp/portage/media-gfx/fbv-1.0b/work/fbv-1.0b ...
 * Applying oob-segfault-fbv-1.0b.diff ...                                                                                                                                    [ ok ]
 * Applying fbv-1.0b-libpng15.patch ...                                                                                                                                       [ ok ]
 * Applying fbv-1.0b-cc.patch ...                                                                                                                                             [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-gfx/fbv-1.0b/work/fbv-1.0b ...
checking for libungif presence... yes
checking for libjpeg presence... yes
checking for libpng presence... yes
building with bmp support... disabled
checking for DEFAULT_FRAMEBUFFER... /dev/fb0
installation dir: /usr/bin
manuals dir: /usr/share/man
>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-gfx/fbv-1.0b/work/fbv-1.0b ...
make -j4 CC=x86_64-pc-linux-gnu-gcc 'CFLAGS=-O2 -march=native -pipe -fomit-frame-pointer' 
x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer   -c -o main.o main.c
x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer   -c -o jpeg.o jpeg.c
x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer   -c -o gif.o gif.c
x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer   -c -o png.o png.c
jpeg.c: In function ‘fh_jpeg_id’:
jpeg.c:43:5: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
     read(fd,id,10);
     ^
gif.c: In function ‘fh_gif_load’:
gif.c:84:9: error: too few arguments to function ‘DGifOpenFileName’
     gft=DGifOpenFileName(name);
         ^
In file included from gif.c:27:0:
/usr/include/gif_lib.h:179:14: note: declared here
 GifFileType *DGifOpenFileName(const char *GifFileName, int *Error);
              ^
gif.c:34:19: error: too few arguments to function ‘DGifCloseFile’
 #define grflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
                   ^
gif.c:88:46: note: in expansion of macro ‘grflush’
  if(DGifGetRecordType(gft,&rt) == GIF_ERROR) grflush;
                                              ^
In file included from gif.c:27:0:
/usr/include/gif_lib.h:183:9: note: declared here
     int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
         ^
gif.c:34:19: error: too few arguments to function ‘DGifCloseFile’
 #define grflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
                   ^
gif.c:92:40: note: in expansion of macro ‘grflush’
   if(DGifGetImageDesc(gft)==GIF_ERROR) grflush;
                                        ^
In file included from gif.c:27:0:
/usr/include/gif_lib.h:183:9: note: declared here
     int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
         ^
gif.c:35:41: error: too few arguments to function ‘DGifCloseFile’
 #define mgrflush { free(lb); free(slb); DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
                                         ^
gif.c:119:62: note: in expansion of macro ‘mgrflush’
        if(DGifGetLine(gft,(GifPixelType*)slb,px)==GIF_ERROR) mgrflush;
                                                              ^
In file included from gif.c:27:0:
/usr/include/gif_lib.h:183:9: note: declared here
     int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
         ^
gif.c:35:41: error: too few arguments to function ‘DGifCloseFile’
 #define mgrflush { free(lb); free(slb); DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
                                         ^
gif.c:140:59: note: in expansion of macro ‘mgrflush’
     if(DGifGetLine(gft,(GifPixelType*)slb,px)==GIF_ERROR) mgrflush; /////////////
                                                           ^
In file included from gif.c:27:0:
/usr/include/gif_lib.h:183:9: note: declared here
     int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
         ^
gif.c:34:19: error: too few arguments to function ‘DGifCloseFile’
 #define grflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
                   ^
gif.c:153:60: note: in expansion of macro ‘grflush’
   if(DGifGetExtension(gft,&extcode,&extension)==GIF_ERROR) grflush; //////////
                                                            ^
In file included from gif.c:27:0:
/usr/include/gif_lib.h:183:9: note: declared here
     int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
         ^
gif.c:34:19: error: too few arguments to function ‘DGifCloseFile’
 #define grflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
                   ^
gif.c:166:61: note: in expansion of macro ‘grflush’
       if(DGifGetExtensionNext(gft,&extension) == GIF_ERROR) grflush
                                                             ^
In file included from gif.c:27:0:
/usr/include/gif_lib.h:183:9: note: declared here
     int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
         ^
gif.c:173:5: error: too few arguments to function ‘DGifCloseFile’
     DGifCloseFile(gft);
     ^
In file included from gif.c:27:0:
/usr/include/gif_lib.h:183:9: note: declared here
     int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
         ^
gif.c: In function ‘fh_gif_getsize’:
gif.c:187:9: error: too few arguments to function ‘DGifOpenFileName’
     gft=DGifOpenFileName(name);

...

Reproducible: Always
Comment 1 Kobboi 2016-01-12 18:31:25 UTC
Created attachment 422730 [details]
build.log
Comment 2 Kobboi 2016-01-12 18:31:46 UTC
$ emerge --info
Portage 2.2.26 (python 3.4.3-final-0, default/linux/amd64/13.0/desktop/gnome/systemd, gcc-5.3.0, glibc-2.22-r1, 4.4.0-gentoo x86_64)
=================================================================
System uname: Linux-4.4.0-gentoo-x86_64-Intel-R-_Core-TM-_i7_CPU_930_@_2.80GHz-with-gentoo-2.2
KiB Mem:     8168304 total,    524944 free
KiB Swap:    8388604 total,   8374372 free
Timestamp of repository gentoo: Tue, 12 Jan 2016 17:30:01 +0000
sh bash 4.3_p42-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p42-r1::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.22.1::gentoo
dev-lang/python:          2.7.11-r2::gentoo, 3.4.3-r7::gentoo, 3.5.1-r2::gentoo
dev-util/cmake:           3.4.1::gentoo
dev-util/pkgconfig:       0.29::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.19.1::gentoo
sys-apps/sandbox:         2.10-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r1::gentoo
sys-devel/automake:       1.11.6-r2::gentoo, 1.12.6-r1::gentoo, 1.13.4-r1::gentoo, 1.14.1-r1::gentoo, 1.15-r1::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            5.3.0::gentoo
sys-devel/gcc-config:     1.8::gentoo
sys-devel/libtool:        2.4.6-r1::gentoo
sys-devel/make:           3.82-r4::gentoo
sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r1::gentoo
Repositories:

gentoo
    location: /var/cache/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

fkmclane
    location: /var/lib/layman/fkmclane
    sync-type: laymansync
    sync-uri: git://github.com/fkmclane/overlay.git
    masters: gentoo
    priority: 50

sunrise
    location: /var/lib/layman/sunrise
    sync-type: laymansync
    sync-uri: git://anongit.gentoo.org/proj/sunrise-reviewed.git
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.0/ext-active/ /etc/php/cgi-php7.0/ext-active/ /etc/php/cli-php7.0/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -march=native -pipe -fomit-frame-pointer"
DISTDIR="/var/cache/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/var/cache/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth bzip2 cairo cdda cdr cli colord cracklib crypt cups cxx dbus djvu dri dts dvd dvdr eds egl emboss encode evo examples exif fam ffmpeg firefox flac fortran gdbm gif glamor gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv introspection ipv6 jpeg lcms ldap libass libnotify libsecret mad mmx mmxext mng modemmanager modules mp3 mp4 mpeg mtp multilib nautilus ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt3support qt4 readline samba sdl seccomp session smp spell sse sse2 ssl startup-notification svg systemd tcpd tiff tracker truetype udev udisks unicode upnp upower usb vdpau vorbis wayland wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="hda-intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3 sse4" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20" USERLAND="GNU" VIDEO_CARDS="nvidia nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 3 Alex Xu (Hello71) 2016-01-14 16:19:27 UTC
Hello, 

This package has no maintainer so this bug may go unnoticed for a long time.
Gentoo has a dedicated team[1] for assisting users in maintaining orphaned
packages. If you are interested in maintaining this package, please contact
proxy-maint@gentoo.org or join #gentoo-proxy-maint on Freenode IRC.

[1]: https://wiki.gentoo.org/index.php?title=Project:Proxy_Maintainers
Comment 4 Kobboi 2016-04-11 22:24:31 UTC
Maybe we just need to remove this package from the tree and direct people to fbida, which seems very much alive.

http://freecode.com/projects/fbv/ -> last release 0.99 (2003)
http://s-tech.elsat.net.pl/fbv/ -> last upload 2011
Comment 5 Michael Palimaka (kensington) gentoo-dev 2016-07-14 19:30:58 UTC
Package removed.