similar to: RPM Build Error

Displaying 20 results from an estimated 400 matches similar to: "RPM Build Error"

2006 Mar 23
8
FXS channel banks
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3115 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060323/c0928576/smime.bin
2013 Nov 04
1
"hide files" does not work
Hello, in smb.conf on a share I did set hide files=/*.pdf/*.PDF/*.p7m/*.P7M/ It works on a second level directory e.g. I don't see pdf files if they are in i:\a\b but see them on the 3th level i:\a\b\c Is this a error in our samba 3.5.6 or is this a configuration problem ? Thanks Andreas
2007 Aug 17
11
[rspec] looking for a simple refresher
I''ve been off the rspec for a few months and I''m trying to get back on it. 1) Spec::Mocks::MockExpectationError in ''TicketsController handling POST /tickets should create a new ticket'' Mock ''Ticket_1001'' expected :new with ({}) once, but received it 0 times ./spec/controllers/tickets_controller_spec.rb:16: script/spec:4: class
2009 Jan 08
2
Compiling Samba 3.2.7 fails on RHEL 4
My apologies if I sent this email to Seeger directly in error. Any clues to the problem I posted below? Thanks! Marc -----Original Message----- From: Taylor, Marc Sent: Tuesday, January 06, 2009 14:06 To: 'Karolin Seeger' Subject: RE: [Samba] compiling 3.2.6 fails on fedora 10 i386 Karolin, I just downloaded Samba-3.2.7 and ran into the same problem that Adam ran into (I am using
2007 Sep 04
5
Invite from Ben Askins (ben.askins@gmail.com)
BenAskins (ben.askins at gmail.com) has invited you as a friend on Quechup... ...the social networking platform sweeping the globe Go to: http://quechup.com/join.php/aT0wMDAwMDAwMDA5MjY4NjU2JmM9OTc1NDE%3D to accept Ben''s invite You can use Quechup to meet new people, catch up with old friends, maintain a blog, share videos & photos, chat with other members, play games, and
2007 Sep 16
4
"Not Implemented" doesn''t show
I''m going through Peepcode''s Rspec Basics for an overview. He''s just doing a simple spec: class PeepCode end describe PeepCode do it "should be awsome" do end end So running spec spec/simple_spec.rb should produce according to his screen cast: 1 example, 0 failures, 1 not implemented but I only recieve: 1 example, 0 failures Also spec
2007 Oct 06
4
spec''ing views, mock_model associations
I writing a spec that returns the count of how many players in a game: it "should how many players in a link to all players" do render :partial =>"games/game", :object => @game response.should have_tag(''a'',"(2) Players") end I''m not sure how to do the mock model, I think it would be done two ways but unsure of the syntax: 1: add
1998 Dec 15
0
Samba 2.0 beta 4 on Linux (RedHat 5.2)
Fellow samba users, I had some problems with trying to get samba running properly on Linux (RedHat 5.2), but now I've got it working. Two things I learned: 1) Use the packaging/RedHat/makerpms.sh script. It will generate a RedHat compatible rpm for you. I had to make these changes to it though: --8<------------------------(Cut Here)----------------------------------- ---
2007 Oct 08
6
spec''in controllers request for nested routes
describe PlayersController, "handling GET /saltmines/games/1/players" do before do @game = mock_model(Game, :to_param => "1") @game.stub_association!(:players, :find => mock_model(Player)) end def do_get get :index, :game_id => @game end it "should be successful" do do_get response.should be_success end it "should
2007 Dec 17
1
3.2 Compile Error.
I am compiling the 3.2pre on RHEL4. I'm keep getting following error when I do makerpms.sh. It cant find the library on source/bin. + install -m 755 source/bin/libmsrpc.so /var/tmp/samba-3.2.0-root /usr/lib/libmsrpc.so install: cannot stat `source/bin/libmsrpc.so': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.14652 (%install) I copied the library from another
2008 Dec 22
2
compiling 3.2.6 fails on fedora 10 i386
I'm running samba-3.2.6/packaging/RHEL/makerpms.sh and get the following error. any ideas? make: Nothing to be done for `modules'. make: Nothing to be done for `pam_smbpass'. + cd client + gcc -o mount.cifs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE
2009 Jun 01
0
Compiling 3.4.0pre1 via makerpms.sh
Hi, I have a number of issues compiling samba 3.4.0pre1 using makerpms.sh, under the RHEL folder in packaging. 1) samba.spec refers to 'source' when the folder has been renamed to 'source3' (easy enough to amend) which made it fail very early on. 2) Following that - (apologies in advance, if I have gone over the top in pasting output), it seems to be complaining about missing
2009 Oct 28
4
compiling 3.2.15: cifs.upcall not found afer RPM build
Hello, Trying to compile Samba 3.2.15 on a RHEL AS 4u2 (i686) and I'm getting the following result from 'sh makerpms.sh': > Provides: samba-doc = 3.2.15-1 > Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 > > > RPM build errors: > File not found:
2002 Nov 18
1
Makerpms.sh changes for RH8
The rpm build utilities have changed with Redhat 8.0. I'm not sure if these changes have been noted in the current sources, but the "makerpms.sh" script in the src/packaging/Redhat directory no longer works with Redhat 8.0 without the change below. The two lines at the end of the script need to have "rpm" changed to "rpmbuild", the switches remain the same. You
2005 Jun 27
1
rpmbuild --rebuild vs makerpms.sh
I made rpms for Fedora Core 1 by using "rpmbuild --rebuild" on the ".src.rpm" file that is in the Fedora section of the samba download area. Are my results the same as they would be if I downloaded the tar file and ran the packaging/Fedora "makerpms.sh" script? Is one way preferred? Thanks, Mark
2008 Feb 14
0
unable to compile samba 3.0.28 on Centos 5 64-bit
I downloaded and extracted samba-3.0.28.tar.gz and went to samba-3.0.28/packaging/RHEL and ran sh makerpms.sh and it compiles for a while and then I get the following error. Any ideas on what to try? The server is X86_64 running CentOS 5 X64. Compiling smbd/statcache.c Compiling smbd/posix_acls.c Compiling lib/sysacls.c Compiling lib/server_mutex.c Compiling smbd/process.c Compiling
2007 Sep 20
10
Getting Started with Story Runner
I haven''t found any How To''s to use story runner and I''m not sure how to get started. Should I be looking for resources on how to use rbehave? How do I generate my first Story? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070920/07a80bc7/attachment.html
2002 Jul 30
1
Eric Thorsnes: Samba 2.2.5 update process
Eric, I started as you instructed and when I get to this command, ./bin/update-packageinfo 2.2.6pre 20020730 I receive the error: no such file or directory next I changed to the RedHat dir. and executed sh makerpms.sh...this appeared to work fine. i could not execute rpm -Uvh samba-2.2.6pre-20020730.i386.rpm what I did execute is: rpm -Uvh samba-2.2.5-1i386.rpm and received the
2010 Apr 26
2
Samba 3.5.2 on Redhat 4
Greetings, Did anyone able create rpms using makerpms.sh script. I tried with many spec files, but I cant fix net error. Anyone who had success, please reply. Thank you. thanks LA
2000 Feb 16
1
Please Help: samba-2.0.6 problem in RH6.1
Hello, I am trying to install samba-2.0.6 (1999/11/10) inside an Intel box running RH 6.1. I went to the directory /home/dsahu/samba-2.0.6/packaging/RedHat/ and issued the command sh makerpms.sh During the rpm compilation, I got a message "Bad owner/group: /usr/src/redhat/SOURCES/makefile-path.patch" Any suggestions to make this work will be appreciated. TIA and