Re: [arch-general] Arch Linux and systemd

2012-08-17 Thread Diep Pham Van
I used to have seperate /usr partition, previous year, I didn't remember 
details but
there was a bug that force me to reinstall my sytem without a sperate /usr 
partition.
On Fri, Aug 17, 2012 at 10:14:58AM +0100, mike cloaked wrote:
> On Thu, Aug 16, 2012 at 10:22 PM, Myra Nelson  wrote:
> > of lib and lib64 to /usr/lib, I'm basically ambivalent. I still don't like
> > not being able to put /usr on a separate partition, I know there's a
> > mkinitcpio hook to cover that, but I can see the logic in cleaning up the
>
> Thank you for a reasoned posting - one comment here about the issue of
> /usr on a separate partition - if you put /usr on a separate partition
> and then made a bind mount to / would that not work? I have not tried
> it though!
>
> I have been doing this for /home which is a directory /opt/home and
> /opt is a separate partition - I then bind mount it to /home as a
> directory in the root partition. It has never given a problem so I
> wondered if the analogous technique might work for /usr too?
>
> This is a side comment and I am not trying to subvert the main thread
> discussion here.
>
> --
> mike c


Re: [arch-general] Failed to compile Emacs

2012-07-24 Thread Diep Pham Van
I must use `autoreconf -i -I m4` in order to build.

On Sun, 15 Jul 2012 10:11:42 -0500
Leonid Isaev  wrote:

> On Sun, 15 Jul 2012 17:40:09 +0700
> Diep Pham Van  wrote:
> 
> > After apply this patch, I get:
> > 
> > cd /home/favadi/abs/emacs/src/emacs-24.1 && automake --gnu -a -c
> > lib/Makefile configure.in:29: error: version mismatch.  This is
> > Automake 1.12.2, configure.in:29: but the definition used by this
> > AM_INIT_AUTOMAKE configure.in:29: comes from Automake 1.11.1.  You
> > should recreate configure.in:29: aclocal.m4 with aclocal and run
> > automake again. make: ***
> > [/home/favadi/abs/emacs/src/emacs-24.1/lib/Makefile.in] Error 63
> > config.status: executing gdbinit commands
> > cd /home/favadi/abs/emacs/src/emacs-24.1 && automake --gnu -a -c
> > lib/Makefile configure.in:29: error: version mismatch.  This is
> > Automake 1.12.2, configure.in:29: but the definition used by this
> > AM_INIT_AUTOMAKE configure.in:29: comes from Automake 1.11.1.  You
> > should recreate configure.in:29: aclocal.m4 with aclocal and run
> > automake again. make: ***
> > [/home/favadi/abs/emacs/src/emacs-24.1/lib/Makefile.in] Error 63
> > ==> ERROR: A failure occurred in build(). Aborting...
> > 
> > How can I solve it?
> 
> By doing exactly what it tells you -- running aclocal and autoconf in
> PKGBUILD right after patching.
> 
> > 
> > At Sat, 14 Jul 2012 15:12:02 -0500,
> > Leonid Isaev  wrote:
> > > 
> > > [1  ]
> > > On Sun, 15 Jul 2012 02:21:47 +0700
> > > Diep Pham Van  wrote:
> > > 
> > > > 
> > > > Hello every one, 
> > > > I've tried to compile emacs and fail.
> > > > 
> > > > You can view the `makepkg -s` ouput here[1].
> > > > I think the important part here:
> > > > 
> > > > ./stdio.h:1030:1: error: ‘gets’ undeclared here (not in a
> > > > function) In file included from md5.h:24:0,
> > > >  from md5.c:25:
> > > > ./stdio.h:1030:1: error: ‘gets’ undeclared here (not in a
> > > > function) make[2]: *** [sha1.o] Error 1
> > > > make[2]: *** Waiting for unfinished jobs
> > > > make[2]: *** [md5.o] Error 1
> > > > mv -f .deps/careadlinkat.Tpo .deps/careadlinkat.Po
> > > > In file included from sha256.h:21:0,
> > > >  from sha256.c:25:
> > > > ./stdio.h:1030:1: error: ‘gets’ undeclared here (not in a
> > > > function) make: *** [lib] Error 2
> > > > 
> > > > I do not to know what to do here. Any one can help me with this?
> > > > 
> > > > 
> > > > [1] https://gist.github.com/3112844
> > > 
> > > A simple google search yields this:
> > > http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00240.html...
> > > Does it answer your question?
> > > 
> > > -- 
> > > Leonid Isaev
> > > GnuPG key: 0x164B5A6D
> > > Fingerprint: C0DF 20D0 C075 C3F1 E1BE  775A A7AE F6CB 164B 5A6D
> > > [2 signature.asc ]
> > > 
> 
> 
> 


