LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-23-2005, 05:18 PM   #1
aaaantoine
LQ Newbie
 
Registered: Feb 2005
Location: NY
Distribution: Mandrakelinux 10.1
Posts: 9

Rep: Reputation: 0
alsa-utils-1.0.8 fails during Make


Hey guys. Almost finished compiling some Alsa stuff. I encountered an error when attempting to make alsa-utils.

[root@localhost alsa-utils-1.0.8]# make
Making all in include
make[1]: Entering directory `/usr/src/alsa-utils-1.0.8/include'
make all-am
make[2]: Entering directory `/usr/src/alsa-utils-1.0.8/include'
make[2]: Leaving directory `/usr/src/alsa-utils-1.0.8/include'
make[1]: Leaving directory `/usr/src/alsa-utils-1.0.8/include'
Making all in alsactl
make[1]: Entering directory `/usr/src/alsa-utils-1.0.8/alsactl'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT alsactl.o -MD -MP -MF ".deps/alsactl.Tpo" \
-c -o alsactl.o `test -f 'alsactl.c' || echo './'`alsactl.c; \
then mv -f ".deps/alsactl.Tpo" ".deps/alsactl.Po"; \
else rm -f ".deps/alsactl.Tpo"; exit 1; \
fi
gcc -g -O2 -o alsactl alsactl.o -lasound -lm -ldl -lpthread
make[1]: Leaving directory `/usr/src/alsa-utils-1.0.8/alsactl'
Making all in alsaconf
make[1]: Entering directory `/usr/src/alsa-utils-1.0.8/alsaconf'
Making all in po
make[2]: Entering directory `/usr/src/alsa-utils-1.0.8/alsaconf/po'
mv: cannot stat `t-ja.gmo': No such file or directory
make[2]: *** [ja.gmo] Error 1
make[2]: Leaving directory `/usr/src/alsa-utils-1.0.8/alsaconf/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/alsa-utils-1.0.8/alsaconf'
make: *** [all-recursive] Error 1

What is t-ja.gmo and what should I do from here? I'm compiling this on Mandrakelinux 10.1, powered by kernel 2.6.8.1-12mdk.

Little help?
 
Old 02-23-2005, 05:40 PM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Mandrake didn't come with alsa?
 
Old 02-23-2005, 07:01 PM   #3
aaaantoine
LQ Newbie
 
Registered: Feb 2005
Location: NY
Distribution: Mandrakelinux 10.1
Posts: 9

Original Poster
Rep: Reputation: 0
It comes with Alsa 1.0.6, but I have no support for my Audigy 2 Value card. I've been instructed that a newer version of Alsa should have support, so I'm attempting to build that.
 
Old 02-23-2005, 07:10 PM   #4
ironwalker
Member
 
Registered: Feb 2003
Location: 1st hop-NYC/NewJersey shore,north....2nd hop-upstate....3rd hop-texas...4th hop-southdakota(sturgis)...5th hop-san diego.....6th hop-atlantic ocean! Final hop-resting in dreamland dreamwalking and meeting new people from past lives...gd' night.
Distribution: Siduction, the only way to do Debian Unstable
Posts: 506

Rep: Reputation: Disabled
Does mandrake have stable testing unstable repositories like gentoo or debian?
 
Old 02-23-2005, 07:28 PM   #5
aaaantoine
LQ Newbie
 
Registered: Feb 2005
Location: NY
Distribution: Mandrakelinux 10.1
Posts: 9

Original Poster
Rep: Reputation: 0
Yeah, I think I know what you're talking about.

The Sound Blaster Audigy 2 Value (SB0400) isn't listed on that at all. In fact, rarely is the Audigy 2 Value ever mentioned. (I didn't choose the card with Linux in mind, as it was purchased and installed before I ever migrated.)
 
Old 03-03-2005, 05:19 PM   #6
voyciz
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 425

Rep: Reputation: 40
aaaantoine, read the INSTALL file in the alsa-utils source directory. You don't need to run "make", just "configure" and "make install".
 
Old 03-04-2005, 07:12 PM   #7
aaaantoine
LQ Newbie
 
Registered: Feb 2005
Location: NY
Distribution: Mandrakelinux 10.1
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks!

I tried it, but it still complains about "t-ja.gmo"...

