Slackware :: Made By The Doinst.sh Script From The Aaa_base Package?
Jun 24, 2010
I've noticed that this symlink was pointing to /var/X11R6, which doesn't exist on my system, which is running a newly installed copy of Slackware 13.1. Upon investigation, it was made by the doinst.sh script from the aaa_base package. The script looks for /usr/X11R6/lib/X11, and is supposed to create the /var/X11R6 symlink if the directory exists. The problem is that the aaa_base package is installed first, no? On a clean system, there is no X11 directory for it to link to. The offending part of the script:
Code:
# Did anything ever use this? I don't know, but if we're keeping all
# this other garbage then it probably won't hurt:
if [ -d usr/X11R6/lib/X11 ]; then
( cd var ; rm -rf X11R6 )
( cd var ; ln -sf ../usr/X11R6/lib/X11 X11R6 )
elif [ -d usr/X11R6/lib64/X11 ]; then
[Code]...
View 1 Replies
ADVERTISEMENT
Apr 1, 2011
auto generated doinst.sh files when using the -A switch.
The file will contain link removal and generation for libraries in the package eg.
When upgrading to a new version of the app, the library name might change eg.
So the links that doinst.sh creates is now incorrect. ie. the link is now dead because it points to a file that does not exist. Does one have to regenerate .src2pkg and resulting doinst.sh when using a new version of the package or is there another way to have doinst.sh regenerated without redoing .src2pkg?
View 2 Replies
View Related
Feb 12, 2010
I was running CentOs 5.3 and did a "yum upgrade" and got the following problem: Transaction Check Error: file /usr/share/man/man1/xdelta.1.gz from install of xdelta-1.1.4-1.el5.rf.x86_64 conflicts with file from package xdelta-1.1.3-20.i386
[code]....
It seems that somehow multiple entries were made for the xdelta package - how do I clean this up?
View 5 Replies
View Related
Jul 21, 2011
Is there an app that you can run before installing a new package etc and then after the install that will show you all the changes that occurred on your system as a result of installing the new package?
View 9 Replies
View Related
Jun 6, 2010
tried install kchmviewer (5.1) from slackBuilds, but it seems like it's not compatible with slackware13.0 64bit. Also tried to install firefox chm reader add on, but its also 32bit available only! Has anyone installed any kinda of chm reader on slackware 13.0 64bit.
View 8 Replies
View Related
Nov 10, 2010
I've installed those updates :
glibc-2.7-i486-19_slack12.2
glibc-2.9_multilib-x86_64-5alien_slack13.0
Now many kde3 related apps crashes, forcing me to xkill and kill PID.I can't duplicate konqueror windows anymore, using the blue "k" icon top right. The window freezes. In Slack64 13.0, i even have a 100% cpu usage.Kwrite crashes from time to time.Erasing a file can crash konqueror etc.. Should i recompile all kde3 ? Should i recompile qt3 ?
View 4 Replies
View Related
May 25, 2010
We are pleased to present one of our new creations: pkgbuild, a tool written in standard C++, using libCURL, ZLib, BZip2 and libLZMA (part of XZ). It is a modern Slackware packages builder, network-transparent, multi-architecture, designed to greatly simplify the creation of a package, automatically executing the required post processing.
What does it do? Recognize and build packages for the following architectures: i386, i486, i586, i686, x86_64, IA64, IA32e, s390, s390x, sparc and sparc64.
[Code]...
View 14 Replies
View Related
Nov 17, 2010
I downloaded from http://ftp.nluug.nl/os/Linux/distr/s...ce/n/net-snmp/ source and I build new package and works ok no errors. If I change net-snmp.SlackBuild and add CFLAGS --with-mib-modules=ucd-snmp/lmSensors --with-ldflags=-lsensors while I need lmsensors support in net-snmp. But the package compiling ends with error:
[Code]...
View 2 Replies
View Related
Feb 13, 2011
I am very happy to announce that today I succeeded to install full Slackware ARM on the pandaboard: URL...I did the following:
* sd with 2 partitions, one (vfat) for bootloaders (MLO, u-boot.bin) and uImage and the other one (ext2) for minirootfs
* copy xloader (MLO), uboot and uImage from Angstrom distro on the first partition
* copy Slackware ARM minirootfs on the second partition with Angstrom modules in the usual path (/lib/modules/...)
* boot in ARMedslack
* install all the others packages via NFS
I had to make some changes to configuration files as indicated here:URL...The next step is to build a kernel and modules for omap4 by myself and use them instead of the Angstrom ones.One question: is there any kind of package manager, such as slap-get, sbopkg, etc. for Slackware ARM? If not, can I use the SlackBuilds from slackbuilds.org? How to modify them?
View 6 Replies
View Related
Jul 28, 2010
Anybody know of a slackware package for the Iced Tea Java thing? I have the rpm (I have fedora anyhow) but I would like a slackpkg to cstick in here.
View 8 Replies
View Related
Mar 28, 2011
I found the source, but it's missing a few header files.I tried downloading a few but it wasn't working correctly.I'd rather install this package properly.
View 2 Replies
View Related
Jan 19, 2011
I'm elated when I see software download pages that include a binary Slackware package.wrt KVIrc, their Slackware package is at the top of their list of binaries.They've got an rpm too, but it's SuSE, not Redhat - I found that to be pretty kewl too.I wonder if they're Slackers... hm...Well, that having been said, there's also a SlackBuild for it at the repository.I'm going to give this client a spin and see how I like it.Here's the URL: http://www.kvirc.net/?id=releases&pl...=4.0.2&lang=enUPDATE: The mirrors I checked are reporting 404 errors... bummer.
View 3 Replies
View Related
Nov 8, 2010
I need to install gail, but can't find a package.
View 6 Replies
View Related
Jun 2, 2010
I have slackware64-13.0 & xfce. I installed somebody's openoffice package ( a repackaging of the rpms), openoffice.org-3.2.0_en_US-x86_64-1_rlw.txz and ran into crazy keyboard issues, double inserts of random keys when I type faster than a snail's pace liikee tthiis. I had errors from xkbcomp rolling off the screen.
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Duplicate shape name ""
> Using last definition
> Warning: Multiple doodads named ""
[Code]...
View 14 Replies
View Related
Jun 4, 2011
Theres a package I'm going to install that is available only in 32-bit, but I have its dependencies installed as regular 64-bit. Since I'm multilib, will the 32-bit package be able to work with the 64-bit deps?
If not, can 32-bit versions of the deps be installed side by side with the 64 bit?
View 1 Replies
View Related
Oct 13, 2010
Running against a situation here, for which I have solutions in mind, but for some reason or another they don't really strike me as "good" solutions.
I am making a customized for myself (eg with postgreSQL support) php package. Configure and make run fine; but upon make install the make tries to access httpd.conf in the $DESTDIR/etc/httpd
My first thought is: prior to 'make install' copy the file from /etc/httpd to the target dir;
View 4 Replies
View Related
May 28, 2011
I want a pkgtool-like gtk app for xfce, something like KDE k-package, which can install/remove/... and show the app description text file.
View 3 Replies
View Related
Nov 14, 2010
Towards a Slackware package for pysqlite2?
View 12 Replies
View Related
Oct 4, 2010
I have Slackware 12.2 on a webserver and I need to install TCPD, but I don't know what package it's in. Does anyone know? I've tried searching online but that hasn't worked out too well.
View 7 Replies
View Related
Mar 6, 2011
after hours of searching and trying, I could not determine which kde package contains the kde system-settings gui. I'm under Xfce and would like to make some changes for my remaining KDE apps.
View 2 Replies
View Related
Apr 15, 2010
I'm looking for a VNC solution with the RENDER extension. TigerVNC seems to do what I want, but I have only found precompiled packages for Debian.
View 2 Replies
View Related
Jun 15, 2011
I'm looking for a package for kdeedu-devel, need libmarblewidget for digikam and kphotoalbum
View 12 Replies
View Related
Aug 12, 2010
I am a long-time Debian user (I use it since Woody) and yesterday, due to an unexpected problem on my hard drive and an inexplicable lack of a current Debian cd or a possibility to perform a net install, I had to choose between either stay without computer at home or install one of the two other operating systems I happened to have on cds: Free-BDS or Slackware 13.0. Since I do not have time to learn something that I consider to be more radically different from Debian, I went for Slack.
So, first impressions:
1. Quick and smooth installation, though I got a bit over-enthusiastic when it came to select packages to install and unselected many libraries that I later realised that were necessary for various packages and I had to install them anyway.
2. Configure my wifi was surprisingly easy. I had braced myself for overly-complicated configurations to be done while I'd not have access to google, however rc.inet1.conf was very straight-forward and it provided plenty of examples to illustrate basically every possible configuration. All I had to do was to copy my wpa_supplicant.conf from my Debian backup and it worked.
3.X: For some reason I expected I'd have trouble to properly install and configure X, however my window manager was up and running in a few minutes. I copied my ~/GNUstep folder from my backup gave me the exact same X environment I had in Debian.
4. Package managing and dependencies: (I think I am correct to presume that that has to be the main complaint of most Debian users). pkgtool is very easy to use but, yeah, it does not resolve dependencies.
However, and while I installed a system way more minimalistic than any Debian system I had, I was surprised to find out that:
-Firefox had only ONE dependency
-vlc had none
-xfe, on the other hand, has some obscure dependency that I cannot figure out where to get it (libGLU).
So, a question for more experienced Slackware users: How do you get around the dependencies? Is there a quick way to find out what additional packages you will need on beforehand, or you install the package and try to run it, so to see what libs you need when it fails to start?
View 14 Replies
View Related
May 3, 2011
I think there is a problem with the sox package that comes with Slackware 13.1.I would appreciate any advice. I'm using the same file, 1.wav, in both cases. The output of file 1.wav is1.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 44100 HzOn 12.1, I can runsox 1.wav -e stat 2> /tmp/stat.txt
bash-3.1$ cat /tmp/stat.txt
Samples read: 37096920
Length (seconds): 420.600000
[code]....
View 1 Replies
View Related
Apr 1, 2011
I compiled php 5.2.17 from the source with php-fpm and I have the compiled package /tmp as you know the version of php is slackware 13.1 is the same (5.2.17 without php-fpm) . How could I update from from compiled package?
View 5 Replies
View Related
Dec 27, 2010
I mean like, what does it do differently from just installing something from source? Check to make sure you have the required dependencies before compiling the .tgz package? something else?
View 12 Replies
View Related
Jan 20, 2011
I have just made a clean installation of slackware 13.1 (Full installation from DVD)..At the time of installation , it prompted to create a bootable USB stick and I am able to boot using that
1.My BIOS is quite old and has the Cylinder 1024 problem..It just recognises 137 GB in a 160 GB drive...Most distros are able to read beyond the 137 GB ...Currently I am booting using GRUB 2 which was installed during Ububtu 10.10 install. As you are aware GRUB2 recognises all the OS in the drive automatically and adds them to the menu on "update-grub"...The slackware entry appears...However on selection I get the error - "error: out of Disk"...How to deal with this?
2. What is the default Package Manager for Slack? I read that Pkginstall is the default but doesnt update dependencies. I have salix (slack derivative) in another comp and I use "slapt-get"..Is it available in slackware?I want to install wireless driver ipw2100 (Intel pro wireless 2100 chipset) and get wireless up.. I can chroot from say Ubuntu and do the needful.
View 9 Replies
View Related
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
Apr 10, 2011
A slacky.eu user Spina, I did notice a bug in calculating the size of the package when the directory contains a space in the name. Example:
Code:
/tmp/prova dir# LANG=en installpkg abook-0.6.0pre2-i686-4cf.txz
/bin/du: cannot access `/tmp/prova': No such file or directory
/bin/du: cannot access `dir/abook-0.6.0pre2-i686-4cf.txz': No such file or directory
Verifying package abook-0.6.0pre2-i686-4cf.txz.
Installing package abook-0.6.0pre2-i686-4cf.txz:
PACKAGE DESCRIPTION:
# abook
# Abook is a text-based addressbook program designed to use with mutt
# mail client. Abook runs on Linux, FreeBSD and some other UNIXes.
# Home: [URL]
# Package abook-0.6.0pre2-i686-4cf.txz installed.
This error is caused by 'readlink -f'
COMPRESSED="$(/bin/du -sh $(readlink -f $package) | cut -f 1)"
instead with
Code:
COMPRESSED="$(/bin/du -sh "$(readlink -f $package)" | cut -f 1)"
it's ok
View 1 Replies
View Related
Jul 12, 2011
Kernel 2.6.21.5, slackware 12.0I downloaded the file fasm-1.69.31.tgz from http://flatassembler.net. Just in case it was a slack binary package, I did 'installpkg fasm-1.69.31.tgz'. Then I found I now had /var/log/packages/fasm-1.69.31.
Code:
semoi@darkstar:~/assemblers$ cat /var/log/packages/fasm-1.69.31
PACKAGE NAME: fasm-1.69.31
[code]....
View 5 Replies
View Related