Re: Garnome 2.16 - /usr/lib/libpopt.so: could not read symbols: File in wrong format



Sahid,

Good to hear that you are making progress.


POPT
----

To finish the popt issue... 

Question:

        Is there a popt-64-devel package that should have been installed
        in place of the popt-32-devel package?


FIREFOX
-------
The "typeaheadfind" issue has appeared before. It may be caused by other
mozilla/firefox libs installed by your distro.

Try editing LD_LIBRARY_PATH in gar.conf.mk:

        [ignore linewrap]
        
        LD_LIBRARY_PATH := $(libdir):$(libdir)/firefox-1.5.0.6:$(LD_LIBRARY_PATH)


-Joseph

=====================================================================

On Sun, 2006-09-17 at 21:43 +0200, Sahid Ferdjaoui wrote:
> Hello Joseph,
> thank you one more time for your help
> 
> the problem can from popt-32-devel, i have removed, and now its work
> 
> but now
> 
> configure: error: You must not compile firefox with the "typeaheadfind" extension enabled!
> 
> you can say, what means "typeaheadfind" ??
> sahid
> 
> PS: I must post error on BugZilla ?
> 
> 
> Joseph E. Sacco, Ph.D. wrote:
> > Sahid,
> >
> > I had you look for popt in the GARNOME libtool and pkgconfig files to
> > check whether or not /usr/lib/libpopt.so was being pulled in from a
> > GARNOME package that was built previously. Apparently not.
> >
> > Inspect the makefiles in 
> >
> >    ./bindings/gnome-python/work/main.d/gnome-python-2.16.0
> >
> > and its subdirectories looking for popt. Do you see any instances of the
> > 32-bit /usr/lib/libpopt.so being used? If so, we need to figure out how
> > they got in there. Specifically, we need to figure out what configure
> > did.
> >
> > One thing you might do is examine the OpenSuse src RPM  for
> > gnome-python. You might find a hint on how SuSe builds using /usr/lib64.
> >
> >
> > -Joseph
> >
> > =================================================================
> >
> >   
> > On Sat, 2006-09-16 at 12:53 +0200, Sahid Ferdjaoui wrote:
> >   
> >> "We are learning that 64-bit OpenSuSe has some issues."
> >>
> >> Ok, I post error on bugZilla ?
> >> I can contribuable for Garnome (:
> >>
> >> I am french i'm student in developer !
> >>
> >>
> >>
> >> Joseph E. Sacco, Ph.D. wrote:
> >>     
> >>> Let's go on a hunt for popt in libtool and pkg_config files.
> >>>
> >>> Let:  $garnome == root of the GARNOME install tree
> >>>
> >>> (1) cd $garnome/lib
> >>> grep -l popt *.la
> >>>
> >>> This will provide a list of libtool files that have the string "popt" in
> >>> them.  
> >>>
> >>> For each file in the list:
> >>> * open the file in an editor
> >>> * look for popt
> >>> * which lib, 32-bit or 64-bit, will be picked up
> >>> * can you fix this by altering a path or adding a "-L" construct?
> >>>
> >>>
> >>>
> >>> (2) cd $garnome/lib/pkgconfig
> >>>
> >>> grep -l popt *
> >>>
> >>> This will provide a list of libtool files that have the string "popt" in
> >>> them.  
> >>>
> >>> For each file in the list:
> >>> * open the file in an editor
> >>> * look for popt
> >>> * see which lib, 32-bit or 64-bit, will be picked up
> >>> * can you fix this by altering a path or adding a "-L" construct?
> >>>
> >>> Once you find the problem files and fix them, you may be able to
> >>> proceed. You will also need to figure out how they got that way.
> >>>
> >>>
> >>> We are learning that 64-bit OpenSuSe has some issues.
> >>>
> >>> -Joseph
> >>>
> >>> =============================================================================
> >>>
> >>>
> >>> On Fri, 2006-09-15 at 21:26 +0200, Sahid Ferdjaoui wrote:
> >>>   
> >>>       
> >>>> re Joseph :)
> >>>>
> >>>> yes, libpopt.so for 64bit, he is /usr/lib64,
> >>>> i have edit gar.conf.mk >> "LD_LIBRARY_PATH := /usr/lib64" ...
> >>>> but it doesn't work, there is always the same problem
> >>>>
> >>>>
> >>>> Joseph E. Sacco, Ph.D. wrote:
> >>>>     
> >>>>         
> >>>>> Sahid,
> >>>>>
> >>>>>
> >>>>> If you are running a 64-bit version of OpenSuse, a good guess might be
> >>>>> that the build picked up a 32-bit version of libpopt.so.
> >>>>>
> >>>>> See if there is a 64-bit version of libpopt.so installed on your system.
> >>>>> If so, you may need to rework LB_LIBRARY_PATH to insure that the 64-bit
> >>>>> version is being picked up first.
> >>>>>
> >>>>>
> >>>>> -Joseph
> >>>>>
> >>>>> ==================================================================
> >>>>>
> >>>>>
> >>>>> On Fri, 2006-09-15 at 18:45 +0200, Sahid Ferdjaoui wrote:
> >>>>>   
> >>>>>       
> >>>>>           
> >>>>>> Hello, i have already an error for build Garnome 2.16
> >>>>>> on OpenSuSE 10.1 x86_64
> >>>>>> you have idea ?
> >>>>>>
> >>>>>> libs/_gnome.ver -o .libs/_gnome.so
> >>>>>>
> >>>>>> */usr/lib/libpopt.so: could not read symbols: File in wrong format*
> >>>>>>
> >>>>>> collect2: ld returned 1 exit status
> >>>>>>
> >>>>>> make[6]: *** [_gnome.la] Erreur 1
> >>>>>>
> >>>>>> make[6]: Leaving directory `/home/sahid/tmp/garnome-2.16.0/bindings/gnome-python/work/main.d/gnome-python-2.16.0/gnome'
> >>>>>>
> >>>>>> make[5]: *** [all-recursive] Erreur 1
> >>>>>>
> >>>>>> make[5]: Leaving directory `/home/sahid/tmp/garnome-2.16.0/bindings/gnome-python/work/main.d/gnome-python-2.16.0'
> >>>>>>
> >>>>>> make[4]: *** [all] Erreur 2
> >>>>>>
> >>>>>> make[4]: Leaving directory `/home/sahid/tmp/garnome-2.16.0/bindings/gnome-python/work/main.d/gnome-python-2.16.0'
> >>>>>>
> >>>>>> make[3]: *** [build-work/main.d/gnome-python-2.16.0/Makefile] Erreur 2
> >>>>>>
> >>>>>> make[3]: Leaving directory `/home/sahid/tmp/garnome-2.16.0/bindings/gnome-python'
> >>>>>>
> >>>>>> make[2]: *** [../../bindings/gnome-python/cookies/main.d/install] Erreur 2
> >>>>>>
> >>>>>> make[2]: Leaving directory `/home/sahid/tmp/garnome-2.16.0/desktop/gnome-python-desktop'
> >>>>>>
> >>>>>> make[1]: *** [../../desktop/gnome-python-desktop/cookies/main.d/install] Erreur 2
> >>>>>>
> >>>>>> make[1]: Leaving directory `/home/sahid/tmp/garnome-2.16.0/desktop/deskbar-applet'
> >>>>>>
> >>>>>> make: *** [paranoid-install] Erreur 2
> >>>>>>
> >>>>>> slave:/home/sahid/tmp/garnome-2.16.0/desktop #
> >>>>>>
> >>>>>>
> >>>>>> -- 
> >>>>>>   sahid.funraill.org
> >>>>>>     semi-official foundation for open source :)
> >>>>>>
> >>>>>>
> >>>>>>     
> >>>>>>         
> >>>>>>             
> 
-- 
joseph_sacco [at] comcast [dot] net




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]