Code:
Making install in include
make[1]: Entering directory `/home/anthony/alsa-utils-1.0.8/include'
make[2]: Entering directory `/home/anthony/alsa-utils-1.0.8/include'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/anthony/alsa-utils-1.0.8/include'
make[1]: Leaving directory `/home/anthony/alsa-utils-1.0.8/include'
Making install in alsactl
make[1]: Entering directory `/home/anthony/alsa-utils-1.0.8/alsactl'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include     -g -O2 -MT alsactl.o -MD -MP -MF ".deps/alsactl.Tpo" \
  -c -o alsactl.o `test -f 'alsactl.c' || echo './'`alsactl.c; \
then mv -f ".deps/alsactl.Tpo" ".deps/alsactl.Po"; \
else rm -f ".deps/alsactl.Tpo"; exit 1; \
fi
gcc  -g -O2   -o alsactl  alsactl.o  -lasound -lm -ldl -lpthread
make[2]: Entering directory `/home/anthony/alsa-utils-1.0.8/alsactl'
/bin/sh ../mkinstalldirs /usr/sbin
  /usr/bin/install -c alsactl /usr/sbin/alsactl
/bin/sh ../mkinstalldirs /usr/man/man1
mkdir -p -- /usr/man/man1
 /usr/bin/install -c -m 644 ./alsactl.1 /usr/man/man1/alsactl.1
make[2]: Leaving directory `/home/anthony/alsa-utils-1.0.8/alsactl'
make[1]: Leaving directory `/home/anthony/alsa-utils-1.0.8/alsactl'
Making install in alsaconf
make[1]: Entering directory `/home/anthony/alsa-utils-1.0.8/alsaconf'
Making install in po
make[2]: Entering directory `/home/anthony/alsa-utils-1.0.8/alsaconf/po'
mv: cannot stat `t-ja.gmo': No such file or directory
make[2]: *** [ja.gmo] Error 1
make[2]: Leaving directory `/home/anthony/alsa-utils-1.0.8/alsaconf/po'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/anthony/alsa-utils-1.0.8/alsaconf'
make: *** [install-recursive] Error 1
 
Old 03-05-2005, 03:57 AM   #8
lgringo
LQ Newbie
 
Registered: Mar 2005
Posts: 1

Rep: Reputation: 0
install gettext (urpmi gettext) et ça passe tout seul
 
Old 03-06-2005, 10:02 AM   #9
voyciz
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 425

Rep: Reputation: 40
Nah, you don't need gettext, I don't have it either. Try "make clean", and then "make install" again.
 
Old 03-07-2005, 08:52 PM   #10
aaaantoine
LQ Newbie
 
Registered: Feb 2005
Location: NY
Distribution: Mandrakelinux 10.1
Posts: 9

Original Poster
Rep: Reputation: 0
Tried both suggestions.

Tried "make clean" followed by "make install". Same error.

I then installed gettext. "urpmi gettext" and then "make clean" and "make install". Still didn't work.

So do any other Mandrake users have this much trouble updating software or do I just have incredibly bad luck?
 
Old 03-08-2005, 07:47 AM   #11
voyciz
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 425

Rep: Reputation: 40
That's odd, don't know why it's not working. I was having the same problem, but then I read the INSTALL file and skipped the compilation step and then it worked great...

EDIT: I don't know if this'll make a difference, but try "make clean", and then run the configure script again and retry "make install".

Last edited by voyciz; 03-08-2005 at 07:48 AM.
 
Old 03-20-2005, 06:19 AM   #12
neotinker
LQ Newbie
 
Registered: Mar 2005
Location: College Park, MD
Posts: 2

Rep: Reputation: 0
Actually, I think you do need to install gettext. I'm running mdk10.1 and I had the same problem untill I installed gettext, gettext-devel, and a few more gettext related rpms. I don't remember exactly which anymore but I'm sure you can figure it out.

R.
 
Old 03-20-2005, 06:25 AM   #13
neotinker
LQ Newbie
 
Registered: Mar 2005
Location: College Park, MD
Posts: 2

Rep: Reputation: 0
Ok, I looked it up. I installed: gettext, gettext-devel, glib-gettextize, and libgettextmisc.

when I installed these running "./configure && make install" worked on mdk10.1

R.
 
Old 07-02-2007, 08:06 AM   #14
allismac
LQ Newbie
 
Registered: Jul 2007
Posts: 1

Rep: Reputation: 0
Smile Ubuntu solved problem

On Ubuntu Feisty Fawn, I've installed "gettext" and "ja-trans" packages, then this problem has solved !
 
Old 07-22-2007, 11:27 AM   #15
Thirteenth Zodiac
LQ Newbie
 
Registered: Jul 2007
Posts: 13

Rep: Reputation: 0
Quote:
On Ubuntu Feisty Fawn, I've installed "gettext" and "ja-trans" packages, then this problem has solved !
I can confirm this. Tried installing, didn't work. Installed both these packages from the Synaptic, then ran the Make Clean, ./configure, and make install. Et voilà!

Thanks for posting this, allismac.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Alsa-utils failing make stage: "cannot stat `t-ja.gmo'", I think I need xgettext timkarwoski Linux - General 2 10-06-2008 02:07 PM
[ALSA 1.0.9b-4] No more sound, no more alsa-utils package Creak Debian 5 08-18-2005 04:22 PM
Alsa Driver Utils Install-Sh Problem Kaao Linux - Hardware 4 08-12-2005 03:46 PM
alsa-utils conflicts with alsa-lib sloik2000 Linux - Software 0 07-09-2005 08:50 AM
Any Help With Alsa Utils & Nvidia ? krissly1 Linux - Newbie 11 11-29-2003 10:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration