Software :: Package Gpart Fails To Build On Powerpc?

Apr 17, 2010

Question is: How do I compile a package for little endian on big endian proceessors? Gpart is known to build on arm-el, ia64, i386, and amd64. I'm using gcc 4.3 and have versions 3.4, 4.1, 4.2. Build environment is debian lenny, powerpc.

View 4 Replies


ADVERTISEMENT

Debian :: Installing Kernel Sources - Make Command To Build Package Fails

Jul 22, 2010

I'm trying to build the package zaptel on debian, but I'm encountering two errors:
1- When I try to run the "make menuselect" command, I get an error stating that I need ncurses which is missing. I tried to get it installed but didn't get to do it yet.
2- After that, there's the command "make" I think it's to build the package. Yet again this fails, and the error I get is "you do not appear to have the sources for the 2.6.26-2-686 kernel installed".

View 3 Replies View Related

General :: Build Glibc For Powerpc?

Aug 16, 2010

I'm trying to build the glibc-2.3.6 (with debug symbols) for a powerpc system. I need to compile this libraries with gcc 4.1.1 and binutils 2.16.1.

All my tentatives fails and I don't know how to start with the process of building.

View 2 Replies View Related

Software :: Self Build Rpm Fails With Missing Dependencies On Build Host?

Sep 24, 2009

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]....

View 1 Replies View Related

Ubuntu Security :: Script Running As A Special Build User Which Performs An Automated Build That Fails With (Too Many Open Files)?

Feb 11, 2011

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]....

View 1 Replies View Related

SUSE :: Package A War File As An RPM Package - Always Giving Errors In %build Stage

Feb 14, 2011

Still I am asked to package a war file as an RPM package. That is an unusual RPM packaging(To me). If you guys could guide me I have a war file inside a folder, that folder is inside a tar file as a SOURCE for RPM package. The structure is like below.

[Code]...

I simply want that the war file from sources is transferred to the web app of my tomcat server through RPM. I try to package it as an RPM, but its always giving me errors in %build stage. When I try to remove %build from stage from the spec file, then it says command missing.

My system details are:
SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10
PATCHLEVEL = 1
LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64"

View 5 Replies View Related

Fedora :: Can't Build Rpm - Rpmbuild Fails

Mar 4, 2010

recently i have been building my own kernels, and have been successful. however, over the last 2 days, using the proper documentation and methods i always get to the same point that rpmbuild fails at. it's very frustrating to say the least...i am somewhat new to fedora, as i tend to use debian-based systems or freeBSD, where the approach and methodology is quite different to that of redhat. the command used:

rpmbuild -bb --with baseonly --with firmware --without debuginfo --target=`uname -m` kernel.spec

this builds the kernel with modules(needed by me) and this is where it fails:

[Code]...

if anyone has fix let me know, i can't update or upgrade rpmubuild without doing so to my whole system, so i hope this isn't a bug in rpmbuild.... i already had to upgrade yum & yum-utils because of a bug that wouldn't let "builddep" work. (come on fedora, this is a standard release, i shouldn't be having problems with yum or with rpm! this is apart of the OS's core isn't it? anyway, if someone who is in the know has a solution

View 2 Replies View Related

Slackware :: Easystroke 0.5.3 Build Fails

Jun 23, 2010

using slakware64 13.1 modified sbo slackbuild for latest version..

View 7 Replies View Related

Slackware :: KDE 4.5.4 Bindings Build Fails

Dec 4, 2010

I'm trying to build/install KDE 4.5.4, but I run into problems with the bindings package. Build fails with the following:

[Code]....

I'm building using the KDE slackbuild from sources dir, with the new KDE packages. edit: Well I decided to just take the risk of a not working KDE and commented out the bindings package. All other packages build fine. After this I crossed my fingers and rebooted, KDE loaded up. I gave the bindings package another go, and to my surprise it did build now. Got KDE up to date and it seems to be running fine.

View 6 Replies View Related

Slackware :: NVIDIA X86-256.44 Fails To Build Against 2.6.36

Oct 22, 2010

here is the output:

[code]...

NVIDIA x86-256.44 fails to build against 2.6.36