-- 
 PHAM Van Diep
 i...@favadi.com - dieppham...@vccorp.vn
 www.favadi.com - (+84) 984 339 841
 System Administrator, Adtech, VCCorp, VN
 --
 There are 10 types of people,
 those who understand binary and those who don't.


signature.asc
Description: PGP signature


Re: [arch-general] claws-mail is it possible to see own posts to mailinglist?

2012-07-19 Thread Diep Pham Van
Using claws-mail for a year and still do not know that my own posts can
be displayed in thread.

On Thu, 19 Jul 2012 09:16:57 +0200
Tobias Powalowski  wrote:

> Hi,
> I have a big problem with claws-mail, is it somehow possible to see
> own posts to mailinglists?
> I'm using gmail imap and somehow my own posts are not shown.
> Thunderbird does not have this issue.
> 
> greetings
> tpowa
> 


-- 
 PHAM Van Diep
 i...@favadi.com - dieppham...@vccorp.vn
 www.favadi.com - (+84) 984 339 841
 System Administrator, Adtech, VCCorp, VN
 --
 There are 10 types of people,
 those who understand binary and those who don't.


signature.asc
Description: PGP signature


Re: [arch-general] Failed to compile Emacs

2012-07-15 Thread Diep Pham Van
After apply this patch, I get:

cd /home/favadi/abs/emacs/src/emacs-24.1 && automake --gnu -a -c lib/Makefile
configure.in:29: error: version mismatch.  This is Automake 1.12.2,
configure.in:29: but the definition used by this AM_INIT_AUTOMAKE
configure.in:29: comes from Automake 1.11.1.  You should recreate
configure.in:29: aclocal.m4 with aclocal and run automake again.
make: *** [/home/favadi/abs/emacs/src/emacs-24.1/lib/Makefile.in] Error 63
config.status: executing gdbinit commands
cd /home/favadi/abs/emacs/src/emacs-24.1 && automake --gnu -a -c lib/Makefile
configure.in:29: error: version mismatch.  This is Automake 1.12.2,
configure.in:29: but the definition used by this AM_INIT_AUTOMAKE
configure.in:29: comes from Automake 1.11.1.  You should recreate
configure.in:29: aclocal.m4 with aclocal and run automake again.
make: *** [/home/favadi/abs/emacs/src/emacs-24.1/lib/Makefile.in] Error 63
==> ERROR: A failure occurred in build().
Aborting...

How can I solve it?

