Re: [blfs-support] Trouble building LibreOffice-4.1.0

2013-08-11 Thread Dave Wagler
On Sun, Aug 11, 2013 at 8:24 AM, Armin K.  wrote:

> Gentoo has a patch for that. If anyone can confirm that this works, I'll
> add it to the book.
>
> https://479604.bugs.gentoo.org/attachment.cgi?id=355004
>

This is what happened when I applied the patch. Is it OK to continue?

$ patch -Np0 -i ../neon-0.30.0.patch
> patching file ucb/source/ucp/webdav-neon/NeonSession.cxx
> patch unexpectedly ends in middle of line
> Hunk #2 succeeded at 294 with fuzz 1.
>

I did this immediately after applying the poppler patch.

Dave
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] Mail from yahoo and google

2013-08-11 Thread Fernando de Oliveira
Em 11-08-2013 14:30, Fernando de Oliveira escreveu:
> I can get the number of new emails from google with:
> 
> count=$(wget -q -O - https://mail.google.com/a/gmail.com/feed/atom
> --http-user=${gmail_login} --http-password=${gmail_password}
> --no-check-certificate | grep fullcount | sed 's/<[^0-9]*>//g')
> 
> I would like to do the same with yahoo.
> 
> The login page is at:
> 
> https://login.yahoo.com/
> 
> The inbox is at
> 
> https://br-mg6.mail.yahoo.com/neo/launch?.rand=c6cm7ic8l12ph
> 
> Have found a perl script for something similar, bu could not understand
> even what it was trying to do if mail or anything else.
> 
> I would like to do it as a bash script, not perl, that have not learned.
> 
> Help is much appreciated. Thanks.
> 

Perhaps, this needs some clarification.

I used to use addons in Firefox and Seamonkey to check for mail
periodically. From time to time, something I have updated in this LFS
system breaks the interaction with some software for notification
(probably notify-send), so the notifications stop to be recorded at the
panel. Sometimes, this affects Thunderbird, too. Since version 21, or
20, cannot really remember, without other related updates, this happened
again after FF was updated. Today, I checked, it is also affecting SM.
But some notifications from TB appear at the panel.

Today, I found that peace of code and created a bash script that does
what I want, only for gmail, using notify-send, aplay, running from a
small x-term that I keep open, and independent of any other browser or
mail program. For gmail, I do not need to bother anymore.

But the mail account I use for BLFS and LFS are at yahoo.

With all these explanations, I hope that it is correct to not consider
this an off-topic question.

Thanks, again.


-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Phonon compilation error !!!

2013-08-11 Thread Martin Ward
On 11/08/13 19:22, Sirsendu Roy wrote:
> Hello Martin,
> Thanks for the tip. I came a bit further but I still get this 
> following error:
>
> In the build instruction QZeitgeist is an optional requirement. I do 
> not why it trying to find this package
>
> CMake Warning at cmake/MacroOptionalFindPackage.cmake:32 (find_package):
>   By not providing "FindQZeitgeist.cmake" in CMAKE_MODULE_PATH this 
> project
>   has asked CMake to find a package configuration file provided by
>   "QZeitgeist", but CMake did not find one.
>
>   Could not find a package configuration file provided by "QZeitgeist"
>   (requested version 0.8) with any of the following names:
>
> QZeitgeistConfig.cmake
> qzeitgeist-config.cmake
>
>   Add the installation prefix of "QZeitgeist" to CMAKE_PREFIX_PATH or set
>   "QZeitgeist_DIR" to a directory containing one of the above files.  If
>   "QZeitgeist" provides a separate development package or SDK, be sure 
> it has
>   been installed.
> Call Stack (most recent call first):
>   phonon/CMakeLists.txt:21 (macro_optional_find_package)
>
>
> CMake Error at CMakeLists.txt:156 (file):
>   file RELATIVE_PATH called with incorrect number of arguments
>
>
> -- 
> -
> -- The following external packages were located on your system.
> -- This installation will have the extra features provided by these 
> packages.
> + PulseAudio
> + GLib2
> -
> -- The following OPTIONAL packages could NOT be located on your system.
> -- Consider installing them to enable more features from this software.
> + QZeitgeist, 0.8: Qt bindings for Zeitgeist 
> 
> -
>
> -- Configuring incomplete, errors occurred!
>
> Regards,
> Roy
>
>
>
>
Hi