View 13 Replies View Related

Fedora Servers :: Build Of Apache 1.3.41 Fails On F12?

Jan 9, 2010

I'm trying to move an existing webserver from an old machine to a machine with Fedora 12 installed on it. ThSince the version available in the repository is version 2.X I downloaded the source from apache.org and tried to compile it. I ran configure using the default options and it an without any warnings or errors. However when I run make it fails with the following error:

gcc -c -I../os/unix -I../include -DLINUX=22 -DHAVE_SET_DUMPABLE -DUSE_HSREGEX -DNO_DL_NEEDED `../apaci` htpasswd.c
htpasswd.c:101: error: conflicting types for getline
/usr/include/stdio.h:653: note: previous declaration of getline was here
make[2]: *** [htpasswd.o] Error 1
make[2]: Leaving directory `/root/apache_1.3.41/src/support'
make[1]: *** [build-support] Error 1
make[1]: Leaving directory `/root/apache_1.3.41'
make: *** [build] Error 2

what the problem and more importantly the solution to this problem is?

View 9 Replies View Related

Software :: Libc6 Debian Build Fails?

Feb 18, 2010

I am using my athlon64 machine running Debian squeeze i386 to build some packages optimized for a K6-2 machine. I decided to start with libc6 since most packages depend on it.

I installed the build dependencies via

Code:
apt-get build-dep eglibc

Then, as an unprivileged user, I downloaded the debianized source via

Code:
apt-get source eglibc

I changed to the source directory and ran

Code:
dpkg-buildpackage -rfakeroot -us -us
About 6 hours later, the build failed: [URL]

There were four config.log files:

Code:
./build-tree/i386-xen/config.log
./build-tree/i386-i686/config.log
./build-tree/i386-libc/config.log
./build-tree/i386-amd64/config.log

All of which end with exit status 0. They are also about 1600 lines each so I haven't read them entirely. If someone can tell me which one/ones is/are relevant, I will post it/them to a pastebin.

View 2 Replies View Related

Slackware :: Build Fails In Current: Gtkimageview-1.6.4?

Feb 14, 2010

I can not get gtkimageview-1.6.4 to build in current. It fails with a number of errors of type:

Code:
gtkanimview.c: In function 'gtk_anim_view_get_type':
/usr/include/glib-2.0/glib/gthread.h:339: error: dereferencing pointer 'value_location.1' does break strict-aliasing rules
/usr/include/glib-2.0/glib/gthread.h:339: note: initialized from here

View 2 Replies View Related

Fedora :: Can't Build Rpm Package?

Mar 9, 2010

I'm building an rpm from the following program source:[URL].. but I'm getting the following error after running rmpbuild: (here I only show the log after configure, see attachment for a full log):

configure: creating ./config.status
config.status: creating Makefile
----the prefix for installation directories is:/usr
If this choice is not convenient, re-execute this configure
with the --prefix option, e.g.

[Code]...

I can figure that it cannot install under /usr/bin, rather it have to install in %{buildroot}, but I don't know how to deal with that. Please I need help with this!

View 9 Replies View Related

Slackware :: VirtualBox < 3.1.4 Module Build Fails On 2.6.33 Kernel

Mar 4, 2010

I had an issue with the module build for vbox 3.1.2 breaking on the latest kernel ( /etc/rc.d/rc.vboxdrv setup ). Apparently the issue is that a kernel header (autoconf.h ) has changed its location in the module tree and hence the issue.

2 options:

1. upgrade to 3.1.4

2. create a symlink as follows

cd /usr/src/linux/include/linux
ln -s ../generated/autoconf.h autoconf.h

View 12 Replies View Related

Ubuntu Installation :: How To Build A .deb Package From Git

Jan 4, 2011

I work at a small company where we use to deploy things by just checking out the repo and copying stuff to production servers. This has to come to an end, enter .deb packages!

So I'm wondering what's the best procedure to do that. I already know how to create .deb packages, most of our stuff is Python and we're going to use python-support and cdbs. But how to maximally automate this?

We have a Git repo and ideally the whole thing should work like this:

* a tag is created in the Git repo (the version can be provided manually)

