Re: [cdk4avr-users] Fedora 5 rpm dependency problems
Brought to you by:
slz
From: Stephan L. <li...@ma...> - 2006-10-13 06:13:58
|
Am Donnerstag, 12. Oktober 2006 17:26 schrieb Thomas Loos: > Hi! Hi Thomas, > I've been working with WinAVR for a few months now, > and I have been waiting for a good time to get a Linux > development environment up and running. I downloaded > the RPMs from the cdk4avr sourceforge page in the list > of a "typical" system at: > > http://cdk4avr.sourceforge.net/ Welcome to Linux and CDK4AVR! > > I am having problems with dependencies and I can't > seem to find rpms that will resolve them without help. > Here is the output from one attemp: > > perl-base is needed by > cdk-avr-avarice-2.4-20060128.i586 > libintl.so.3 is needed by > cdk-avr-avarice-2.4-20060128.i586 That is a known problem with cross-distribution RPM handling. All the CDK4AVR packages was (re-)building on a standard Mandrake 2006. All RPM packages are depending on even this environment. The RPM installation on other distribution than Mandrake 2006 (ex. SuSE or FC) can fail. To solve your problems with dependencies you have to checkup the availability of the missing packages and libraries by hand and install the CDK4AVR packages with option --nodeps In your case: (1) "perl-base" is the Mandrake RPM package name -- on FC5 the package name is "perl" --> checkup with rpm -qi perl --> is it installed it is ok (2) "libintl.so.3" is the basic libintl library for internationalization. On Mandrake the package name is "libintl3" and was originally generated from "gettext" -- on FC5 the package name with even this library should be "gettext" --> checkup with rpm -qi gettext --> is it installed it is ok (3) installing with: rpm -hiv cdk-avr-avarice-2.4-20060128.i586.rpm --nodeps NOTE: You should know the version 2.4 of avarice is out-dated since a few days. I'm working on e new package release -- be tuned. Good luck, Stephan Linz > > Any ideas where I can get perl-base and libint1.so.3 > for Fedora Core 5? > > I'm not the only one in the world trying this so > hopefully someone can help! > > Thanks, > Tom > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > cdk4avr-users mailing list > cdk...@li... > https://lists.sourceforge.net/lists/listinfo/cdk4avr-users -- Mit freundlichen Gruessen Stephan Linz ========================================================================= Stephan Linz Softwareentwicklung MAZeT GmbH Email: mailto:li...@ma... Goeschwitzer Str. 32 Tel. : (3641) 2809-55 D-07745 Jena Fax : (3641) 2809-12 Besuchen Sie bitte unsere Web-Seiten: http://www.MAZeT.de ========================================================================= pub 1024D/958C74A7 2004-08-04 Stephan Linz <li...@ma...> Key fingerprint = 49B7 9706 04FD 9540 C863 DECB B59F 7974 958C 74A7 ========================================================================= |