Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Silvan Scherrer

Pages: 1 ... 3 4 [5] 6 7 ... 14
61
Programming / Re: Help on RPM installer
« on: March 21, 2018, 01:03:31 pm »
Hi

I found on a webpage that they suggest:

Quote
%Clean
%if "%{noclean}" == ""
   rm -rf $RPM_BUILD_ROOT
%endif

I will check it out.

Regards
you don't even need %clean, as when it's not there, then it's done always. else I would use:
%clean
rm -f $(RPM_BUILD_ROOT

like in a lot of our spec.

62
Programming / Re: Help on RPM installer
« on: March 19, 2018, 09:15:27 am »
Hi

I'm going forward making some more RPM installers. I'm doing one for Digger Reloaded.

Everything was going fine until I need to put a file (digger.sco - the score files) on the /home/ directory.

Quote
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/@unixroot/usr/bin
mkdir -p $RPM_BUILD_ROOT/@unixroot/usr/share/doc/%{name}-%{version}
mkdir -p $RPM_BUILD_ROOT/@unixroot/usr/share/licenses/%{name}-%{version}
mkdir -p $RPM_BUILD_ROOT/@unixroot/home/.config/%{name}
cp -p *.exe $RPM_BUILD_ROOT/@unixroot/usr/bin
cp -p digger.txt $RPM_BUILD_ROOT/@unixroot/usr/share/doc/%{name}-%{version}
cp -p readme.txt $RPM_BUILD_ROOT/@unixroot/usr/share/doc/%{name}-%{version}
cp -p copyright.txt $RPM_BUILD_ROOT/@unixroot/usr/share/licenses/%{name}-%{version}
cp -p digger.sco $RPM_BUILD_ROOT/@unixroot/home/.config/%{name}

%files
%{_bindir}/*.exe
%doc digger.txt readme.txt
%license copyright.txt
???????????/*.sco


I have no idea what to put on %files so the RPM can grab digger.sco inside the RPM package.  (That is where I have the ???????)

Help is welcome.

Regards

this spec has some not very clean statements
like you never use rm -rf $RPM_BUILD_ROOT in the install section
%clean does that for you anyway
then you don't have to copy files which you reference later on with %doc or %license, as those %doc or %license copy them to the right location anyway.
look at the macros and then you see what they do.

regards
Silvan

63
Applications / Re: Open Office 4.1
« on: February 14, 2018, 10:03:37 am »

I did not have uniclip and installed it.
I installed the gcc4core_1_3_1.wpi
I installed the Libc-0_6_6-csd6.wpi

Where can the AOO-4130-GA-rpm.wpi be downloaded from?

I contacted bitwiseworks and it he stated "Most probably you miss the xslt rpm."

Again, where can this file be found?

David
Uniclip is the only wpi you need in ArcaOS. All the rest should be installed via rpm or ANPM.
xslt is libxstl as Dave already stated. IIRC in ANPM you can search for parts of a rpm as well. So a search for xslt should bring libxslt. At least with yum you can do that. like "yum list *xslt*"

I'm sorry I didn't say that in my first mail. But I assumed you know that.

regards
Silvan

64
Applications / Re: Open Office 4.1
« on: February 14, 2018, 09:58:23 am »
IIRC, another gotta is that there are 2 icu packages, icu and libicu. One is needed by Mozilla and the other is needed by OpenOffice.

Both AOO and Mozilla use the same icu since AOO 4.1.3. Just meant as info.

regards
Silvan

65
Article Discussions / Re: Sponsorship needed for new OS/2 web browser
« on: November 17, 2017, 08:39:20 am »
Can somebody please delete this guy from the forums. Always so unconstrucitve.
The ignore feature works well: http://www.os2world.com/forum/index.php?action=profile;area=lists;sa=ignore;u=41

Thanks I set him to ignore mode.

yes Ignore lists give a great feeling :)

66
Internet / Re: Torrent - what is actually working???
« on: November 16, 2017, 05:00:23 pm »

...meanwhile the one you pointed to is:

Signature:       @#Nokia:4.7#@##1## 21 Nov 2014 14:22:25    ::::3::@@Qt4: C++ application development framework. Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
Vendor:          Nokia
Revision:        4.07
Date/Time:       21 Nov 2014 14:22:25
File Version:    4.7.3
Description:     Qt4: C++ application development framework. Copyright (C) 2011 Nokia Corporatio

Should I overlay the YUM/RPM release with the ZIP one?
Yes as the zip one has some https fixes. W/o those fixes no https connection will work.

67
Internet / Re: Torrent - what is actually working???
« on: November 16, 2017, 08:43:38 am »
Wich QBittorrent version are you using? The latest from http://trac.netlabs.org/qtapps/wiki/QT4%20Networking? Did you install the updated QtNet4.dll from ftp://ftp.netlabs.org/pub/qtapps/QtNet4_Fix_SSL.zip

68
Setup & Installation / Re: Samba server on AOS
« on: November 06, 2017, 04:46:53 pm »
Hi Silvan.

There shouldn't be any netbios over tcp running - I didn't install it.

The log shows a problem with opening a socket on 192.168.0.255.  The problem might be that the dhcp server is on 192.168.0.254.

most probably you hit http://trac.netlabs.org/samba/ticket/282. Please try to add the mentioned setting. It should even be already commented out in the smbd.conf

69
Setup & Installation / Re: Samba server on AOS
« on: November 06, 2017, 12:54:32 pm »
Nmbd writes a log file. The location of the logfiles is seen in smbd.conf. Either post the nmbd log here, or look at it yourself and try to figure out the reason. My bet is, that some netbios over tcp service is running already.

70
I think you are probably right Dave, probably a missing or botched up DLL. I just spent the day figuring out why libvpx didn't work, I needed it for compiling VBox source, turns out yum installed it but never included putting pkgconfnig/vpx.pc in/usr/lib! Maybe something similar with anpm.exe. If I don't get it figured out tonight I'll see if I can get a hold of Alex Taylor tomorrow. Thanks for the help.

klipp
as a note libvpx-devel installs the vpx.pc

71
Opening the Arca Noae  Package Manager gives the following error:

Line 12 of init in yummie.vrm:
+++  Call SockLoadFunc;

Yum worked fine until I tried to figure out and fix this error, now its dead also.
Need someone smarter than me to help me fix this.

Thanks klipp

do you have a rxsock.dll in tcpip/dll dir? As SockLoadFunc wants to load this dll.

regards
Silvan

72
Opening the Arca Noae  Package Manager gives the following error:

Line 12 of init in yummie.vrm:
+++  Call SockLoadFunc;

Yum worked fine until I tried to figure out and fix this error, now its dead also.
Need someone smarter than me to help me fix this.

Thanks klipp

I'm pretty sure it might help if you show the yum error to figure out why yum might be dead.

73
Utilities / Re: problems with sh.exe
« on: June 16, 2017, 05:14:37 pm »
I unset SHELL and it makes no difference.

Paul sent me the source for 9.1.3  which I spent some time with. It looks like path.c might be destroying the path.
Not able to correctly retain the directory slashes. I don't have the time for full debugging.
Clearly a change was made to the paths in the current ArcaOS.

There are more SHELL settings in config.sys. Try to unset all or try to set them all to cmd.exe for a test.
Im more than sure one of those is guilty.

regards
Silvan

74
Utilities / Re: problems with sh.exe
« on: June 16, 2017, 02:18:55 pm »
I've successfully installed PostgreSQL in the past.
One has to use initdb.exe and the various executables to create databases, add tables, data and functions etc.
I decided to try once more, but now stumble on messages that sh.exe can't do this and that.
I've tried to rename ash, bash, dash to sh but the problem remain.
What has been changed and why? Fix?

Please have a look at issue #164. I gave there some hints.

And this issue has completely nothing to do with sh. Sh behaves exactly as it should. When a app or a script using sh doesn't escape \ right it can't work of course. The reason (most likely) that it now came up, is the SET SHELL setting in config.sys. This setting is for most parts ok, but might break some old ports. In this case just unset the setting on a cmdline and start the installation again. This should work.

regards
Silvan

75
Applications / Re: cups and usb printers
« on: December 08, 2016, 06:17:51 pm »
rebuilt libusb10.dll is at http://smedley.id.au/tmp/libusb-20161207.zip

This is built against the latest usbcalls toolkit from http://trac.netlabs.org/usb

Note I haven't tested this, I have no time today.

Cheers,

Paul

Hi Paul,

now that we know that this Version of libusb10.dll works just fine, are you also going to put it in the AN rpm repo ?
I just don't want that piece of SW getting lost ...

Lars
Lars the rpm version is since longer linked correct. We plan to update it to the latest libusb version and also check in the source.

regards
Silvan

Pages: 1 ... 3 4 [5] 6 7 ... 14