* some file like 'version.py' is created so that setup.py and the packaged software can refer to it and know the tag

* changelog is created from the Git commit logs

* the package is built (that's the part I've worked out - python-support and cdbs are involved here)

* optionally, the package is uploaded somewhere

There's a .deb package named 'git-buildpackage', is it suitable for this task? So far I can tell that it has one drawback - it looks for the 'debian/' directory in the root of the repository, which is not the case - our repo consists of several subdirectories, each contains a subproject that will be packaged independently.

View 2 Replies View Related

Server :: Kernerl3.0.0 Build As Rpm Package?

Aug 16, 2011

i make rpm package from linux kerlne 3.0.0 source. default spec file in "linux-3.0/scripts/package/mkspec" ,i add %post lines,this step use to install new kernel with rpm (ivh) tools and configure grub automatically

Quote:

echo "%post"
echo '/sbin/new-kernel-pkg --mkinitrd --depmod --install "$__KERNELRELEASE" || exit $?'
then ,make rpm-pkg, it makes rpms bellow:
Wrote: /root/rpmbuild/SRPMS/kernel-3.0.0-1.src.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/kernel-3.0.0-1.x86_64.rpm

[Code]...

View 3 Replies View Related

Programming :: Build A Package Using A Different Lib Than The One Installed?

Jul 11, 2011

Is is possible to compile (but not install) a library, and then compile a package using that library instead of the version that's installed?

View 4 Replies View Related

Ubuntu :: HDD Rescue With Gpart?

Mar 30, 2011

I've have a 2T ext4 HDD I need to rescue. I'm reasonably confident that sudo gpart -W /dev/corrupteddevice /dev/someotherdevice.will be get me out of trouble. Question; using gpart does "someotherdevice" also have to ext4 or can I use an NTFS formatted USB HDD?

View 8 Replies View Related

Fedora :: Akmods Fails To Build VirtualBox-OSE Driver For Kernel 2.6.40-4

Aug 2, 2011

I had no problems up to the newest kernel version. But for 2.6.40-4 akmods fails to build the kmod with the following error:

Code:
Building RPM using the command '/usr/bin/akmodsbuild --target x86_64 --kernels 2.6.40-4.fc15.x86_64 /usr/src/akmods/VirtualBox-OSE-kmod.latest'
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/akmodsbuild.yob64XwN/BUILD/VirtualBox-OSE-kmod-4.0.4/_kmod_build_2.6.40-4.fc15.x86_64/vboxnetflt/vboxnetflt.mod.o
LD [M] /tmp/akmodsbuild.yob64XwN/BUILD/VirtualBox-OSE-kmod-4.0.4/_kmod_build_2.6.40-
[Code]...

View 13 Replies View Related

Fedora X86/64bit :: Build Multilib RPM Package In X86-64?

Dec 5, 2009

I am running Fedora 12 x86-64. I have a SRPM and want to build both x86-64 and i686 package. But the rpmbuild -ba can only build x86-64 package. --target=i686 is not working fine too, it try to find dependency in /usr/lib64. How can I build i686 package?

View 1 Replies View Related

Ubuntu :: E: Couldn't Find Package Build?

Jun 27, 2010

When I type this command ;sudo apt-get install build essentialI got this ;

Reading package lists... Done
Building dependency tree
Reading state information... Done

[code]...

View 2 Replies View Related

General :: Build Package For Evolution - Brutus?

Jul 22, 2010

i am new to linus and trying to connect evolution to exchange 2007 using evolution-brutus plug in. However not able to complete the compiling stage. where to download the following rpm. I am using Ubuntu 10.04 LTS- the Lucid Lynx

configure: WARNING: You should have the rpmdev-setuptree program if building evolution-brutus RPMs checking for rpmdev-wipetree... no configure: WARNING: You should have the rpmdev-wipetree program if building evolution-brutus RPMs checking for build. no configure: WARNING: You should have the build program if building evolution-brutus RPMs on SUSE checking for dpkg-buildpackage..

View 4 Replies View Related

Slackware :: Build Notes For LFS 6.6 With Package Users?

Oct 20, 2010

