Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543356 - media-video/vlc-2.2.0 access/rdp.c:45:30: fatal error: freerdp/version.h: No such file or directory
Summary: media-video/vlc-2.2.0 access/rdp.c:45:30: fatal error: freerdp/version.h: No ...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nick Andrade
URL:
Whiteboard:
Keywords:
Depends on: 547258
Blocks:
  Show dependency tree
 
Reported: 2015-03-14 19:38 UTC by Alex Barker
Modified: 2016-12-09 10:50 UTC (History)
6 users (show)

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


Attachments
build.log (build.log,159.14 KB, text/x-log)
2015-03-14 19:39 UTC, Alex Barker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Barker 2015-03-14 19:38:58 UTC
../doltcompile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -DMODULE_STRING=\"$(p="access/tcp.lo"; p="${p##*/}"; p="${p#lib}"; p="${p%_plugin*}"; p="${p%.lo}"; echo "$p")\" -D__PLUGIN__  -I./access -I./codec -I../include -I../include  -I/usr/include/samba-4.0  -march=native -O2 -fomit-frame-pointer -pipe -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -c -o access/tcp.lo access/tcp.c
../doltcompile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -DMODULE_STRING=\"$(p="access/udp.lo"; p="${p##*/}"; p="${p#lib}"; p="${p%_plugin*}"; p="${p%.lo}"; echo "$p")\" -D__PLUGIN__  -I./access -I./codec -I../include -I../include  -I/usr/include/samba-4.0  -march=native -O2 -fomit-frame-pointer -pipe -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -pipe -fvisibility=hidden -c -o access/udp.lo access/udp.c
access/rdp.c:45:30: fatal error: freerdp/version.h: No such file or directory
 # include <freerdp/version.h>
                              ^
compilation terminated.
access/dvdnav.c: In function ‘ProbeDVD’:
access/dvdnav.c:1473:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      || read( fd, iso_dsc, sizeof (iso_dsc) ) < sizeof (iso_dsc)
                                               ^
Makefile:8678: recipe for target 'access/librdp_plugin_la-rdp.lo' failed
make[4]: *** [access/librdp_plugin_la-rdp.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
access/http.c: In function ‘OpenWithCookies’:
access/http.c:430:13: warning: ‘vlc_object_alive’ is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations]
             if( !vlc_object_alive (p_access) || Connect( p_access, 0 ) )
             ^
access/http.c: In function ‘ReadData’:
access/http.c:693:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if( i_len > p_sys->i_chunk )
                   ^
access/http.c: In function ‘Read’:
access/http.c:750:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if( i_len > i_next )
                   ^
access/http.c:773:9: warning: ‘vlc_object_alive’ is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations]
         if( p_sys->b_reconnect && vlc_object_alive( p_access ) )
         ^
access/http.c: In function ‘Control’:
access/http.c:966:17: warning: unused variable ‘p_meta’ [-Wunused-variable]
     vlc_meta_t *p_meta;
                 ^
access/http.c: In function ‘Connect’:
access/http.c:1119:17: warning: ‘vlc_object_alive’ is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations]
                 if( !vlc_object_alive (p_access) || p_sys->b_error )
                 ^
access/http.c: In function ‘Request’:
access/http.c:1292:9: warning: ‘vlc_object_alive’ is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations]
         if( !vlc_object_alive (p_access) || p_sys->b_error )
         ^
In file included from ../include/vlc_common.h:417:0,
                 from access/dvdnav.c:48:
access/dvdnav.c: In function ‘Demux’:
../include/vlc_threads.h:317:19: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
 #define msleep(d) msleep(check_delay(d))
                   ^
access/dvdnav.c:713:9: note: in expansion of macro ‘msleep’
         msleep( 40000 );
         ^


Reproducible: Always

Steps to Reproduce:
emerge vlc



Portage 2.2.18 (python 2.7.9-final-0, default/linux/amd64/13.0/desktop/kde, gcc-4.9.2, glibc-2.20-r2, 3.19.0-gentoo x86_64)
=================================================================
System uname: Linux-3.19.0-gentoo-x86_64-Intel-R-_Core-TM-_i7_CPU_950_@_3.07GHz-with-gentoo-2.2
KiB Mem:    24686484 total,   1018660 free
KiB Swap:    2000088 total,   1999960 free
Timestamp of repository gentoo: Sat, 14 Mar 2015 16:15:01 +0000
sh bash 4.3_p33-r2
ld GNU ld (Gentoo 2.25 p1.0) 2.25
app-shells/bash:          4.3_p33-r2::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.9-r2::gentoo, 3.3.5-r1::gentoo, 3.4.3::gentoo
dev-util/cmake:           3.0.2::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.13.11::gentoo
sys-apps/sandbox:         2.6-r1::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::gentoo
sys-devel/gcc:            4.9.2::gentoo
sys-devel/gcc-config:     1.8::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 3.19::gentoo (virtual/os-headers)
sys-libs/glibc:           2.20-r2::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.us.gentoo.org/gentoo-portage
    priority: -1000

local_overlay
    location: /usr/local/portage
    masters: gentoo
    priority: 0

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

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

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

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

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

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

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

