Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 610746 - media-video/lives-1.4.6 fails to build compile/link errors
Summary: media-video/lives-1.4.6 fails to build compile/link errors
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-23 23:24 UTC by Nico Baggus
Modified: 2017-04-03 21:31 UTC (History)
1 user (show)

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


Attachments
Build log (build.log,337.88 KB, text/x-log)
2017-02-23 23:24 UTC, Nico Baggus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Baggus 2017-02-23 23:24:16 UTC
Created attachment 464934 [details]
Build log

Lots of warnings, first error:

libtool: compile:  x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"LiVES\" -DPACKAGE_TARNAME=\"lives\" -DPACKAGE_VERSION=\"1.4.6\" "-DPACKAGE_STRING=\"LiVES 1.4.6\"" "-DPACKAGE_BUGREPORT=\"http://www.sourceforge.net/tracker/?group_id=64341&atid=507139\"" -DPACKAGE_URL=\"\" -DPACKAGE=\"lives\" -DVERSION=\"1.4.6\" -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 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DGETTEXT_PACKAGE=\"lives\" -DLOCALEDIR=\"/usr/share/locale\" -DPREFIX=\"/usr\" -DLiVES_VERSION=\"1.4.6\" -DHAVE_VISIBILITY=1 -DHAVE_STDINT_H_WITH_UINTMAX=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DINTDIV0_RAISES_SIGFPE=1 -DHAVE_INTTYPES_H_WITH_UINTMAX=1 -DHAVE_UNSIGNED_LONG_LONG_INT=1 -DHAVE_UINTMAX_T=1 -DHAVE_INTTYPES_H=1 -DUSE_POSIX_THREADS=1 -DUSE_POSIX_THREADS_WEAK=1 -DHAVE_PTHREAD_RWLOCK=1 -DHAVE_PTHREAD_MUTEX_RECURSIVE=1 -DHAVE_BUILTIN_EXPECT=1 -DHAVE_ARGZ_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_STPCPY=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ARGZ_COUNT=1 -DHAVE_ARGZ_STRINGIFY=1 -DHAVE_ARGZ_NEXT=1 -DHAVE___FSETLOCKING=1 -DHAVE_DECL_FEOF_UNLOCKED=1 -DHAVE_DECL_FGETS_UNLOCKED=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_NL_LOCALE_NAME=1 -DHAVE_LONG_LONG_INT=1 -DHAVE_WCHAR_T=1 -DHAVE_WINT_T=1 -DHAVE_INTMAX_T=1 -DHAVE_POSIX_PRINTF=1 -DHAVE_STDINT_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_ASPRINTF=1 -DHAVE_FWPRINTF=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_SNPRINTF=1 -DHAVE_WCSLEN=1 -DHAVE_DECL__SNPRINTF=0 -DHAVE_DECL__SNWPRINTF=0 -DHAVE_DECL_GETC_UNLOCKED=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBDL=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_LINUX_JOYSTICK_H=1 -DHAVE_LIBJACK=1 -DHAVE_JACK_JACK_H=1 -DHAVE_JACK_TRANSPORT_H=1 -DHAVE_LIBV4L1_VIDEODEV_H=1 -DHAVE_FREI0R_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -DHAVE_LIBAVC1394_AVC1394_H=1 -DHAVE_LIBAVC1394_ROM1394_H=1 -I. -fPIC -DPIC -Wno-deprecated-declarations -march=amdfam10 -O2 -pipe -Wall -c flv_decoder.c  -fPIC -DPIC -o .libs/flv_decoder_la-flv_decoder.o
flv_decoder.c:26:36: warning: ‘enum PixelFormat’ declared inside parameter list
 static int pix_fmt_to_palette(enum PixelFormat pix_fmt, int *clamped) {
                                    ^
flv_decoder.c:26:36: warning: its scope is only this definition or declaration, which is probably not what you want
flv_decoder.c:26:48: error: parameter 1 (‘pix_fmt’) has incomplete type
 static int pix_fmt_to_palette(enum PixelFormat pix_fmt, int *clamped) {
                                                ^
flv_decoder.c: In function ‘pix_fmt_to_palette’:
flv_decoder.c:29:10: error: ‘PIX_FMT_RGB24’ undeclared (first use in this function)
     case PIX_FMT_RGB24:
          ^
flv_decoder.c:29:10: note: each undeclared identifier is reported only once for each function it appears in
flv_decoder.c:31:10: error: ‘PIX_FMT_BGR24’ undeclared (first use in this function)
     case PIX_FMT_BGR24:
          ^
flv_decoder.c:33:10: error: ‘PIX_FMT_RGBA’ undeclared (first use in this function)
     case PIX_FMT_RGBA:
          ^
flv_decoder.c:35:10: error: ‘PIX_FMT_BGRA’ undeclared (first use in this function)
     case PIX_FMT_BGRA:
          ^
Comment 1 Nico Baggus 2017-02-23 23:26:47 UTC
Portage 2.3.3 (python 3.4.5-final-0, default/linux/amd64/13.0/desktop/plasma, gcc-4.9.4, glibc-2.23-r3, 4.9.6-gentoo-r1 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.9.6-gentoo-r1-x86_64-AMD_Athlon-tm-_II_X2_245_Processor-with-gentoo-2.3
KiB Mem:     3788132 total,    925008 free
KiB Swap:    2097148 total,   2087620 free
Timestamp of repository gentoo: Thu, 23 Feb 2017 22:00:01 +0000
sh bash 4.3_p48-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
distcc 3.2rc1 x86_64-pc-linux-gnu [disabled]
ccache version 3.2.4 [disabled]
app-shells/bash:          4.3_p48-r1::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.22.3_rc4::gentoo
dev-lang/python:          2.7.12::gentoo, 3.4.5::gentoo, 3.5.2::gentoo
dev-util/ccache:          3.2.4::gentoo
dev-util/cmake:           3.7.2::gentoo
sys-apps/baselayout:      2.3::gentoo
sys-apps/openrc:          0.23.2::gentoo
sys-apps/sandbox:         2.10-r3::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69::gentoo
sys-devel/automake:       1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.9.4::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1::gentoo
sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers)
sys-libs/glibc:           2.23-r3::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://core.noci.local/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: --exclude ChangeLog --delete-excluded

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 0

gamerlay
    location: /var/lib/layman/gamerlay
    masters: gentoo
    priority: 50

sunrise
    location: /var/lib/layman/sunrise
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA PUEL Nero-EULA-US dlj-1.1 googleearth AdobeFlash-10 AdobeFlash-10.1 OPERA-12"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=amdfam10 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /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-php5.6/ext-active/ /etc/php/apache2-php7.0/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cgi-php7.0/ext-active/ /etc/php/cli-php5.6/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="-march=amdfam10 -O2 -pipe"
DISTDIR="/home/portdir"
EMERGE_DEFAULT_OPTS="--autounmask-write --keep-going --quiet --with-bdeps=y"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs 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://ftp.snt.utwente.nl/pub/os/linux/gentoo http://mirror.its.uidaho.edu/pub/gentoo/ ftp://212.219.56.134/sites/www.ibiblio.org/gentoo/"
INSTALL_MASK="/lib/systemd /usr/lib/systemd /etc/systemd"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--exclude ChangeLog --delete-excluded"
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 --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="3dnow 3dnowext X X509 a52 aac aalib accessibility acl acpi aio akode akonadi alsa amd64 asf asterisk audiofile audit authdaemond automount avahi bash-completion berkdb bl bluetooth bookmarks branding bzip2 cairo caps cdda cddb cdparanoia cdr cgi cleartype cli consolekit cracklib crypt cscope css cups curl cxx dbus declarative dga directfb divx djvu dri dts dv dvb dvd dvdr dvdread emboss enca encode esd exif expat extensions fam fame fastbuild fax fbcon ffmpeg firefox flac font-server fortran gcj gd gdbm ggi gif gimp gimpprint glamor glib glut gmedia gmp gnokii gphoto2 gpm graphviz gs gsm gtk guile hal handbook howl-compat hpn html http httpd ical iconv icq id3 idn ilbc imagemagick imap imlib ipv6 ithreads jabber java javascript jbig jingle joystick jpeg jpeg2k junit kde kerberos kipi kqemu ladspa lame lcms ldap libcaca libnotify libsamplerate live lm_sensors lmtp lua lzma lzo mad mailwrapper matroska mbrola md5sum mdnsresponder-compat mhash mikmod ming mjpeg mmx mmxext mng modplug modules mp2 mp3 mp4 mp4live mpeg mplayer multilib musepack musicbrainz mysql nas ncurses nemesi netboot network nforce2 nls npp nptl nsplugin obex odbc ogg openal openexr opengl openmp oscar oss pam pam_chroot pam_console pango pcre pda pdf phonon php plasma player pmu png pnm policykit portaudio postscript ppds pulseaudio qml qt3support qt5 qthelp quicktime rar readline rle rtc ruby samba sasl scanner sdl seccomp semantic-desktop server session sguil skey slang smime sms sndfile snmp sox speex spell spf sqlite srs srt sse sse2 sse4a ssl startup-notification svg swat symlink sysfs syslog tcpd teletext theora threads tiff timidity tools truetype tta udev udisks unicode upower usb userlocales utempter v4l v4l2 vcd vim-syntax virtualbox vnc vorbis wavpack webdav widgets win32codecs wma wmf wmp wxwidgets x264 xanim xattr xcb xcomposite xine xinerama xml xmlreader xmlwriter xosd xpm xscreensaver xv xvid xvmc yaz yv12 zeroconf zip zlib zrtp" ABI_X86="64" ALSA_CARDS="usb-audio dummy seq-dummy 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 canon" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext popcnt sse sse2 sse3 sse4a" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="pc x86_64-efi" INPUT_DEVICES="evdev mouse keyboard joystick aiptec synaptics wacom" KERNEL="linux" L10N="en nl en-GB en-US nl-NL" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer nlpsolver pdfimport scripting-beanshell scripting-javascript wiki-publisher" LINGUAS="en nl en_GB en_US nl_NL" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" QEMU_SOFTMMU_TARGETS="alpha arm i386 x86_64" QEMU_USER_TARGETS="alpha arm i386 x86_64" RUBY_TARGETS="ruby21" SANE_BACKENDS="net v4l hpaio" USERLAND="GNU" VIDEO_CARDS="nvidia" 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, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, USE_PYTHON
Comment 2 Nico Baggus 2017-02-23 23:48:10 UTC
my guess is ffmpeg update is the cause of this caused 
(@preserved-rebuild lists these)

# cat /var/lib/portage/preserved_libs_registry 
{
    "media-video/ffmpeg:0": [
        "media-video/ffmpeg-3.2.4", 
        "16746", 
        [
            "/usr/lib64/libavcodec.so.56.60.100", 
            "/usr/lib64/libavformat.so.56.40.101", 
            "/usr/lib64/libavutil.so.54.31.100", 
            "/usr/lib64/libswresample.so.1.2.101", 
            "/usr/lib64/libswscale.so.3.1.101", 
            "/usr/lib64/libavcodec.so.56", 
            "/usr/lib64/libavutil.so.54", 
            "/usr/lib64/libswresample.so.1", 
            "/usr/lib64/libavformat.so.56", 
            "/usr/lib64/libswscale.so.3"
        ]
    ]
}

unmerge / remerge clear the preserved registry, but still doesn't build
Comment 3 Nico Baggus 2017-03-07 19:15:38 UTC
lives v2.8.4 seems to be available... 
http://lives.sf.net

So not sure why this is now deleted from  gentoo
Comment 4 Andreas Sturmlechner gentoo-dev 2017-04-03 21:31:06 UTC
Package removed in git commit 9710264f4bd40ce38562d12bdea7b35ba55b9b4c