Please don't top post!


I think you can turn it off with -DWITH_QZeitgeist:BOOL=OFF



regards

Martin
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Phonon compilation error !!!

2013-08-11 Thread Sirsendu Roy
Hello Martin,
Thanks for the tip. I came a bit further but I still get this following error:

In the build instruction QZeitgeist is an optional requirement. I do not why it 
trying to find this package 

CMake Warning at cmake/MacroOptionalFindPackage.cmake:32 (find_package):
  By not providing "FindQZeitgeist.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "QZeitgeist", but CMake did not find one.

  Could not find a package configuration file provided by "QZeitgeist"
  (requested version 0.8) with any of the following names:

    QZeitgeistConfig.cmake
    qzeitgeist-config.cmake

  Add the installation prefix of "QZeitgeist" to CMAKE_PREFIX_PATH or set
  "QZeitgeist_DIR" to a directory containing one of the above files.  If
  "QZeitgeist" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  phonon/CMakeLists.txt:21 (macro_optional_find_package)


CMake Error at CMakeLists.txt:156 (file):
  file RELATIVE_PATH called with incorrect number of arguments


-- 
-
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
+ PulseAudio
+ GLib2
-
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
+ QZeitgeist, 0.8: Qt bindings for Zeitgeist 

-

-- Configuring incomplete, errors occurred!

Regards,
Roy


 
This is a signature message which indicates that this email is not spam



 From: Martin Ward 
To: blfs-support@linuxfromscratch.org 
Sent: Sunday, August 11, 2013 1:09 PM
Subject: Re: [blfs-support] Phonon compilation error !!!
 

On 11/08/13 08:28, Sirsendu Roy wrote:
> Hello Bruce,
> I tried exporting this variables but unfortunately nothing changed. I 
> get the same error.
> Regards,
> Roy
>
> This is a signature message which indicates that this email is not spam
>
> 
> *From:* Bruce Dubbs 
> *To:* Sirsendu Roy ; BLFS Support List 
> 
> *Sent:* Saturday, August 10, 2013 10:11 PM
> *Subject:* Re: [blfs-support] Phonon compilation error !!!
>
> Sirsendu Roy wrote:
> > Hello All,
> > I need your help again !
> > I have build Qt without phonon as described in the online book and 
> my X11 directory is /usr/X11
> > when trying to build the phonon module I am getting the following 
> error :
> > I have already put the Xorg prefixes as instructed into the 
> /etc/profile.d/xorg.sh
> >
> > mkdir build &&
> >> cd build &&
> >> cmake -DCMAKE_INSTALL_PREFIX=$QTDIR \
> >> -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \
> >> -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
> >>        .. && make
> > -- The C compiler identification is GNU 4.7.2
> > -- The CXX compiler identification is GNU 4.7.2
> > -- Check for working C compiler: /usr/bin/cc
> > -- Check for working C compiler: /usr/bin/cc -- works
> > -- Detecting C compiler ABI info
> > -- Detecting C compiler ABI info - done
> > -- Check for working CXX compiler: /usr/bin/c++
> > -- Check for working CXX compiler: /usr/bin/c++ -- works
> > -- Detecting CXX compiler ABI info
> > -- Detecting CXX compiler ABI info - done
> > -- ! Tests have been removed and need to be redone !
> > -- Looking for Q_WS_X11
> > -- Looking for Q_WS_X11 - found
> > -- Looking for Q_WS_WIN
> > -- Looking for Q_WS_WIN - not found
> > -- Looking for Q_WS_QWS
> > -- Looking for Q_WS_QWS - not found
> > -- Looking for Q_WS_MAC
> > -- Looking for Q_WS_MAC - not found
> > -- Found Qt-Version 4.8.5 (using /usr/bin/qmake)
> > CMake Error at /usr/share/cmake-2.8/Modules/FindX11.cmake:425 (message):
> >    Could not find X11
> > Call Stack (most recent call first):
> >    cmake/Qt4ConfigDependentSettings.cmake:30 (FIND_PACKAGE)
> >    cmake/FindQt4.cmake:1230 (INCLUDE)
> >    cmake/FindPhononInternal.cmake:68 (find_package)
> >    CMakeLists.txt:32 (include)
>
> Try adding:
>
> export CPLUS_INCLUDE_PATH=/usr/X11/include
> export C_INCLUDE_PATH=/usr/X11/include
> export LIBRARY_PATH=/usr/X11/lib
>
> I will be adding that to the book soon.
>
>   -- Bruce
>
>
> -- 
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>
>
>
>
Hi

