Gcc update breaks with gcc-multilib

What should I do? I cannot just uninstall gcc-multilib as many packages depend on it.
$ $ sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
warning: grml-zsh-config: ignoring package upgrade (0.7.4-1 => 0.8.1-1)
resolving dependencies...
looking for inter-conflicts...
:: gcc-libs and gcc-libs-multilib are in conflict. Remove gcc-libs-multilib? [y/N] y
:: gcc and gcc-multilib are in conflict. Remove gcc-multilib? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: libtool-multilib: requires gcc-multilib=4.8.0

akurei, i had  the same messages a while ago everytime gcc was updated in extra but multilib lagged behind.
On my system the problem was caused because i had missed replacing a compiler (gcc-objc in my case ) with its multilib counterpart.
As long as gcc-libs-multilib was the same version as gcc-libs everything worked.
I suggest you run pacman -Sl multilib and check if you miss something in that list you do use the multilib version of.
Last edited by Lone_Wolf (2013-04-16 14:40:39)

Similar Messages

  • Safe to replace gcc with gcc-multilib?

    It seems to me that every single useful package requires that I replace gcc-libs with gcc-libs-multilibs, binutils with binutils-multilib, and gcc with gcc-multilib, and it's frustrating. I'm trying to install pipelight in order to be able to do online schooling in Arch instead of having to switch to windows all the time, but I'm leery about replacing all these packages due to countless problems I've had with gcc-libs in the past. Is it safe to replace all these packages? Can't name any right now but there's been quite a few extremely useful packages that I won't install because it requires me to replace all these packages.
    EDIT: I'm sorry, correction, this doesn't happen with pipelight specifically. It happens when I try to install a dependency; wine-silverlight. Yaourt also tells me that it's an unsupported and potentially dangerous package, although I didn't see anything signifying that in the AUR. I'm starting to believe yaourt says this about every package.
    Last edited by xworld (2014-01-16 20:42:45)

    All AUR packages are unsupported, may be potentially dangerous and you should inspect the PKGBUILDs before using them to build and install packages.
    If you're using a 64-bit system and have to use multilib, you do install lib32-* or *-multilib packages, nothing wrong with that. Why do you think it's unsafe?
    xworld wrote:I'm leery about replacing all these packages due to countless problems I've had with gcc-libs in the past.
    Any examples?

  • Gcc not working with compiled glibc from PKGBUILD

    hello folks, please excuse my english
    i like to compile certain parts of my system, between them are the kernel, glibc , zsh, etc.
    i had noticed that using a compiled version of glibc from abs results in gcc not working at all ( C compiler cannot create executables logs says). this is weird especially because i hadn't had problems before, i have looked for the error mesagges on Google and a lot of people has had this problem but  nobody has a "generic" solution for this
    this is the config.log file from one failed compile of mpg123
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by mpg123 configure 1.12.3, which was
    generated by GNU Autoconf 2.65. Invocation command line was
    $ ./configure --prefix=/usr --with-audio=alsa esd sdl
    ## Platform. ##
    hostname = Soul
    uname -m = x86_64
    uname -r = 2.6.34.1
    uname -s = Linux
    uname -v = #1 SMP PREEMPT Tue Jul 6 23:23:17 CLT 2010
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = x86_64
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /bin
    PATH: /usr/bin
    PATH: /usr/local/bin
    PATH: /sbin
    PATH: /usr/sbin
    PATH: /usr/local/sbin
    PATH: /usr/share/java/apache-ant/bin
    PATH: /usr/lib/perl5/core_perl/bin
    ## Core tests. ##
    configure:2849: checking build system type
    configure:2863: result: x86_64-unknown-linux-gnu
    configure:2883: checking host system type
    configure:2896: result: x86_64-unknown-linux-gnu
    configure:2933: checking for a BSD-compatible install
    configure:3001: result: /bin/install -c
    configure:3012: checking whether build environment is sane
    configure:3062: result: yes
    configure:3203: checking for a thread-safe mkdir -p
    configure:3242: result: /bin/mkdir -p
    configure:3255: checking for gawk
    configure:3271: found /bin/gawk
    configure:3282: result: gawk
    configure:3293: checking whether make sets $(MAKE)
    configure:3315: result: yes
    configure:3402: checking for -Werror in CFLAGS (It breaks tests)
    configure:3412: result: no
    configure:3423: checking if you are up to something totally static with LDFLAGS/CFLAGS
    configure:3443: result: no
    configure:3463: checking for style of include used by make
    configure:3491: result: GNU
    configure:3561: checking for gcc
    configure:3577: found /usr/bin/gcc
    configure:3588: result: gcc
    configure:3817: checking for C compiler version
    configure:3826: gcc --version >&5
    gcc (GCC) 4.5.1
    Copyright (C) 2010 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:3837: $? = 0
    configure:3826: gcc -v >&5
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/lto-wrapper
    Target: x86_64-unknown-linux-gnu
    Configured with: ../configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --disable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
    Thread model: posix
    gcc version 4.5.1 (GCC)
    configure:3837: $? = 0
    configure:3826: gcc -V >&5
    gcc: '-V' option must have argument
    configure:3837: $? = 1
    configure:3826: gcc -qversion >&5
    gcc: unrecognized option '-qversion'
    gcc: no input files
    configure:3837: $? = 1
    configure:3857: checking whether the C compiler works
    configure:3879: gcc -march=amdfam10 -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x12): undefined reference to `__libc_csu_fini'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x19): undefined reference to `__libc_csu_init'
    collect2: ld returned 1 exit status
    configure:3883: $? = 1
    configure:3921: result: no
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "mpg123"
    | #define PACKAGE_TARNAME "mpg123"
    | #define PACKAGE_VERSION "1.12.3"
    | #define PACKAGE_STRING "mpg123 1.12.3"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "mpg123"
    | #define VERSION "1.12.3"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:3926: error: in `/var/abs/local/mpg123/src/mpg123-1.12.3':
    configure:3930: error: C compiler cannot create executables
    See `config.log' for more details.
    ## Cache variables. ##
    ac_cv_build=x86_64-unknown-linux-gnu
    ac_cv_env_CCASFLAGS_set=
    ac_cv_env_CCASFLAGS_value=
    ac_cv_env_CCAS_set=
    ac_cv_env_CCAS_value=
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=amdfam10 -O2 -pipe'
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_ESD_CFLAGS_set=
    ac_cv_env_ESD_CFLAGS_value=
    ac_cv_env_ESD_LIBS_set=
    ac_cv_env_ESD_LIBS_value=
    ac_cv_env_JACK_CFLAGS_set=
    ac_cv_env_JACK_CFLAGS_value=
    ac_cv_env_JACK_LIBS_set=
    ac_cv_env_JACK_LIBS_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value='-Wl,--hash-style=gnu -Wl,--as-needed'
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_PKG_CONFIG_set=
    ac_cv_env_PKG_CONFIG_value=
    ac_cv_env_PULSE_CFLAGS_set=
    ac_cv_env_PULSE_CFLAGS_value=
    ac_cv_env_PULSE_LIBS_set=
    ac_cv_env_PULSE_LIBS_value=
    ac_cv_env_SDL_CFLAGS_set=
    ac_cv_env_SDL_CFLAGS_value=
    ac_cv_env_SDL_LIBS_set=
    ac_cv_env_SDL_LIBS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_host=x86_64-unknown-linux-gnu
    ac_cv_path_install='/bin/install -c'
    ac_cv_path_mkdir=/bin/mkdir
    ac_cv_prog_AWK=gawk
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_make_make_set=yes
    ## Output variables. ##
    ACLOCAL='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/missing --run aclocal-1.11'
    AIX_CFLAGS=''
    AIX_LDFLAGS=''
    AIX_LIBS=''
    ALIB_CFLAGS=''
    ALIB_LDFLAGS=''
    ALIB_LIBS=''
    ALSA_CFLAGS=''
    ALSA_LDFLAGS=''
    ALSA_LIBS=''
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/missing --run tar'
    API_VERSION='25'
    AR=''
    ARTS_CFLAGS=''
    ARTS_LDFLAGS=''
    ARTS_LIBS=''
    AS=''
    AUTOCONF='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/missing --run autoconf'
    AUTOHEADER='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/missing --run autoheader'
    AUTOMAKE='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/missing --run automake-1.11'
    AWK='gawk'
    CC='gcc'
    CCAS=''
    CCASDEPMODE=''
    CCASFLAGS=''
    CCDEPMODE=''
    CFLAGS='-march=amdfam10 -O2 -pipe'
    COREAUDIO_CFLAGS=''
    COREAUDIO_LDFLAGS=''
    COREAUDIO_LIBS=''
    CPP=''
    CPPFLAGS=''
    CYGPATH_W='echo'
    DECODER_LOBJ=''
    DECODER_OBJ=''
    DEFS=''
    DEPDIR='.deps'
    DLLTOOL=''
    DSYMUTIL=''
    DUMMY_CFLAGS=''
    DUMMY_LDFLAGS=''
    DUMMY_LIBS=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    ESD_CFLAGS=''
    ESD_LDFLAGS=''
    ESD_LIBS=''
    EXEC_LT_LDFLAGS=''
    EXEEXT=''
    FGREP=''
    GREP=''
    HAVE_AIX_FALSE=''
    HAVE_AIX_TRUE=''
    HAVE_ALIB_FALSE=''
    HAVE_ALIB_TRUE=''
    HAVE_ALSA_FALSE=''
    HAVE_ALSA_TRUE=''
    HAVE_ARTS_FALSE=''
    HAVE_ARTS_TRUE=''
    HAVE_COREAUDIO_FALSE=''
    HAVE_COREAUDIO_TRUE=''
    HAVE_DUMMY_FALSE=''
    HAVE_DUMMY_TRUE=''
    HAVE_ESD_FALSE=''
    HAVE_ESD_TRUE=''
    HAVE_HP_FALSE=''
    HAVE_HP_TRUE=''
    HAVE_JACK_FALSE=''
    HAVE_JACK_TRUE=''
    HAVE_MINT_FALSE=''
    HAVE_MINT_TRUE=''
    HAVE_MODULES_FALSE=''
    HAVE_MODULES_TRUE=''
    HAVE_NAS_FALSE=''
    HAVE_NAS_TRUE=''
    HAVE_OPENAL_FALSE=''
    HAVE_OPENAL_TRUE=''
    HAVE_OS2_FALSE=''
    HAVE_OS2_TRUE=''
    HAVE_OSS_FALSE=''
    HAVE_OSS_TRUE=''
    HAVE_PORTAUDIO_FALSE=''
    HAVE_PORTAUDIO_TRUE=''
    HAVE_PULSE_FALSE=''
    HAVE_PULSE_TRUE=''
    HAVE_SDL_FALSE=''
    HAVE_SDL_TRUE=''
    HAVE_SGI_FALSE=''
    HAVE_SGI_TRUE=''
    HAVE_SNDIO_FALSE=''
    HAVE_SNDIO_TRUE=''
    HAVE_SUN_FALSE=''
    HAVE_SUN_TRUE=''
    HAVE_WIN32_FALSE=''
    HAVE_WIN32_TRUE=''
    HP_CFLAGS=''
    HP_LDFLAGS=''
    HP_LIBS=''
    INCLUDE_STDIO_H=''
    INCLUDE_STDLIB_H=''
    INCLUDE_SYS_TYPE_H=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    JACK_CFLAGS=''
    JACK_LDFLAGS=''
    JACK_LIBS=''
    LD=''
    LDFLAGS='-Wl,--hash-style=gnu -Wl,--as-needed'
    LFS_LOBJ=''
    LIBMPG123_VERSION='25:5:25'
    LIBOBJS=''
    LIBS=''
    LIBTOOL=''
    LIPO=''
    LN_S=''
    LTLIBOBJS=''
    LT_LDFLAGS='-export-dynamic'
    MAKEINFO='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/missing --run makeinfo'
    MINT_CFLAGS=''
    MINT_LDFLAGS=''
    MINT_LIBS=''
    MKDIR_P='/bin/mkdir -p'
    MODULE_OBJ=''
    NAS_CFLAGS=''
    NAS_LDFLAGS=''
    NAS_LIBS=''
    NM=''
    NMEDIT=''
    OBJDUMP=''
    OBJEXT=''
    OPENAL_CFLAGS=''
    OPENAL_LDFLAGS=''
    OPENAL_LIBS=''
    OS2_CFLAGS=''
    OS2_LDFLAGS=''
    OS2_LIBS=''
    OSS_CFLAGS=''
    OSS_LDFLAGS=''
    OSS_LIBS=''
    OTOOL64=''
    OTOOL=''
    OUTPUT_CFLAGS=''
    OUTPUT_LDFLAGS=''
    OUTPUT_LIBS=''
    OUTPUT_MOD=''
    OUTPUT_OBJ=''
    PACKAGE='mpg123'
    PACKAGE_BUGREPORT='[email protected]'
    PACKAGE_NAME='mpg123'
    PACKAGE_STRING='mpg123 1.12.3'
    PACKAGE_TARNAME='mpg123'
    PACKAGE_URL=''
    PACKAGE_VERSION='1.12.3'
    PATH_SEPARATOR=':'
    PKG_CONFIG=''
    PORTAUDIO_CFLAGS=''
    PORTAUDIO_LDFLAGS=''
    PORTAUDIO_LIBS=''
    PULSE_CFLAGS=''
    PULSE_LDFLAGS=''
    PULSE_LIBS=''
    RANLIB=''
    SDL_CFLAGS=''
    SDL_LDFLAGS=''
    SDL_LIBS=''
    SED=''
    SET_MAKE=''
    SGI_CFLAGS=''
    SGI_LDFLAGS=''
    SGI_LIBS=''
    SHELL='/bin/sh'
    SNDIO_CFLAGS=''
    SNDIO_LDFLAGS=''
    SNDIO_LIBS=''
    STRIP=''
    SUN_CFLAGS=''
    SUN_LDFLAGS=''
    SUN_LIBS=''
    VERSION='1.12.3'
    WIN32_CFLAGS=''
    WIN32_CODES_FALSE=''
    WIN32_CODES_TRUE=''
    WIN32_LDFLAGS=''
    WIN32_LIBS=''
    ac_ct_CC='gcc'
    ac_ct_DUMPBIN=''
    am__EXEEXT_FALSE=''
    am__EXEEXT_TRUE=''
    am__fastdepCCAS_FALSE=''
    am__fastdepCCAS_TRUE=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__include='include'
    am__isrc=''
    am__leading_dot='.'
    am__quote=''
    am__tar='${AMTAR} chof - "$$tardir"'
    am__untar='${AMTAR} xf -'
    bindir='${exec_prefix}/bin'
    build='x86_64-unknown-linux-gnu'
    build_alias=''
    build_cpu='x86_64'
    build_os='linux-gnu'
    build_vendor='unknown'
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host='x86_64-unknown-linux-gnu'
    host_alias=''
    host_cpu='x86_64'
    host_os='linux-gnu'
    host_vendor='unknown'
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    lt_ECHO='echo'
    mandir='${datarootdir}/man'
    mkdir_p='/bin/mkdir -p'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    ## confdefs.h. ##
    /* confdefs.h */
    #define PACKAGE_NAME "mpg123"
    #define PACKAGE_TARNAME "mpg123"
    #define PACKAGE_VERSION "1.12.3"
    #define PACKAGE_STRING "mpg123 1.12.3"
    #define PACKAGE_BUGREPORT "[email protected]"
    #define PACKAGE_URL ""
    #define PACKAGE "mpg123"
    #define VERSION "1.12.3"
    configure: exit 77
    the parts i had searched on google are specificaly the
    "/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x12): undefined reference to `__libc_csu_fini'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x19): undefined reference to `__libc_csu_init'"
    does anyone have an idea of what could it be?
    notice that this doesn't bother me because if i use the glibc from the repositories everything works fine, this is just for curiosity of why it doesn't work
    thanks in advance

    slacknatcher wrote:
    the parts i had searched on google are specificaly the
    "/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x12): undefined reference to `__libc_csu_fini'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x19): undefined reference to `__libc_csu_init'"
    does anyone have an idea of what could it be?
    notice that this doesn't bother me because if i use the glibc from the repositories everything works fine, this is just for curiosity of why it doesn't work
    thanks in advance
    You have stripped glibc too much.  See the Arch PKGBUILD and make sure your makepkg.conf has STRIP_BINARY etc defined.

  • Workstation 11.1, Tools 9.9.2 build-2496486: Not compatible with GCC 5.1.0 on linux (Arch, Debian, Ubuntu, etc)

    First, there are some compilation problems with the latest linux kernel and Tools 9.9.2's source of vmhgfs: vmhgfs module not compilable for VMware Tools 9.9.0 (Fusion7.1) after Ubuntu Linux kernel update to 3.13.0-46-generic (Febr. 2015) (Shared Folder Feature not working in Ubuntu 14.04 LTS (Guest) on MacOSX Yosemite (Host))?
    In short, you have to patch the source to get it to compile: rasa/vmware-tools-patches · GitHub
    Arch linux is a "rolling" distro, meaning we always have latest - and are usually the first to find problems before it trickles down to Ubuntu, Mint, Debian and other Linux distros. Well, now there is a serious problem that is unresolvable.
    The vmhgfs source is not compatible with linux kernels built with gcc 5.1.0.  It hard locks the VM, requiring a hard reset when the kernel module loads.  It also hard locks during vmware-tools-install.pl torwards the very end when it says, "Guest filesystem driver" enabling.  And on boot, it is vmhgfs that is being loaded when the VM hard locks.
    I was able to get around this earlier when gcc 4.9.2 was in core - i just rebuilt the kernel under 4.9.2: https://bbs.archlinux.org/viewtopic.php?id=196915
    Obviously that isn't a long-term solution.  But now that gcc 5.1.0 has been pushed out to core, that means recompiling the kernel under 4.9.2 is no easy feat since dependencies now depend on gcc 5.1.0.
    @Developers: We have a big problem with VMware Tools vmhgfs and kernels compiled under gcc 5.1.0.  Given it make take years before the Debian distros get the latest and greatest, it's coming.
    Because of this, and the wasted time in me having to support this mess, I may recommend to my company we no longer continue with our Enterprise account of 100 licenses of Workstation and Fusion.  It is obvious in the previous thread vmhgfs module not compilable for VMware Tools 9.9.0 (Fusion7.1) after Ubuntu Linux kernel update to 3.13.0-46-generic (Febr. 2015) (Shared Folder Feature not working in Ubuntu 14.04 LTS (Guest) on MacOSX Yosemite (Host))? that VMware is no hurry to resolve even the simple build errors that the community has resolved last year with patches.  Good thing too, renewal comes up in two months.
    I shiver to think how long it will take VMware to release a fix for gcc 5.1.0.

    Additional info...
    The hard lock is a panic when mounting the /mnt/hgfs partition, which is what is configured in my fstab:
    .host:/
    /mnt/hgfs
    vmhgfs
    defaults
    0 0
    The reason the above is just "./host:/" is for the auto-mounting of shares on the fly, or all shares on boot.  Specifying a share doesn't change anything.
    Even mounting it manually panic's the kernel:
    mount -n -t vmhgfs .host:/<shared_folder> /home/user1/shares
    Again, this all worked fine with a kernel built on 4.9.2, but not 5.1.0.

  • Pacman complains with `"gcc-libs" is not in the package set` message

    Hi,
    today I wanted to do full system upgrade, but this happened:
    # pacman -Syu
    :: Synchronizing package databases...
    current                   69,7K   84,9K/s 00:00:01 [#################################################] 100%
    extra                    323,1K   17,5K/s 00:00:18 [#################################################] 100%
    community                312,4K  219,0K/s 00:00:01 [#################################################] 100%
    :: Starting full system upgrade...
    :: Replace scrollkeeper with extra/rarian? [Y/n]
    warning: apr: forcing upgrade to version 1.2.9-1
    warning: dnsutils: forcing upgrade to version 9.4.1_P1-2
    warning: ruby: forcing upgrade to version 1.8.6_p36-3
    warning: sudo: forcing upgrade to version 1.6.9p4-1
    warning: xpdf: forcing upgrade to version 3.02_pl1-1
    resolving dependencies...
    error: cannot resolve dependencies for "rarian" ("gcc-libs" is not in the package set)
    error: failed to prepare transaction (could not satisfy dependencies)
    :: rarian requires gcc-libs
    It's obvious that gcc-libs package is missing in current package. I've found one similar problem here http://bbs.archlinux.org/viewtopic.php?pid=283439. But I cannot solve it like that. I have current file included in /etc/pacman.conf already. I've also tried to change current to core and make the /etc/pacman.d/core file and it complained too:
    # pacman -Su
    :: Starting full system upgrade...
    :: Replace util-linux with current/util-linux-ng? [Y/n]
    :: Replace scrollkeeper with extra/rarian? [Y/n]
    warning: apr: forcing upgrade to version 1.2.11-1
    warning: apr-util: forcing upgrade to version 1.2.10-1
    warning: dnsutils: forcing upgrade to version 9.4.1_P1-2
    warning: ntp: forcing upgrade to version 4.2.4p4-2
    warning: ruby: forcing upgrade to version 1.8.6_p111-2
    warning: sudo: forcing upgrade to version 1.6.9p5-1
    warning: xpdf: forcing upgrade to version 3.02_pl1-1
    :: pacman has detected a newer version of the "pacman" package.
    :: It is recommended that you allow pacman to upgrade itself
    :: first, then you can re-run the operation with the newer version.
    :: Upgrade pacman first? [Y/n]
    resolving dependencies... done.
    looking for inter-conflicts... done.
    Targets: pacman-3.0.6-1 
    Total Package Size:   0,80 MB
    Proceed with installation? [Y/n]
    checking package integrity... done.
    cleaning up... done.
    (1/1) checking for file conflicts                   [#################################################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    pacman: /etc/pacman.d/core exists in filesystem
    errors occurred, no packages were upgraded.
    The last upgrade was almost perfect but now strange things happens. :^(
    Can anyone help me to solve this, please??

    kishd wrote:Did you replace current with core in your pacman.conf file?
    yes, the second output is related to pacman.conf with `current` replaced with `core` .... and good to say, that I did NOT forgot to update repositories with `pacman -Sy` before upgrade ;-)

  • Why can I no longer use AirPlay with my Slingbox?  New updates break complatibility?

    Why can I no longer use AirPlay with my Slingbox?  New updates break complatibility?

    You already seem to know what the issue is, it is the parallax feature that was added to iOS 7.  From your rant, it appears that your attempt to work around this was not successful.  According to the Apple documents I've seen, they recommend that you enlarge your image (not reduce it).  Make your image have excess space on all sides, which is not displayed on the screen.  This way, when you tilt your device one direction or another, it can shift the image to give the appearance of 3D. 
    As a photographer, I like to use the full frame of my images, but I also know that I need to leave room around the image as well.  I have some photos I have taken that I can't use because I have them cropped too tightly too, but I have others that work just fine.  Just remember that part of the image file is "off screen" so that if iOS has to shift the image up it has some image that can scroll onto the screen.  It needs this space on all sdes, so just make youre images larger, and keep in mind that a portion on each side will be outside the normally visible screen...  If you don't like this feature, you can always go into the settigns and turn it off.

  • Create a dll for windows with gcc

    hello!
    I have made a program in 'C' under linux and i want to make it into a dll with gcc to use it in labview under windows.
    Has anyone already done a such thing? so what is the magic option to pass to gcc to make it properly?
    Thank you.

    vincent72 wrote:
    Thank you for your replies. unfortunately, these options don't work on our computer. the keyword 'declspec' wasn't reconnised by our gcc. we also tried the keyword '__attribute ((dllexport))__' but it didn't work anymore.
    I think the standard gcc attribute is more
    something like attribute(export). After all gcc environments typically
    use shared libraries and not DLLs. But then again not every gcc
    compiler will be able to just create proper Win32 executables. As
    explained already, there needs to be quite a lot in the toolchain for
    the intended target.
    For instance the compiler/linker should support COFF library format in
    order to create a valid Win32 executable file unless you have a your
    own format specific Win32 compatible loader that gets linked in and
    understands your library format. Also declspec() is a Microsoft
    specific extension not supported by off the shelf gcc. And gcc has no
    intentions to add anything they consider non-standard, and most
    Microsoft extensions are non-standard.
    MingW does come with a patched gcc, that supports the most important
    things to be able to create valid Win32 executables but most other gcc
    versions don't.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Help!Apache compiling with gcc in Solaris 10

    Greetings
    I am having problems with Apache 1.3.
    When I am running the script ./src/Configure my output is:
    #./Configure
    Using config file: Configuration
    Creating Makefile
    + configured for Solaris 2100 platform
    + setting C pre-processor to gcc -E
    + using "tr [a-z] [A-Z]" to uppercase
    + checking for system header files
    + adding selected modules
    ./helpers/TestCompile: make: not found
    + using builtin Expat
    ./Configure: make: not found
    + checking sizeof various data types
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    + doing sanity check on compiler and options
    ./helpers/TestCompile: make: not found
    ** A test compilation with your Makefile configuration
    ** failed. The below error output from the compilation
    ** test will give you an idea what is failing. Note that
    ** Apache requires an ANSI C Compiler, such as gcc.
    ======== Error Output for sanity check ========
    ./helpers/TestCompile: make: not found
    ============= End of Error Report =============
    Aborting!
    I am root, my PATH is
    /usr/bin:/usr/ucb:/etc:/usr/local/bin:/opt/netscape:/usr/css/bin/:/bin:/usr/openwin/bin:/usr/sbin:/
    I am missing something stupid, I know but I can't find it!!!!Help please I am a newbie.
    I am curious. Has anyone been able to compile succesfully apache server with gcc in Solaris 10?
    Thanks,

    Thanks,
    It was only that.!!!
    But now I have the following problem, I can't create executables when I type make. The output is:
    when I am in the src/folder
    #make
    ===> regex
    <=== regex
    ===> os/unix
    gcc -c -I../../os/unix -I../../include -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED os.c
    In file included from /usr/include/sys/wait.h:24,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/sys/procset.h:24,
    from /usr/include/sys/wait.h:25,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1096,
    from os.c:21:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `os.o'
    Current working directory /web-download/apache_1.3.33/src/os/unix
    *** Error code 1
    The following command caused the error:
    for i in regex os/unix ap main lib modules; do \
    echo "===> $i"; \
    case ".Solaris 2100" in \
    .OS390 | .TPF) ( cd $i && make SDP='' OPTIM='') || exit 1;; \
    *) ( cd $i && make SDP='' CC='gcc' AUX_CFLAGS=' -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED ' RANLIB='ranlib' OPTIM='') || exit 1;; \
    esac; \
    echo "<=== $i"; \
    done
    make: Fatal error: Command failed for target `subdirs'
    but when I am typing one step up is.
    ===> src
    ===> src/regex
    <=== src/regex
    ===> src/os/unix
    gcc -c -I../../os/unix -I../../include -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED os.c
    In file included from /usr/include/sys/wait.h:24,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/sys/procset.h:24,
    from /usr/include/sys/wait.h:25,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1096,
    from os.c:21:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `os.o'
    Current working directory /web-download/apache_1.3.33/src/os/unix
    *** Error code 1
    The following command caused the error:
    for i in regex os/unix ap main lib modules; do \
    echo "===> src/$i"; \
    case ".Solaris 2100" in \
    .OS390 | .TPF) ( cd $i && make SDP='src/' OPTIM='') || exit 1;; \
    *) ( cd $i && make SDP='src/' CC='gcc' AUX_CFLAGS=' -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED ' RANLIB='ranlib' OPTIM='') || exit 1;; \
    esac; \
    echo "<=== src/$i"; \
    done
    make: Fatal error: Command failed for target `subdirs'
    Current working directory /web-download/apache_1.3.33/src
    *** Error code 1
    The following command caused the error:
    case "xi86pc-sun-solaris2.2100" in \
    x*390*) C89STEPS="0xffffffff"; export C89STEPS;; \
    esac; \
    cd ./src; make SDP=src/ all
    make: Fatal error: Command failed for target `build-std'
    Current working directory /web-download/apache_1.3.33
    *** Error code 1
    The following command caused the error:
    make -f ./Makefile root= build-std
    make: Fatal error: Command failed for target `build'
    I am newbie with Solaris and gcc so I have no so much idea what is missing there.
    Thanks,
    Juan

  • JNI with GCC

    I use java1.4.2_01 on a win98 (don't ask) machine.
    I am trying to run an "hello world" app with the method in C. The code is identical to that given here, http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/index.html.
    My code works, if the .dll is generated instead with a colleague's Microsoft Visual compiler. I am asking, then, if there are known issues with using Cygwin and GCC 3.3.1cygming to generate the .dll. This is my commandline (prettified here) when running gcc:
    BASH-2.05b$ gcc -mno-cygwin -shared
    -I/c/j2sdk1.4.2_01/include
    -I/c/j2sdk1.4.2_01/include/win32
    -o hello.dll hello.cI have hex-viewed the .dll thus generated and found that it is actually a .dll (as opposed to an .so), but I don't have the reverse-engineering skills to find out anything more.
    Oh yes, the Java error is at run-time when the .display() method is called and is:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: test
            at TimTest.test(Native Method)
            at TimTest.main(TimTest.java:10)

    I am a little confused.
    You say that "extern C" should solve the problem. Am I correct in inferring that if I wrote C (not C++) code and compiled it as C code, this should never have come up?
    If I am correct there, then I would agree that the compiler might be `broken', or at least awkward. (As I had the same problem with JNI when I C-compiled C code.)
    If I'm not correct, please explain why "extern C" should produce no-mangling behavior. (my current understanding is that "extern C" is a directive saying "Treat the enclosed as C code.")
    Thanks.

  • How to compile DNG SDK with GCC?

    I tried to compile DNG SDK with GCC, but I got stuck to the following error message:
    ... dng_flags.h:33:28: error: RawEnvironment.h: No such file or directory ...
    In other words, it seems that file 'RawEnvironment.h' is missing. I cannot find this file from DNG SDK or XMP SDK. Do you know where I could find this file or do you know how to compile DNG SDK with GCC?
    Regards Sami

    Please define either qMacOS or qWinOS (i.e., in your list of preprocessor defines). As you can see in line 32 of dng_flags.h this is required.

  • Compiling Apache 1.3 with gcc

    Hi all,
    I have trying to set up Apache server in Soalris 10, and to compile with gcc but I am having problems.
    The first part of ./configure --prefix=... is fine, but when I type make I am getting this:
    # make
    ===> src
    ===> src/regex
    <=== src/regex
    ===> src/os/unix
    gcc -c -I../../os/unix -I../../include -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` os.c
    In file included from /usr/include/sys/wait.h:24,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/sys/procset.h:24,
    from /usr/include/sys/wait.h:25,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1096,
    from os.c:21:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `os.o'
    Current working directory /web-download/apache_1.3.33/src/os/unix
    *** Error code 1
    The following command caused the error:
    for i in regex os/unix ap main lib modules; do \
    echo "===> src/$i"; \
    case ".Solaris 2100" in \
    .OS390 | .TPF) ( cd $i && make SDP='src/' OPTIM='') || exit 1;; \
    *) ( cd $i && make SDP='src/' CC='gcc' AUX_CFLAGS=' -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`' RANLIB='ranlib' OPTIM='') || exit 1;; \
    esac; \
    echo "<=== src/$i"; \
    done
    make: Fatal error: Command failed for target `subdirs'
    Current working directory /web-download/apache_1.3.33/src
    *** Error code 1
    The following command caused the error:
    case "xi86pc-sun-solaris2.2100" in \
    x*390*) C89STEPS="0xffffffff"; export C89STEPS;; \
    esac; \
    cd ./src; make SDP=src/ all
    make: Fatal error: Command failed for target `build-std'
    Current working directory /web-download/apache_1.3.33
    *** Error code 1
    The following command caused the error:
    make -f ./Makefile root= build-std
    make: Fatal error: Command failed for target `build'
    # svcadm
    Usage: svcadm [-v] enable [-rt] {FMRI | pattern}...
    svcadm [-v] disable [-t] {FMRI | pattern}...
    svcadm [-v] restart {FMRI | pattern}...
    svcadm [-v] refresh {FMRI | pattern}...
    svcadm [-v] mark [-It] {degraded | maintenance} {FMRI | pattern}...
    svcadm [-v] clear {FMRI | pattern}...
    svcadm [-v] delegate restarter_FMRI {FMRI | pattern}...
    svcadm [-v] milestone [-d] milestone_FMRI
    # svcadm -v
    Usage: svcadm [-v] enable [-rt] {FMRI | pattern}...
    svcadm [-v] disable [-t] {FMRI | pattern}...
    svcadm [-v] restart {FMRI | pattern}...
    svcadm [-v] refresh {FMRI | pattern}...
    svcadm [-v] mark [-It] {degraded | maintenance} {FMRI | pattern}...
    svcadm [-v] clear {FMRI | pattern}...
    svcadm [-v] delegate restarter_FMRI {FMRI | pattern}...
    svcadm [-v] milestone [-d] milestone_FMRI
    # make
    ===> src
    ===> src/regex
    <=== src/regex
    ===> src/os/unix
    gcc -c -I../../os/unix -I../../include -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` os.c
    In file included from /usr/include/sys/wait.h:24,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/sys/procset.h:24,
    from /usr/include/sys/wait.h:25,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1096,
    from os.c:21:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `os.o'
    Current working directory /web-download/apache_1.3.33/src/os/unix
    *** Error code 1
    The following command caused the error:
    for i in regex os/unix ap main lib modules; do \
    echo "===> src/$i"; \
    case ".Solaris 2100" in \
    .OS390 | .TPF) ( cd $i && make SDP='src/' OPTIM='') || exit 1;; \
    *) ( cd $i && make SDP='src/' CC='gcc' AUX_CFLAGS=' -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`' RANLIB='ranlib' OPTIM='') || exit 1;; \
    esac; \
    echo "<=== src/$i"; \
    done
    make: Fatal error: Command failed for target `subdirs'
    Current working directory /web-download/apache_1.3.33/src
    *** Error code 1
    The following command caused the error:
    case "xi86pc-sun-solaris2.2100" in \
    x*390*) C89STEPS="0xffffffff"; export C89STEPS;; \
    esac; \
    cd ./src; make SDP=src/ all
    make: Fatal error: Command failed for target `build-std'
    Current working directory /web-download/apache_1.3.33
    *** Error code 1
    The following command caused the error:
    make -f ./Makefile root= build-std
    make: Fatal error: Command failed for target `build'
    And I have no idea what is the problem. Has anyone experience the same?
    I am newbie so...
    Thanks,
    Juan

    Compiling Apache 1.3 with gcc on linux or unix? If you are using unix, I would be compiling with cc and not gcc. You have gcc set to compile using regular expressions and I believe that has to be specified during SunOS install as posix compliant.

  • Building Net-SNMP with gcc and Solaris 10's Forte-built Perl

    The 5.0.9 Net-SNMP that come with Solaris SPARC is too old for our users. Building the latest version appears to be basically impossible and I'm just about to bail and just build yet another version of Perl for Solaris 10 so it will work. But on the chance that someone has done this:
    I am trying to build Net-SNMP 5.4.1.2 with the Sunfreeware gcc. The configure script seems to ignore the --disable-perl-cc-checks flag:
    ./configure with-perl-modules disable-perl-cc-checks
    configure: error: This build is using a GNU C compiler (gcc) while Perl has been compiled with a non-GNU (or non-working) compiler (cc). This likely won't work for building with Perl support. Either specify a different compiler (--with-cc=PATH), disable this check (--disable-perl-cc-checks) or build without Perl (--without-perl-modules).
    Has anyone successfully done this? I was hoping to get a successful configure run, then build the binaries, and then further tweak the perl makefiles with "GCC=/usr/perl5/5.8.4/bin/perlgcc" or something.

    configure: error: This build is using a GNU C compiler (gcc) while Perl has been compiled with a non-GNU (or non-working) compiler (cc). This likely won't work for building with Perl support. Either specify a different compiler (--with-cc=PATH), disable this check (--disable-perl-cc-checks) or build without Perl (--without-perl-modules).The perl supplied by Sun should be compiled with Sun Studio and the error mentioned above seems to reflect this.
    So, either build perl first with sunfreeware's gcc and then move on to net-snmp or install and use Sun Studio instead of gcc so perl is happy.
    alan

  • Vast amount of warnings (-Wdeprecated-declarations) with gcc 5.1.0

    When compiling some programs (eg. kicad, libopenshot) with gcc 5.1.0 the is a vast amount of warnings (-Wdeprecated-declarations). Thousands and thousands of warnings.
    In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
    from /koko/kicad-bzr/src/kicad/include/common.h:37,
    from /koko/kicad-bzr/src/kicad/include/base_units.h:37,
    from /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:23:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:277:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
    from /koko/kicad-bzr/src/kicad/include/common.h:37,
    from /koko/kicad-bzr/src/kicad/include/base_units.h:37,
    from /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:23:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:277:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
    from /koko/kicad-bzr/src/kicad/include/common.h:37,
    from /koko/kicad-bzr/src/kicad/include/base_units.h:37,
    from /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:23:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:277:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
    from /koko/kicad-bzr/src/kicad/include/common.h:37,
    from /koko/kicad-bzr/src/kicad/include/base_units.h:37,
    from /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:23:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    [ 54%] Building CXX object pcbnew/router/CMakeFiles/pnsrouter.dir/pns_meander_placer_base.cpp.o
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,

    One of the wxWidgets developers has already opened a bug report for GCC: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65974

  • Linux-ck kernel from AUR with GCC optimisation and got Kernel panic

    I have been using the linux-ck patched kernel from the AUR for the last few weeks https://aur.archlinux.org/packages/Linux-ck/
    I decided I would try to compile it with the gcc optimised patch as well.    https://github.com/graysky2/kernel_gcc_patch
    I have a laptop using the intel i7-4712MQ CPU which I understand is part of the Haswell family.
    I downloaded the tarball from the AUR, extracted it, I edited the PKGBUILD, to enabe the nconfig and also the BFQ scheduler, ran makepkg -s enabled the patch for Haswell chip family and saved it as .config and carried on building the kernel as normal, then installed the resulting packages with pacman -U kernel and the header and then rebooted.
    on boot I received a failed to execute /init error 8 and no working init found,  I fell back to using the default Arch Kernel and can also rebild the linux-ck patched kernel as normal with the GCC optimisation patch with no problems, but I want to understand what I did wrong when applying the GCC patch and fix it, if there is another log I can get please let me know and I will post it.
    I know it is not the new version of the Kernel as I had built version 3.19-1 it without the gcc optimisation patch successfully on Friday
    Thanks
    Rob
    Last edited by robt77 (2015-03-01 12:28:58)

    Trilby wrote:
    robt77 wrote:I downloaded the tarball from the AUR, extracted it, I edited the PKGBUILD, to enabe the nconfig and also the BFQ scheduler, ran makepkg -s enabled the patch for Haswell chip family and saved it as .config and carried on building the kernel
    This is not very clear.  What do you mean you carried on building the kernel after running makepkg -s?  Makepkg -s builds the packages, any configuration you make after that command is not applied to the built packages.
    after running makepkg -S it came up with the menu to select different options for the kernel, so I arrowed to Processor type and features ---> Processor family ---> and found Intel Haswell, selected that and saved it by pressing f5 it saved to a file called .config and it started building the kernel
    robt77 wrote:on boot I received a failed to execute /init error 8 and no working init found
    Then the kernel loaded just fine - init failed.  Did you (re)build an initramfs for the new kernel?  What is the bootloader command used for this kernel?
    44
    I did not buikd ab initramfs, I have always just had to download the tar ball from AUR, extract it , then run makepkg -s and then install the packages with pacman -U and reboot. 
    Here is a link to the bootloader command from grub  http://hastebin.com/roweqocuqi.vala

  • Problem with gcc -pg

    Hello,
    I have a problem using profiling on solaris 8 using gcc. When I compile a small test program with gcc -g -pg, it compiles and runs correctly. However, when I build my main application using the same flags at the compilationa and likning steps, the build completes successfully but
    the application gives a segemntation fault. Is it a bug? Does gcc have a problem profiling in presence of threads or shared libs?
    Thanks in advance,
    Rajsekhar Bhattacharjee (Raj)
    The relevant details are as follows:
    OS (using uname -a): SunOS 5.8 Generic_108528-15 sun4u sparc SUNW,Sun-Blade-100
    gcc version (using gcc -v): gcc version 2.95.3 20010315 (release)
    debugger output :
    GNU gdb 5.0
    Copyright 2000 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB. Type "show warranty" for details.
    This GDB was configured as "sparc-sun-solaris2.8"...
    Core was generated by `/home/raja/zentime/bin/solaris/gprof/zentime /mnt/elmer/export/home1/TestSyst
    em'.
    Program terminated with signal 11, Segmentation Fault.
    Reading symbols from /usr/lib/libdl.so.1...done.
    Loaded symbols for /usr/lib/libdl.so.1
    Reading symbols from /usr/lib/libpthread.so.1...done.
    Loaded symbols for /usr/lib/libpthread.so.1
    Reading symbols from /usr/lib/libcurses.so.1...done.
    Loaded symbols for /usr/lib/libcurses.so.1
    Reading symbols from /usr/lib/libsocket.so.1...done.
    Loaded symbols for /usr/lib/libsocket.so.1
    Reading symbols from /usr/lib/libnsl.so.1...done.
    Loaded symbols for /usr/lib/libnsl.so.1
    Reading symbols from /usr/openwin/lib/libX11.so.4...done.
    Loaded symbols for /usr/openwin/lib/libX11.so.4
    Reading symbols from /usr/lib/libc.so.1...done.
    Loaded symbols for /usr/lib/libc.so.1
    Reading symbols from /usr/lib/libmp.so.2...done.
    Loaded symbols for /usr/lib/libmp.so.2
    Reading symbols from /usr/openwin/lib/libXext.so.0...done.
    Loaded symbols for /usr/openwin/lib/libXext.so.0
    Reading symbols from /usr/lib/libthread.so.1...done.
    Loaded symbols for /usr/lib/libthread.so.1
    Reading symbols from /usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1...done.
    Loaded symbols for /usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1
    #0 0xfd7dbe8c in __csigsetjmp () from /usr/lib/libthread.so.1
    (gdb)

    Hi,
    we have the same Problem with the inline assembler. We are using Sunstudio 12 on x86 and tried to get this code compiled (Sunstudio 12 should be gas compatible).
    any ideas ?
    thanks
    Dieter
    #define HEC_HTONF(x) \
    (__extension__ \
    register HVB::float32_t __v, __x = (x); \
    __asm__ ( \
    "bswap %0" \
    : "=r" (__v) \
    : "0" (__x) \
    __v; \
    #define HEC_HTONLF_INPLACE(x) \
    __asm__ ( \
    "leal %0, %%ecx \n\t" \
    "movl (%%ecx), %%eax \n\t" \
    "movl 4(%%ecx), %%edx \n\t" \
    "bswap %%eax \n\t" \
    "bswap %%edx \n\t" \
    "movl %%eax, 4(%%ecx) \n\t" \
    "movl %%edx, (%%ecx) \n\t" \
    : "=m" (x) \
    : "m" (x) \
    : "%eax", "%ecx", "%edx" \
    );

Maybe you are looking for