Red Hat :: How To Create Slackware And Arch Packages

Nov 6, 2010

how to create Slackware and Arch packages..I am now downloading the Intel non commercial compilers for Linux, to build and pack my number crunching appz for Scientific Linux..

View 1 Replies


ADVERTISEMENT

Slackware :: 64 Bit Kernel Builds A BzImage In Both Arch/x86 And Arch/x86_64 - Difference Between The Two?

May 7, 2011

Can anyone explain why a 64 bit kernel builds a bzImage in both arch/x86 and arch/x86_64- is there a difference between the two?

View 2 Replies View Related

Slackware :: Command To Create Local Mirror Of Alien Bob's Kde4.4.0 Packages?

Feb 10, 2010

I know there has to be an easier way to do this than to download each file individually. On an ftp site I would just use
PHP Code...

But with those files being on an HTTP server and wget not supporting HTTP file globbing I'm at a loss.

What is a one step method to recursively download all files in a directory on an HTTP server?

View 5 Replies View Related

Ubuntu Installation :: Create A Multi-partitioned System Running Both Arch?

Feb 19, 2010

Firstly im a linux newbie so try and bear with me, and make any advice clear anywho Ive been running ubuntu for a while on a single partition. Ive recently been looking into other distros and came across arch linux. As i installed arch it was recommended that you create partitions for various directories, such as boot, tmp etc.

Ive read the advantages of this and would now like to set ubuntu up in a similar fashion, alongside arch. Whats the 'best' way to do this. Can ubuntu use the partitions set up by arch? Will i have to reinstall ubuntu? eh i dont know if my question makes sense since its late here and its a topic i know little about. To put it simply: how do you create a multi-partitioned system running both ubuntu and arch

View 3 Replies View Related

Slackware :: Change The $ARCH Variable To X86_64 Too, Right?

Jun 5, 2011

I'm mainly asking beforehand so I won't have to shoot myself in the head twenty minutes from now. I suppose I'll find/figure out one way or the other anyway . Can I just source the 32dev.sh and then run sbopkg -i if the source for the package I want to create isn't 64bit capable? I might need to change the $ARCH variable to x86_64 too, right?

View 1 Replies View Related

Slackware :: How To Figure Out What ARCH Binary Was Compiled For

Jul 3, 2010

If I was writing a SlackBuild that repackages a precompiled binary, how would I know if it was i{3,4,5,6}86?Or should I just assume i386 unless it says otherwise?Just wondering how the people at SlackBuilds.org figure this out.

View 5 Replies View Related

Slackware :: GRUB - Doesn't Loading Arch

Apr 12, 2011

I'm dualbooting Slackware and Arch Linux. I'm using Slackwares GRUB installed from /extra Loading Slackware from GRUB works fine, but loading Arch Linux doesn't. Here's the messages when trying to load Arch from GRUB:

[Code]....

View 8 Replies View Related

General :: ARCH & Slackware's Bootup/mounting Process?

Jul 9, 2010

I was wondering if anyone can tell me what file, etc is the equivalent of ARCH's /etc/rc.sysinit? I need to know this because I am having many problems making the new nfluxos iso's for ARCH because of how ARCH now mounts stuff at bootup

due to whatever changed in udev or udisks or something else in ARCH now, when I make the system into a livecd it doublemounts everything when booting for example; output of "mount" in nfluxos with 3.4squashfs udev 151

Code:
[root@nfluxos ~]# mount
rootfs on / type rootfs (rw)
aufs on / type aufs (rw,relatime,si=4ce08f22,nowarn_perm)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)

[Code]...

View 1 Replies View Related

Slackware :: Kernel Image In /usr/src/linux/arch/i386/boot?

Jan 5, 2010

's/ARCHTYPE=i386/ARCHTYPE=x86/'If your looking for a kernel image in /usr/src/linux/arch/i386/boot, your not likely to find one.

View 3 Replies View Related

Software :: Arch GUI Keeps Causing Arch To Crash?

Jan 10, 2011

I just did the pacman -Syu command today since i have had limited access to internet i could use with arch lately, (been tethering via droid which is only compatible in ubuntu) The command line works fine, i even reinstalled X to see if that was the problem,whenever i do startx it loads up for a second but before my xfce screen even pops up the screen blinks and blackens.

View 7 Replies View Related

Slackware :: Boot Triple Windows7 Arch - Partition Hard Drive?

Mar 12, 2011

I have a desire to boot Tripel windows7 arch and Slackware but unsure how to partison my hard drive??

