Static glibc for minimyth build environment (again)

Hi *
I'm wonder what is targeted/expected Arch community attitude for extending Arch with new packages.
Generally I have feeling that Arch is first Linux distro almost ideally answering my needs, priorities and way to achieve them.
Above attributes were direct reason leading me to switch my home server to Arch and attempt to move my dev environment also to Arch.
Here unfortunately I meet issue which blocking me with moving forward: lack of some packages - namely static glibc.
For reasons by which I need such package pls see:
http://bbs.archlinux.org/viewtopic.php?id=78822 and
http://bbs.archlinux.org/viewtopic.php?id=78343
Unfortunately no any allowing me to move forward, answer was provided, so basically I'm forced to leave Arch as my dev environment.
Before giving up, I decided to give it last chance as I really like Arch - thats why I'm writing this post.
Pls, don't get me wrong: Arch distro and  Arch community are really great and I don't want to be poor guy crying "I need package, give me package, help me...."
On the other hand - my experience leading me to impression that Arch forums where I originally posted are in entushiasm/priding phase and  not successfully addressing cases like my case.
So I'm in deciding phase: if community will help me - I will stay with Arch, if not - I will cry and leave Arch (wich will be really sad form me)
br

@gnud
Thx for replay.
I'm not programmer, so forgive me maybe incorrect answer...
I want to use Arch as build environment for minimyth (small distro for diskless myth client).
minimyth is build in cross-compilation environment.
At cross-compile enviroment preparation stage, gcc for compiling target gcc compiler is build. Target gcc compiler is used for building target minimyth.
I'm not sure, but I believe gcc used for building target gcc is statically linked with host glibc. It is probably safer, easier and minimizes incompatibilities.
Below is log from my minimyth build process. This log (and replay of Pablo at http://www.minimyth.org/forum/viewtopic.php?f=14&t=2392) leads me to conclussion that my Arch is missing static glibc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ .//../../../work/build_build.d/gcc-4.4.0/configure --prefix=/home/piotro/Desktop/minimyth-dev/images/build/usr --exec_prefix=/home/piotro/Desktop/minimyth-dev/images/build/usr --bindir=/home/piotro/Desktop/minimyth-dev/images/build/usr/bin --sbindir=/home/piotro/Desktop/minimyth-dev/images/build/usr/sbin --libexecdir=/home/piotro/Desktop/minimyth-dev/images/build/usr/libexec --datadir=/home/piotro/Desktop/minimyth-dev/images/build/usr/share --sysconfdir=/home/piotro/Desktop/minimyth-dev/images/build/etc --sharedstatedir=/home/piotro/Desktop/minimyth-dev/images/build/usr/share --localstatedir=/home/piotro/Desktop/minimyth-dev/images/build/var --libdir=/home/piotro/Desktop/minimyth-dev/images/build/usr/lib --infodir=/home/piotro/Desktop/minimyth-dev/images/build/usr/info --includedir=/home/piotro/Desktop/minimyth-dev/images/build/usr/include --oldincludedir=/home/piotro/Desktop/minimyth-dev/images/build/usr/include --mandir=/home/piotro/Desktop/minimyth-dev/images/build/usr/share/man --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-gnu-as --with-gnu-ld --with-local-prefix=/home/piotro/Desktop/minimyth-dev/images/build/usr --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --enable-libgomp --disable-libmudflap --disable-multilib --enable-nls --enable-shared --enable-threads=posix --enable-version-specific-runtime-libs --with-mpfr-include=//home/piotro/Desktop/minimyth-dev/images/build/usr/include --with-mpfr-lib=//home/piotro/Desktop/minimyth-dev/images/build/usr/lib --with-gmp-include=//home/piotro/Desktop/minimyth-dev/images/build/usr/include --with-gmp-lib=//home/piotro/Desktop/minimyth-dev/images/build/usr/lib --with-sysroot=/
## Platform. ##
hostname = minimyth-dev
uname -m = i686
uname -r = 2.6.30-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: //home/piotro/Desktop/minimyth-dev/images/build/sbin
PATH: //home/piotro/Desktop/minimyth-dev/images/build/bin
PATH: //home/piotro/Desktop/minimyth-dev/images/build/usr/sbin
PATH: //home/piotro/Desktop/minimyth-dev/images/build/usr/bin
PATH: //home/piotro/Desktop/minimyth-dev/images/build/usr/kde/bin
PATH: //home/piotro/Desktop/minimyth-dev/images/build/bin-build-system
## Core tests. ##
configure:1563: checking build system type
configure:1581: result: i686-pc-linux-gnu
configure:1616: checking host system type
configure:1630: result: i686-pc-linux-gnu
configure:1638: checking target system type
configure:1652: result: i686-pc-linux-gnu
configure:1696: checking for a BSD-compatible install
configure:1762: result: //home/piotro/Desktop/minimyth-dev/images/build/bin-build-system/install -c
configure:1773: checking whether ln works
configure:1795: result: yes
configure:1799: checking whether ln -s works
configure:1803: result: yes
configure:2964: checking for i686-pc-linux-gnu-gcc
configure:2990: result: gcc
configure:3274: checking for C compiler version
configure:3277: gcc --version </dev/null >&5
gcc (GCC) 4.4.0
Copyright (C) 2009 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:3280: $? = 0
configure:3282: gcc -v </dev/null >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: .//../../../work/build_build.d/gcc-4.4.0/configure --prefix=/home/piotro/Desktop/minimyth-dev/images/build/usr --exec_prefix=/home/piotro/Desktop/minimyth-dev/images/build/usr --bindir=/home/piotro/Desktop/minimyth-dev/images/build/usr/bin --sbindir=/home/piotro/Desktop/minimyth-dev/images/build/usr/sbin --libexecdir=/home/piotro/Desktop/minimyth-dev/images/build/usr/libexec --datadir=/home/piotro/Desktop/minimyth-dev/images/build/usr/share --sysconfdir=/home/piotro/Desktop/minimyth-dev/images/build/etc --sharedstatedir=/home/piotro/Desktop/minimyth-dev/images/build/usr/share --localstatedir=/home/piotro/Desktop/minimyth-dev/images/build/var --libdir=/home/piotro/Desktop/minimyth-dev/images/build/usr/lib --infodir=/home/piotro/Desktop/minimyth-dev/images/build/usr/info --includedir=/home/piotro/Desktop/minimyth-dev/images/build/usr/include --oldincludedir=/home/piotro/Desktop/minimyth-dev/images/build/usr/include --mandir=/home/piotro/Desktop/minimyth-dev/images/build/usr/share/man --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-gnu-as --with-gnu-ld --with-local-prefix=/home/piotro/Desktop/minimyth-dev/images/build/usr --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c --disable-libgomp --disable-libmudflap --disable-libssp --disable-multilib --disable-nls --enable-shared --enable-threads=no --enable-version-specific-runtime-libs --with-mpfr-include=//home/piotro/Desktop/minimyth-dev/images/build/usr/include --with-mpfr-lib=//home/piotro/Desktop/minimyth-dev/images/build/usr/lib --with-gmp-include=//home/piotro/Desktop/minimyth-dev/images/build/usr/include --with-gmp-lib=//home/piotro/Desktop/minimyth-dev/images/build/usr/lib
Thread model: single
gcc version 4.4.0 (GCC)
configure:3285: $? = 0
configure:3287: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3290: $? = 1
configure:3313: checking for C compiler default output file name
configure:3316: gcc conftest.c >&5
/home/piotro/Desktop/minimyth-dev/images/build/usr/lib/gcc/i686-pc-linux-gnu/4.4.0/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
configure:3319: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3357: error: in `/home/piotro/Desktop/minimyth-dev/script/devel/gcc/work/build_build.d/gcc-4.4.0_build':
configure:3360: error: C compiler cannot create executables
See `config.log' for more details.
## Cache variables. ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=set
ac_cv_env_AR_value=ar
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=set
ac_cv_env_AS_value=as
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GCJ_FOR_TARGET_set=
ac_cv_env_GCJ_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=set
ac_cv_env_LD_value=ld
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=set
ac_cv_env_NM_value=nm
ac_cv_env_OBJCOPY_set=set
ac_cv_env_OBJCOPY_value=objcopy
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=set
ac_cv_env_OBJDUMP_value=objdump
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=set
ac_cv_env_RANLIB_value=ranlib
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=set
ac_cv_env_STRIP_value=strip
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-pc-linux-gnu
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=i686-pc-linux-gnu
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_path_install='//home/piotro/Desktop/minimyth-dev/images/build/bin-build-system/install -c'
ac_cv_prog_CC=gcc
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
acx_cv_prog_LN=ln
## Output variables. ##
AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET=''
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET=''
BISON=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET=''
CFLAGS=''
CFLAGS_FOR_BUILD=''
CFLAGS_FOR_TARGET=''
COMPILER_AS_FOR_TARGET=''
COMPILER_LD_FOR_TARGET=''
COMPILER_NM_FOR_TARGET=''
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CXX='g++'
CXXFLAGS=''
CXXFLAGS_FOR_BUILD=''
CXXFLAGS_FOR_TARGET=''
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET=''
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS=''
DLLTOOL=''
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT=''
FLAGS_FOR_TARGET=''
FLEX=''
GCC_FOR_TARGET=''
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET=''
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET=''
GNATBIND=''
GNATMAKE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET=''
LEX=''
LIBOBJS=''
LIBS=''
LIPO=''
LIPO_FOR_TARGET=''
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4=''
MAINT=''
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE=''
MAKEINFO=''
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET=''
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET=''
RAW_CXX_FOR_TARGET=''
RPATH_ENVVAR=''
RUNTEST=''
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET=''
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='.//../../../work/build_build.d/gcc-4.4.0/configure --prefix=/home/piotro/Desktop/minimyth-dev/images/build/usr --exec_prefix=/home/piotro/Desktop/minimyth-dev/images/build/usr --bindir=/home/piotro/Desktop/minimyth-dev/images/build/usr/bin --sbindir=/home/piotro/Desktop/minimyth-dev/images/build/usr/sbin --libexecdir=/home/piotro/Desktop/minimyth-dev/images/build/usr/libexec --datadir=/home/piotro/Desktop/minimyth-dev/images/build/usr/share --sysconfdir=/home/piotro/Desktop/minimyth-dev/images/build/etc --sharedstatedir=/home/piotro/Desktop/minimyth-dev/images/build/usr/share --localstatedir=/home/piotro/Desktop/minimyth-dev/images/build/var --libdir=/home/piotro/Desktop/minimyth-dev/images/build/usr/lib --infodir=/home/piotro/Desktop/minimyth-dev/images/build/usr/info --includedir=/home/piotro/Desktop/minimyth-dev/images/build/usr/include --oldincludedir=/home/piotro/Desktop/minimyth-dev/images/build/usr/include --mandir=/home/piotro/Desktop/minimyth-dev/images/build/usr/share/man --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-gnu-as --with-gnu-ld --with-local-prefix=/home/piotro/Desktop/minimyth-dev/images/build/usr --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --enable-libgomp --disable-libmudflap --disable-multilib --enable-nls --enable-shared --enable-threads=posix --enable-version-specific-runtime-libs --with-mpfr-include=//home/piotro/Desktop/minimyth-dev/images/build/usr/include --with-mpfr-lib=//home/piotro/Desktop/minimyth-dev/images/build/usr/lib --with-gmp-include=//home/piotro/Desktop/minimyth-dev/images/build/usr/include --with-gmp-lib=//home/piotro/Desktop/minimyth-dev/images/build/usr/lib --with-sysroot=/'
WINDMC=''
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET=''
WINDRES=''
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET=''
YACC=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_GNATBIND=''
ac_ct_GNATMAKE=''
bindir='/home/piotro/Desktop/minimyth-dev/images/build/usr/bin'
build='i686-pc-linux-gnu'
build_alias='i686-pc-linux-gnu'
build_configargs=''
build_configdirs='build-libiberty build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes'
build_cpu='i686'
build_libsubdir='build-i686-pc-linux-gnu'
build_noncanonical='i686-pc-linux-gnu'
build_os='linux-gnu'
build_subdir='build-i686-pc-linux-gnu'
build_tooldir=''
build_vendor='pc'
clooginc=''
clooglibs=''
config_shell='/bin/sh'
configdirs='intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr ppl cloog libiconv texinfo byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools'
datadir='/home/piotro/Desktop/minimyth-dev/images/build/usr/share'
datarootdir=''
do_compare=''
docdir='/home/piotro/Desktop/minimyth-dev/images/build/usr/share/doc'
exec_prefix='/home/piotro/Desktop/minimyth-dev/images/build/usr'
gmpinc=''
gmplibs=''
host='i686-pc-linux-gnu'
host_alias='i686-pc-linux-gnu'
host_configargs=''
host_cpu='i686'
host_noncanonical='i686-pc-linux-gnu'
host_os='linux-gnu'
host_subdir='.'
host_vendor='pc'
htmldir=''
includedir='/home/piotro/Desktop/minimyth-dev/images/build/usr/include'
infodir='/home/piotro/Desktop/minimyth-dev/images/build/usr/info'
libdir='/home/piotro/Desktop/minimyth-dev/images/build/usr/lib'
libexecdir='/home/piotro/Desktop/minimyth-dev/images/build/usr/libexec'
localstatedir='/home/piotro/Desktop/minimyth-dev/images/build/var'
mandir='/home/piotro/Desktop/minimyth-dev/images/build/usr/share/man'
oldincludedir='/home/piotro/Desktop/minimyth-dev/images/build/usr/include'
pdfdir=''
pplinc=''
ppllibs=''
prefix='/home/piotro/Desktop/minimyth-dev/images/build/usr'
program_transform_name='s,y,y,'
sbindir='/home/piotro/Desktop/minimyth-dev/images/build/usr/sbin'
sharedstatedir='/home/piotro/Desktop/minimyth-dev/images/build/usr/share'
stage1_cflags=''
stage1_checking=''
stage1_languages=''
stage2_werror_flag=''
sysconfdir='/home/piotro/Desktop/minimyth-dev/images/build/etc'
target='i686-pc-linux-gnu'
target_alias='i686-pc-linux-gnu'
target_configargs=''
target_cpu='i686'
target_noncanonical='i686-pc-linux-gnu'
target_os='linux-gnu'
target_subdir='i686-pc-linux-gnu'
target_vendor='pc'
tooldir=''
## Output files. ##
alphaieee_frag=''
host_makefile_frag='config/mh-x86omitfp'
ospace_frag=''
serialization_dependencies=''
target_makefile_frag=''
## confdefs.h. ##
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
configure: exit 77

Similar Messages

  • Unable to Install Cordova for App Builder Environment on Mac OS ?

    Hi Experts,
    I'm Unable to Install Cordova-3.4.0 V on Mac OS, Here i'm Getting Errors like
    " $ sudo npm install -g cordova-3.4.0
    npm ERR! network tunneling socket could not be established, cause=connect ECONNREFUSED
    npm ERR! network This is most likely not a problem with npm itself
    npm ERR! network and is related to network connectivity.
    npm ERR! network In most cases you are behind a proxy or have bad network settings.
    npm ERR! network
    npm ERR! network If you are behind a proxy, please make sure that the
    npm ERR! network 'proxy' config is set properly.  See: 'npm help config'
    npm ERR! System Darwin 13.0.0
    npm ERR! command "node" "/usr/local/bin/npm" "install" "-g" "cordova-3.4.0"
    npm ERR! cwd /Users/yqlabs
    npm ERR! node -v v0.10.29
    npm ERR! npm -v 1.4.14
    npm ERR! code ECONNRESET
    npm ERR!
    npm ERR! Additional logging details can be found in:
    npm ERR!     /Users/yqlabs/npm-debug.log
    npm ERR! not ok code 0 "
    In Windows It's Installed with out these issues, Please Help me out from this Issue.
    Thanks In Advance,
    Vamsi K.

    Hi Vamsi ,
    Its purely a network connectivity error / missing proxy settings. 
    Please set a proxy to NPM and try again.
    You can have a look at Using npm behind a corporate proxy - Wil Boayue to set proxy to npm. 

  • Best practice for the test environment  &  DBA plan Activities    Documents

    Dears,,
    In our company, we made sizing for hardware.
    we have Three environments ( Test/Development , Training , Production ).
    But, the test environment servers less than Production environment servers.
    My question is:
    How to make the best practice for the test environment?
    ( Is there any recommendations from Oracle related to this , any PDF files help me ............ )
    Also please , Can I have a detail document regarding the DBA plan activities?
    I appreciate your help and advise
    Thanks
    Edited by: user4520487 on Mar 3, 2009 11:08 PM

    Follow your build document for the same steps you used to build production.
    You should know where all your code is. You can use the deployment manager to export your configurations. Export customized files from MDS. Just follow the process again, and you will have a clean instance not containing production data.
    It only takes a lot of time if your client is lacking documentation or if you re not familiar with all the parts of the environment. What's 2-3 hours compared to all the issues you will run into if you copy databases or import/export schemas?
    -Kevin

  • RH8 - Why do once-fixed auto-sizing, ranked index issues reappear in 64-bit build environment?

    I'm using RoboHelp 8.0.2.208 fully integrated with Telelogic Synergy source control, and we generate WebHelp. In building the latest release (117) of our software the generated WebHelp has a couple of issues that weren't present in the previous builds. First, the auto-size pop-up topics are now cutting off text when they worked fine pre-117. Second, changes we'd made several releases ago to remove ranking in the index reverted, and we're back to ranked index results.
    Our long-suffering Build Manager and I are trying to troubleshoot why this happened, and there are a couple of variables as of this build. Our developers are moving to PowerBuilder 12 as of this release, but we don't see anything that points to this being connected to the issue. Another variable is that we're in a new build environment that uses 64-bit OS. (There were the recent sunspots, too, but, naa, don't think that's it...). While I've found in this forum a discussion regarding the cut-off text in pop-ups (BTW, no extra lines ever had to be added), as well as the discussion about how to remove ranking in the index (http://forums.adobe.com/message/2901513#2901513), we'd like to find out what caused these issues to show up again now.
    This also raises for us the issue of legacy files and how RoboHelp handles those in upgrading. It was when we moved from RoboHelp 5X to RoboHelp 8 that we first encounted and solved the ranked index issue. My recollection is that we also dealt with the pop-ups not autosizing properly at that time, although I haven't been able to find documentation about how we resolved that.
    Is there code within our custom skin, old .css file, template/layout, or ? that could be bringing legacy issues into play here? What do the files in WebHelp5Ext do? Will migrated template_skin and/or template_stock eventually cause legacy issues? Does each subsequent RoboHelp release update to current coding standards?
    Thanks!

    CelesteD wrote:
     1] Is there code within our custom skin, old .css file, template/layout, or ? that could be bringing legacy issues into play here?
    2] What do the files in WebHelp5Ext do? Will migrated template_skin and/or template_stock eventually cause legacy issues?
    3] Does each subsequent RoboHelp release update to current coding standards?
    1] Code that is good now will likely have problems in the future. Code created in the days of DOS can now be a problem. In this forum we can only address identified issues.
    2] Perhaps Willam can answer the first part. The second part has a similar answer to 1 above. Right now it should work, one day it might not but when and if that happens, I am sure Adobe will fix it.
    3] If you mean the code that makes RoboHelp work, only Adobe would know that. If you mean the web outputs, I understand they meet current W3C standards but the standards are everchanging, all Adobe can do is meet the current standards and change things when the standards change.
    Does that answer the questions?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • IPhone 3GS won't restore (error 1600 or "not eligible for this build") no apple logo, recognised in DFU mode.

    My iPhone 3GS decided to turn itself off (on 30% battery) yesterday and hasn't turned on since. After some testing (hard resets, DFU mode), tiny umbrella recognises it in DFU mode, as does Redsn0w. neither devices can successfully kick the phone out of the restore loop.
    The screen stays blank throughout, no apple logo, connect to itunes logo etc. however every now and then the charging sign will appear (empty battery with a little bit filled (red)). even if i unplug it from my iMac the charging symbol stays there.
    once I get the phone in DFU mode iTunes recognises that there is a phone connected that needs to be restored, it doesn't matter if I click restore or option + restore the process will fail on Error 1600 or "this device is not eligible for this build".
    My iPhone is not unlocked or jailbroken. Before the incident with the coffee I managed to synchronize and update its firmware as indicated by iTunes. The latest update for my iPhone was iOS 5 firmware.  My intent is not to unlock or jailbrake the device, just to make it work again.
    Here are some things I've tried since:
    1. Exiting recovery mode via Tinyumbrella
    2. Entering DFU mode via Redsn0w
    3. Shift + Restore and using firmwares from 5.0 to 5.0.1 to upgrade my iPhone.
    4. Remove hosts to my Host file (in relation to the "device not eligible for this build" issue)
    5. Try redsn0w and use IPSW to see if it is recognized by iTunes (iTunes recognizes the iPhone but then at the very last minute shows error 1600.
    6. Save SHSH files and use Tinyumbrella to uploaded them to my iPhone.
    I would really appreciate if someone can help me on this. I might be doing something wrong or maybe not even considering the right steps to solve this issue. I don't know if there are missing drivers that are preventing the device from communicating with iTunes properly. Of some tool that can be used to correct this problem. It may or may not be fixable but I think it is worth the try.
    Thanks very much.

    please ignore the comment about coffee. Someone posted a very similar question apart from he spilt coffee on his phone, I didn't.

  • Check for Preview Builds failing with error 0x080240438

    Checking for Preview Builds on my two machines, one running 9860 and one running 9879, is failing with "Failed to check for new preview build, please try again later.  0x80240438.
    Tried stopping Windows Update Service and clearing down the c:\Windows\SoftwareDistribution cache but to no avail. Windows Update (check for updates rather than check for preview builds) working fine.
    As ever would be nice to hear from MS on this.

    Hi,
    This seems to be the issue with the server side and should be fixed already.
    Check the fred andrews's reply in this thread:
    Error Code 0x80240438
    Quoted:
    fred andrews    replied on  November 16, 2014
    I was just on the phone with  Microsoft support they told me that the servers are down and they are working on it. I was told they should be up by tomorrow morning approx.. 4 hrs. 
    Best regards
    Michael Shao
    TechNet Community Support

  • Re: (forte-users) Session management for page builder(fwd)

    Jaco,
    Hope this helps,
    John
    John Soper, Information Systems Development, ITS, The University of Melbourne
    email: j.soperits.unimelb.edu.au >>>> Tel: 9344 5612---------- Forwarded message ----------
    Date: Mon, 10 Jan 2000 16:34:31 +1100
    From: Lyle Winton <L.Wintonits.unimelb.edu.au>
    To: John Soper <j.soperits.unimelb.edu.au>
    Subject: Re: (forte-users) Session management for page builder (fwd)
    Why not construct an intermediate page after the
    login page that has SESSION_UNSPECIFIED and
    a refresh META tag. The page can then refresh
    to either the login failed or login succeeded pages
    depending on how the login went! Looks like...
    1) Login page (SESSION_UNSPECIFIED)
    2A) Refresh page (SESSION_UNSPECIFIED)
    < HTML >
    < HEAD >
    < META http-equiv="refresh"
    content="0;URL=<a href=
    "http://www.blah.com/forte.cgi?PageName=3">http://www.blah.com/forte.cgi?PageName=3</a>" >
    < /HEAD >
    < BODY >
    Login succeeded. Please wait...
    < /BODY >
    < /HTML >
    2B) Refresh page (SESSION_UNSPECIFIED)
    < HTML >
    < BODY >
    Login failed.
    < /BODY >
    < /HTML >
    3) We're finally in. (SESSION_REQUIRED)
    I'm not sure if this works on internet exploder.
    Lyle.
    John Soper wrote:
    Lyle,
    (Post from forte mailing group)
    Does this make sense to you?
    John
    John Soper, Information Systems Development, ITS, The University of Melbourne
    email: j.soperits.unimelb.edu.au >>>> Tel: 9344 5612---------- Forwarded message ----------
    Date: Thu, 30 Dec 1999 07:54:24 +0200
    From: "Jaco Erasmus (home)" <jacoerasmweb.co.za>
    To: kamranaminyahoo.com
    Subject: (forte-users) Session management for page builder
    Hi everybody,
    We have a lot of legacy code making use of the page builder service to
    produce web pages. These pages were originally written without session
    management. I'm now busy adding session management to them, but there is
    one problem with this approach and I will appreciate if someone can shed
    some light on it. Here it is:
    Page one is submitted.
    Some validation (authentication) takes place and depending on the outcome,
    either page 2A (SESSION_REQUIRED) or 2B (error page with
    SESSION_UNSPECIFIED) must be displayed. In order to implement this, I
    needed a place to make a decision. The way I've done it, is to pass a
    'virtual page' (SESSION_UNSPECIFIED) to the page builder service. The
    validation is done here and request.PageName is then replaced with the
    PageName of pages 2A or 2B. The HandleRequest() method is then called
    again. The problem is that the ValidateSession() method does not get
    invoked again, thus allowing 2A through without a session. How do I make
    sure that the ValidateSession() method get invoked again?
    The approach making use of templates look to me as if it has all the means
    to do this (redirect tag), but I don't want to rewrite everything if I
    don't have to. Is there a way that a pagebuilder page can be specified by
    the redirect tag? This will definitely help, but so far I've only managed
    to call templates from the redirect tag.
    Is the template approach better suited for session management? It is
    definetely better documented...
    Regards.
    Jaco
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.sageit.com

    Hi,
    i hope this helps
    http://help.sap.com/saphelp_nw70/helpdata/EN/7e/aa610cc1dd8f4388b1df02fc362f0f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/69/c250754ba111d189750000e8322d00/frameset.htm
    regards,
    Anil.

  • Public Views for the Design Environment

    Hi,
    I want to select Information from the Public Views for the Design Environment. I need details from the mappings, but can not found the informations.
    I can't found it in all_iv_xform_maps and all_iv_xform_map_components.
    I build a mapping and user some Functions in the mapping (Transform Operators). Now I want to select the location Information of such an operator.
    In detail I need:
    1) Right Click on a mapping
    2) click configure
    3) collapse Transform Operators
    3) collapse a function
    4)I need the Information under Location.
    Sometimes in my mappings there is "Unkown value" and I want to select from the Public Views for the Design Environment these entries.
    Can some one help me?
    Thanks
    Carsten

    My Replies?
    1.) What do you mean by "start" them? You select from a view just as you would a table. If the view is there and you have permissions, it is available to you. As to where to find them, they are owned by either your repository owner or repository manager user - depending on how you have set things up. But any user registered as an OWB user will have synonyms pointing to the views for the repository to which it is registered.
    So, when you have defined a source or target Oracle Schema and registered it as an OWB user, you can simply "select * from all_rt_audit_objects" or whatever else as that user when you want to get information from the views.
    2) None of your user-defined tables use these views. These views are pre-packaged select statements against the tables in the OWB repository to make it simpler for you to extract information about your metadata, deployments, and executions of the objects you have created in a given repository. Using a tool like TOAD, Oracle SQL Developer, SQL*Navigator, or whatever other Oracle development tool you use, you should be able to get the source for these views if you want to understand how they are collecting data for you.
    Cheers,
    Mike

  • Offline Documentation for Flash Builder 4?

    Is there a way for me to have an offline documentation for Flash Builder 4? The reason is because I'm not constantly online and bewing new to Flex and Flash Builder altogether, I'm always at a loss whenever I'm trying to achieve something which is why an offline documentation would come really really handy! Note that the unit where I develop with Flash Builder doesn't have an internet connection so I can't update the local documentation via the internet.
    Thanks much for those who'd answer...

    Hi,
    I can help answer. There are a couple of ways to get the Flash Builder 4 docs for offline use:
    The Community Help app downloads the Help packages to your desktop, and provides an option to view them offline. Go to Edit > Preferences, and set Display Local Help Content Only to Yes. Note that you need to be connected to the Internet once to completely download the Help packages. And, any new updates to the doc will not be available unless you go online again.
    You can download a PDF copy of the Using Flash Builder book from: http://help.adobe.com/en_US/flashbuilder/using/flashbuilder_4_help.pdf
    and the Accessing Data with Adobe Flex 4 book from: http://help.adobe.com/en_US/Flex/4.0/AccessingData/flex_4_accessingdata.pdf
    You can also download the entire Flex 4 and FB 4 documentation as a ZIP file from: http://www.adobe.com/go/learn_flex4_alldocumentation_en
    Hope this helps,
    Mallika
    Flex doc team

  • LabVIEW version for Vision Builder AI 2012 plugins

    Hi all,
    Ii was a bit of a challenge to find out which version of LabVIEW was necessary to develop custom plugins for Vision Builder AI 2012, I found it by starting the installler, it is LabVIEW 2011 (but I wish I could find this information in Vision Builder AI 2012 readme file).
    Now my question is : is it possible to use LabVIEW 2011 SP1 to develop custom plugins for Vision Builder AI 2012?
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"
    Solved!
    Go to Solution.

    Right... I tried, I installed all the VBAI and LabVIEW versions I could.
    I turns out LV 2011 sp1 is just an upgrade of 2011 and as such LV2011 SP1 can be used to develop custom plugins for Vision Builder AI 2012.
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • How can we buy a license for Flex Builder 3?

    We develop apps using Flex SDK 2 and it is not compatible with Flex Builder 4. Is it possible for you to provide license for Flex Builder 3?

    quote:
    Originally posted by:
    rob_parkhill
    Convert it to an AIR Application?
    Thanks Rob,
    This may be what I'm looking for, but I don't know enough
    about the difference. I guess I should have pointed out that I'm a
    complete Flex Novice!
    Anyway, with Flex Builder, I created an MXML Application. I
    went through all my various options again in Flex Builder and found
    that under the project menu, I could export a release build in what
    appears to be the format you mentioned. I managed to create a .air
    file, but it is not a recognized file type on my computer. I tried
    double clicking it and the built-in windows services couldn't even
    find a possible way to run it. Am I missing some important step?
    Thanks again.

  • I'm trying to update to iOS 5 and it keeps showing an error "this device isn't eligible for this build" What can I do?

    I have restored my iPod touch 4G to the iOS 4.3.5, then I tryed to update/restore with the iOS 5 and it pops an error saying my device isn't eligible for this build, how can I solve this issue?

    Here's what I found about the error you mentioned, copied from http://support.apple.com/kb/TS3694
    This device is not eligible for the requested build: Also sometimes displayed as an "error 3194." If you receive this alert, update to the latest version of iTunes. Third-party security software or router security settings can also cause this issue. To resolve this, follow Troubleshooting security software issues.
    Downgrading to a previous version of iOS is not supported. If you have installed software to performunauthorized modifications to your iOS device, that software may have redirected connections to the update server (gs.apple.com) within the Hosts file. First you must uninstall the unauthorized modification software from the computer, then edit out the "gs.apple.com" redirect from the hosts file, and then restart the computer for the host file changes to take affect.  For steps to edit the Hosts file and allow iTunes to communicate with the update server, see iTunes: Troubleshooting iTunes Store on your computer, iPhone, iPad, or iPod—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > The hosts file may also be blocking the iTunes Store. If you do not uninstall the unauthorized modification software prior to editing the hosts file, that software may automatically modify the hosts file again on restart. Also, using an older or modified .ipsw file can cause this issue. Try moving the current .ipsw file, or try restoring in a new user to ensure that iTunes downloads a new .ipsw.

  • Configuring Psi ... Verifying Qt 4 build environment ... fail

    No idea what the hell else could that be. Please advise..
    yaourt -S psi-plus-git
    ==> Starting build()...
    Project name: Psi
    Profile: psi.pro
    Deps: qt4* buildmodeapp* idn* qca* zlib* qjdns* x11* universal qdbus webkit growl whiteboarding xss aspell enchant spell* plugins conf* recursiveprl*
    'configure' written.
    Configuring Psi ...
    Verifying Qt 4 build environment ... fail
    Reason: There was an error compiling 'conf'. See conf.log for details.
    Be sure you have a proper Qt 4.0 build environment set up. This means not
    just Qt, but also a C++ compiler, a make tool, and any other packages
    necessary for compiling C++ programs.
    If you are certain everything is installed, then it could be that Qt 4 is not
    being recognized or that a different version of Qt is being detected by
    mistake (for example, this could happen if $QTDIR is pointing to a Qt 3
    installation). At least one of the following conditions must be satisfied:
    1) --qtdir is set to the location of Qt
    2) $QTDIR is set to the location of Qt
    3) QtCore is in the pkg-config database
    4) qmake is in the $PATH
    This script will use the first one it finds to be true, checked in the above
    order. #3 and #4 are the recommended options. #1 and #2 are mainly for
    overriding the system configuration.
    ==> ERROR: A failure occurred in build().
    Aborting...
    qtchooser --print-env
    QT_SELECT="default"
    QTTOOLDIR="/usr/lib/qt4/bin"
    QTLIBDIR="/usr/lib"
    qmake -v
    QMake version 2.01a
    Using Qt version 4.8.6 in /usr/lib
    Last edited by Xelvet (2015-05-29 10:39:14)

    base-devel... sure.
    have no clue
    what on earth is written
    in this src/psi/conf.log
    /usr/lib/qt4/bin/moc -DHAVE_MODULES -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. conf4.cpp -o conf4.moc
    g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -DHAVE_MODULES -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -o conf4.o conf4.cpp
    In file included from conf4.cpp:703:0:
    buildmodeapp.qcm: In member function ‘virtual bool qc_buildmodeapp::exec()’:
    buildmodeapp.qcm:48:8: warning: variable ‘staticmode’ set but not used [-Wunused-but-set-variable]
    In file included from conf4.cpp:703:0:
    qca.qcm: In function ‘bool qca_try(Conf*, const QString&, const QString&, const QString&, bool, bool, QString*)’:
    qca.qcm:61:42: error: ‘class Conf’ has no member named ‘escapePath’
    qca.qcm:61:68: error: ‘class Conf’ has no member named ‘escapePath’
    In file included from conf4.cpp:703:0:
    qdbus.qcm: In member function ‘virtual bool qc_qdbus::exec()’:
    qdbus.qcm:33:17: warning: statement has no effect [-Wunused-value]
    In file included from conf4.cpp:703:0:
    whiteboarding.qcm: In member function ‘virtual bool qc_whiteboarding::exec()’:
    whiteboarding.qcm:23:14: warning: zero-length gnu_printf format string [-Wformat-zero-length]
    whiteboarding.qcm:24:14: warning: zero-length gnu_printf format string [-Wformat-zero-length]
    In file included from conf4.cpp:703:0:
    plugins.qcm: In member function ‘virtual bool qc_plugins::exec()’:
    plugins.qcm:23:14: warning: zero-length gnu_printf format string [-Wformat-zero-length]
    plugins.qcm:24:14: warning: zero-length gnu_printf format string [-Wformat-zero-length]
    In file included from conf4.cpp:703:0:
    recursiveprl.qcm: In member function ‘bool qc_recursiveprl::writeConf()’:
    recursiveprl.qcm:95:37: error: ‘class Conf’ has no member named ‘escapedIncludes’
    recursiveprl.qcm:97:30: error: ‘class Conf’ has no member named ‘escapedLibs’
    In file included from conf4.cpp:703:0:
    qca.qcm: At global scope:
    qca.qcm:102:13: warning: ‘bool qca_try_framework(Conf*, const QString&, bool, bool, QString*)’ defined but not used [-Wunused-function]
    Makefile:219: recipe for target 'conf4.o' failed
    make: *** [conf4.o] Error 1
    it used to build just fine
    just a few mo ago. wtf.
    Last edited by Xelvet (2015-05-29 11:00:40)

  • Distribute a static library for iOS. Which Apple agreement applies?

    There are many third party static libraries for iOS.  So distributing a static library (not via App Store) seems to be possible.
    Our company has developed a static library for iOS using xcode and wants to distribute it to our customers as part of a commercial product to help our customers to build iOS applications.
    Can you please advise which Apple agreement will allow to distribute a static library for iOS?

    Thanks much Michael,
    Do you suggest that the xcode license agreement will be sufficient? However, except the introductory note where it is mentioned that "This software may be used to reproduce, modify, publish and distribute materials", there is no other reference to distribution.
    On the other hand, xcode comes with iOS SDK and our static library of course uses it. But in the "iOS SDK Agreement" at the article 3.2 (d) it is stated that:
    "d) You will not distribute Applications created with the SDK absent a separate agreement with Apple;"
    So, which is this separate agreement? The Program License Agreement allows distribution only along App Store.

  • Typical Repository setup for multiple developer environment.

    I'm having trouble finding documentation on setting up a
    development environment for several developers using Repository.
    I currently have a Global Shared Workarea set up with some
    Forms .fmb files that I would like to share. What method should
    the developer who wants to work on one of these files use to
    perform a check out of the file? When a file is checked out, is
    it moved to a Private Workarea or is it downloaded to the
    developers hard drive? Within Forms Builder there is a check out
    option under File->Administration, but as far as I can tell,
    there is no way to browse the Repository to find the file that
    needs to be worked on. I'm able to use the Repository Object
    Navigator to locate the file, but when I check it out I'm not
    sure how to work on it within Forms Builder. Do I need to
    download the file to my hard drive, or is Forms Builder able to
    work on the file within the Repository?

    Tom,
    Nice set of questions.
    I suggest you allow each developer to create their own workarea,
    these will be private, until they are shared to other developers.
    For a simple environment the workarea rule will be latest(main).
    Check your fmb files into the Repository, they will then appear
    in any workarea that has the rule latest on main. You will also
    need to make the folder they reside in available to public, or
    grant access to individual users.
    Each developer should map the folder to a particular clientside
    directory. I suggest you apply some standards across development
    machines to avoid confusion. A mapping to d:\forms would be
    ideal. On checkout of an fmb it will be synchronized with the
    local file system. The form can then be opened from he Forms
    Builder. You are correct that there is no For Builder Repository
    browser, you must use the RON. Once the form is open in the
    Forms Builder it may be checked in and out. You will need to go
    back to the RON to perform diff/merge and dependency analysis.
    I suggest you ask 2 developers to work on the same fmb and see
    how the repository handles this. Try merging fmb files,
    hopefully you will be pleasantly surprised.
    Note that to add files to a checked in folder you must check it
    out. To make the changes available to other workareas you must
    check the folder back in.
    Have a look at the commandline tool. We use a lot of scripts to
    assist setup and build releases.
    regards
    David

Maybe you are looking for

  • Production Order is Still saved even after CK 465 message changed to Error

    Hi, While creating production order in CO01,we are getting one Warning message CK465.I have made that warning message CK 465 as Error Message in configuration. After that i have created on Production Order in CO01.When i see the Log in CO01,it is sho

  • No optical out on Creative sound blaste

    I am looking for?a new sound card but cant find an optical out on any model. Why?

  • Query of query bug

    Can someone help with the following error? (the app is on CF5 / SQL Server / Win2003 / IIS6) "Query Manipulation Error Code = 0<P>Error: Problem is not a number<P> <P> SQL = ""select contentid, count(contentid) as itemcount, contentname from usageque

  • Ask for Login during Installation wizard of application

    Hi to all, I am doing an application in which I have some unusual requirement, that is I want my application to ask for login (only username is required) while I install the application i.e; during the installation wizard and save it at that time onl

  • How can I place an image behind my header?

      I am using a template for pages and I have been selecting their different styles of pages.  They all have a image behind the header as a background...except one page.  I would like to add it, but the image will only go in front of the header.  I ne