Edit: Ack! Duplicate post. See my thread, What a slacker learned from building Linux from Scratch..., the build notes are in this post.

View 1 Replies View Related

Fedora X86/64bit :: Build Mandrivas Theme Ia_ora From Source But It Fails

Feb 13, 2011

Im trying to build Mandrivas theme ia_ora from source but it fails.

Code:
sh install.sh
-- Found Qt-Version 4.7.1 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib64/libX11.so
-- Found KDE 4.6 include dir: /usr/include/kde4
-- Found KDE 4.6 library dir: /usr/lib64/kde4/devel

[Code]...

View 2 Replies View Related

Fedora :: Package To Install To Build Packages From Source

Mar 15, 2010

What package do I have to install to build packages from sources? I am trying to build the TrueCrypt package from source.

View 1 Replies View Related

General :: Launch Firefox 7.0a1 Nightly Build From A .bz2 Package?

Jul 5, 2011

I got Thunderbird 5.0a2 Beta because it had the file that runs it in there, but I can't find it anywhere in the Firefox Nightly Build one. There's also no config file in there either, and I don't want to replace my Aurora 6.0a2 Beta with the very unstable Alpha until I try it out. I would try it in the Virtual Machine but it'd take too long to set it all up.

[URL]

I downloaded the .bz2 file and Archiver extracted it for me. I remember in Slackware you just use installpkg on .bz2 files... Or was it .gz... I forget, anyway, how can I run Nightly-Build? Run-Mozilla.sh opens my Aurora browser.

View 6 Replies View Related

Slackware :: Build GCompris A Childrens Educational Package?

Jul 5, 2011

I've been trying to build gCompris a childrens educational package. I got the compressed source & build from slackbuilds.org The only dependency mentioned in the readme was gnet so built and installed that ok .

With gCompris the build was progressing fine until a it hit a point at " text2html" .Looked in the 4th install disk of slackware 13.37 no sign of either.looked in slackbuild also no mention of either.

View 11 Replies View Related

Ubuntu :: Destroyed Windows Partion With Gpart

Jan 19, 2010

OK so i burn a copy of 9.10 to a CD and started up the live desktop, when i got in i started up gpart. i desisted to give 40 GB to ubuntu i put in the numbers and came out with a 39.04 GB empty partion, so i toyed with it to try to get to 40 on the nose. this is the point where i should have walked away while i was ahead but i did't, i kept toying with it till i was almost there, but when i finally got it i realized i still had to finalized the changes so i hit the green check mark and let it run after 10 min's of gpart was reading my entire 180 gb partion which i had windows on. i grew in partion, and i remembered it was much quicker in the past when i partioned from inside the install so foolishly not knowing what i was doing i hit cancel. then my heart stopped when i saw the word unknown where it used to say ntfs. i relised i just destroy my windows install. i started to panic, because my backup of all my files where on another computer and guess what 3 days ago the hard drive died on it and i never got a chance to back up the stuff from this one to somewhere else. then i relised i had a 10 gb factory installed backup partion. so i restarted the machine and got nothing operating system not detected, and when i trying to got to the started up menu i didn't have the option to boot in recovery mode which i was expecting. but i had one last saving grace i upgraded from vista to 7 for free and still have the install disk, so i started up the install disc and selected recovery mode after trying automatic recovery and falling i tried restore from system image, it couldn't find the partion, as a last ditch effort i tryed system restore and as expected failed

i am at my wits end and have no idea what to do next short of wipe the drive and do a clean install, which i relay don't want to do because I'll lose all my data.

View 9 Replies View Related

Ubuntu :: How Do I Create An Nfts Partition With Gpart?

Jan 1, 2011

dell inspiron 1501. super old laptop was running horribly so I installed ubuntu on the entire 80gb harddrive. I have windows 7 pro 32 bit on a usb and wanna install. I tried and it said windows 7 could not install on disk 0 and I need a nfts partition. I installed gparted but can't figure out how to do it. I want 40gb for windows 7. do I create a partition table? it says my entire drive will be formatted if I do that and I don't wanna lose ubuntu.

edit: by the way, I'm borderline retarded when it comes to computers so I need super noob friendly advice.

View 6 Replies View Related







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