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.

Similar Messages

  • Norton Login is not working with the upgrade from firefox. Not too happy about this

    I upgraded to the new firefox. I have a lap top with vista windows.
    Norton Login does not work with this version. Can you please explain to me how to fix this problem. Much preferred the last version of firefox.

    You need an update from Norton, which Norton says will be ready in May.
    http://support.mozilla.com/en-US/kb/Installing+a+previous+version+of+Firefox
    You can get 3.6.16 from here: <br />
    http://www.mozilla.com/en-US/firefox/all-older.html

  • DNG Profile Editor not working with new Profiles from LR 3.6?

    I'm noticing that DNG Profile Editor is not really able to work with profiles from newly supported cameras, like the X10. Apparently the profile spec has been updated. Has DNG Profile Editor been abandoned or will it be updated to work with the new spec? I really hope it is!

    Thanks.  I am looking forward to editing the v4 profiles for the D700 - I just want to change a few colors in the existing profiles.  I think the existing v4 profiles do an excellent job of matching the Nikon colors, but I don't like a few of the Nikon colors.  Some colors have too much Red, but Red is too Orange. 
    I have selected a number of images that have colors I want to change.  I selected the Camera Neutral (v0) and Camera Portrait (v0) and using the latest DNG Profile Editor I select the 18 colors from the Color Checker Chart.  I then use the images that have the colors I want to change and determine which of the 18 points I selected from the Color Checker are close.  I then edit those points - only 6 points.  I only need to change the Hue by 5 units or less.  I don't change any of the other selected points of the Color Checker, but feel that by selecting them I locked in the exisiting colors.  Hope this is a good aproach. 
    I wish Nikon would do something equivalent to the DNG Profile Editor for their Picture Control profiles so they could be edited and loaded into the camera.  

  • ITunes not working with compilation albums

    Hi, I have a question about the handleing of compilation albums in iTunes. Is there a way to be able to sort iTunes by Artist, and not have compilation albums all over the place? I am using cover flow if it makes a difference. I want to have the correct artist in the artist tag so I can use Last.fm. I have tried using the compilation option in get info (yes I checked it too in preferances) and grouping by album artist.

    Hello MC,
    Have you tried using the "Sorting" tab in the track info?
    Select a track. Command+i will bring up the info window; click on Sorting and you can tell iTunes how you want a track sorted.
    This is a new feature in version 7 so if you aren't yet using v. 7 you won't find this tab.
    Incidentally, even with compilation albums, iTunes should still list the individual artist.
    Hope this makes sense.
    A

  • Currency Translation not working with "Time Reference from Variable"

    We have created several Currency Translations using RSCUR with a fixed "Key Date".  All have been working fine until we got the request to allow a variable date for the exchange rate date.  I have built a variable on 0DATE which I am putting a default date value into using user exit.  This default date is the SAME date as the fixed "Key Date" which we have been using.  Unfortunately when we use the "Time Reference from Variable" option and use this new variable, no currency conversion is taking place, instead it only shows the original currency values.  I am 100% sure that my variable is getting a value and it is the same date we are using for the fixed "Key Date" value so both methods should be using the exact same exchange rates.  The documentation that I can find states:
    ●      Time reference: The time reference for the currency translation can be either fixed or variable.
    If the time reference is fixed, the time at which the exchange rate is determined is independent of the data. You have the following options:
    ○       You can establish that the time reference be determined upon translation.
    ○       You can select the current date.
    ○       You can specify a fixed date as the key date.
    ○       You can specify any variable that exists for InfoObject 0DATE.
    ○       You can establish that the query key date be used. This is determined in the query settings.
    In my case I am only switching from option "You can specify a fixed date as the key date"=(Key Date) to "You can specify any variable that exists for InfoObject 0DATE"=(Time Reference from Variable).
    What am I missing?  Any help is appreciated.

    I neglected to mention that we are calling this currency translation through a WAD button using the SET_CURRENCY_TRANSLATION command.  I did do a test by applying the currency conversion within query key figure.  This seems to work.  So it appears the issue is with how the WAD is processing the variable, not the query.  When I display the variable in a drop down item within the WAD it does have the default value that I have assigned in user exit.

  • New Hard drive replacement not working with Recovery Disc from old drive.

    Had a recent hard drive failure and I my HP Recovery disc that I received last year to to restore after system failure; won't work now on new hard drive.  Unable to copy disc from Drive D to Drive C is the error I'm getting during phase 1 of recovery setup.  BootMgr is not found error when i startup PC.  Unable to recover Windows.  My Hard disk and system memory test were failing, now ok after new drive install'; still can't get into Windows though.

    Hi gardnevd,
    As I understand you are facing a Recovery Issue with the new Hard Disk Drive (HDD) you have installed. Kindly request you to provide me with the following information:
    Product Number or Product Description of your unit
    Click here to know where to find the Product information.
    Once I have this information I shall provide you with instructions on further handling this incident.
    Let us know how it goes!
    *Although I am an HP employee, I am speaking for myself and not for HP.
    *Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.
    * Click on "Purple Thumbs up" button to the left side of my post to say thanks!
    Regards
    Ahmed

  • Collection are not working with files accessed from DAM via AdobeDrive

    Hi,
    I've tried to use "Collection" in Bridge to store some "favorites" assets from my repository.
    This repository is managed by AEM 5.6.1 and mounted on the desktop by AdobeDrive.
    If i'm able to place local files in the collection, the files from the repository aren't allowed...
    In the other hand, in AEM, via the WebBrowser you are able to select several files and gather them in a "Collection" and share it to make it visible to other dam_users...
    But this collection is not shown or accessible by Bridge neither....
    This happen on Mac an PC

    This repository is managed by AEM 5.6.1 and mounted on the desktop by AdobeDrive.
    Maybe you can drop this problem in the dedicated Adobe Drive forum?
    http://forums.adobe.com/community/creativesuites/adobe_drive?view=discussions&start=0&numR esults=30
    this is a very specialistic matter you are describing and not may users (if at all) here have access to the Adobe Drive that is not part of the Creative Cloud package subscription.
    It seems like you are using a very sophisticated network with both Mac and PC.
    I also had to look up AEM that seems Adobe Experience Manager. Also a very specialized application.
    While Adobe claims a seamless integration of CC with Adobe Drive, Bridge itself is not designed (nor supported) for use over a network. Collections are by default aliases of the originals and stored on user based libraries. They should be able to read form different drives and even networks (with great care) but sharing a collection is to my knowledge only possible by manual distributing the collection file saved on the creators computer. Not sure if other stations could use this same file without problems but in theory they should provide the path to the originals, but that is theory...

  • IMAQ image to array vi not working with images extracted from avi file

    Hi,
      I downloaded some avi's and uncompressed them so that I can analyze them within labview. I am trying to convert images I am reading from the avi file to an array. When I use "IMAQ image to array" I get the following error " IMAQ Image To Array  Invalid image type" -1074396080.
       I am able to display each read image and save them to the hard drive, but I am unable to convert the vision image to array. I verified that the image extracted from avi is the same as the image type I created in memory to hold the image.
      Please see the attached vi I created.
    thank you
    Ruz
    Attachments:
    example2.vi ‏62 KB

    Hi all, this thread was useful for me...but i have another doubt... when I try to extract a single plane (Luminance, Saturation, R,G,B...anyone) and try to save it in jpg as gray image, it saves an image with blue tones. I have examinated it using Matlab and checked that Red plane has low values (but not zero), the same for G plane and high values for B plane. An image of the VI is attached.
    Thanks in advance
    Attachments:
    planes.png ‏28 KB

  • Email sending is not working with utl_smtp (migrated from 9i to 11g)

    Hi,
    >
    We have used UTL_SMTP package to send emails in Oracle 9i. But when we have migrated to Oracle 11g, the procedure used to send emails compiled successfully, but we were not able to receive the mails.
    Not able to figure out the exact issue/error.
    Please let me know if there is any solution other than using UTL_MAIL in 11g.
    Thanks,
    Saranya

    Hi
    I faced similar issue that happened due to ACLs. Check metalink note 557070.1 for details.
    Hope it helps.
    Rgds
    Adnan

  • My Time Capsule does not work with existing WiFi

    Following a question solved on March 24 by LaPastenague, but gone bad again.
    Apple AirPort Time Capsule
    I felt the need for a physical backup of my data, as I would not completely trust the different clouds. I use, and have used Dropbox for 4-5 years and are very satisfied with that, but I am still not sure if or when a political lunatic will shut off the internet.
    I purchased the Apple AP Time Capsule 2T, because all my other stuff are Apple, and that it's wireless. My old backup is Maxtor 300 GB.
    Since we stay 2-3 weeks on two locations, one in Norway and one in Sweden (two different countries) we must use Mobile Broadband 4G, cables or fibre connections are useless for us, and we don't have it up to the houses. I have one mini router for each country, we bring with us iPhones, iPads, iMac, Apple TV, APExpress. When we pass the boarder I change the mini router, and the system continues working perfect on the WiFi, except the APExpress that needs to be reconfigured,  but then it works.
    The APTC was difficult to make working as it would not accept to be in an existing network, but with good help from the Apple Community, LaPastenague, with forcing the TC connect to the APE with Ethernet cable in bridge mode, ref "My Time Capsule does not work with existing WiFi" from March 24, the problem was solved and all gadgets worked together in a perfect harmony, until we changed location.
    Now, as I have my second WiFi network, and the APExspress is reconfigured, it's like the TC thinks, I am the base boss here, I am not taking orders from APE one more time, and it simply does not work, not only that, it fluctuates all the time.
    I have a slight feeling that the two WiFi bands are making the trouble as during the configuration of the TC sometime the last figure 6 and 7 pops up, and that has something two do with the two different 2,4 and 5 GHZ bands
    So, I am curious if you have any idea ?
    I am thinking of returning the TC if I don't make it work now, but how do I delete all the data that's on it?

    I can deal with the last question first and easily.
    I am thinking of returning the TC if I don't make it work now, but how do I delete all the data that's on it?
    Open the airport utility .. go to the disk tab and select erase.
    When you select erase you will get mulitiple options.
    Quick removes the file table but does not delete the files,, it takes 2min or less.
    A Zero out data is the secure way,, by writing 0 ie low level drive format.
    It can take several hours..
    7 pass will take a week.. not recommended..
    35 pass erase is ridiculous.. it would take a month.. put an ax through the TC. It is quick and better.
    Now, as I have my second WiFi network, and the APExspress is reconfigured, it's like the TC thinks, I am the base boss here, I am not taking orders from APE one more time, and it simply does not work, not only that, it fluctuates all the time.
    The fact that it did work and has now failed might point to faulty unit.
    The only way to tell is reset it properly to factory and start over.
    Universal Factory Reset.. any model TC or AE.
    Unplug your TC/AE from power or turn off at the power point.
    Hold in reset. and power the TC/AE back on..  all without releasing reset and keep holding in for about 10sec. (this is often difficult without a 2nd person or a 3rd arm).
    Release it when the status light flashes rapidly. If it doesn’t flash rapidly you have missed it and try again.
    Note..
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC/AE will reboot after a couple of minutes with default factory settings and will wipe out previous configurations of the router.
    No files are deleted on the hard disk in a TC.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    Generally having multiple wireless AP should not cause problems.. but it is better to set channels manually.. so it doesn't go beserk rotating channels.
    Remember to keep all names short, no spaces and pure alphanumeric.
    Sadly though the Apple routers have no logging now and no SNMP and almost nothing to help diagnose a problem, so if it continues .. take it back to apple.. they have given you no other method of fixing it.

  • HP C6180 not responding with wireless print from Mac OS X 10.9

    My Printer does not work with wireless printing from my Macbook Air OS X 10.9
    I tried all the normal stuff I can find.
    The text that is there is: The Printer is not responding.

    Hi XavierMaassen,
    I understand you have a Photosmart C6180 that you're having issues using in Mac 10.9. I'm sorry to hear this has been happening, but I will certainly do my best to assist you.
    I'm wondering how you installed the printer. If you had it installed prior to upgrading to 10.9 that could be part of the problem. There are currently no HP drivers available for this printer for 10.9, so you need to uninstall the HP software and install the printer via the Apple updates. Once you do that you should be able to print normally and scan using 3 different methods.
    Hope this helps, have a great day!!
    Please click “Accept as Solution ” if you feel my post resolved your issue, as it will help others find the solution faster
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    **MissTeriLynn**
    I work on behalf of HP

  • I m in from bangladesh 7days ago I bought an iphone 4 but not work with sim card. no service.

    7days ago I bought an iphone4 from my friend Mithu who come from Singapore.
    He told me he that after 7days he come dhaka and open my iphone by using sim. but 4days ago he died on road accident.
    He didn't give me any documents & I also knocking his family for that but said they didn't know about iphone. but i cut a sim & insert it in my iphone but showing no service, some time no sim.
    How can I work with my iphone,
    plz plz plz advise me. I hv not enough money to buy another one,
    Plz help me remembering steve jobs.
    Version------- 4.2.1(8C148).
    Carrier Lab 9.0
    Model MC603B.
    Serial---8602613MA4S

    The iPhone 4 may not work with a cut down SIM. Get a microSIM from your carrier when you set up service.

  • Dear sir I bought my iPhone 4 from Apple store in Charlotte N/C about 2years ago without contract. Now I tried to upgrade it to iOS 7.0.4.but after that my phone not work with last sim card. And invalid sim appeared.so I bought it without contract but it

    Dear sir
    I bought my iPhone 4 from Apple store in Charlotte N/C about 2years ago without contract.
    Now I tried to upgrade it to iOS 7.0.4.but after that my phone not work with last sim card.
    And invalid sim appeared.so I bought it without contract but it seems to be lock in my country
    Please tell me whats the matter?
    My phone serial no  86034HTCA4T
    Modem firmware  04.12.09
    Thanks

    Without contract is not the same as unlocked. The update to iOS 7 relocked
    the iPhone to the wireless carrier to which it was originally locked. You must
    contact that wireless carrier to see if they offer unlocking and if you qualify.
    If you used jailbreak or other hack to unlock the iPhone initially, the method
    used may prevent a legitimate unlock from succeeding and may render your
    iPhone unuseable.

  • I bought this iPhone from Apple Retail Store for the full amount, but  it does not work with my SIM card only works with AT&T

    Hello,
    I have an iPhone 4S 32Gb White AT&T, product part No. MC921LL/A, Serial No. C39GMLPWDTDC
    I bought this iPhone from Apple Retail Store (from Fifth Avenue, NY) for the full amount. Now it does not work with my SIM card only works with AT&T. I restored the phone several times, but I have not received "Congratulations your iPhone has been unlocked". Please activate my iPhone to work with different SIM cards
    Thanks,
    Best Wishes

    When did you buy it?
    Apple did not begin selling an unlocked version of the iPhone 4S in the US until 11/11/11. I believe it went on sale only through the online store at that time. I'm not sure if it's available at retail yet.
    What you purchased was a phone without a contract commitment. It is still locked to AT&T. AT&T will NOT unlock iPhones for any reason.  Return it and get your money back, then use that to purchase an unlocked phone.

  • I had a repair done on my MacBook Pro and had to have a new hard drive installed. The Apple Auth Repair Shop then updated the OS from 10.6.8 to 10.7.5. Now my iPhoto v 9.2.3 will not open and it sounds like it will not work with this OS. Can you plea

    I had a repair done on my MacBook Pro and had to have a new hard drive installed. The Apple Auth Repair Shop then updated the OS from 10.6.8 to 10.7.5. Now my iPhoto v 9.2.3 will not open and it sounds like it will not work with this OS. Can you please advise?

    You may need many other updates to retain compatibility with Lion. I suggest you reinstall Snow Leopard. Unfortunately, you will need to erase the drive first. Be sure to backup your data if you haven't done so already.
    Clean Install of Snow Leopard
    Be sure to make a backup first because the following procedure will erase
    the drive and everything on it.
         1. Boot the computer using the Snow Leopard Installer Disc or the Disc 1 that came
             with your computer.  Insert the disc into the optical drive and restart the computer.
             After the chime press and hold down the  "C" key.  Release the key when you see
             a small spinning gear appear below the dark gray Apple logo.
         2. After the installer loads select your language and click on the Continue
             button. When the menu bar appears select Disk Utility from the Utilities menu.
             After DU loads select the hard drive entry from the left side list (mfgr.'s ID and drive
             size.)  Click on the Partition tab in the DU main window.  Set the number of
             partitions to one (1) from the Partitions drop down menu, click on Options button
             and select GUID, click on OK, then set the format type to MacOS Extended
             (Journaled, if supported), then click on the Apply button.
         3. When the formatting has completed quit DU and return to the installer.  Proceed
             with the OS X installation and follow the directions included with the installer.
         4. When the installation has completed your computer will Restart into the Setup
             Assistant. After you finish Setup Assistant will complete the installation after which
             you will be running a fresh install of OS X.  You can now begin the update process
             by opening Software Update and installing all recommended updates to bring your
             installation current.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.

Maybe you are looking for