At Sat, 14 Jul 2012 15:12:02 -0500,
Leonid Isaev  wrote:
> 
> [1  ]
> On Sun, 15 Jul 2012 02:21:47 +0700
> Diep Pham Van  wrote:
> 
> > 
> > Hello every one, 
> > I've tried to compile emacs and fail.
> > 
> > You can view the `makepkg -s` ouput here[1].
> > I think the important part here:
> > 
> > ./stdio.h:1030:1: error: ‘gets’ undeclared here (not in a function)
> > In file included from md5.h:24:0,
> >  from md5.c:25:
> > ./stdio.h:1030:1: error: ‘gets’ undeclared here (not in a function)
> > make[2]: *** [sha1.o] Error 1
> > make[2]: *** Waiting for unfinished jobs
> > make[2]: *** [md5.o] Error 1
> > mv -f .deps/careadlinkat.Tpo .deps/careadlinkat.Po
> > In file included from sha256.h:21:0,
> >  from sha256.c:25:
> > ./stdio.h:1030:1: error: ‘gets’ undeclared here (not in a function)
> > make: *** [lib] Error 2
> > 
> > I do not to know what to do here. Any one can help me with this?
> > 
> > 
> > [1] https://gist.github.com/3112844
> 
> A simple google search yields this:
> http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00240.html...
> Does it answer your question?
> 
> -- 
> Leonid Isaev
> GnuPG key: 0x164B5A6D
> Fingerprint: C0DF 20D0 C075 C3F1 E1BE  775A A7AE F6CB 164B 5A6D
> [2 signature.asc ]
> 


[arch-general] Failed to compile Emacs

2012-07-14 Thread Diep Pham Van

Hello every one, 
I've tried to compile emacs and fail.

You can view the `makepkg -s` ouput here[1].
I think the important part here:

./stdio.h:1030:1: error: ‘gets’ undeclared here (not in a function)
In file included from md5.h:24:0,
 from md5.c:25:
./stdio.h:1030:1: error: ‘gets’ undeclared here (not in a function)
make[2]: *** [sha1.o] Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: *** [md5.o] Error 1
mv -f .deps/careadlinkat.Tpo .deps/careadlinkat.Po
In file included from sha256.h:21:0,
 from sha256.c:25:
./stdio.h:1030:1: error: ‘gets’ undeclared here (not in a function)
make: *** [lib] Error 2

I do not to know what to do here. Any one can help me with this?


[1] https://gist.github.com/3112844


Re: [arch-general] qt applications gone black

2012-05-09 Thread Diep Pham Van
I have same problem before, you must install libgnomeui and change GUI
style in qtconfig.

On Wed, May 09, 2012 at 12:49:48PM +0530, gt wrote:
> Hey guys
> 
> I am facing a strange issue. All qt applications have become black,
> making them impossible to use.
> 
> Here's an example showing vlc and avidemux-qt
> 
> https://imgur.com/a/PR5vH
> 
> Anyone else facing this issue? The closest i found someone with a
> similar problem is:
> 
> https://www.linuxquestions.org/questions/slackware-14/next-kde-4-8-2-regression-firefox-thunderbird-joined-the-all-blacks-942693/
> 
> But the guy is using kde, and i am using dwm + xf86-video-intel

-- 
PHẠM Văn Điệp

h  : http://favadi.com
e  : i...@favadi.com
m  : +84 984 339 841
   _
ASCII ribbon campaign ( )
 - against HTML email  X
 & vCards / \


Re: [arch-general] wget

2012-05-02 Thread Diep Pham Van
You go to Arch Linux mailing list to ask a question about youtube and
wget, and you're using linuxmint? :|

On Wed, May 02, 2012 at 12:32:43PM +0530, Debashish Saha wrote:
> how to download youtube video using wget . I  am a new user. i am
> using linux mint 12.

-- 
PHẠM Văn Điệp

h  : http://favadi.com
e  : i...@favadi.com
m  : +84 984 339 841
   _
ASCII ribbon campaign ( )
 - against HTML email  X
 & vCards / \


Re: [arch-general] I can't upgrade to pacman4

2012-01-17 Thread Diep Pham Van
On Tue, 17 Jan 2012 07:03:38 +0800
朱格宏  wrote:

> Hi,i found some problem when upgrade to pacman4
> i use pacman -Syu and it told me
> :: package-query: require pacman<3.6
> but my pacman is 3.5.4-4,
> how to slove it?

Do you use the archlinux.fr repo?
Remove package-query and rebuild it from AUR after upgrade.