you need to set CMAKE_PREFIX_PATH=/usr/X11, or where ever your xlibs 
are, as they are in a non-standard path

so either export it or prepend to the command line


martin
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.o

[blfs-support] Mail from yahoo and google

2013-08-11 Thread Fernando de Oliveira
I can get the number of new emails from google with:

count=$(wget -q -O - https://mail.google.com/a/gmail.com/feed/atom
--http-user=${gmail_login} --http-password=${gmail_password}
--no-check-certificate | grep fullcount | sed 's/<[^0-9]*>//g')

I would like to do the same with yahoo.

The login page is at:

https://login.yahoo.com/

The inbox is at

https://br-mg6.mail.yahoo.com/neo/launch?.rand=c6cm7ic8l12ph

Have found a perl script for something similar, bu could not understand
even what it was trying to do if mail or anything else.

I would like to do it as a bash script, not perl, that have not learned.

Help is much appreciated. Thanks.

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Trouble building LibreOffice-4.1.0

2013-08-11 Thread Armin K.
On 08/11/2013 03:19 PM, Dave Wagler wrote:
> On Mon, Aug 5, 2013 at 10:12 AM, Wayne Blaszczyk
> mailto:wblas...@bigpond.net.au>> wrote:
> 
> 
> I have another issue now, It seems to not like neon-0.30.0.
> The following error occurs:
> .
> .
> .
> Reverting back to neon-0.29.6 overcomes this issue.
> 
> Wayne.
> 
> 
> FYI, I had the same problem and fixed it the same way.
> 
> Dave
> 
> 

Gentoo has a patch for that. If anyone can confirm that this works, I'll
add it to the book.

https://479604.bugs.gentoo.org/attachment.cgi?id=355004
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Trouble building LibreOffice-4.1.0

2013-08-11 Thread Dave Wagler
On Mon, Aug 5, 2013 at 10:12 AM, Wayne Blaszczyk wrote:

>
> I have another issue now, It seems to not like neon-0.30.0.
> The following error occurs:
> .
> .
> .
> Reverting back to neon-0.29.6 overcomes this issue.
>
> Wayne.
>

FYI, I had the same problem and fixed it the same way.

Dave
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] Phonon compilation error !!!