tox-overlay
    location: /var/lib/layman/tox-overlay
    masters: gentoo
    priority: 50

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

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -fomit-frame-pointer -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="${CONFIG_PROTECT} /etc /etc/idea/conf /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/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--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"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j10"
PKGDIR="/usr/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 amr berkdb branding bzip2 cairo cdda cddb cdr cifs cli consolekit cracklib crypt cups curl custom-cflags cxx dbus declarative dri dts dvd dvdr emboss encode exif faac fam ffmpeg firefox flac fortran ftp gdbm gif glamor gles2 gnutls gpm gsm gtk hal iconv icu ipv6 jpeg kde kipi lame lcms libnotify lm_sensors lto lzma mad mmx mmxext mng modules mozilla mp3 mp4 mpeg multilib musepack mysql ncurses nfs nls nptl nptlonl nsplugin offensive ogg openal opengl openmp opus pam pango pcre pdf phonon pic plasma png policykit popcnt ppds python3 qt3support qt4 rar rdesktop rdp readline samba sdl session speex spell sqlite sse sse2 sse3 sse4 sse4_1 sse4_2 ssl ssse3 startup-notification steamgames_source_engine svg system-sqlite tcpd theora threads tiff truetype udev udisks unicode upower usb v4l vaapi vdpau vnc vorbis vpx wavpack wxwidgets x264 xcb xcomposite xinerama xml xscreensaver xv xvid xvmc zip zlib" ABI_X86="64 32" ALSA_CARDS="hda-intel" APACHE2_MODULES="access_compat actions alias auth_basic authn_core authz_core authz_host autoindex dir env filter log_config mime negotiation rewrite setenvif unique_id unixd" APACHE2_MPMS="prefork" 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 popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" 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" LINGUAS="en en_US" NETBEANS_MODULES="apisupport cnd dlight harness ide java nb php profiler websvccommon" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" SANE_BACKENDS="artec_eplus48u" USERLAND="GNU" VIDEO_CARDS="radeon" 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:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Alex Barker 2015-03-14 19:39:15 UTC
Created attachment 398918 [details]
build.log
Comment 2 Chicago 2015-03-21 08:36:07 UTC
See bug #542414 and use the keyworded version of freerdp and the attached patch.
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2015-04-07 09:04:08 UTC
This package desperately requires a new maintainer. The proxy maintainer his given formal notice of withdrawal.

https://bugs.gentoo.org/buglist.cgi?quicksearch=media-video%2Fvlc&list_id=2732630
Comment 4 Nick Andrade 2015-04-20 06:49:44 UTC
Alex, what version of freerdp are you on?  I've tried the latest 1.1 and 1.2 builds, and freerdp-1.1.0_beta1_p20150312 builds fine with vlc-2.2.0 out of the box, and freerdp-1.2.x both build with the patch in bug #542414.  I'm now trying to build with freerdp-1.1.0_beta1_p20130710-r2, but if you have the version of freerdp you encountered this with, that would be very helpful.
Comment 5 Nick Andrade 2015-04-20 15:35:29 UTC
I was able to confirm the crash with =freerdp-1.1.0_beta1_p20130710-r2 (and I'll presume also -r1).  As Christopher Camisa suggests, the course of action I'd recommend also is to move to a ~arch version of freerdp.  My previous posts shows testing with various versions of freerdp & vlc-2.2.0, and I just confirmed that freerdp-1.2.1_pre20150326 & vlc-2.2.1 (both in ~ for x86 & amd64) build together without needing any additional patches outside of what's in portage.
Comment 6 Ian Delaney (RETIRED) gentoo-dev 2015-04-21 03:36:33 UTC
Do you mean it's time to stabilise a more recent snapshot?

   *freerdp-1.2.1_pre20150326 (27 Mar 2015)

  27 Mar 2015; Mike Gilbert <floppym@gentoo.org>
  +freerdp-1.2.1_pre20150326.ebuild, freerdp-9999.1.ebuild:
  Bump.

All 'versions' of net-misc/freerdp in portage are snapshots.
This requires only a few more days to qualify for a stable request, else 1.2.0_beta1_pre20141115(0/1.2) would be the other logical choice and you can make a request for that right now.
Comment 7 Nick Andrade 2015-04-23 03:49:38 UTC
A stable request for freerdp-1.2.1_pre20150326 has been submitted (547258) and initial testing with the reverse dependencies seems to have gone well.
Comment 8 Alex Barker 2015-04-23 14:29:02 UTC
@Nick Andrade I was using one of the keyworded beta1 revisions.  I switched to use -rdp with that version as a workaround.  I just tested 1.2.1_pre20150326 with use +rdp and that appears to work for me on a ~amd64 keyworded system.  If needed I can test that version with a non-keyworded (+amd46 -~amd64) system.
Comment 9 Alex Barker 2015-04-23 14:29:13 UTC
@Nick Andrade I was using one of the keyworded beta1 revisions.  I switched to use -rdp with that version as a workaround.  I just tested 1.2.1_pre20150326 with use +rdp and that appears to work for me on a ~amd64 keyworded system.  If needed I can test that version with a non-keyworded (+amd46 -~amd64) system.
Comment 10 Nick Andrade 2015-04-23 16:11:05 UTC
Hi Alex, thanks for confirming it works with 1.2.1.  No need for re-testing at this point as bug 547258 will hopefully make that version of freerdp stable.
Comment 11 Pacho Ramos gentoo-dev 2016-12-09 10:50:24 UTC
the deps restriction in 2.2.4 ebuild should solve this