Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 344)

Ticket Resolution Summary Owner Reporter
#106 fixed netlabs build script Silvan Scherrer
Description

I changed the build script to have a separate log dir. If one wants a separate on he can add it to netlabs-rpmbuild-env.sh as logDir="xzy" I attach the complete script in here.

#107 fixed gettext-libs-0.18.1.1-5.oc00.i386 requires gcc1.dll Lewis Rosenthal
Description

Typo? I can't find where this is happening in the specfile.

Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package gettext.i386 0:0.18.1.1-5.oc00 set to be updated
--> Processing Dependency: gcc1.dll for package: gettext-0.18.1.1-5.oc00.i386
---> Package gettext-devel.i386 0:0.18.1.1-5.oc00 set to be updated
---> Package gettext-legacy.i386 0:0.18.1.1-5.oc00 set to be updated
---> Package gettext-libs.i386 0:0.18.1.1-5.oc00 set to be updated
--> Processing Dependency: gcc1.dll for package: gettext-libs-0.18.1.1-5.oc00.i3
86
---> Package libc.i386 0:0.6.6-25.oc00 set to be updated
---> Package libc-devel.i386 0:0.6.6-25.oc00 set to be updated
--> Finished Dependency Resolution
Error: Package: gettext-libs-0.18.1.1-5.oc00.i386 (netlabs-exp)
           Requires: gcc1.dll
Error: Package: gettext-0.18.1.1-5.oc00.i386 (netlabs-exp)
           Requires: gcc1.dll
 You could try using --skip-broken to work around the problem
createrepo-0.4.11-2.noarch has missing requires of rpm-python
yum-3.2.27-6.oc00.noarch has missing requires of rpm-python

and

{0}[c:\] yum provides */gcc1.dll
Loaded plugins: changelog, fastestmirror, remove-with-leaves, rpm-warm-cache
Loading mirror speeds from cached hostfile
 * netlabs-exp: rpm.netlabs.org
 * netlabs-rel: rpm.netlabs.org
No Matches found

I'm not familiar with gcc1.dll. Did I miss the memo on this one? ;-)

#108 duplicate Need to change architecture to install libgcc1 Lewis Rosenthal
Description

libgcc1 is only available under the experimental repository in the pentium4 directory. It is a dependency for some other updated packages.

Running:

[c:\]python -c 'import yum, pprint; yb = yum.YumBase(); pprint.pprint(yb.conf.yumvar, width=1)'

on my ThinkPad? T43, I get:

{'arch': 'i386',
 'basearch': 'i386',
 'releasever': '00',
 'uuid': '33be946f-3eac-4502-a6e7-7d86c5223c7c'}

which isn't going to get me down to the pentium4 directory, so:

yum info libgcc1

yields no results.

I had no platform file in /etc/rpm. Creating that with:

pentium4-OS/2-OS/2

got me the proper arch, and allowed me (with exactarch=0 in yum.conf, at least) to reach packages in the pentium4 directory.

I suggest adding an i386 package (and perhaps others) to change architectures by adding the proper platform file (at least). I am unsure of what architecture changes should be possible.

Note: See TracQuery for help on using queries.