View 5 Replies View Related

Slackware :: When I Used Arch Linux, One Of Favorite Stops At The Forums Was The Community Contributions Section?

Feb 3, 2010

One thing that really bothers me about Slackware is the lack of unified, well maintained, and up-to-date documentation, but what keeps me coming back is the outstanding community. I see a lot of community contributions floating around on these forums, but they often get buried in all the questions and other posts people create. I know there's a search feature, but sometimes it's fun to browse an organized list of the community's work and see if I find anything fun or interesting.

Back when I used Arch Linux, one of my favorite stops at the forums was the Community Contributions section. The FreeBSD forums also have a section for user-contributed HOWTOse should have a section like this. Call it "Contributions" and place it by the "Installation" section at the top of this forum. It would provide a great place for users to check out what the other slackers have come up with without making a thread of their own to ask (which will probably result in many duplicate threads) or digging up an ancient thread.The only new threads allowed there could be a HOWTO, a new process or method a user discovered, or a user-made script/program/etc. Of course, other users should be able to comment with their replies for suggestions and/or improvements.

View 14 Replies View Related

Slackware :: Makefile:535: /usr/src/linux-2.6.33.4/arch/i486/Makefile: No Such File Or Directory

May 31, 2010

I just downloaded slackware 13.1(x86) and i'm trying to compile ndiswrapper-1.56 using the slackbuild from slackbuils.org and i'm getting this error:

Code:

Makefile:535: /usr/src/linux-2.6.33.4/arch/i486/Makefile: No such file or directory
make[2]: *** No rule to make target `/usr/src/linux-2.6.33.4/arch/i486/Makefile'. Stop.
make[1]: *** [modules] Error 2
make: *** [all] Error 2

looks like the folder i486 doesn't exist

View 2 Replies View Related

Slackware :: Static Libraries - Why Aren't They Shipped In Official Slackware Packages

Aug 12, 2010

I noticed that the official Slackware packages don't contain static libraries. The SlackBuild scripts from slackbuilds.org or from Slackware DVD usually contain --disable-static option to prevent building the .a file. And if configure script doesn't allow such option, the .a file is deleted before the package is created.I am wondering what is the reason for that? Is it just the matter of conserving disk space? Are there also other reasons?

View 11 Replies View Related

Slackware :: Build Several Packages Designed For Slackware 13 At Slackbuilds?

Jan 24, 2010

I tried to build several packages designed for slackware 13 at slackbuilds. Those was a simple apps like ardour, audacity for example.

[Code]...

My CPU is AMD Phenom 9550 Quad core. It supports 64 bit. My os is slackware 13_64. What do I need to change in slackbuild to create a txz package for those apps?

View 14 Replies View Related

Slackware :: Newly Uploaded Slackware Packages?

Sep 5, 2010

I have uploaded some slackware packages to ftp://ftp.herpderp.ca/slackpkg/. These are packages that I haven't been able to find anywhere else and they are all built on a clean slackware 13.0 system using slackbuilds from slackbuilds.org. I will be uploading more in the future as I build them.

View 8 Replies View Related

General :: Create Two Smaller RPM Packages Instead One Big?

May 31, 2011

How I need to modify SPEC file to create two RPM packages instead of one big?

View 12 Replies View Related

Programming :: Spec Files To Create RPM Packages For The Target System?

Jun 10, 2010

I'm trying to debug a program that I crosscompiled on a arm9. The crosscompiler uses . spec files to create RPM packages for the target system. The program compiles and runs correctly except when i run the program with gdb and then type list I get this message: Code: 1 main.c: No such file or directory. in main.c I made sure I compiled the program with CFLAGS=-g by putting this in the .spec file. when the application crosscompiles (I believe) it shows it compiled succesfully with the -g flags: Code: checking whether gcc accepts -g... (cached) yes

[Code]...

View 2 Replies View Related

OpenSUSE Multimedia :: Create A Local Repo For A Vlc By Downloading All The Required Packages?

Jun 17, 2010

I dont have a internet connection and I want to install VLC. I want to create a local repo for a vlc by downloading all the required packages. I tried to do by downloading all the packages from from VLC repo and create a local repo but failed. Its say this dependency failed and that dependency failed. i tried to manually install each and every dependency but still the problem exists.

View 2 Replies View Related

Slackware :: Have KDE 4.5.1 Packages?

Sep 2, 2010

Any chance to have KDE 4.5.1 packages for Slackware current?
Searched both official Slackware and Alien site and found nothing.

View 14 Replies View Related

Slackware :: Convert The Rpm Packages To Tgz?

Feb 22, 2010

I tried to install AvamarClient on Slackware 11.0.0 kernel 2.6.24.3.. but i had some troubles. first i need convert the rpm packages to tgz, i did this with rpm2tgz and then install avamar software. when i running the "/usr/local/avamar/bin/avregister" script outputs are:

/usr/local/avamar/etc/avagent.d: line 306: 8281 Floating point exception${BINDIR}/${AVAGENT} --quiet --init --daemon=false ${OPTIONS} --mcsaddr="${MCSADDR}" --dpndomain="${DPNDOMAIN}"
avagent.d Info: Client activation error. [FAILED]
/usr/local/avamar/etc/avagent.d: line 196: 8282 Floating point exception${BINDIR}/${AVAGENT} ${OPTIONS}
avagent.d Info: Could not start client agent. [FAILED]

View 1 Replies View Related

Slackware :: Missing Lua In Dev Packages?

Sep 30, 2010

just curious if there was some discussion about reasons (not)-including Lua in stock Slackware packages ? IMHO it perfectly fits to distro's KISS philosophy, is very small and packaging maintenance is very easy (only glibc dependency, simple compilation and installation proces). Slackware contains programming language implementations of Common Lisp, Guile Scheme, Ada 95 which I find more exotic then Lua in these days. I know there are some histroical reasons and keeping continuity but anyway ...

View 1 Replies View Related

Slackware :: Old .tgz Packages Work With 13.1?

Apr 14, 2010

I know this type of upgrade question is asked regularly so I apologise in advance if its annoying.

Im currently running 12.2, and Im wondering when 13.1 may be available? have there been many problems with 13.0? I've been working quite alot so havent been checking in that often lately.

also, would my old .tgz packages work with 13.1, or would I need to rebuild them as .txz?

View 12 Replies View Related

Slackware :: Using Packages Built For 13.0 With 13.1

May 29, 2010

Since there aren't many available third party packages for slackware 13.1 yet, is it safe to install packages built for slackware 13.0? For example I need to install openoffice and skype and the latest packages i could find are built for 13.0.

View 11 Replies View Related

Slackware :: What Packages Needed For X

Jul 27, 2010

I'm running my newly-built minimal slackware-13.1 system and considering install X and fluxbox into it. The problem is, as a minimalist, I want just the packages that needed for X and fluxbox and no more.

View 14 Replies View Related

Slackware :: Get Third Party Packages?

May 9, 2010

as the subject says, what is your source for non official packages for slackware?? slacky.eu, sbo, others??

View 14 Replies View Related

Slackware :: Short Downloadscript For Packages

Apr 28, 2011

I'm using a short script when I download the Slackware-(current) packages.

Since it works for me I want to share it. I've added a configurationfile, so anyone can adapt it to his/her requirements.

Note: I don't want to prevent anyone from buying the official DVD, but maybe you'll find it usefull to download the packages when performing a fresh install of current.

Advantage of the script is that one has less downloadsize and one can exclude package-series from downloading (in the conf-file).

Here is the configfile, it has to be saved as "getslack.conf" in the same directory as the script.

Code:

For the installation I use the bootable usb-image or create a minimal install-CD (CD1 without any packages) like here ftp://ftp.gwdg.de/pub/linux/slackwar...nux/README.TXT explained.

View 1 Replies View Related

Slackware :: Add Packages From The Installation Disk?

Aug 2, 2010

i'm done selecting packages from the slackware installer and the installation was finished. the problem is that when i tried to 'startx' it gives me an error.. i think there's some missing packages. how to go to the selection of packages again?

View 11 Replies View Related

Slackware :: Bluewhite64 Packages Installed In 13.0?

Apr 26, 2010

This may be a dumb question, but can packages built for Bluewhite64 (any version) be installed in Slackware 13.0? I don't have a working Linux box ATM so I can't try it myself.

View 2 Replies View Related

Slackware :: Compiling The BlueZ Packages On 64-13.0?

May 4, 2010

I'm compiling the BlueZ packages on Slackware64-13.0 and bluez.Slackbuild failed to run. I added

Code:

mkdir -p $PKG/lib/udev

immediately before

Code:

cp -a scripts/bluetooth_serial $PKG/lib/udev/bluetooth_serial || exit 1

and now the script runs.I don't know why the /lib/udev directory isn't created earlier in the build process for me, but now it builds cleanly.

View 5 Replies View Related







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