2013-08-11 Thread Martin Ward
On 11/08/13 08:28, Sirsendu Roy wrote:
> Hello Bruce,
> I tried exporting this variables but unfortunately nothing changed. I 
> get the same error.
> Regards,
> Roy
>
> This is a signature message which indicates that this email is not spam
>
> 
> *From:* Bruce Dubbs 
> *To:* Sirsendu Roy ; BLFS Support List 
> 
> *Sent:* Saturday, August 10, 2013 10:11 PM
> *Subject:* Re: [blfs-support] Phonon compilation error !!!
>
> Sirsendu Roy wrote:
> > Hello All,
> > I need your help again !
> > I have build Qt without phonon as described in the online book and 
> my X11 directory is /usr/X11
> > when trying to build the phonon module I am getting the following 
> error :
> > I have already put the Xorg prefixes as instructed into the 
> /etc/profile.d/xorg.sh
> >
> > mkdir build &&
> >> cd build &&
> >> cmake -DCMAKE_INSTALL_PREFIX=$QTDIR \
> >> -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \
> >> -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
> >>.. && make
> > -- The C compiler identification is GNU 4.7.2
> > -- The CXX compiler identification is GNU 4.7.2
> > -- Check for working C compiler: /usr/bin/cc
> > -- Check for working C compiler: /usr/bin/cc -- works
> > -- Detecting C compiler ABI info
> > -- Detecting C compiler ABI info - done
> > -- Check for working CXX compiler: /usr/bin/c++
> > -- Check for working CXX compiler: /usr/bin/c++ -- works
> > -- Detecting CXX compiler ABI info
> > -- Detecting CXX compiler ABI info - done
> > -- ! Tests have been removed and need to be redone !
> > -- Looking for Q_WS_X11
> > -- Looking for Q_WS_X11 - found
> > -- Looking for Q_WS_WIN
> > -- Looking for Q_WS_WIN - not found
> > -- Looking for Q_WS_QWS
> > -- Looking for Q_WS_QWS - not found
> > -- Looking for Q_WS_MAC
> > -- Looking for Q_WS_MAC - not found
> > -- Found Qt-Version 4.8.5 (using /usr/bin/qmake)
> > CMake Error at /usr/share/cmake-2.8/Modules/FindX11.cmake:425 (message):
> >Could not find X11
> > Call Stack (most recent call first):
> >cmake/Qt4ConfigDependentSettings.cmake:30 (FIND_PACKAGE)
> >cmake/FindQt4.cmake:1230 (INCLUDE)
> >cmake/FindPhononInternal.cmake:68 (find_package)
> >CMakeLists.txt:32 (include)
>
> Try adding:
>
> export CPLUS_INCLUDE_PATH=/usr/X11/include
> export C_INCLUDE_PATH=/usr/X11/include
> export LIBRARY_PATH=/usr/X11/lib
>
> I will be adding that to the book soon.
>
>   -- Bruce
>
>
> -- 
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>
>
>
>
Hi

you need to set CMAKE_PREFIX_PATH=/usr/X11, or where ever your xlibs 
are, as they are in a non-standard path

so either export it or prepend to the command line


martin
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Phonon compilation error !!!

2013-08-11 Thread Sirsendu Roy
Hello Bruce,
I tried exporting this variables but unfortunately nothing changed. I get the 
same error. 
Regards,
Roy


 
This is a signature message which indicates that this email is not spam



 From: Bruce Dubbs 
To: Sirsendu Roy ; BLFS Support List 
 
Sent: Saturday, August 10, 2013 10:11 PM
Subject: Re: [blfs-support] Phonon compilation error !!!
 

Sirsendu Roy wrote:
> Hello All,
> I need your help again !
> I have build Qt without phonon as described in the online book and my X11 
> directory is /usr/X11
> when trying to build the phonon module I am getting the following error :
> I have already put the Xorg prefixes as instructed into the 
> /etc/profile.d/xorg.sh
>
> mkdir build &&
>> cd build &&
>> cmake -DCMAKE_INSTALL_PREFIX=$QTDIR \
>>         -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \
>>         -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
>>         .. && make
> -- The C compiler identification is GNU 4.7.2
> -- The CXX compiler identification is GNU 4.7.2
> -- Check for working C compiler: /usr/bin/cc
> -- Check for working C compiler: /usr/bin/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- ! Tests have been removed and need to be redone !
> -- Looking for Q_WS_X11
> -- Looking for Q_WS_X11 - found
> -- Looking for Q_WS_WIN
> -- Looking for Q_WS_WIN - not found
> -- Looking for Q_WS_QWS
> -- Looking for Q_WS_QWS - not found
> -- Looking for Q_WS_MAC
> -- Looking for Q_WS_MAC - not found
> -- Found Qt-Version 4.8.5 (using /usr/bin/qmake)
> CMake Error at /usr/share/cmake-2.8/Modules/FindX11.cmake:425 (message):
>    Could not find X11
> Call Stack (most recent call first):
>    cmake/Qt4ConfigDependentSettings.cmake:30 (FIND_PACKAGE)
>    cmake/FindQt4.cmake:1230 (INCLUDE)
>    cmake/FindPhononInternal.cmake:68 (find_package)
>    CMakeLists.txt:32 (include)

Try adding:

export CPLUS_INCLUDE_PATH=/usr/X11/include
export C_INCLUDE_PATH=/usr/X11/include
export LIBRARY_PATH=/usr/X11/lib

I will be adding that to the book soon.

   -- Bruce


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page