Slackware :: Src2pkg Running Make Install Has Failed With Error: 1
Mar 10, 2010
when i upgraded to slackware-current few days ago i tried to create packages with src2pkg and i get this:
Checking for Makefile rule: 'install' Okay
Checking support for DESTDIR (or similar) - Found DESTDIR
Installing using DESTDIR - Using:
make DESTDIR=/tmp/xf86-video-intel-2.10.901-i486-1 install
Notice - Possible error running 'make install'
FATAL! Running make install has failed with error: 1
Try using INSTALL_LINE 'make -i install' Exiting...
is it because of i have slackware 32bits i installed src2pkg successfully on slackware 13 but on slackware-current if i remove it and do src2pkg --setup i get error something like cannot live without it every time. when wanting to create src2pkg-helpers.
but i want to know what im doing wrong ?
before i created packages successfully. i execute src2pkg as root
View 14 Replies
ADVERTISEMENT
Jun 25, 2010
Im trying to make a sort of slackware using LFS.In the first chapter I have to make the kernel-headers this way :
make mrproper
make headers_check
make INSTALL_HDR_PATH=dest headers_install
cp -rv dest/include/* /usr/include
Can I do these steps also with using a the source and src2pkg ?
View 6 Replies
View Related
Apr 15, 2010
In INSTALL I can see:
Quote:
to build from either unpacked tarball or CVS source:
autoheader
autoconf
./configure # (--help to see options)
make # (the make from GNU, sometimes called gmake)
su # Possibly required
make -n install # (to see where all the files will go)
make -s install # (to really install, -s to silence output)
code....
I think that trouble is in autoheader. I don't now does src2pkg (2.1) support it.Is it impossible to build a package of privoxy with src2pkg?
View 9 Replies
View Related
Mar 12, 2010
Had 1.9.9 installed and upgraded using 2.1 but 'src2pkg --setup' throws an error. So I removed any existing packages and re-downloaded/reinstalled.
Same issue:
What's strange is that there is a src2pkg-helpers-1.0-x86_64-1.tgz package in the directory from which src2pkg was installed, but the setup procedure is trying to install using src2pkg-helpers-1.0.tar.bz2. So it's as if 'src2pkg --setup' is trying to install using the wrong src package ...
I can download the helpers install package which has the correct name, but I'd prefer to sort this out first.
View 10 Replies
View Related
Jun 28, 2010
I have a little problem installing src2pkg on my linux from stratch system.
I downloaded the package and saved it on /
After that I did cd /usr/libexec/src2pkg/src2pkg-helpers
There I did a sh src2pkg.setup
But now I'm getting this error message :
/usr/libexec/src2pkg/13-make-description: line 438: 'read_pkg_info_desc : not a valid identifier.
Do anyone have any idea what went wrong ?
View 14 Replies
View Related
Aug 14, 2010
I know this is probably simple, but I have been trying to upgrade to the latest release of Opera, downloaded the Bz2 file, and when running source to package it fails with this error. Opera seems to be the only app this fails with. I got the same error on the previous release as well, so I just gave up and waited until Slackpackage.org finally got that release.
I searched here and the net, and did in fact find a previous post about this, but, truthfully, I didn't understand the explanation at all.
Anyone have any idea how to handle this error?
View 12 Replies
View Related
Apr 27, 2010
I am wondering if there is a way to use src2pkg on source directories I have checked out from git? I can't see any such option in the manpage. At the moment it works if I tar it up, but I can't find a way to just use the directory directly.
View 1 Replies
View Related
May 10, 2010
Im having problem building xorg-xserver 1.8 with src2pkg
Heres src2pkg build script:
Code:
error that im getting is :
Code:
What am i doing wrong? sysconfdir=/etc directive is inside the script.
View 14 Replies
View Related
May 25, 2010
What's the best way to use src2pkg to build sources checked out from svn?
Src2pkg expects a source tarball. But when you check out or export a program's code from svn you don't get a tarball. You just get a source directory.
Do I tar and gzip the directory? Or is there a way to skip that step?
View 4 Replies
View Related
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
May 2, 2010
i installed a mail server in RHEL 5 with postfix, dovecot, openwebmail, but i failed to install chpasswd 2.2-4 i have ./configure, make, make install, but nothing happens can any one help me with some documentetion for chpasswd for changing password for mail account
View 5 Replies
View Related
Aug 9, 2010
I have been trying to install a new driver for my wireless USB adapter, and I've been getting some "make" command problems and error messages. Specifically, I am installing the RaLink rt2570 USB Enhanced Driver to work with my Linksys WUSB100 adapter (chipset RaLink Rt2870).
I downloaded the package and used the readme from inside the package here:[url]
Here's what I have done directly after download to my desktop:
Code:
View 7 Replies
View Related
Oct 14, 2010
Subprocess failed. Error: RPM failed: installing package xen-4.0.0_21091_06-0.1.1.x86_64 needs 27MB on the /boot filesystemI seem not to be able to change the size of the /boot, but 11.2 loads okay but not 11.3There only 19MB left from 66 and I can't make it bigger, I hope there is someone thathas seen this. I would like to see some of the update with XEN.
View 1 Replies
View Related
Aug 1, 2010
I tried to install lame on Linux, but I failed running ./configure.
View 9 Replies
View Related
Feb 6, 2010
I've been trying to install the latest version of Emacs from source but I'm running into a trouble. The commands "./configure" and "make" work just fine. However, when I run "sudo checkinstall" I get a message saying that makeinfo is missing:
Code: makeinfo is missing - cannot build manuals make: *** [info] Error 1 **** Installation failed. Aborting package creation. Cleaning up...OK Bye. What is Error 1
View 4 Replies
View Related
Oct 14, 2010
I was having a go at compiling the latest Amarok 2.3.2. As I run make I get the following error
make[2]: *** [lib/amarok_collection-mysqlecollection.so] Error 1
make[1]: *** [src/core-impl/collections/sqlcollection/mysqlecollection/CMakeFiles/amarok_collection-mysqlecollection.dir/all] Error 2
make: *** [all] Error 2
I'm running Slackware64-current. how to prevent this error arising?
View 13 Replies
View Related
Mar 9, 2011
I need to use myevlavid2 on ns2 which is only supported for ns2 version up to ns2.30 (is not supported for newer ns2 versions): [URL] The NS installation went through well. After applying all the changes as given in the myevalvid2 installation guide, I ran the 'make' command, this is an extract of what I got:
[Code]....
View 6 Replies
View Related
Jan 11, 2011
im trying to compile this file i ran the "cmake .." command and i just ran the "make" command and i got this error at the end
make[2]: *** [CMakeFiles/kmouse.dir/kinect_mouse.c.o] Error 1
make[1]: *** [CMakeFiles/kmouse.dir/all] Error 2
make: *** [all] Error 2
View 2 Replies
View Related
Jan 20, 2011
when I run synaptic I can open the list of apps. and select but then I apply to download and get "error we failed to fetch etc etc." Seems to be an rpm problem but not sure. ????
View 1 Replies
View Related
Apr 9, 2010
Today i upgraded my system and started getting error when i update, install or remove a package. The error isn't restricted only to one repository so i thing something is wrong with my system.
[Code]....
View 4 Replies
View Related
Feb 2, 2011
I have a new server with AMD Opteron (first time, other server has intel) and slackware 13.1 32 bit installed.
kvm (qemu-system-x86_64) did not start with this error:
kvm: vm entry failed with error 0xffffffff
kvm_run returned -22
Got new kernel from slackcurrent (2.6.35.10) and rebuild qemu tools (qemu-kvm from SlackBuild).
Now kvm starts but I have another issue:
The virtual machine (I take a working image from another server) starts, shows the initial lilo message, "Loading linux ....", "BIOS data check succesfull ..." and then hungs with a black screen.
The command line is:
/usr/bin/qemu-system-x86_64 -hda /tmp/elezioni-ter.qcow2 -m 512 -localtime -k it -vnc 10.2.0.39:1
If I add the '-no-kvm' at the command line the vm boots ok.
View 14 Replies
View Related
May 12, 2011
My only problem with Slackware 64 13.37 is that Crossover Linux doesn't seem to install correctly. It claims successful installation, but several lines of these errors occur:
Code:
Use of "goto" to jump into a construct is deprecated at /home/x/cxoffice/lib/perl/XML/SAX/PurePerl/Reader/Stream.pm line 56.
/home/x/.local/share/mime/packages/cxassoc-cxgames-0.xml:6: namespace error : Failed to parse QName 'xml:'
[code]....
Then, when I try to restore certain cxoffice "bottles," I get the following messages:
Code:
Unhandled exception
or
Code:
wine: Unimplemented function user32.dll.DialogBoxParamW called at address 0x7b8402f9 (thread 00f2), starting debugger... Everything worked fine in Slackware64 13.1.
View 6 Replies
View Related
Apr 16, 2009
I can't seem to get the jre on my slackware 12.2 machine. anyone had any luck? I get an error after running the .bin that it cant execute some binary inside...
View 10 Replies
View Related
Mar 3, 2010
I am using Gslapt version 0.5.2b with slapt-get 0.10.2c and when I try to update I get this error message.
Code: Failed to download: FTP: couldn't retrieve (RETR failed ) the specified file. I have tried http ones also but get the same message except instead of FTP: it is HTTP:. Is anyone else having this problem? Are the repositories experiencing difficulties? Is my personal system to blame? Am I an idiot?
View 14 Replies
View Related
Jul 7, 2011
This is an error I got from VLC Media Player:
Streaming / Transcoding failed:
It seems your FFMPEG (libavcodec) installation lacks the following encoder:
MPEG Audio layer 1/2/3.
If you don't know how to fix this, ask for support from your distribution. This is not an error inside VLC media player. Do not contact the VideoLAN project about this issue.
It said not to contact VideoLAN, but instead the Distro so...here I am. Was there a file I should download in order to fix this? If there is one, where do I place it or run it to stop this error?
View 2 Replies
View Related
Dec 13, 2010
I was trying to make a 64bit 2.6.36.2 kernel for my multilib slackware64 setup and when doing "make headers_install" I get this error
Code:
Is this because it's multilib/compat32pkg? do I need to go back to GCC for 64?
View 7 Replies
View Related
May 24, 2010
When using geeqie to browse a directory with .CR2 and .JPG files, the last pair of .CR2/.JPG is not shown in the list (on the left side of the UI). Moreover, after a few operations (PgUp/PgDn, etc.), I get:
Code:
**
ERROR:filedata.c:676:file_data_free: assertion failed: (fd->sidecar_files == NULL)
Aborted
View 1 Replies
View Related
Sep 22, 2010
I have 3 accounts setup on this machine. One is root, one is my own, and one is for my kids. My account and root work fine, but today when I tried to log my kids on, startx fails (it also fails from runlevel4). I have tried creating new accounts and they fail as well. I'm not sure when the issue started, but it's been less than a week I believe. The consistent error which I receive is
Quote:
(EE) Error compiling keymap (server-0)
(EE) XKB: Couldn't compile keymap
XKB: Failed to compile keymap
Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config. Fatal server error: Failed to activate core devices.
View 3 Replies
View Related
Aug 19, 2010
i try installing postfix with mysql support but i've got errorr :
[code]...
how to fix it
View 3 Replies
View Related
Feb 19, 2011
I'm trying to install vnstat on my Slackware box, but it fails while compiling.here:
Code:
root@go:/home/vnstat-1.10# make
make -C src
make[1]: Entering directory `/home/vnstat-1.10/src'
gcc -O2 -c -o vnstat.o vnstat.c
In file included from /usr/include/bits/posix1_lim.h:157,
[Code]...
View 4 Replies
View Related