OpenSUSE :: Ant Build.xml Does Not Exist - Build Failed
Apr 19, 2011Ant was installed in yast2 but will not run since build.xml was never created. How can this be fixed? I would like to run AudioTool.
View 5 RepliesAnt was installed in yast2 but will not run since build.xml was never created. How can this be fixed? I would like to run AudioTool.
View 5 RepliesI'm in love with my Opensuse 11.2. Love my KDE 4.4. The only thing I miss from my Ubuntu installation, is the ability to use Boxee. I would be more than willing to compile Boxee from source. I only have 2 problems with that:
1) I don't know where I can find all the build-deps or what they are for that matter to build Boxee.
2) I'm running on a Netbook. Yes, my measly Intel Atom is no fun for compiling and building.
What are my options/what can I do to get Boxee up and running on 11.2? I've tried searching on build service for an RPM, but I think due to legal restrictions, Boxee can't be on there.
looking for LIBEVENT... configure: error: Package requirements (libevent >= 2.0.10) were not met: In order to build transmission 2.21.I need libeventnew version of transmission,I need to build libevent-dev >= 2.0.10 and installed first.But I can't get any information about building development files for libevent.
View 1 Replies View RelatedI am trying to build a multiseat linux system(Build a Six-headed, Six-user Linux System LG #124). I am posting some outputs output of lspci | grep VGA
Code:
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
02:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 8400 GS] (rev a1)
ls /dev/input/mouse*
Code:
/dev/input/mouse0 /dev/input/mouse1 /dev/input/mouse2
more /proc/bus/input/devices
[Code]...
I am having trouble in configuring xorg.conf. I am running Suse 11.3 desktop on my PC. Also, I have one onboard nvidia graphics 6150SE and I have put one nvidia 8400GS 512Mb in the 16X PCIe slot for the additional seat...
So kindly tell me what should I do now or what things are missing ?? For any further info abt my PC plz tell me to post outputs(specify the commands for the same..)
as I'm advancing in building some nice rpm I finally wanted to install on of my gems also the build was successful the actual install fails with missing dependencies.
Code:
$ rpm --root /home/sascha/rpmbuild/ -i ./RPMS/x86_64/memcached-1.4.1-2.x86_64.rpm
error: Failed dependencies:
libc.so.6()(64bit) is needed by memcached-1.4.1-2.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by memcached-1.4.1-2.x86_64
[code]....
I have an init script running as a special build user which performs an automated build that fails with (Too many open files).I updated /etc/security/limits to allow the special user more open files, but that didn't work - the init script still isn't allowed more open files.Here's a demonstration of the problem;
Code:
$ su - sbsbuild -c "ulimit -n"
Password:
[code]....
Trying to install SW 13.1 (on DVD) on the following system: M/B Intel: DX38BT Processor Intel Core 2 Quad Q6700 - 2.66GHz, 8MB Cache, 1066MHz FSB, Socket 775 Memory Corsair Dual Channel 8192MB PC10600 DDR3 1333MHz Memory (4x2048MB) Graphics Diamond Radeon HD 3850 Video Card - Viper, 512MB GDDR3, PCI Express 2.0 P/S Ultra 1000W
My goal is to install the i386 build on one partition and the 64-bit build on another. I have been away from Linux for a while and am sick to death of Win7, want to come home. :-}
Booted on i386 side of DVD, system freezes after a couple of lines that start with ATA2. Does not respond to 3 finger salute, ctrl-c, nothing. Have to press reset. I have tried both huge.s and hugesmp.s kernels
Booted on 64-bit side, comes up fine. I performed the install, selected for automatic lilo install. Lilo install hung but I was able to reboot. I booted off the 64-bit side again, entered the following: huge.s root=/dev/sde3 rdinit= ro It booted fully to the login prompt but the keyboard does not work, no input.
This is the automatic update system on mybox.com.
There was a problem updating the system. The following error message was reported:
Failed to build transaction: 1:kmod-nvidia-2.6.35.14-95.fc14.i686-280.13-2.fc14.i686 requires kernel-uname-r = 2.6.35.14-95.fc14.i686
If the problem persists, manual intervention may be required. Thank You, Your Computer
I'm not sure what to do. I can add --skip-broken but that's not going to solve the problem. uname = Linux 2.6.35.13-92.fc14.i686. I'm guessing it's because I'm -92 and it's wanting -95 but if that's the case - where's my yum'ed 95?
The problem emerged when I started to make the internal microphone and external speakers work [URL]. In either kernel 2.6.32-24 or 2.6.35-15 - cannot install any package with apt-get. Here is the error I get when installing just anything [URL]. Basically, here is it:
Code:
ERROR: Build failed. Please review the build log at /tmp/alsa-driver-linuxant.3620.log
dpkg: error processing alsa-driver-linuxant (--configure):
subprocess installed post-installation script returned error exit status 2
Setting up libxslt1-dev (1.1.26-1ubuntu1) ...
Errors were encountered while processing:
alsa-driver-linuxant
E: Sub-process /usr/bin/dpkg returned an error code (1)
I am currently trying to get my RadRails working. There are certain tasks I cannot complete and I'm guessing that installing mongrel and some other items would get everything going. I run the update and it seems to fail horribly and I've been looking on google for the last 2 hours to the answer to this one. This is there errors I have gotten so far.
By the way I am currently using Ubuntu 10.04 if that makes any difference. I have already downloaded and installed sqlite3 and sqlite dev.
Code:
>gem install -l mongrel-1.1.5.gem
Building native extensions. This could take a while...
ERROR: Error installing mongrel-1.1.5.gem:
ERROR: Failed to build gem native extension.
[code]....
Now at this point I am just trying to find the intern.h header file and can't find out what to download to get that.
I have a set of bash scripts that I'm running that automatically build a set of packages for me and redirect their output into logs. Basically, I have a bunch of lines that are something like this: ${CONFIGURE_DIR}/configure &> ${LOG_DIR}/log or cd ${CONFIGURE_DIR} && make &> ${LOG_DIR}/log, etc.
This is supposed to make the entire process silent. However, sometimes with some packages some output leaks to my console (either stdout or stderr). I'm thinking that maybe the configure scripts/make are executing commands within new shell instances that don't inherit my redirect, or something to that effect.
Another reason for thinking this is that in another part of my script I detect errors when running make by testing with "if [ $? -ne 0 ]", and if the redirect leaks to my console and also the leaked output indicates that the build failed ("make: Error" and so on), then my $? test fails (i.e., it thinks that $? == 0, whereas a failed make should return a non-zero value). It's as if my original script can't "see" the results from child commands executed from later scripts.
I've installed mono developer, but when I want to make debug I got this message : Build failed. ApplicationName='/usr/bin/gmcs', CommandLine='"@/tmp/tmp17a7a5e2.tmp"', CurrentDirectory= ...
View 1 Replies View RelatedI've been building Celestia KDE for a long time. I built it on Suse 9.2, 9.3, 10.0, 10.2. Now that I installed 11.1, I can't build the kde version anymore. When it starts to build the kde gui, it looks at QT4 headers in /usr/include and fails. I noticed that Celestia 1.5.1 is available in Suse 11.1. How was this application built?
View 5 Replies View RelatedI'm new to Linux, and want to build a system for openSuse 11.3 on Friday.I plan to buy everything then.I'm using Ubuntu now on my laptop.My question is what do you think of the P4 prescott e series 800 mhz FSB as a processor for openSuse.Offer other processors if they will do a good job.
View 1 Replies View RelatedWhen I build the kernel 2.6.30 source, the rpm package is very big and needed or root filesystem 800-900 Mb. I use "make rpm" as described in Configure, Build and Install a Custom Linux Kernel - openSUSE.
View 7 Replies View RelatedI wanted to build a whiteboard, but im not sure if the programs will work on my setting: 11.2 with gnome. I have seen the linux-files, but it says ubuntu, does it matter?
View 2 Replies View RelatedHow to build the live DVD with win32? Can I use makeSUSEdvd?
View 5 Replies View RelatedOn my opensuse 11.1 system. I used my tp-link tl-wn321g usb wireless adapter to access the internet. It runs on rt2501 chipset and I used the serial monkey rt73 driver from here.
[URL]
What I did was I installed the kernel-headers, kernel source, gcc and make. And then I cd to the module directory and did
Code:
make
make install
modprobe rt73
[Code].....
I installed "ralink-firmware-1.1-1.5.noarch.rpm" from Software.openSUSE.org. I tried "make" again, but still the same error return.
I was using Daisy Dock with KDE 4.4.1 and I've clean installed back to stock 4.3.5 and cant' find it anywhere...is it only in the Factory KDE repos? (I've found it in the build service, but don't have dependencies version numbers high enough) hard to believe it was added after 4.3.5. Got, dropped down a version on the dock and it installed manually from build service.
View 4 Replies View RelatedI am trying to build a jar file using a ant script provided by a vendor and while running the script, I am getting the below connection time out error when it tries to download a jar file.
Code:
C:ccuapi-java>ant run
Buildfile: build.xml
get_libs:
[get] Getting: http://download.java.net/maven/2/args4j/args4j/2.0.12/args4j-2.0.12.jar
[get] To: C:ccuapi-javaargs4j-2.0.12args4j-2.0.12.jar
[Code]...
When we expect a new rpm from current 195.36.15 nvidia driver? And if it is possible someone to get my a link to this rpm,build for my. like step by step "How to build rpm from nvidia source driver.All this is because i don`t like to install after every update!
View 1 Replies View RelatedThat's it guys. I have successfully installed the proprietary ati drivers in past 6.34 and 6.35 kernels but not in latest .6.36. I'm wondering if this have something to do with compatibility or not.
Installation log shows me some errors I can't recognize:
Code:
after about 30 min of trying to get the cinepaint-0.22-1.tar.gz to build on 11.3 64 bit i figured i would do some searching took about 15 min but new suse users won't have to figure out the posting in the suse forum archive ( 2007) Up-to-date Rpm For Cinepaint?
there IS a cinepaint for 11.3
add the repo
Index of /repositories/home:/bekun/openSUSE_11.3
into yast / Software Repositories
I was trying to install Kamosa (a KDE Webcam App) from
Code:
https://projects.kde.org/projects/pl...a/kamosoKamaso
but it requires QtGstreamer (bindings to Gstreamer with a more Qt-ish syntax) from
Code:
freedesktop.org]freedesktop.org git repository browser
I am stuck trying to build QtGstreamer and get this message:
Code:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GSTREAMER_APP_LIBRARY (ADVANCED)
[Code]...
On my opensuse 11.1 system. I used my tp-link tl-wn321g usb wireless adapter to access the internet. It runs on rt2501 chipset and I used the serial monkey rt73 driver from here.
Code: [URL]
What I did was I installed the kernel-headers, kernel source, gcc and make. And then I cd to the module directory and did
Code:
make
make install
modprobe rt73
And then I configured the network with yast.
That was until I upgraded to 11.2 using the guide here.
Code: [URL]
The upgrade went well, but I could no longer use my wireless adapter. I tried installing the driver again but when I tried to run "make", it says
Code:
make: *** /lib/modules/2.6.31.8-0.1-pae/build: No such file or directory. Stop.
rt73.ko failed to build!
make: *** [module] Error 1
I've checked that kernel-headers, kernel-source, gcc and make are all installed.
I installed "ralink-firmware-1.1-1.5.noarch.rpm" from Software.openSUSE.org. I tried "make" again, but still the same error return.
I was trying to follow instructions in [URL]
There is a reference to build in my kernel (with red background), se below:
linux-om4s:/lib/modules/2.6.31.5-0.1-default # ls
build modules.alias modules.alias.temp modules.builtin.bin modules.dep.bin modules.symbols source updates
kernel modules.alias.bin modules.builtin modules.dep
[Code]....
Both make and build have been properly installed in Software Manager.
I need to build openSuSE with the bare essentials + X. I want no-fluff + KDE 3.5-Desktop (no extras).
Is there a way to do this manually ? Any other options ? Widdling away at RPMs just got me a broken VM so I'll skip trying that again.
I'm attempting to install a WLAN card driver from source, as that's all that's available.I'm getting:
make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No such file or directory
Build appears to be a link pointing to "/usr/src/linux-2.6.31.5-0.1-obj/x86_64/desktop"."linux-2.6.31.5-0.1-obj" doesn't exist.
I'm new to linux and recently installed openSUSE 11.1 on my Lenovo Thinkpad SL500. So far it's great... only problem is the hotkeys and brightness control don't work. Digging around online I found this "experimental" driver that purportedly works fine, but I have no idea how to compile, install, or otherwise use it. Here... tetromino's lenovo-sl-laptop at master - GitHub I'm not sure what to do with the makefile and C file provided. For example, what do I do with this instruction...
"To enable the brightness control, load the module with the "control_backlight=1" module parameter (i.e. insmod lenovo-sl-laptop.ko control_backlight=1 )" I know someone on here will be able to explain how to do this in a "computer engineering for chemists" language! I'm comfortable enough working in the terminal with commands, but have found no real straightforward explanation of how to do so (only "programming" experience is MATLAB m file writing).
I'm in the process of making my own build using SUSE Studio build service. I was hoping if someone would kindly tell me about kernel-firmware, what it does and if it is absolutely necessary because I noticed that it is not selected for you by default. Any other useful firmware that I may need. I have already included the b43-firmware, ar9170-firmware, bluez-firmware, and ivtv-firmware in my build based on openSUSE 11.4.
View 4 Replies View Related