Fedora :: Errors When 'make Xconfig'

Sep 7, 2010

I'm building a file server, but before the admins move this to the networking forum' this IS about the kernel.

Anyway, I'm building a file server... a very basic thing. not much to it at all.. which is kinda the root of the problem... this is an old Dell (ugh! I know!) Dimension 8300. it's running a 2.6 GHz Celeron (Northwood die, so single-core), with (at the moment) a mere 256 MB of RAM... so I wanted to build a kernel that really minimizes its presence in my minuscule amount of RAM using this guide, I have gotten so far as the actual Kernel configuration. wherein it says to cd to your kernel's directory and use the 'make xconfig' command... but when I do this, it gives me the following error:

Code:

so I've never compiled my own kernel before, so I haven't a clue what's wrong, or what I need to do

View 7 Replies


ADVERTISEMENT

Fedora :: Unable To Run Make Xconfig Under Gnome

May 20, 2011

I can't seem to be able to run make xconfig under Gnome. It throws an error:

Code:
$ make xconfig
CHECK qt
*
* Unable to find the QT3 installation. Please make sure that
* the QT3 development package is correctly installed and

[Code]....

View 5 Replies View Related

Ubuntu :: Nvidia-xconfig - Edit Your X Configuration File - Just Run `nvidia-xconfig` As Root - And Restart The X Server

Oct 2, 2010

TRIED TO GET NVIDIA TO WORK BUT ALL I GET IS

You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server.

View 2 Replies View Related

General :: Run "make Xconfig" For Cross Platform?

Jun 15, 2010

I'm trying to run the kernel configurator for my embedded ARM platform (PXA310) but so far I can only get it to run for my build platform, an i386/32 machine. I've tried running "make ARCH=arch/arm/mach-PXA3xx xconfig" in various combinations, but the maker always complains that it can't find the target "arch/arm/mach-PXA3xx". Doesn't matter what order I put the arguments on the command line.

I also have CROSS-COMPILE defined in the environment correctly and can otherwise build for my embedded target. I just can't run the config tool; I need to enable USB On the Go.

View 3 Replies View Related

Fedora Installation :: Can't Run Nvidia-xconfig At All

Sep 18, 2009

So I followed the instructions to add the rpmfusion repos and add the protection to to the repos as well.

But, when I try to add the nvidia drivers as talked about on [URL]

My terminal says 1 package excluded due to repository restrictions. Now my Fedora display is wacked and I can't run nvidia-xconfig at all.

View 1 Replies View Related

General :: Installing Gcc 3.2 Make Errors?

Jun 2, 2011

I am trying to install gcc 3.2 on linux mint 10 julia . I have gcc 4.4.5 installed already. I am getting errors during the 'make 'stage. I did the following after downloading gcc-3.2.tar.gz

Code:
tar xvf gcc-3.2.tar.gz
mkdir build-gcc
cd build-gcc

[Code].....

View 4 Replies View Related

Programming :: Make Gcc To Report Prototype Errors

Sep 6, 2010

I have one simple question: how to tell gcc compiler to check for external functions to be matched by its prototype?

Consider this example:

Code:
master tests # cat file1.c
#include <stdio.h>
#include "file1.h"

[Code]....

what warnings or flag will prevent these examples from sucessful compilation? GCC version: gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2)

View 6 Replies View Related

Ubuntu :: Getting Errors On Gimmie Make Install Command?

Jul 6, 2010

I've been trying to install Gimmie. So I've gone through a few tutorials and something always seems to go wrong. Right now I run the "make install" command it give me a bunch of error messages. If there is any other bits of information you need to know just ask.

View 2 Replies View Related

Ubuntu Networking :: Belkin F5d8053 Make Errors

Jan 20, 2011

I've been trying to follow this tutorial: [url] to get my Belkin F5D8053 Wireless Adapter working. I get so far as using the "make" command, but then encounter an error. This is the full terminal results:

Quote:

I'm using Ubuntu 10.10.

View 1 Replies View Related

Ubuntu :: Make WINE Shut Up With Errors And Let It Install?

Apr 9, 2011

The question I have is, can iTunes ever work in Linux? I've tried installing it using WINE but to no avail. Is there a way to make WINE shut up with the errors and let it install? I've tried using the terminal.

View 1 Replies View Related

Software :: Apparent Glib (libgio-2.0) Errors During Make?

Feb 2, 2011

Google only gives me references to ubuntuforums for GNOME-shell issues. Basically, when trying to compile a program that requires GTK+ and GLib, I get an error equal to this:

Code:

/usr/local/lib/libgio-2.0.so.0: undefined reference to `g_source_get_time'
/usr/local/lib/libgio-2.0.so.0: undefined reference to `g_source_set_dummy_callback'
/usr/local/lib/libgio-2.0.so.0: undefined reference to `g_main_context_invoke'

[Code]....

View 3 Replies View Related

Software :: Compiling Evince From Source Code - Make Errors

Mar 20, 2011

When I compile evince from its source code, I am able to run ./configure properly, but when I run make the following output is displayed.

Code:
make all-recursive
make[1]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0'
Making all in cut-n-paste
make[2]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste'
Making all in zoom-control
make[3]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste/zoom-control' .....
make[3]: *** [libevview.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I am not able to ascertain the source of this error, even though I seem to have the file in question-libevdocument.la. What do I do now to remove this error?

View 8 Replies View Related

Programming :: Errors - Make Pop-up Reminders For The Simple Calendar Program?

Feb 21, 2010

First off, I'm completely new to bash scripting so forgive me if I make any egregious errors. I'm trying to make pop-up reminders for the simple calendar program when. This is what I have so far:

Code:
#!/bin/bash
# set the time format for when
#current="$(date +%I:%M %p)"
current="$(date +%-l%p)"
today=~/.when/today

[Code]....

When I run the script, gxmessage pops up and displays the correct information, but it does so for each line in "~/.when/today" that contains a time that matches the current system time (which would be three pop-ups at 10PM, according to the example). I want it to display the information only once. How can this be accomplished? Is a while loop even the right job for this?

View 8 Replies View Related

Debian :: Only Login Prompt After Nvidia-xconfig

Sep 29, 2015

Tried to install nvidia driver and package, nvidia-glx, nvidia-kernel-dkms and nvidia-settings installed.

When trying to install nvidia-xconfig i have: error, not found.

Now I have only login prompt, no GUI, have tried to search, but have no clue.

View 10 Replies View Related

Debian :: Run Nvidia-xconfig - Say Driver Not Found

Jun 4, 2010

If i run nvidia-xconfig, it will say driver not found, and the next time i boot, it will end up in a terminal. why is it so? (by the way i recovered from that using backup of xorg.conf). And i dont think now the nvidia-driver is present.

View 14 Replies View Related

Debian :: Apt-get Install Nvidia-xconfig Power?

Oct 8, 2010

So I think I did something stupid here, was following the instructions on the debian howtos to installing nvidia, and after I did apt-get install nvidia-xconfig my power went out and when I went to restart my computer, whenever I tried to startx it gave me some cannot connect to X session, so I left it over night and went to bed, this morning it took a long time to start, longer than usual. and my browser stuff in my fluxbox was reset(book marks and favorites).

View 8 Replies View Related

Ubuntu :: Install The New Nvidia-xconfig-1.0 Utility?

Apr 2, 2010

Nvidia now provides a utility to easy configure the X server configuration file (besides the manual configuration). It is provided as a tar.gz file and it can be downloaded from the official Nvidia driver download website.

I used the standard procedure to install such files:

unpack the archive
change directory as root into the unpacked archive
./configure
make
make install

but it did not work.

I am using Linux Ubuntu. My video card is GeForce 4 MX and the driver is 96.43.13.
The archive does not provide any install instructions.

View 9 Replies View Related

Ubuntu Networking :: Make On Broadcom WIFI BCM4321 Drivers - Receiving Some Errors?

Nov 7, 2010

I still try update my broadcom drivers, because when I try use airodump-ng i receive error.

This error:

Interface Chipset Driver

eth1 Unknown wl (monitor mode enabled)[code]....

I dont know why receive this error WARNING: modpost: missing MODULE_LICENSE() in /home/mobile/Desktop/wdriver/wl.o
see include/linux/module.h for more information

View 4 Replies View Related

Debian :: Nvidia-xconfig Installs XF86Config Instead Of Xorg.conf?

Jul 10, 2010

just did a fresh testing install using the debian installer. i have gnome and an nvidia card. i installed the nvidia driver using the debian way outlined on the wiki. then i ran nvidia-xconfig and it generated an XF86Config file instead of an xorg.conf file. everything works, but shouldnt it be an xorg.conf and if so, maybe it isnt reading the XF86Config file at all?

View 10 Replies View Related

Ubuntu :: Make-kpkg Strange Vanilla Kernel Build Errors: Found 60 Section Mismatch(es) ?

Apr 30, 2011

I've getting strange build errors when using make-kpkg with the latest (2.6.39-rc5) vanilla kernel.I'm using the procedure outlined here:
https:[url]....e.g.:

Code:
make oldconfig CONCURRENCY_LEVEL=`getconf _NPROCESSORS_ONLN` fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers

I'm getting the following build errors:

Code:
Building modules, stage 2.
MODPOST 3053 modules
WARNING: modpost: Found 60 section mismatch(es).To see full details build your kernel with:'make CONFIG_DEBUG_SECTION_MISMATCH=y'
CC arch/x86/crypto/aesni-intel.mod.o[code]....

There is even much more error output but it looks like it is basically the same issue.

View 2 Replies View Related

Software :: Install Faac Codecs On Ubuntu 9.10 Karmic.after Running Configure And Make Commands- Errors

May 11, 2010

I am trying to install faac codecs on ubuntu 9.10 karmic.after running the configure and make commands i get this errors:

View 7 Replies View Related

General :: Configure File Successfully But Make File Displayed Some Errors?

Jun 29, 2010

i am having a problem concern zlib installation.i tried configure file successfully but make file displayed some errors.that usr/linux/limits.h not found.so i found that i have to install glibc-headers-devel...but there is no such a kind of package in ubuntu repository?/????/some people saying that libc6-devel is equal to them!

View 1 Replies View Related

Ubuntu :: Errors Occur With The "make" Command?

Jan 28, 2010

I am trying to install dvi2bitmap (written in C++) as the first step towards installing a complete mathematical equation handwriting recognition package (FFES at Queens University) on my Ubuntu.

After unpacking, I ran "configure" and "make" (the results of which are attached with this post) and it looks like the errors occur with the "make" command.

why I am getting these errors?

View 4 Replies View Related

Ubuntu Installation :: 10.04 To 10.10 - Nvidia 96 With Xorg 1.9 - Nvidia-xconfig: Command Not Found

Jan 24, 2011

i am having a problem with my just recently upgraded ubuntu 10.10 ive search google and forums for well over 4 hours with no luck so im asking here. Now i know nvidia 96 has problems with xorg 1.9 but i installed the updated nvidia 96 driver that supports xorg 1.9 through maverick-proposed and i dont have nvidia control panel under system->preferences and if i types sudo nvidia-settings in terminal i get it says im not running an nvidia driver but the hardware driver reports it as activated but not in use and nvidia settings also tells me to run nvidia-xconfig but it says this when i do sudo: nvidia-xconfig: command not found

View 6 Replies View Related

Ubuntu Installation :: Location Legacy Nvidia-xconfig Or Using Nvidia-gfx-71 In 9.10

Jan 2, 2010

I have 9.10 running on an old computer with a Nvidia Vanta-graphics card. Unfortunately these appearently aren't supported by 9.10, since the oldest nvidia drivers in the repository for this build are nvidia-gfx-96, while vanta seem to supported up to nvidia-gfx-71. After some hours of following tutorials, fiddling around and testing I managed to install the 71-drivers. But, the nvidia-settings require nvidia-xconfig to be around, which is embedded with later driver-builds but not with 71.

Fortunately I found a tar.gz at this page, so I downloaded it... but -and here is finally my question- where am I supposed to extract it to and are there other things I should do to get it working? Or, if I'm overcomplicating things, feel free to give me directions on what to do. Unfortunately I couldn't find anything on Ubuntu 9.10 and nvidia-gfx-71, hence I'm messing around for hours by now.

View 4 Replies View Related

Ubuntu :: Errors - 18 Packets Transmitted, 0 Received, +12 Errors 100% Packet Loss Time 17038ms

Feb 22, 2010

I',m executing ping, but it didn't work, in order to find the mistake in my network I would like to know how to see the errors:

Code:
18 packets transmitted, 0 received, +12 errors, 100% packet loss, time 17038ms, pipe 4 I want to see this +12 errors. Could I do that?

View 2 Replies View Related

Programming :: Valgrind Output Showing Addresses Not Code Against Errors - 2 Errors From 2 Contexts (suppressed: 0 From 0)

Feb 26, 2010

I am running Valgrind on my program. It shows me two errors but mentions only addresses against them and not actual code even on a debug build.

The output is

==23002== Memcheck, a memory error detector.
==23002== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==23002== Using LibVEX rev 1575, a library for dynamic binary translation.

[code]....

View 1 Replies View Related

Fedora :: Run C++ Program On Fedora And It Give Errors Of Its Header Files?

May 22, 2010

i have a c++ program and i tried to run it using gcc command and it gives header files error i got the header file now but dont know where to place those files?can any one got the idea??? we could not place header files in usr/include folder!

View 7 Replies View Related

Fedora :: Download With Yum But Always See Errors ?

Aug 30, 2010

I want to download with yum but always see this errors:

And at last the download speed comes very slow:

This is my etc/yum.repo/fedora.repo:

Fedora.updates.repo:

There is no other file in the /etc/yum.repo/

View 14 Replies View Related

Fedora :: Strange Errors From Yum

Dec 18, 2010

Not sure how this happened, but can't get back to a 'yum update; yum upgrade' without errors.

View 12 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved